/* 
/************ 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&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;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: 48px;
  --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;

  /* ========Golab==CSS======== */

  --primary-clr: #e87c0d;
  --primary-light-clr: rgba(232, 124, 13, 0.2);
  --secondary-clr: #024136;
  --secondary-light-clr: rgba(2, 65, 54, 0.2);
  --bg-theme-primary-clr: var(--theme-color1);
  --bg-theme-secondary-clr: var(--theme-color1);
}

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

body {
  background-color: #fff;
  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(--text-font);
  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(--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);
  }
}

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

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/***

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

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  overflow-x: hidden;
  background-color: #ffffff;
}

.page-wrapper.gray-bg {
  background-color: #f4f3ee;
}

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

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.html);
}

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

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

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

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

.bg-theme-color6 {
  background-color: var(--theme-color6);
}

.bg-theme-color7 {
  background-color: var(--theme-color7);
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  /* background-image: url(../images/loader.png); */
  background-image: url(../images/logo.png);
  background-size: contain;
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var();
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-white);
  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;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 50px;
  margin-bottom: 7px;
  padding-left: 22px;
}

.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}

.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

section {
  position: relative;
}
/*================================
    Swiper Slider
=================================*/
.swiper-dot .swiper-pagination-bullet,
.swiper-dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
  margin: 0 2px !important;
}

.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d6d1d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--theme-color1);
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-light
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--theme-color2);
}

.swiper-dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}

.swiper-dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}

.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}

.swiper-dot-light
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

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

.btn-one {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--primary-clr);
  /* background-color: var(--theme-color1); */
  color: var(--theme-color-white);
  /* color: var(--link-color); */
  text-align: center;
  min-width: 180px;
  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(--primary-clr);
  /* background-color: var(--secondary-light-clr); */
  /* background-color: var(--theme-color1); */
  color: var(--theme-color-white);
  /* 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); */
  color: var(--theme-color-white);
}

.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(--primary-clr);
  /* 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: var(--primary-clr);
  /* background-color: var(--theme-color2); */
  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;
  }
}

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

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

.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 70s infinite;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

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

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-anim {
  position: relative;
}

.btn-anim:before {
  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;
}

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

.splt-txt span {
  display: inline-block;
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt.animated .char:first-child {
  text-transform: capitalize;
}

.imageUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
  animation: sway 3s linear infinite alternate;
}

@-webkit-keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

.sway__animationX {
  -webkit-animation: swayX 3s linear infinite alternate;
  animation: swayX 3s linear infinite alternate;
}

@-webkit-keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@-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 sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

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

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

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

@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

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

.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

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

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

.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
  animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

.animation__arryLeftRight {
  -webkit-animation: arryLeftRight 2s ease infinite alternate;
  animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

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

@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

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

.pxl-image-zoom {
  -webkit-animation: pxl_zoom_reverse 5s linear infinite;
  animation: pxl_zoom_reverse 5s linear infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

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

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

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

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

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

.pxl-image-zoom2 {
  -webkit-animation: zoom-in-zoom-out 20s linear infinite;
  animation: zoom-in-zoom-out 20s linear infinite;
}

@-webkit-keyframes pxl_zigzag {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes pxl_zigzag {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

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

  25% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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

  75% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

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

  25% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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

  75% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

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

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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

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

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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

.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

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

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

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

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

.slide-up-down {
  -webkit-animation: pxl_float_two 2s ease infinite alternate;
  animation: pxl_float_two 2s ease infinite alternate;
}

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

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

  75% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

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

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

  75% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform: translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform: translate(-40px, 60px);
  }

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

@keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform: translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform: translate(-40px, 60px);
  }

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

.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform: translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform: translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }

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

@keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform: translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform: translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }

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

.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform: translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform: translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform: translate(20px, 800px);
  }

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

@keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform: translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform: translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform: translate(20px, 800px);
  }

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

.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

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

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

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

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-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 rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
  animation: rotateY 30s linear infinite;
}

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

@-webkit-keyframes rotateAndScaleY {
  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 rotateAndScaleY {
  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__rotateAndScaleY {
  -webkit-animation: rotateAndScaleY 20s linear infinite;
  animation: rotateAndScaleY 20s linear infinite;
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
  animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }

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

@keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }

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

.bobble__animation {
  -webkit-animation: bobble 3s ease-in-out infinite alternate;
  animation: bobble 3s ease-in-out infinite alternate;
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform: translate(600px, 400px);
    opacity: 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform: translate(600px, 600px);
    opacity: 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform: translate(400px, 800px);
    opacity: 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform: translate(200px, 600px);
    opacity: 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform: translate(200px, 400px);
    opacity: 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}

@keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform: translate(600px, 400px);
    opacity: 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform: translate(600px, 600px);
    opacity: 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform: translate(400px, 800px);
    opacity: 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform: translate(200px, 600px);
    opacity: 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform: translate(200px, 400px);
    opacity: 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}

@-webkit-keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}

@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

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

@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

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

.animation__goLeft {
  -webkit-animation: left infinite 6s;
  animation: left infinite 6s;
}

@-webkit-keyframes top-bottom {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes top-bottom {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.animation__topBottom {
  -webkit-animation: top-bottom 2s infinite;
  animation: top-bottom 2s infinite;
}

@-webkit-keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

@keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

.animation__goAll {
  -webkit-animation: goAll 30s infinite linear;
  animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  -webkit-animation: goAll2 50s infinite linear;
  animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  -webkit-animation: goAll3 30s infinite linear;
  animation: goAll3 30s infinite linear;
}

@-webkit-keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
  }
}

@keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
  }
}

@-webkit-keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

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

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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

@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

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

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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

.gsap__parallax {
  overflow: hidden;
}

.gsap__parallax-zoom {
  overflow: hidden;
}

/*** 

====================================================================
  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(--theme-color-dark);
  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
====================================================================

***/
.logo {
  width: 181px;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
}

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: var(--theme-color-white);
}

.header-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e8;
}

.header-top .auto-container {
  max-width: 1450px;
  padding: 0 20px;
  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;
}

.header-top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-left .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}

.header-top .top-left .info-list a {
  color: inherit;
  font-weight: 500;
}

.header-top .top-left .info-list i {
  color: #0c6460;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header-top .top-right ul li a {
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}

.header-top .top-right ul li a:hover {
  color: #0c6460;
}

.header-top .top-right ul.top-social-icon li a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .top-right ul.top-social-icon li a:hover {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}

.main-header .logo {
  position: relative;
  display: block;
}

.main-header .logo img {
  max-width: 100%;
  height: auto;
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-menu {
  position: relative;
}

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

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

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

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

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

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

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 18px;
  /* font-size: 14px; */
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font);
  letter-spacing: 1.3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -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);
}

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

.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: 14px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color2);
  padding-left: 5px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  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 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -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);
}

.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: 400;
  font-size: 16px;
  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(--theme-color2);
}

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

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}

.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}

.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}

.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}

.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

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

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}

/*** 

====================================================================
    header-style-one
====================================================================

***/

@media (max-width: 575.98px) {
  .header-style-two .auto-container {
    padding: 0;
  }
}

.header-style-two .header-top {
  padding: 8px 0;
}

.header-style-two .header-top::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  content: "";
  background-color: var(--theme-color1);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .header-style-two .header-top::after {
    width: 35%;
  }
}

@media (max-width: 991.98px) {
  .header-style-two .header-top {
    display: none;
  }
}

.header-style-two .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}

.header-style-two .header-top .inner-box .top-left span {
  color: #adadad;
}

.header-style-two .header-top .inner-box .top-left span .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}

.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  font-size: 16px;
  color: #adadad;
}

.header-style-two .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}

.header-style-two .header-top .social-icon-one li:last-child {
  margin-right: 0;
}

.header-style-two .header-top .info-language {
  margin-left: 30px;
}

.header-style-two .header-top .info-language .select-language {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 15.75px 20px;
  cursor: pointer;
}

.header-style-two .header-top .info-language .select-language .icon {
  margin-left: 6px;
}

.header-style-two .header-top .info-user {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color1);
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.header-style-two .main-box {
  background-color: var(--theme-color-light);
  padding: 20px;
  max-width: 1450px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .header-style-two .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

.header-style-two .main-box .nav-outer .nav .navigation li {
  margin-right: 50px;
}

.header-style-two .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}

.header-style-two .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color2);
}

.header-style-two .outer-box {
  margin-left: 0;
  margin-right: 0;
}

.header-style-two .outer-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-two .outer-box .info-box .call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-two .outer-box .info-box .call-info i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 18px;
  display: inline-block;
  background-color: var(--theme-color1);
}

.header-style-two .outer-box .info-box .call-info .title {
  margin-bottom: 0;
  color: #0c6460;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}

.header-style-two .outer-box .info-box .call-info a {
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 600;
}

@media (max-width: 1399.98px) {
  .header-style-two .outer-box .info-box .call-info {
    display: none;
  }
}

.header-style-two .outer-box .info-box .btn-two {
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  .header-style-two .outer-box .info-box {
    display: none;
  }
}

.header-style-two .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 75px;
}

@media (max-width: 575.98px) {
  .header-style-two .outer-box .search-btn {
    margin-right: 20px;
  }
}

.header-style-two .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}

@media (max-width: 575.98px) {
  .header-style-two .outer-box .search-btn::before {
    right: -20px;
  }
}

.header-style-two .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}

.header-style-two .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}

.header-style-two .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}

.header-style-two .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}

.header-style-two .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}

.header-style-two .outer-box .header-btn:before {
  display: none;
}

.header-style-two .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}

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

.header-style-two .main-menu .navigation > li > a {
  color: var(--headings-color);
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color2);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-two .main-menu .navigation > li > a:hover {
  color: var(--theme-color2);
}

.header-style-two .main-menu .navigation > li > a:hover:before {
  width: 100%;
}

.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: var(--headings-color);
}
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}

.header-style-two .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
}

.header-style-two .sticky-header {
  background-color: var(--theme-color-v2);
  /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
  .header-style-two .sticky-header .auto-container {
    padding: 0 15px;
  }
}

.header-style-two .sticky-header .mobile-nav-toggler {
  display: none;
}

@media (max-width: 991.98px) {
  .header-style-two .sticky-header .mobile-nav-toggler {
    color: var(--theme-color2);
    display: block;
  }
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}

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

.header-style-two .sticky-header .main-menu .navigation > li {
  padding: 0;
}

.header-style-two .sticky-header.fixed-header {
  height: 100px;
  /* height: 70px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.header-style-two .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .header-style-two .sticky-header .main-menu {
    display: none;
  }
}

.header-style-two
  .sticky-header
  .main-menu
  .navigation
  li.dropdown
  .dropdown-btn {
  color: var(--headings-color);
}

.header-style-two .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  background-color: var(--theme-color-white);
  /* background-color: var(--theme-color-gray2); */
  border-bottom: var(--theme-color-white);
  /* border-bottom: 1px solid #e5e7eb; */
}

.header-style-two .header-top {
  overflow: unset;
  padding: 0;
  background-color: var(--theme-color2);
  position: relative;
  z-index: 2;
}

.header-style-two .header-top .auto-container {
  padding: 0 12px;
  max-width: 1344px;
}

.header-style-two .header-top::after {
  display: none;
}

.header-style-two .header-top .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-two .header-top .select-box .nice-select {
  border: none;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}

.header-style-two .header-top .select-box .nice-select::before {
  color: var(--theme-color-white);
  font-size: 12px;
}

.header-style-two .header-top .select-box .nice-select .current {
  font-size: 14px;
  color: var(--theme-color-white);
}

.header-style-two .header-top .select-box .nice-select .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.header-style-two .header-top .top-left .info-list li {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-left .info-list i {
  color: var(--theme-color1);
}

.header-style-two .header-top .top-left .info-list a {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a:hover {
  color: var(--theme-color1);
  -webkit-transform: unset;
  transform: unset;
}

.header-style-two .main-box {
  max-width: 1344px;
  padding: 20px 12px;
  background-color: var(--theme-color-white);
  /* background-color: var(--theme-color-gray2); */
}

.header-style-two .main-box .outer-box .info-box .btn-one-light {
  min-width: 160px;
  padding: 16px;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-clr);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--primary-clr);
  /* background-color: var(--theme-color1); */
  font-size: 20px;
  color: var(--theme-color-white);
}

.header-style-two .main-box .outer-box .mobile-nav-toggler:hover {
  background-color: var(--secondary-clr);
  color: var(--theme-color-white);
  border: 1px solid var(--secondary-clr);
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  background: #000;
  -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;
}

.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

/*** 

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

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

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

@media (max-width: 767.98px) {
  .mobile-nav-toggler {
    margin-left: 20px;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 330px;
  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: 15px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  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: 50px;
}

.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-color: #222;
  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 .content-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.mobile-menu-visible .mobile-menu .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.mobile-menu-visible .mobile-menu .content-box .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--theme-color-white-rgb), 0.5);
  margin-bottom: 0;
  max-width: 245px;
}

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

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  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;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}

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

.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 400;
  text-transform: uppercase;
}

.contact-list-one li a {
  color: #fff;
}

.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

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

.contact-info-box {
  color: #fff;
}

.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: #222;
  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: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

/*** 

====================================================================
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: var(--secondary-light-clr);
  /* background-color: var(--theme-color1); */
  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(--primary-clr);
  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;
}

/***

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

***/
.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1500px) {
  .banner-section .container {
    max-width: 1424px;
  }
}

.banner-section .sec-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.banner-section .sec-shape img {
  height: 100%;
}

.banner-section .arry {
  position: absolute;
  top: 33%;
  left: 5%;
  z-index: 2;
}

.banner-section .goBottom-btn {
  display: inline-block;
  width: 54px;
  height: 94px;
  line-height: 95px;
  border-radius: 27px;
  border: 1px dashed rgba(var(--theme-color-white-rgb), 0.3);
  background-color: transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.banner-section .goBottom-btn:hover {
  border: 1px dashed var(--primary-clr);
}

.banner-section .outer-box {
  position: relative;
  z-index: 1;
  padding: 215px 0;
  /* min-height: calc(100vh - 200px); */
}

.banner-section .content-column .inner-column .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--primary-clr);
  /* border-bottom: 1px solid var(--theme-color1); */
  color: var(--primary-clr);
  /* color: var(--theme-color1); */
  line-height: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.banner-section .content-column .inner-column .title {
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.banner-section .content-column .inner-column .title span {
  font-weight: 300;
  display: block;
}

.banner-section .content-column .inner-column .btn-one {
  border-radius: 5px;
  color: var(--theme-color-white);
  /* color: var(--theme-color-black); */
}

@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .title {
    line-height: 70px;
  }
}

.banner-section .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-color-white);
  max-width: 305px;
  margin-bottom: 0;
  margin-left: auto;
}

.banner-section .banner-slider .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.banner-section .banner-slider .slide-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  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%
  );
  z-index: 1;
}

.banner-section .banner-slider .swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

@media (max-width: 1199.98px) {
  .banner-section .arry {
    left: 2%;
  }

  .banner-section .sec-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 80px 0;
  }

  .banner-section .content-column .inner-column .title {
    font-size: 24px;
    line-height: 1.5;
  }

  .banner-section .text {
    margin-top: 30px;
    margin-left: 0;
  }

  .banner-section .arry {
    display: none;
  }

  .banner-section .goBottom-btn {
    bottom: 20px;
    display: none;
  }
}

/*** 

====================================================================
  brand-section
====================================================================

***/
.brand-section {
  overflow: hidden;
}
.brand-section .outer-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 30px;
  background-color: var(--secondary-light-clr);
  border-radius: 5px;
}

.brand-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
}

.brand-block a {
  display: block;
}

.brand-block a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  /* opacity: 0.5; */
  text-align: center;
  max-width: 240px;
  border-radius: 5px;
  border: 4px solid var(--secondary-clr);
}

.brand-block a:hover img {
  opacity: 1;
}

/*** 

====================================================================
		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 Section Two
====================================================================

***/
.about-section-two {
  overflow: hidden;
}

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

.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 {
  position: relative;
  z-index: 1;
}

.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(--secondary-clr);
  /* 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;
}

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

.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: var(--secondary-light-clr);
  /* background-color: var(--theme-color1); */
}

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

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

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/
.contact-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}

.contact-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-section .contact-image {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .contact-section .contact-image {
    display: none;
  }
}

.contact-section .content-column .sec-title {
  max-width: 450px;
}

.contact-section .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}

.contact-section .content-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.contact-section .content-column .info .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color-white);
}

.contact-section .content-column .info .title {
  margin-bottom: 0;
  color: var(--theme-color2);
}

.contact-section .content-column .info .sub-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--headings-color);
}

.contact-block {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 5px;
  padding: 45px;
  text-align: center;
  max-width: 700px;
}

.contact-block form .input {
  position: relative;
  z-index: 1;
}

.contact-block form .input input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 20px;
  width: 100%;
}

.contact-block form .input input:focus {
  border: 1px solid var(--theme-color1);
}

.contact-block form .input input::-webkit-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::-moz-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input:-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input .icon {
  position: absolute;
  top: 18px;
  right: 20px;
}

.contact-block form textarea {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: normal;
  height: 125px;
  padding: 8px 20px;
  width: 100%;
}

.contact-block form textarea:focus {
  border: 1px solid var(--theme-color1);
}

.contact-block form textarea::-webkit-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::-moz-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea:-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::placeholder {
  color: var(--theme-color-black);
}

@media (max-width: 575.98px) {
  .contact-block {
    padding: 30px 12px;
  }
}

.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-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}

.service-section-three.have-pb {
  padding-bottom: 200px;
}

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

.service-list-three {
  background-color: #ef802e21;
  /* background-color: #eee9e9; */
  padding: 60px;
  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 40px;
  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: 700;
  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: var(--primary-clr);
  color: var(--theme-color-white);
  /* fill: #fff; */
  /* background-color: var(--theme-color1); */
}

.service-list-three ul li a:hover svg,
.service-list-three ul li a:hover i {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  color: var(--theme-color-white);
  fill: #fff;
}

@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(--theme-color-white);
  /* color: var(--headings-color); */
  background-color: var(--primary-clr);
  /* 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 rgb(231 116 35 / 19%);
}

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

.steps-section .outer-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;
}

@media (max-width: 991.98px) {
  .steps-section .outer-box {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.steps-section.style-two {
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin: 0px 30px;
  padding-top: 380px;
  padding-bottom: 70px;
  border-radius: 30px;
}

@media (max-width: 1199.98px) {
  .steps-section.style-two {
    margin: 0px 15px;
  }
}

@media (max-width: 1199.98px) {
  .steps-section.style-two .outer-box {
    gap: 80px;
  }
}

@media (max-width: 575.98px) {
  .steps-section.style-two .outer-box {
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.steps-section.style-two .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3;
}

.steps-section.style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(
    179.28deg,
    rgba(20, 68, 67, 0) 0.5%,
    #144443 99.22%
  );
}

.steps-section.style-two .shape-bg {
  position: absolute;
  top: -111px;
  right: -87px;
  z-index: -1;
}

.steps-section.style-two .steps-block .line {
  right: -115%;
}

@media (max-width: 1399.98px) {
  .steps-section.style-two .steps-block .line {
    display: none;
  }
}

.steps-block {
  max-width: 310px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.steps-block .icon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: var(--secondary-light-clr);
  /* background-color: var(--theme-color1); */
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.steps-block .icon svg,
.steps-block .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.steps-block .icon svg path,
.steps-block .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.steps-block .icon .number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: var(--text-color1);
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 10px;
  right: -30px;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color2);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.steps-block .title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.steps-block .text {
  font-size: 14.77px;
  line-height: 26.59px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .steps-block {
    max-width: 45%;
  }
}

@media (max-width: 767.98px) {
  .steps-block {
    max-width: 100%;
  }
}

.steps-block .line {
  position: absolute;
  right: -65%;
  top: 75px;
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .steps-block .line {
    right: -40%;
  }
}

@media (max-width: 991.98px) {
  .steps-block .line.item-middle {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .steps-block .line {
    display: none;
  }
}

.steps-block.active .icon {
  background-color: var(--primary-clr);
  /* background-color: var(--theme-color2); */
}

.steps-block:hover .icon {
  background-color: var(--primary-clr);
  /* background-color: var(--theme-color2); */
}

.steps-block:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.steps-block:hover .icon svg path {
  fill: var(--theme-color-white);
}

.steps-block:hover .icon .number {
  -webkit-animation: bounceIn 1s forwards;
  animation: bounceIn 1s forwards;
}

.strategy-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray);
}

.strategy-section.style-two {
  background-color: var(--theme-color7);
}

.strategy-section.style-two .image-column .inner-column {
  max-width: 877px;
}

@media (max-width: 1199.98px) {
  .strategy-section.style-two .image-column .inner-column {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.strategy-section.style-two .image-column .inner-column .image {
  overflow: visible;
}

@media (max-width: 1199.98px) {
  .strategy-section.style-two .image-column .inner-column .image {
    overflow: hidden;
  }
}

.strategy-section.style-two .content-column .inner-column {
  padding: 80px 0;
}

@media (max-width: 1199.98px) {
  .strategy-section.style-two .content-column .inner-column {
    padding: 50px 15px;
  }
}

.strategy-section.style-two .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 0;
}

.strategy-section.style-two .row * {
  margin-top: 0;
}

.strategy-section.style-two .accordion-area {
  margin-bottom: 0;
}

.strategy-section.style-two .accordion-area .accordion {
  border-radius: 7px;
  overflow: hidden;
  --bs-accordion-bg: transparent;
}

.strategy-section.style-two .accordion-area .accordion .accordion-item {
  border-radius: 7px;
  overflow: hidden;
}

.strategy-section.style-two .accordion-area .accordion .accordion-button {
  color: var(--theme-color-black);
  background: var(--theme-color-light);
}

.strategy-section.style-two
  .accordion-area
  .accordion
  .accordion-button.collapsed {
  color: var(--theme-color-light);
  background-color: transparent;
}

.strategy-section.style-two
  .accordion-area
  .accordion
  .accordion-button.collapsed::before {
  color: var(--theme-color-light);
}

.strategy-section.style-two .accordion-area .accordion .show .accordion-body {
  background-color: var(--theme-color-light);
}

.strategy-section.style-two
  .accordion-area
  .accordion
  .show
  .accordion-body
  .text {
  color: var(--theme-color-black);
}

.strategy-section.style-two .accordion-area .accordion .accordion-body .text {
  color: var(--theme-color-light);
}

.strategy-section .sec-shape {
  position: absolute;
  bottom: 0;
  right: -290px;
  z-index: -1;
}

.strategy-section .image-column .inner-column {
  max-width: 869px;
}

.strategy-section .image-column .inner-column .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.strategy-section .image-column .inner-column .image img {
  width: 100%;
}

.strategy-section .image-column .inner-column .image .info {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

@media (max-width: 1199.98px) {
  .strategy-section .image-column .inner-column {
    max-width: 100%;
  }
}

.strategy-section .content-column .inner-column {
  max-width: 620px;
}

@media (max-width: 1199.98px) {
  .strategy-section .content-column .inner-column {
    padding: 0px 12px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}

@media (max-width: 1599.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 0;
  }
}

.strategy-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .strategy-section-two {
    padding-bottom: 60px;
  }
}

.strategy-section-two .content-column .inner-column {
  max-width: 564px;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column {
    max-width: 100%;
  }
}

.strategy-section-two .content-column .inner-column .sec-title {
  max-width: 500px;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}

.strategy-section-two .content-column .inner-column .sec-title .text {
  font-size: 16px;
  line-height: 29px;
  padding-left: 12px;
  border-left: 2px solid var(--theme-color1);
}

.strategy-section-two .content-column .inner-column .image img {
  width: 100%;
}

.strategy-section-two .image-column {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.strategy-section-two .image-column .inner-column {
  height: 100%;
}

.strategy-section-two .image-column .inner-column .image {
  height: 100%;
  overflow: hidden;
}

.strategy-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .image-column {
    position: unset;
  }
}

.strategy-block-two {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 100%;
  max-width: 610px;
}

.strategy-block-two .item {
  background-color: var(--primary-clr);
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
}

.strategy-block-two .item .title {
  color: #ffffff;
  margin-bottom: 15px;
}

.strategy-block-two .item .text {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
}

.strategy-block-two .item.light {
  background-color: var(--theme-color2);
}

.strategy-block-two .item.light .title,
.strategy-block-two .item.light .text {
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .strategy-block-two {
    position: unset;
    margin-top: 24px;
  }
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.feature-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}

.feature-section.have-padding {
  padding-top: 340px;
}

.feature-section .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.feature-section .shape img {
  width: 100%;
}

.feature-block .inner-box {
  text-align: center;
  padding: 40px 30px;
  background-color: var(--theme-color-white);
  -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);
  position: relative;
  z-index: 1;
}

.feature-block .inner-box::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--secondary-light-clr);
  /* background-color: var(--theme-color1); */
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-block .inner-box .title {
  line-height: 31px;
  text-transform: capitalize;
  margin: 0;
}

.feature-block .inner-box .icon-box {
  margin: 20px 0;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.feature-block .inner-box .arry-btn {
  font-size: 16px;
  color: var(--theme-color2);
  font-weight: 500;
}

.feature-block .inner-box .arry-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 5px;
  color: var(--secondary-clr);
  display: inline-block;
}

.feature-block .inner-box .arry-btn:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature-block .inner-box:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.feature-block .inner-box:hover .icon-box {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-block .inner-box:hover .arry-btn i {
  color: var(--theme-color3);
}

/*** 

====================================================================
    Features Section Home Six Style
====================================================================

***/
.feature-two-home6 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feature-two__wrp {
  margin: 0 auto;
  max-width: 1500px;
}

.feature-two__item {
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .feature-two__item {
    padding: 30px 0 0;
  }
}

.feature-two__item .feature__icon {
  height: 65px;
  width: 80px;
}

.feature-two__item .feature__content .title {
  margin-top: 30px;
  position: relative;
}

.feature-two__item .feature__content .title:before {
  background-color: var(--theme-color-black);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 78px;
  /* top: 100px; */
  width: 5px;
}

.feature-two__item .feature__content .title:after {
  background-color: rgba(var(--theme-color-black-rgb), 0.1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 80px;
  /* top: 102px; */
  width: 110%;
}

@media (max-width: 991.98px) {
  .feature-two__item .feature__content .title:after {
    width: 100%;
  }
}

.feature-two__item:hover .feature__icon {
  -webkit-animation: iconHover1 0.5s ease-out;
  animation: iconHover1 0.5s ease-out;
}

.feature-two__text {
  background-color: var(--theme-color7);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .feature-two__text {
    border-radius: 8px;
    display: block;
    height: auto;
    padding: 30px;
  }
}

.feature-two__text .icon {
  background-color: var(--theme-color-white);
  border-radius: 50px;
  height: 65px;
  left: 8px;
  line-height: 65px;
  position: absolute;
  text-align: center;
  width: 65px;
}

@media (max-width: 767.98px) {
  .feature-two__text .icon {
    display: inline-block;
    left: 0;
    margin-bottom: 20px;
    position: relative;
  }
}

.feature-two__text .text {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .feature-two__text .text {
    margin-left: 0;
  }
}

.feature-two__text .text a {
  color: var(--theme-color6);
  font-weight: 600;
  text-decoration: underline;
}

.feature-two__text .text span {
  color: var(--theme-color6);
  font-size: 18px;
}

.professional-area {
  overflow: hidden;
}

.professional-area .floating-img2 {
  left: 0;
  position: absolute;
  top: 0;
}

.professional-area .floating-img {
  bottom: 0;
  left: 0;
  position: absolute;
}

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

.professional__image img {
  width: 100%;
}

.professional__image .content {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  backdrop-filter: blur(10px);
  bottom: 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;
  gap: 20px;
  left: 0;
  max-width: 500px;
  padding: 41px 40px 36px;
  position: absolute;
  width: 100%;
}

@media (max-width: 575.98px) {
  .professional__image .content {
    gap: 10px;
    padding: 20px;
  }
}

@media (max-width: 374.98px) {
  .professional__image .content {
    display: block;
  }
}

.professional__image .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 575.98px) {
  .professional__image .content ul {
    gap: 10px;
  }
}

.professional__image .content ul svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.professional__image .content ul:hover svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.professional__image .content .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.professional__image .content .info .title {
  color: var(--theme-color-white);
  line-height: 25px;
  margin-bottom: 0;
}

.professional__image .content .info .title span {
  color: inherit;
}

.professional__image .content .info .text {
  color: var(--theme-color-white);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .professional__image .content .info .text {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0;
  }
}

.professional__image .content .last-item {
  padding-left: 30px;
}

@media (max-width: 575.98px) {
  .professional__image .content .last-item {
    padding-left: 10px;
  }
}

@media (max-width: 374.98px) {
  .professional__image .content .last-item {
    padding-left: 0px;
  }
}

.professional__content {
  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;
  height: 100%;
  padding-left: 130px;
  padding-right: 100px;
  padding-block: 30px;
}

@media (max-width: 1899.98px) {
  .professional__content {
    padding-right: 30px;
  }
}

@media (max-width: 1499.98px) {
  .professional__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .professional__content {
    margin-top: 40px;
    padding: 50px 30px;
  }
}

.professional__content ul li {
  color: var(--theme-color-white);
  line-height: 1.5;
}

.professional__content ul li .icon {
  background-color: rgba(var(--theme-color-white-rgb), 0.13);
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.professional__content ul li i {
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 10px;
}

.professional__content ul li:not(.last-child) {
  margin-bottom: 15px;
}

.professional__wrp {
  margin-top: 50px;
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .professional__wrp {
    padding-top: 40px;
  }
}

.professional__item,
.professional__item-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575.98px) {
  .professional__item,
  .professional__item-last {
    gap: 20px;
  }

  .professional__item .icon svg,
  .professional__item-last .icon svg {
    width: 60px;
  }
}

.professional__item .title,
.professional__item-last .title {
  margin-bottom: 10px;
}

.professional__item .text,
.professional__item-last .text {
  line-height: 28px;
}

.professional__item:hover .icon svg,
.professional__item-last:hover .icon svg {
  -webkit-animation: flipInY 1s forwards;
  animation: flipInY 1s forwards;
}

.professional__item-last {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 50px;
}

.professional__item-last .title {
  line-height: 38px;
}

.professional__item-last .item-btn {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}

.nice-select {
  width: 100%;
  border-radius: 5px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #e4e4e4;
}

.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: var(--theme-color-black);
  -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 var(--theme-color1);
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  font-size: 16px;
  color: var(--theme-color-black);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: var(--secondary-clr);
  /* background-color: var(--theme-color2); */
  /* Widget Section */
}

.main-footer .widgets-section {
  padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
}

.main-footer .footer-widget.about-widget {
  max-width: 300px;
}

.main-footer .footer-widget.about-widget .input-feild {
  position: relative;
  z-index: 1;
}

.main-footer .footer-widget.about-widget .input-feild input {
  padding: 10px 25px;
  background-color: var(--theme-color-white);
  border-radius: 9px;
  font-size: 16px;
  width: 100%;
}

.main-footer .footer-widget.about-widget .input-feild button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 12px;
  color: var(--headings-color);
  font-size: 16px;
  text-align: center;
  background-color: var(--theme-color1);
  position: absolute;
  top: 5px;
  right: 5px;
}

.main-footer .footer-widget.about-widget .input-feild button i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.main-footer .footer-widget.about-widget .input-feild button:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .main-footer .footer-widget.about-widget {
    max-width: 100%;
  }
}

.main-footer .footer-widget.contact-widget .user-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.main-footer .footer-widget.contact-widget .user-links li i {
  color: var(--theme-color1);
  font-size: 14px;
}

.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}

.main-footer .widget-content .text {
  color: #d1d5db;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}

.user-links {
  position: relative;
}

.user-links li {
  position: relative;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 8px;
}

.user-links li:last-child {
  margin-bottom: 0;
}

.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color-white);
  font-weight: 400;
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before {
  width: 100%;
}

.user-links.style-two li {
  padding-left: 0;
}

.user-links.style-two li:before {
  display: none;
}

.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .inner {
  position: relative;
}

.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #adadad;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}

.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}

.recent-post .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contact-list {
  position: relative;
  margin-bottom: 30px;
}

.contact-list:last-child {
  margin-bottom: 0;
}

.contact-list .inner {
  position: relative;
}

.contact-list .inner .list-info {
  color: #75727b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 0;
}

.contact-list .inner .list-info:first-child {
  margin-bottom: 13px;
  line-height: 1.875;
}

.contact-list .inner .list-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}

.contact-list .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.footer-cta {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color1);
  padding: 60px 80px;
  border-radius: 11px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-cta .sec-title {
  max-width: 570px;
}

.footer-cta .text {
  color: var(--headings-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.footer-cta .btn-wrp {
  margin-right: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-cta .btn-wrp .cta-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 45px;
  border-radius: 13px;
  background-color: var(--theme-color-white);
}

.footer-cta .btn-wrp .cta-btn i {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 5px;
}

.footer-cta .btn-wrp .cta-btn:hover {
  color: var(--headings-color);
}

.footer-cta .btn-wrp .cta-btn:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-cta .btn-wrp .text {
  margin-top: 18px;
}

.footer-cta .bg-shape {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.footer-cta .bg-shape img {
  height: 100%;
}

.footer-cta .arry {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .footer-cta .arry {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-cta {
    padding: 30px 20px;
  }
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .inner-container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.45);
  font-size: 16px;
}

.footer-bottom .copyright-text span {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
}

.footer-bottom .footer-nav li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0;
    padding-top: 30px;
  }

  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}

.footer-bottom .goTop-btn {
  overflow: hidden;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 14px;
  color: var(--headings-color);
  background-color: #bce2cc;
  /* background-color: var(--theme-color1); */
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

.footer-bottom .goTop-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.footer-bottom .goTop-btn i:first-child {
  position: absolute;
  top: 0;
  left: 23px;
}

.footer-bottom .goTop-btn i:last-child {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.footer-bottom .goTop-btn:hover i:first-child {
  top: -60px;
}

.footer-bottom .goTop-btn:hover i:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer-style-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-style-two .sec-shape {
  position: absolute;
  bottom: -30px;
  right: -320px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .footer-style-two .sec-shape {
    display: none;
  }
}

.footer-style-two .footer-top {
  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;
}

.footer-style-two .footer-top .logo {
  width: 300px;
  background-color: #ffff;
  /* background-color: var(--theme-color1); */
  padding: 40px 59px;
}

.footer-style-two .footer-top .subscrive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer-style-two .footer-top .subscrive-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}

.footer-style-two .footer-top .subscrive-box .input-feild {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer-style-two .footer-top .subscrive-box .input-feild .fa-envelope {
  font-size: 14px;
  color: var(--theme-color-white);
  /* position: absolute; */
  top: 12px;
  left: 25px;
}

.footer-style-two .footer-top .subscrive-box .input-feild input {
  background-color: transparent;
  border: 1.2px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 6px;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  padding: 10px 25px;
  padding-left: 50px;
  width: 100%;
}

.footer-style-two
  .footer-top
  .subscrive-box
  .input-feild
  input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two
  .footer-top
  .subscrive-box
  .input-feild
  input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two
  .footer-top
  .subscrive-box
  .input-feild
  input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two
  .footer-top
  .subscrive-box
  .input-feild
  input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input:focus {
  border: 1.2px solid rgba(var(--theme-color1-rgb), 0.5);
}

.footer-style-two .footer-top .subscrive-box .input-feild .btn-one-rounded {
  min-width: 150px;
  border-radius: 6px;
  color: var(--theme-color-black);
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  .footer-style-two .footer-top .subscrive-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .footer-style-two .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .footer-style-two .footer-top .logo {
    margin: 0 auto;
  }
}

.footer-style-two .widgets-section {
  padding: 80px 0;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}

.footer-style-two .widgets-section::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  width: 1px;
  height: 100%;
  content: "";
}

@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-style-two .widgets-section {
    padding: 60px 0;
  }
}

.footer-style-two .footer-widget.about-widget {
  max-width: 590px;
}

.footer-style-two .footer-widget.about-widget .widget-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.footer-style-two .footer-widget.about-widget .text {
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 550px;
}

.footer-style-two .footer-widget.about-widget .input-feild {
  max-width: 280px;
}

.footer-style-two .footer-widget.about-widget .input-feild input {
  border-radius: 38px;
}

.footer-style-two .footer-widget.about-widget .input-feild .btn-one-rounded {
  min-width: 100%;
  color: var(--theme-color-black);
  margin-top: 20px;
  background-color: #ffffff;
}

.footer-style-two .footer-widget .widget-content .user-links li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
}

.footer-style-two .footer-widget .widget-content .user-links li a::before {
  display: none;
}

.footer-style-two .footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget {
  max-width: 250px;
  /* margin-left: auto; */
}

.footer-style-two .footer-widget.contact-widget .text {
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}

.footer-style-two .footer-widget.contact-widget a {
  font-weight: 500;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 20px;
  line-height: 35px;
}

.footer-style-two .footer-widget.contact-widget a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget .nuber a {
  color: var(--theme-color-white);
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 575.98px) {
  .footer-style-two .footer-widget.contact-widget {
    margin: 0;
  }
}

.footer-style-two .footer-bottom .footer-nav {
  gap: 15px;
}

.footer-style-two .footer-bottom .footer-nav li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  font-size: 15px;
}

.footer-style-two .footer-bottom .footer-nav li a:hover {
  background-color: var(--secondary-light-clr);
  /* background-color: var(--theme-color1); */
  color: var(--theme-color-black);
}

/*** 
====================================================================
Page Title
====================================================================
***/

.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 110px;
  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;
}

.page-title:after {
  background: url(../images/background/page-title-pattern.png);
  content: "";
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}

.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(--primary-clr);
  /* 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%;
}

/***

====================================================================
        Contact
====================================================================

***/
/*** 

====================================================================
CONTACT Details
====================================================================

***/
.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: 45px;
}
.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);
}
.contact-details .content-column .inner-column form .type-feild  .nice-select {
    border-bottom: 1px solid #e4e4e4 !important;
    border: unset;
}
.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;
}
.contact-details .content-column .inner-column form .type-feild i {
  position: absolute;
  top: 0;
  left: 0;
}
.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;
}

.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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.contact-details-block .inner-box {
  max-width: 260px;
  margin: 0 auto;
}
.contact-details-block .icon {
  margin-bottom: 20px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.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: 20px;
  text-transform: capitalize;
}
.contact-details-block .text {
  margin-bottom: 0;
  color: var(--text-color2);
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 28px;
  font-size: 18px;
}
.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-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  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-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}

.contact-details__info li:hover .text a {
  color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text {
  margin-left: 30px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}

.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px !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;
  }

  .brand-section .outer-box {
    padding: 15px 15px;
  }
}

.disc-list {
  list-style-type: disc;
  padding-left: 24px;
}

.disc-list li {
  list-style-type: disc;
}
.outcome-list li {
  display: flex;
  gap: 10px;
}
.outcome-list li + li {
  margin-top: 10px;
}
.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: 20px 20px;
  background-color: var(--theme-color-white);
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--secondary-light-clr);
  display: flex;
  flex-direction: column;
}
.service-block-two .inner-box .content-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.service-block-two .inner-box .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-clr);
  margin: 0 auto;
  margin-bottom: 15px;
  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 {
  max-width: 46px;
  max-height: 46px;
  -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 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  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(--secondary-light-clr);
}
.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;
  }
}
