/* Consultez | Business Consulting HTML Template

Template Name: Consultez
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TwO
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section
10. Project Section
11. Features Section / TwO / Three / Four / Five
12. About Section / Two
13. Services Section / Two
14. Call To Action / Two
15. FAQ's Sectiom
16. Marquee Section
17. Fun Fact Section
18. Testimonial Section / Two
19. team Section
20, Contact Section / Two
21. Why Choose Us / Two
22. News Section / Two
23. Video Section
24. Map Section
25. Clients Section
26. 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&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-dark: #1a3841;
  --theme-color-gray: #f1f1f2;
  --theme-color-gray2: #f8f5f2;
  --theme-color-light-green: #F0F7F3;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-silver: #C4C4C4;
  --theme-color1: #c6d936;
  --theme-color1-rgb: 198, 217, 54;
  --theme-color2: #1a4137;
  --theme-color2-rgb: 26, 65, 55;
  --theme-color3: #102930;
  --theme-color3-rgb: 16, 41, 48;
  --theme-color4: #163839;
  --theme-color4-rgb: 22, 56, 57;
  --theme-color5: #001726;
  --theme-color5-rgb: 0, 23, 38;
  --theme-color6: #E34B1B;
  --theme-color6-rgb: 227, 75, 27;
  --theme-color7: #063232;
  --theme-color7-rgb: 6, 50, 50;
  --theme-color8: #B4E717;
  --theme-color9: #EDC701;
  --theme-color10: #122F2A;
  --theme-color11: #595B62;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --text-color-bg-theme-color1:var(--theme-color-dark);
  --text-color-bg-theme-color2: var(--theme-color-white);
  --text-color-bg-theme-color6: var(--theme-color-white);
  --text-color: #595b62;
  --text-color2: #636776;
  --text-color3: #6B7280;
  --headings-color: #051b05;
  --paragraph-light: var(--theme-color-silver);
  --review-color: #ffc737;
  --border-light: rgb(255 255 255 / 10%);
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "DM Sans", sans-serif;
  --text-font: "Inter", sans-serif;
  --body-font-size: 18px;
  --body-line-height: 36px;
  --body-font-weight: 400;
  --h1-font-size: 90px;
  --h2-font-size: 40px;
  --h3-font-size: 32px;
  --h4-font-size: 24px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --line-height-heading-h1: 100px;
  --line-height-heading-h2: 60px;
  --line-height-heading-h3: 36px;
  --line-height-heading-h4: 36px;
  --line-height-heading-h5: 32px;
  --line-height-heading-h6: 28px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --container-width: 1344px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  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 {
  overflow-x: hidden;
}
 

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  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(--title-font);
  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,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

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-h2);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading-h3);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-h4);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-h5);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-h6);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
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;
}

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 (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
 

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

 















.btn-one {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--link-color);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one:hover {
  color: var(--link-hover-color);
}
.btn-one:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-one-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  text-align: center;
  min-width: 208px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-one-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one-rounded:hover {
  color: var(--theme-color2);
}
.btn-one-rounded:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-one-rounded:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one-rounded {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-one-light {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color-white);
  color: var(--theme-color5);
  border: 1px solid var(--theme-color-black);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one-light i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-one-light::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one-light:hover {
  color: var(--theme-color5);
}
.btn-one-light:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-one-light:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one-light {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-two {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-two::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-two:hover {
  color: var(--theme-color-white);
}
.btn-two:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-two {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-two-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: #a27b5c;
  color: var(--theme-color-white);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-two-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-two-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-two-rounded:hover {
  color: var(--theme-color-white);
}
.btn-two-rounded:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-two-rounded:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-two-rounded {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-three {
  background-color: var(--theme-color6);
  border-radius: 30px;
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  max-width: 100%;
  min-width: 220px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.btn-three i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-three::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-three:hover {
  color: var(--theme-color-white);
}
.btn-three:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-three:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-three {
    min-width: 150px;
    padding: 14px 25px;
  }
}






 

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title .sub-title {
  min-width: 156px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background-color: #f2e8dc;
  border-radius: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.sec-title .sub-title.style-red {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
}
.sec-title .title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-title .title.light {
  color: var(--theme-color-light);
}
.sec-title .text {
  margin-top: 20px;
  margin-bottom: 0;
}
.sec-title .text.fs-16 {
  font-size: 16px;
  line-height: 28.8px;
}
.sec-title .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-title .flex-content .flex-text {
  max-width: 540px;
  margin-bottom: 0;
}
.sec-title.center {
  text-align: center;
}
.sec-title.center .sub-title {
  margin: 0 auto;
  margin-bottom: 10px;
}

/***
......

====================================================================
  brand-section
====================================================================

***/
.brand-section {
  overflow: hidden;
}
.brand-section .sec-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.brand-section .sec-title .title {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color-white);
  margin: 0 auto;
  padding: 0 50px;
  font-size: 14px;
  line-height: 32px;
}
.brand-section .sec-title::after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
}
.brand-section .outer-box {
  max-width: 1240px;
  margin: 0 auto;
}
.brand-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-block {
  max-width: 134px;
}
.brand-block a {
  display: block;
}
.brand-block a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.5;
}
.brand-block a:hover img {
  opacity: 1;
}

/*** 

====================================================================
  brand-section two
====================================================================

***/
.brand-section-two .outer-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7ebef;
}
.brand-section-two .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.brand-section-two .brand-block {
  max-width: auto;
}
.brand-section-two .brand-block a {
  display: block;
}
.brand-section-two .brand-block a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.brand-section-two .brand-block a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*** 

====================================================================
		About Section
====================================================================

***/
.about-section {
  overflow: hidden;
}
.about-section .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 590px;
}
.about-section .image-column .inner-column .image1 {
  max-width: 500px;
  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);
}
.about-section .image-column .inner-column .image1 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-section .image-column .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;
}
.about-section .image-column .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;
}
.about-section .image-column .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
  }
  .about-section .image-column .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-section .content-column .inner-column .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;
}
.about-section .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about-section .content-column .inner-column .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border: 3px solid var(--theme-color1);
}
.about-section .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .content-column .inner-column .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}


.about-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-top: 20px;
}
.about-block .inner-box .icon {
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block .inner-box .title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 5px;
}
.about-block .inner-box .text {
  margin: 0;
}
.about-block .inner-box:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*** 

====================================================================
		About Section Two
====================================================================

***/
.about-section-two {
  overflow: hidden;
	/*padding: 60px;*/
	margin-top: 71px;
	
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.about-section-two .content-column .inner-column .sec-title .text {
  padding: 7px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #6b7280;
  background-color: #f3f4f6;
  border-radius: 5px;
	
	    z-index: 99999;
    position: relative;
}
.about-section-two .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
	    z-index: 99999;
    position: relative;
}
.about-section-two .content-column .inner-column .list li {
  font-family: var(--title-font);
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.about-section-two .content-column .inner-column .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-two .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-two .content-column .inner-column .info .user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-two .content-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -10px;
}
.about-section-two .content-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.about-section-two .content-column .inner-column .info .user .title img {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.about-section-two .image-column .inner-column .image {
  margin-left: 60px;
  position: relative;
  z-index: 1;
  max-width: 482px;
  margin-bottom: 45px;
}
.about-section-two .image-column .inner-column .image img {
  width: 100%;
  border-radius: 15px;
}
.about-section-two .image-column .inner-column .image::after {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background-color: var(--theme-color-gray2);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.about-section-two .image-column .inner-column .image .info1 {
  position: absolute;
  top: 60px;
  left: -95px;
}
.about-section-two .image-column .inner-column .image .info2 {
  position: absolute;
  bottom: -45px;
  left: -50px;
  width: 275px;
  padding: 40px 20px;
  padding-left: 50px;
  background-color: var(--theme-color1);
  border-radius: 12px;
}
.about-section-two .image-column .inner-column .image .info2 .title {
  font-size: 65px;
  line-height: 65px;
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.about-section-two .image-column .inner-column .image .info2 .sub-title {
  margin-bottom: 0;
  color: var(--headings-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.about-section-two .image-column .inner-column .image .info2 .sub-title img {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}




.about-section-two .image-column .inner-column .image .info3 {
  position: absolute;
    bottom: -111px;
    left: -22px;
    width: 269px;
    padding: 24px 13px;
    padding-left: 52px;
    background-color: #f2e8dc;
    border-radius: 12px;
}
.about-section-two .image-column .inner-column .image .info3 .title {
  font-size: 40px;
  line-height: 65px;
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.about-section-two .image-column .inner-column .image .info3 .sub-title {
  margin-bottom: 0;
  color: var(--headings-color);
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.about-section-two .image-column .inner-column .image .info3 .sub-title img {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}



@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image .info1 {
    left: -50px;
    top: -30px;
  }
  .about-section-two .image-column .inner-column .image .info1 img {
    width: 150px;
  }
  .about-section-two .image-column .inner-column .image .info2 {
    padding: 10px 20px;
    width: 200px;
  }
  .about-section-two .image-column .inner-column .image .info2 .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
	
	
	
	.about-section-two .image-column .inner-column .image .info3 {
    padding: 10px 20px;
    width: 200px;
		        z-index: 9999;
        position: relative;
  }
  .about-section-two .image-column .inner-column .image .info3 .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
	
	
}

.about-block-two {
  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: 588px;
	    z-index: 99999;
    position: relative;
        margin-bottom: 10px;
}
.about-block-two .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.about-block-two .item .icon {
  width: 78px;
  height: 79px;
  line-height: 78px;
  text-align: center;
  border-radius: 6px;
  background-color: #f2e8dc;
}
.about-block-two .item .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.about-block-two .item .con {
  font-size: 18px;
  font-weight: 600;
  color: var(--headings-color);
  line-height: 28px;
  text-transform: capitalize;
  max-width: 189px;
}
.about-block-two .item:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media (max-width: 1199.98px) {
  .about-block-two {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}





 
 
/*** 

====================================================================
		About Section Three
====================================================================

***/
.about-section-three {
  overflow: hidden;
}
.about-section-three .image-column .inner-column {
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .inner-column .image {
  overflow: hidden;
  border-radius: 11px;
  max-width: 581px;
}
.about-section-three .image-column .inner-column .image img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .image {
    max-width: 100%;
  }
}
.about-section-three .image-column .inner-column .text {
  max-width: 570px;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .text {
    max-width: 100%;
  }
}
.about-section-three .image-column .inner-column .shape {
  position: absolute;
  top: -62px;
  left: -100px;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .shape {
    display: none;
  }
}
.about-section-three .image-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-three .image-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-three .image-column .inner-column .info .user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-three .image-column .inner-column .info .user ul li img {
  border: 3px solid var(--theme-color-white);
  border-radius: 50%;
}
.about-section-three .image-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -15px;
}
.about-section-three .image-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .inner-column .info .user .title img {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.about-section-three .content-column .sec-title {
  max-width: 570px;
}
@media (max-width: 1199.98px) {
  .about-section-three .content-column .sec-title {
    max-width: 100%;
  }
}

.about-block-three .content-box {
  border-radius: 50%;
  height: 330px;
  padding: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  width: 330px;
  z-index: 1;
}
@media (max-width: 374.98px) {
  .about-block-three .content-box {
    height: 280px;
    width: 280px;
  }
}
.about-block-three .content-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #faf0e7;
  border: 1px solid #070505;
  opacity: 0.16;
  border-radius: 50%;
  z-index: -1;
}
.about-block-three .content-box .count-box {
  font-size: 50px;
  font-weight: 500;
  color: var(--headings-color);
  text-align: center;
  font-family: var(--title-font);
  margin-bottom: 20px;
}
@media (max-width: 374.98px) {
  .about-block-three .content-box .count-box {
    margin-bottom: 0;
  }
}
.about-block-three .content-box .count-box .count-text {
  font-size: 130px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .about-block-three .content-box .count-box .count-text {
    margin-top: 80px;
  }
}
.about-block-three .content-box .text {
  max-width: 150px;
  margin: 0 auto;
  color: #595b62;
}
.about-block-three .content-box.margin-minus {
  margin-left: -35px;
}
@media (max-width: 575.98px) {
  .about-block-three .content-box.margin-minus {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-block-three .content-box {
    margin-left: auto !important;
    margin-right: auto;
  }
}

/*** 

====================================================================
		About Section Four
====================================================================

***/
.about-section-four {
  overflow: hidden;
}
.about-section-four .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 575px;
}
.about-section-four .image-column .inner-column .image1 {
  max-width: 459px;
  overflow: hidden;
  border-radius: 11px;
  margin-left: 40px;
}
.about-section-four .image-column .inner-column .image1 img {
  width: 100%;
}
.about-section-four .image-column .inner-column .image2 {
  max-width: 263px;
  overflow: hidden;
  border-radius: 11px;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.about-section-four .image-column .inner-column .image2 img {
  width: 100%;
}
.about-section-four .image-column .inner-column .info {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--theme-color2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.about-section-four .image-column .inner-column .info .title {
  font-size: 36px;
  line-height: 36px;
  color: var(--theme-color-white);
  margin-bottom: 15px;
}
.about-section-four .image-column .inner-column .info .title span {
  font-size: 14px;
  font-weight: 600;
}
.about-section-four .image-column .inner-column .info .title span span {
  font-size: 28px;
}
.about-section-four .image-column .inner-column .info .users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about-section-four .image-column .inner-column .info .users span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 500;
}
.about-section-four .image-column .inner-column .info .users span svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .about-section-four .content-column .inner-column {
    max-width: 84%;
  }
}
.about-section-four .content-column .inner-column .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-four .content-column .inner-column .content-box .item {
  max-width: 260px;
}
.about-section-four .content-column .inner-column .content-box .item .title,
.about-section-four .content-column .inner-column .content-box .item .sub-title {
  margin-bottom: 10px;
}
.about-section-four .content-column .inner-column .content-box .item .text {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 0;
}
.about-section-four .content-column .inner-column .number {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0;
}
.about-section-four .content-column .inner-column .number a {
  font-weight: 700;
  text-decoration: underline;
}
.about-section-four .content-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-four .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about-section-four .content-column .inner-column .info .user .image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #edc701;
  padding: 5px;
}
.about-section-four .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-wrapper-4 .about-image {
  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;
}
@media (max-width: 1199.98px) {
  .about-wrapper-4 .about-image {
    max-width: initial;
  }
}
.about-wrapper-4 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-4 .about-content .sec-title {
  max-width: 600px;
}
.about-wrapper-4 .about-content .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;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .about-wrapper-4 .about-content .about-icon-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.about-wrapper-4 .about-content .about-icon-box .count-box {
  padding: 23px 0px;
  padding-right: 40px;
  min-width: 220px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .about-wrapper-4 .about-content .about-icon-box .count-box {
    border-right: none;
    padding-right: 0;
  }
}
.about-wrapper-4 .about-content .about-icon-box .count-box h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  margin-bottom: 0;
}
.about-wrapper-4 .about-content .about-icon-box .count-box p {
  margin-bottom: 0;
}
.about-wrapper-4 .about-content .about-icon-box .about-block {
  margin-bottom: 15px;
}
.about-wrapper-4 .about-content .about-icon-box .about-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 0;
}
.about-wrapper-4 .about-content .about-icon-box .about-block .inner-box .content .title {
  font-size: 18px;
  font-weight: 700;
}
.about-wrapper-4 .about-content .about-icon-box .about-block .inner-box .content p {
  font-size: 16px;
  font-weight: 400;
}
.about-wrapper-4 .about-content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1199.98px) {
  .about-wrapper-4 .about-content .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-4 .about-content .info .theme-btn {
  position: relative;
}
.about-wrapper-4 .about-content .info .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) {
  .about-wrapper-4 .about-content .info .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }
  .about-wrapper-4 .about-content .info .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
  .about-wrapper-4 .about-content .info .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper-4 .about-content .info .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}
.about-wrapper-4 .about-content .info .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}
.about-wrapper-4 .about-content .info .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
}
.about-wrapper-4 .about-content .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about-wrapper-4 .about-content .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border: 3px solid var(--theme-color1);
}
.about-wrapper-4 .about-content .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-wrapper-4 .about-content .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}

/*** 

====================================================================
		About Section Five
====================================================================

***/
.about-section-home6 {
  position: relative;
}
.about-section-home6 .about-image-box {
  position: relative;
}
.about-section-home6 .about-image-box .thumb {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.about-section-home6 .about-image-box .content-box {
  background-color: var(--theme-color7);
  bottom: 0;
  max-width: 476px;
  padding: 65px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about-section-home6 .about-image-box .content-box {
    border-radius: 0 0 15px 0;
    max-width: 676px;
  }
}
@media (max-width: 991.98px) {
  .about-section-home6 .about-image-box .content-box {
    bottom: 30px;
    border-radius: 0;
    left: 15px;
    max-width: none;
    position: relative;
    width: 95%;
  }
}
@media (max-width: 575.98px) {
  .about-section-home6 .about-image-box .content-box {
    left: 0;
    padding: 30px;
  }
}
.about-section-home6 .about-image-box .title {
  color: var(--theme-color-white);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 42px;
}
.about-section-home6 .about-image-box .text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.about-section-home6 .about-image-box .swiper-arry .one-grid-next,
.about-section-home6 .about-image-box .swiper-arry .one-grid-prev {
  background-color: transparent;
  color: #807B7B;
}
.about-section-home6 .about-image-box .swiper-arry .one-grid-next i,
.about-section-home6 .about-image-box .swiper-arry .one-grid-prev i {
  color: var(--theme-color-white);
}

.about-section-seven {
  overflow: hidden;
  padding-bottom: 172px;
}
.about-section-seven .rectangle-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.about-section-seven .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-right: -40px;
}
.about-section-seven .image-column .inner-column .image1 {
  max-width: 492px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
          box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .image-column .inner-column .image1 img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-seven .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-section-seven .image-column .inner-column .image2 {
  max-width: 275px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
          box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
  position: absolute;
  bottom: -52px;
  right: 0;
}
.about-section-seven .image-column .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-seven .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 991.98px) {
  .about-section-seven .image-column .inner-column {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column {
    margin-bottom: 0;
  }
  .about-section-seven .image-column .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-section-seven .content-column .inner-column {
  padding-left: 70px;
  margin-left: -70px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .content-column .inner-column .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section-seven .content-column .inner-column .list::before {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: calc(100% + 70px);
  height: 1px;
  content: "";
  background: rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .content-column .inner-column .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;
}
.about-section-seven .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.about-section-seven .content-column .inner-column .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 67px;
  width: 100%;
  height: 67px;
  padding: 7px;
  border: 1px solid var(--theme-color9);
}
.about-section-seven .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-section-seven .content-column .inner-column .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}
 

/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 30px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
}
/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 3rem;
  }
}





.divider2, .parallax2 {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}

.layer-overlayb.overlay-dark-b::before {
    /* background-color: rgba(12, 14, 43, 0.5); */
}
.layer-overlayb::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

 
 .layer-overlayb {
   background-image:url("../img/bd.jpg");
}



.layer-overlayb::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

 
  








.divider3, .parallax3 {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}

.layer-overlayb2.overlay-dark-b::before {
    /* background-color: rgba(12, 14, 43, 0.5); */
}
.layer-overlayb2::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

 
 .layer-overlayb2 {
   background-image:url("../img/bd-2.jpg");
}



.layer-overlayb3::before {
    background: rgba(41, 46, 074, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

 
 .layer-overlayb3 {
   background-image:url("../img/Sea-Rose-logo.png");
}












.service-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray);
	
}
.service-section .sec-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-section .sec-line {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 0;
}
.service-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-color: var(--theme-color2);
}
@media (max-width: 991.98px) {
  .service-section::after {
    display: none;
  }
}
.service-section .sec-title {
  position: relative;
  z-index: 1;
}
.service-section .sec-title .arry {
  position: absolute;
  z-index: -1;
  right: -75px;
  top: -15px;
}
@media (max-width: 991.98px) {
  .service-section .sec-title .arry {
    display: none;
  }
}
.service-section .service-slider {
  margin-right: -35%;
}
@media (max-width: 1399.98px) {
  .service-section .service-slider {
    margin: 0;
  }
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}
.service-block .arry-btn {
  font-size: 14px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 30px;
  width: 64px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 210px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .service-block .arry-btn {
    right: 125px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .service-block .arry-btn {
    right: 100px;
  }
}
.service-block .content-box {
  background-color: var(--theme-color3);
  padding: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-block .content-box .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-44%, -68%);
          transform: translate(-44%, -68%);
  z-index: -1;
}
.service-block .content-box .icon {
  margin-bottom: 30px;
}
.service-block .content-box .icon svg,
.service-block .content-box .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-block .content-box .content .number {
  font-size: 22px;
  color: var(--theme-color1);
  font-weight: 700;
}
.service-block .content-box .content .title {
  color: var(--theme-color-white);
  margin: 10px 0;
}
.service-block .content-box .content .title a {
  text-transform: capitalize;
}
.service-block .content-box .content .text {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .service-block .content-box {
    padding: 30px;
    width: 100%;
  }
}
.service-block .image-box {
  min-width: 240px;
  height: 100%;
  overflow: hidden;
}
.service-block .image-box .image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .service-block .image-box {
    min-width: 130px;
    height: 100%;
  }
  .service-block .image-box .image {
    height: 100%;
  }
  .service-block .image-box .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  .service-block .image-box {
    width: 130px;
  }
}
.service-block:hover .content-box .icon i,
.service-block:hover .content-box .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.service-block:hover .arry-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-block .image-box {
    width: 100%;
    height: 350px;
  }
  .service-block .image-box img {
    width: 100%;
  }
  .service-block .arry-btn {
    right: 20px;
    top: 60px;
  }
  .service-block .content-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-block .content-box .icon {
    margin-bottom: 0;
  }
}

.service-section-two {
  overflow: hidden;
  background-color: var(--theme-color-gray2);
}
.service-section-two .outer-box {
  border-radius: 13px;
  overflow: hidden;
}
.service-section-two.home6-style .service-block-two .inner-box .icon {
  background-color: var(--theme-color7);
}
.service-section-two.home6-style .service-block-two .inner-box .icon svg path {
  fill: var(--theme-color-white);
}
.service-section-two.home6-style .service-block-two .inner-box:hover {
  background-color: var(--theme-color7);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .icon:after {
  background-color: var(--theme-color6);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .btn-two-rounded {
  background-color: var(--theme-color6);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .title,
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .text {
  color: var(--theme-color-white);
}

.service-block-two {
  height: 100%;
}
.service-block-two .inner-box {
  padding: 60px 30px;
  padding-top: 50px;
  background-color: var(--theme-color-white);
  border-right: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .inner-box .icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service-block-two .inner-box .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--theme-color2);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.service-block-two .inner-box .icon svg,
.service-block-two .inner-box .icon i {
  width: 70px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-block-two .inner-box .icon svg path,
.service-block-two .inner-box .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .inner-box .content-box .title {
  margin-bottom: 20px;
}
.service-block-two .inner-box .content-box .text {
  max-width: 345px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .btn-two-rounded {
  min-width: 174px;
  margin-top: 30px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(32, 33, 36, 0.102);
  color: var(--headings-color);
}
.service-block-two .inner-box .block-bg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 310px;
}
.service-block-two .inner-box .block-bg img {
  width: 100%;
}
.service-block-two .inner-box:hover {
  background-color: var(--theme-color1);
}
.service-block-two .inner-box:hover .icon i,
.service-block-two .inner-box:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block-two .inner-box:hover .icon i path,
.service-block-two .inner-box:hover .icon svg path {
  fill: var(--theme-color-white);
}
.service-block-two .inner-box:hover .icon::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-two .inner-box:hover .text {
  color: var(--headings-color);
}
.service-block-two .inner-box:hover .btn-two-rounded {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  .service-block-two .inner-box {
    border: none;
    padding: 25px 15px;
  }
}

.service-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
.service-section-three.have-pb {
  padding-bottom: 87px;
	padding-top: 60px;
}
@media (max-width: 767.98px) {
  .service-section-three.have-pb {
    padding-bottom: 150px;
  }
}
.service-section-three .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section-three .outer-box {
  max-width: 1230px;
  margin: 0 auto;
}
.service-section-three .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
	    color: #fff;
}

.service-list-three {
  background-color: #eee9e9;
  padding: 76px;
  margin-right: 70px;
}
.service-list-three ul li:not(:last-child) {
  margin-bottom: 30px;
}
.service-list-three ul li a {
  display: block;
  border-radius: 7px;
  padding: 20px 18px;
  background-color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #150e3d;
  font-weight: 400;
  font-size: 20px;
/*  font-family: var(--title-font);*/
/*  text-transform: capitalize;*/
}
.service-list-three ul li a svg,
.service-list-three ul li a i {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.service-list-three ul li a:hover {
  background-color: #a27b5c;
	color: #fff;
}
.service-list-three ul li a:hover svg,
.service-list-three ul li a:hover i {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
@media (max-width: 575.98px) {
  .service-list-three ul li a {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .service-list-three {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .service-list-three {
    padding: 30px 15px;
  }
}

.service-block-three {
  background-color: var(--theme-color-white);
  border-radius: 5px;
  padding: 40px;
}
.service-block-three .image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.service-block-three .image img {
  width: 100%;
}
.service-block-three .image .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%);
}
.service-block-three .image .video-btn::after, .service-block-three .image .video-btn::before {
  opacity: 1;
  border: 20px solid rgba(var(--theme-color1-rgb), 0.5);
}
.service-block-three .content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.service-block-three .content .list li i {
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .service-block-three {
    padding: 30px 15px;
  }
}

.service-section-four {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
@media (max-width: 991.98px) {
  .service-section-four {
    overflow: hidden;
  }
}
.service-section-four .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .service-section-four .sec-shape {
    display: none;
  }
}
.service-section-four .content-column .inner-column {
  max-width: 580px;
  position: sticky;
  top: 120px;
}
.service-section-four .content-column .inner-column .text {
  font-size: 16px;
  line-height: 28.8px;
}
.service-section-four .content-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-section-four .content-column .inner-column .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--headings-color);
}
.service-section-four .content-column .inner-column .info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-section-four .content-column .inner-column .info ul li .title {
  margin-bottom: 0;
}

.service-block-four .acc {
  border-radius: 14px;
  border: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item {
  background-color: transparent;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .acc .acc-item .acc-header {
  margin-bottom: 0;
}
.service-block-four .acc .acc-item .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn.collapsed {
  padding: 30px 50px;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn.collapsed {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn span {
  display: block;
}
.service-block-four .acc .acc-item .acc-btn span.icon {
  width: 60px;
}
.service-block-four .acc .acc-item .acc-btn .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.service-block-four .acc .acc-item .acc-btn .content-box .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--headings-color);
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn .content-box {
    gap: 10px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .title {
    font-size: 18px;
    line-height: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon {
    width: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon svg {
    width: 30px;
    height: 30px;
  }
}
.service-block-four .acc .acc-item .acc-btn .number {
  font-size: 20px;
  font-weight: 600;
  color: var(--headings-color);
}
.service-block-four .acc .acc-item .acc-btn::after {
  display: none;
}
.service-block-four .acc .acc-item .acc-body {
  padding: 30px;
  padding-top: 0;
}
.service-block-four .acc .acc-item .acc-body .text {
  margin-left: 85px;
  max-width: 430px;
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-body .text {
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.service-block-four .acc .acc-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item.active {
  background-color: var(--theme-color2);
  border-radius: 14px;
}
.service-block-four .acc .acc-item.active .title,
.service-block-four .acc .acc-item.active .text,
.service-block-four .acc .acc-item.active .number {
  color: var(--theme-color-white) !important;
}
.service-block-four .acc .acc-item.active .icon svg path {
  fill: var(--theme-color-white);
}
.service-block-four .acc .acc-item.active .acc-btn {
  padding-bottom: 0 !important;
}

.service-section-five {
  position: relative;
  z-index: 9;
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  .service-section-five .title br {
    display: none;
  }
}
.service-section-five:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(280.47deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 65.71%);
}
.service-section-five .shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section-five .service-wrapper {
  margin: 0px 15px;
}
.service-section-five .service-know-box {
  border-radius: 100px;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  max-width: 705px;
  margin: 60px auto 0;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 767.98px) {
  .service-section-five .service-know-box {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 14px;
  }
}
.service-section-five .service-know-box .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  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-color1);
}
@media (max-width: 767.98px) {
  .service-section-five .service-know-box .icon {
    margin: 0 auto;
  }
}
.service-section-five .service-know-box p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 0;
}
.service-section-five .service-know-box p a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: var(--theme-color1);
  text-decoration: underline;
  margin-left: 20px;
}
.service-section-five .service-know-box p a i {
  margin-left: 15px;
  font-size: 19px;
}

.service-card-items {
  margin-top: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
  padding-bottom: 30px;
  padding: 25px;
}
@media (max-width: 1599.98px) {
  .service-card-items {
    padding: 35px;
  }
}
@media (max-width: 575.98px) {
  .service-card-items {
    padding: 30px;
  }
}
.service-card-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
}
.service-card-items .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.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;
}
.service-card-items .content .link-btn:hover {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.service-card-items:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}


.scroll-left-right {
  opacity: 0;  /* Start with invisible */
  transform: translateX(100%);  /* Start off-screen */
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

/* Left scroll animation */
[data-aos="fade-left"] {
  opacity: 1;
  transform: translateX(0); /* Move to its final position from the left */
}

/* Right scroll animation */
[data-aos="fade-right"] {
  opacity: 1;
  transform: translateX(0); /* Move to its final position from the right */
}

/* Custom scroll positioning */
.scroll-left-right[data-aos="fade-left"] {
  transform: translateX(-100%);  /* Start from the left side */
}

/* For fade-right, elements will start from the right side */
.scroll-left-right[data-aos="fade-right"] {
  transform: translateX(100%);  /* Start from the right side */
}





.funfact-box-bg {
  width: 100%;
  background-color: #086ad7;
  border-radius: 7px;
  margin: 0px auto;
  padding: 80px 0px;
	
}
@media (min-width: 1450px) {
  .funfact-box-bg {
    max-width: 1400px;
  }
}
.funfact-box-bg .theme-btn.minimal-btn:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #086ad7 !important;
}

.fun-fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  text-align: center;
}
@media (max-width: 500px) {
  .fun-fact-grid {
    grid-template-columns: 1fr;
  }
}
.fun-fact-grid .single-funfact-item {
  background-color: #fff;
  padding: 40px 30px 30px;
  -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
}
.fun-fact-grid .single-funfact-item .icon {
  font-size: 55px;
  margin-bottom: 10px;
  color: #086ad7;
}
.fun-fact-grid .single-funfact-item h3 {
  font-size: 55px;
  line-height: 1;
}
.prosess-wrapper {
  position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}
.prosess-wrapper .prosess-element .icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #E6F0FB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
	font-size: 34px;
    color: #a27b5c;
}
.prosess-wrapper .prosess-element h4 {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #211e3b;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prosess-wrapper .prosess-element p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
.prosess-wrapper .prosess-element span {
  position: absolute;
  top: 10%;
  left: 12%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #086ad7;
}
@media (max-width: 995px) {
  .prosess-wrapper .mt-70 {
    margin-top: 0px !important;
  }
}
@media (max-width: 995px) {
  .prosess-wrapper .mt-40 {
    margin-top: 0px !important;
  }
}
.prosess-wrapper .pro-line {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 20%;
}
@media (max-width: 1920px) {
  .prosess-wrapper .pro-line {
    left: 29%;
  }
}
@media (max-width: 1600px) {
  .prosess-wrapper .pro-line {
    left: 24%;
  }
}
@media (max-width: 1366px) {
  .prosess-wrapper .pro-line {
    left: 16%;
  }
}
@media (max-width: 995px) {
  .prosess-wrapper .pro-line {
    display: none !important;
  }
}

.funfact-wrapper_2 .funfact-content-grid {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .funfact-wrapper_2 .funfact-content-grid {
    padding-bottom: 80px;
  }
}
.funfact-wrapper_2 .single-funfact-item h3 {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  color: #FFF;
}
.funfact-wrapper_2 .single-funfact-item h3::before {
  content: "" !important;
}
.funfact-wrapper_2 .single-funfact-item p {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFF;
}



.mt-40 {
    margin-top: 40px;
}
.pt-30 {
    padding-top: 30px;
}

.mt-70 {
    margin-top: 70px;
}
.pt-30 {
    padding-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}






@media only screen and (max-width: 768px) {
    .hero-area.style-three .hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto!important;
    object-fit: cover;
    z-index: 0;
    /* opacity: 0.7; */
}
.hero-area.style-three .container-fluid {
    position: relative;
    z-index: 2;
    display: none!important;
}
.hero-area.style-three {
    position: relative;
    overflow: hidden;
    padding: 140px 0 103px!important;
}
    .project-card.style-two {
        padding:0px!important;
    }
    .service-section-three.have-pb {
        padding-bottom: 30px!important;
    }
   [data-aos^=fade][data-aos^=fade].aos-animate {
    margin-top: 20px!important;
}
            }




