@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project: Meezah
Version: 1.0.0
Last change: 26 November 2023
Primary use: Multipurpose Template  
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Icon fonts.
2. Variables.
3. Common styles.
4. Page loader.
5. Typography.
    5.1. Headings styles.
6. Links.
7. Buttons.
    7.1. Mobile menu button fix.
8. Forms fields.
    8.1. Input underline.
    8.2. Input Gradient.
9. Home sections.
    9.1. Header common styles.
    9.2. Scroll down icon.
    9.3. Scroll down icon type 1.
    9.4. Scroll down icon type 2.
    9.5. Scroll down type 3.
    9.6. Scroll down icon type 4.
    9.7. Home section status.
    9.8. Home section social media links.
    9.9. HTML5 BG Video.
    9.10. Section edge figure.
    9.11. Section BG svg shape.
    9.12. Fullwidth gallery.
    9.13. Typed text.
    9.14. Stack Images.
10. Custom appear animation.
    10.1. Splitting JS chars animation.
    10.2. Splitting JS chars animation 1.
    10.3. Splitting JS chars animation 2.
    10.4. Splitting JS chars animation long.
    10.5. Splitting JS chars animation long 1.
    10.6. Splitting JS words animation.
    10.7. Splitting JS lines animation.
    10.8. Splitting JS lines animation long.
    10.9. Appearing animation styles.
11. Classic menu bar.
    11.1. Logo (in navigation panel).
    11.2. Menu sub.
    11.3. Menu sub multi.
    11.4. Mobile nav.
    11.5. Mobile nav menu sub.
    11.6. Mobile nav menu sub multi.
    11.7. Dark panel style.
    11.8. Transparent panel style.
    11.9. Menu social links.
12. Sections styles.
    12.1. Common section styles.
    12.2. Decorative elements.
    12.3. Marquee text line.
13. Split section.
14. Services.
15. Services 2.
16. Services 3.
17. Services 4.
18. Services 5.
19. Services 6.
20. Services 7.
21. Services 8.
22. Team.
23. Team 1.
24. Features.
25. Features 1.
26. Features 2.
27. Alt features.
28. Spot box.
29. Numbers.
    29.1. Numbers 1.
    29.2. Numbers 2.
    29.3. Numbers 3.
30. Steps.
    30.1. Steps 1.
    30.2. Steps 2.
31. Portfolio.
    31.1. Works filter.
    31.2. Works grid.
32. Portfolio 1.
33. Portfolio 2.
34. Portfolio 3.
35. Portfolio 4.
36. Portfolio 5.
37. Call action 1 section.
38. Call action 2 section.
39. Call action 3 section.
40. Call action 4 section.
41. Images compositions.
    41.1. Images composition 1.
    41.2. Images composition 2.
    41.3. Images composition 3.
    41.4. Images composition 4.
    41.5. Images composition 5.
    41.6. Images composition 6.
    41.7. Images composition 7.
    41.8. Images composition 8.
    41.9. Images composition 9.
42. Work process.
43. Logotypes.
    43.1. Logo carousel.
    43.2. Logo grid.
44. Post previews.
45. Post previews 1.
46. Post previews 2.
47. Post previews 3.
48. Newsletter.
    48.1. Newsletter elegant.
    48.2. Newsletter strong.
    48.3. Newsletter modern.
49. Contact.
50. Contact 1.
51. Contact 2.
52. Google maps.
53. Footer.
54. Footer 1.
55. Footer 2.
56. Blog.
    56.1. Pagination.
    56.2. Comments.
    56.3. Sidebar.
57. Pricing.
58. Shortcodes.
    58.1. Lightbox modal.
    58.2. Owl carousel.
    58.3. Testimonials 4.
    58.4. Testimonials 5.
    58.5. Testimonials 6.
    58.6. Tabs.
    58.7. Tabs minimal.
    58.8. Tabs alternative.
    58.9. Tooltips.
    58.10. Alert messages.
    58.11. Accordion.
    58.12. Toggle.
    58.13. Accorfion style 1.
    58.14. Progress bars.
    58.15. Alt progress bars.
    58.16. Icons examples.
    58.17. Morphext.
59. Skip to content link.
60. Cookies.
61. Intro page.
-------------------------------------------------------------------*/

/* ==============================
   Icon fonts
   ============================== */

/* Note: Icon fonts (icons.css, icomoon.css, font-awesome-brands.css) are loaded 
   directly via <link> tags in app/layout.js to avoid duplicate loading and improve performance */

/* ==============================
   Variables
   ============================== */

:root {
  --font-global: "Almarai", sans-serif;
  --font-alt: "Almarai", sans-serif;
  --font-serif: "Almarai", sans-serif;
  --full-wrapper-margin-x: 15px;
  --container-width: 1350px;
  --section-padding-y: 120px;
  --menu-bar-height: 85px;
  --menu-bar-height-scrolled: 65px;
  --color-dark-1: #010101;
  --color-dark-2: #171717;
  --color-dark-3: #272727;
  --color-dark-3a: #333;
  --color-gray-1: #757575;
  --color-gray-2: #888;
  --color-gray-light-1: #f1f1f1;
  --color-gray-light-2: #f7f7f7;
  --color-gray-light-3: #e5e5e5;
  --color-gray-light-5: #ccc;
  --color-gray-light-6: #bbb;
  --color-dark-mode-gray-1: rgba(255, 255, 255, 0.7);
  --color-white: #f9f4f5;
  --color-primary-1: #00174f;
  --color-primary-1-a: #000f3a;
  --color-primary-light-1: #e6eaf5;
  --color-primary-2: #ff6e5a;
  --color-primary-light-2: #ffe8e5;
  --color-primary-3: #ff6e5a;
  --color-primary-light-3: #ffe8e5;
  --color-primary-4: #00174f;
  --color-secondary-1: #ff6e5a;
  --gradient-primary-1: linear-gradient(
    90deg,
    var(--color-primary-1) 0%,
    var(--color-primary-2) 100%
  );
  --gradient-primary-1-a: linear-gradient(
    90deg,
    var(--color-primary-1) 25%,
    var(--color-primary-2) 75%
  );
  --gradient-primary-1-b: linear-gradient(
    45deg,
    var(--color-primary-1) 0%,
    var(--color-primary-2) 100%
  );
  --gradient-gray-light-1: linear-gradient(0deg, #f5f5f5 0%, var(--color-white) 100%);
  --gradient-gray-light-2: linear-gradient(0deg, var(--color-white) 0%, #f5f5f5 100%);
  --gradient-dark-alpha-1: linear-gradient(
    90deg,
    var(--color-dark-1) 40%,
    transparent 87%
  );
  --gradient-dark-alpha-2: linear-gradient(
    90deg,
    transparent 13%,
    var(--color-dark-1) 60%
  );
  --gradient-primary-alpha-1: linear-gradient(
    90deg,
    var(--color-primary-1) 40%,
    transparent 87%
  );
  --gradient-primary-alpha-2: linear-gradient(
    90deg,
    transparent 13%,
    var(--color-primary-1) 60%
  );
  --border-radius-default: 4px;
  --border-radius-large: 30px;
  --box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  --box-shadow-strong: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
  --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  --ease-default: cubic-bezier(0, 0, 0.58, 1);
  --ease-out-medium: cubic-bezier(0, 0.57, 0.55, 1);
  --ease-out-short: cubic-bezier(0.15, 0.7, 0.78, 1);
  --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
}

/* ==============================
   Common styles
   ============================== */

html {
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  direction: rtl;
  text-align: right;
  font-family: var(--font-global) !important;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* direction: rtl removed - inherited from html[dir="rtl"] attribute */
  text-align: right;
  font-family: var(--font-global) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
main {
  overflow: clip;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
a:focus:not(.focus-visible),
a:active,
section:focus,
div:active,
div:focus {
  -moz-outline: none;
  outline: none;
}
a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
  -moz-outline: 3px dotted #36a367 !important;
  outline: 3px dotted #36a367 !important;
  outline-offset: 0 !important;
}
img:not([draggable]),
object,
video {
  max-width: 100%;
  height: auto;
}
.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}
.align-center {
  text-align: center !important;
}
.left {
  float: right !important;
}
.right {
  float: left !important;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.no-hover {
  cursor: default !important;
}
.wch-unset {
  will-change: unset !important;
}
.white {
  color: #fff !important;
}
.black {
  color: var(--color-primary-1) !important;
}
.color-primary-1 {
  color: var(--color-primary-1) !important;
}
.color-primary-2 {
  color: var(--color-primary-2) !important;
}
.color-primary-3 {
  color: var(--color-primary-3) !important;
}
.color-primary-4 {
  color: var(--color-primary-4) !important;
}
.color-secondary-1 {
  color: var(--color-secondary-1) !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.size-14 {
  font-size: 14px !important;
}
.size-16 {
  font-size: 16px !important;
}
.size-22 {
  font-size: 22px !important;
}
.size-24 {
  font-size: 24px !important;
}
.border-color-primary-1 {
  border: 1px solid var(--color-primary-1);
}
.border-color-primary-2 {
  border: 1px solid var(--color-primary-2);
}
.border-color-primary-3 {
  border: 1px solid var(--color-primary-3);
}
.border-color-primary-4 {
  border: 1px solid var(--color-primary-4);
}
.border-dark {
  border: 1px solid var(--color-primary-1) !important;
  opacity: 0.2;
}
.bg-border-dark {
  background: var(--color-primary-1) !important;
  border: 1px solid var(--color-primary-1) !important;
  opacity: 0.1;
}
.stick-fixed {
  position: fixed !important;
  top: 0;
  right: 0;
}
.block-sticky {
  position: sticky;
  top: calc(var(--menu-bar-height-scrolled) + 40px);
  right: 0;
}
.round {
  border-radius: var(--border-radius-default) !important;
}
.circle {
  border-radius: 100px !important;
}
.round.overflow-hidden,
.circle.overflow-hidden {
  isolation: isolate;
  transform: translateZ(0);
}
::selection {
  color: #fff;
  background: var(--color-primary-1);
}
.light-content ::selection {
  color: #fff;
  background: var(--color-primary-1);
}
.parallax-mousemove {
  transition: var(--transition-default);
  -moz-transition: none !important;
  will-change: transform;
}
.parallax-mousemove-follow {
  -moz-transition: none !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .parallax-mousemove,
  .parallax-mousemove-follow {
    transition: none !important;
  }
}
[data-rellax-x] {
  transition: transform 0.25s var(--ease-out-short);
  transition-delay: 0.0025s;
  will-change: transform;
}
[data-rellax-y] {
  transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 0.0025s;
  will-change: transform;
}
.no-animate {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.clearlinks a:hover {
  color: unset !important;
}
.full-wrapper {
  margin: 0 var(--full-wrapper-margin-x);
}
.container {
  max-width: var(--container-width);
  padding: 0 30px;
}
.text-outline-cont {
  position: relative;
  display: inline-block;
}
.text-outline {
  position: relative;
}
.text-outline-1 {
  position: absolute;
  top: -0.36em;
  left: 0;
  color: #fff;
  -webkit-text-stroke: 1px var(--color-primary-1);
  opacity: 0.2;
  pointer-events: none;
}
.text-outline-2 {
  position: absolute;
  top: -0.72em;
  left: 0;
  color: #fff;
  -webkit-text-stroke: 1px var(--color-primary-1);
  opacity: 0.1;
  pointer-events: none;
}
.light-content .text-outline-1 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.17;
}
.light-content .text-outline-2 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.07;
}

/* ==============================
   Page loader
   ============================== */

/* ==============================
   Typography
   ============================== */

body {
  color: var(--color-dark-1);
  font-family: var(--font-global);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
}
a {
  color: var(--color-primary-1);
  text-decoration: underline;
  transition: color 0.1s var(--ease-default);
}
a:hover {
  color: var(--color-primary-2);
  text-decoration: underline;
}
a.link-primary:hover {
  color: var(--color-primary-2);
}
b,
strong {
  font-weight: 700;
}
.mark-decoration-2:before {
  content: "";
  position: absolute;
  top: -0.09em;
  left: -0.2em;
  bottom: -0.09em;
  right: -0.2em;
  display: block;
  border: 1px solid var(--color-primary-1);
  border-radius: 50%;
  opacity: 0.7;
  transform: rotate(-7deg);
  pointer-events: none;
}
.mark-decoration-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-1);
}
.light-content .mark-decoration-3:before {
  opacity: 0.37;
}
.mark-decoration-4:before {
  content: "";
  position: absolute;
  bottom: 0.12em;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  opacity: 0.2;
  background: var(--gradient-primary-1);
  pointer-events: none;
  z-index: -1;
}
.light-content .mark-decoration-4:before {
  opacity: 0.375;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary-1);
}

h1,
.h1 {
  margin-bottom: 0.5em;
  font-size: 48px;
  letter-spacing: -0.02em;
  color: var(--color-primary-1);
}
h2,
.h2 {
  margin-bottom: 0.5em;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--color-primary-1);
}
h3,
.h3 {
  margin-bottom: 0.7em;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--color-primary-1);
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary-1);
}
p {
  margin: 0 0 1.5em 0;
}
ul {
  margin: 0 0 1.5em 0;
}
dl dt {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--color-primary-1);
}
dl dd {
  margin-bottom: 1.9em;
  color: var(--color-gray-1);
}
.light-content dl dd {
  color: var(--color-dark-mode-gray-1) !important;
}
pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}
hr {
  background-color: var(--color-primary-1);
  opacity: 0.2;
}
hr.white {
  background-color: #fff;
  opacity: 1;
}
hr.black {
  background-color: var(--color-primary-1);
  opacity: 1;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.font-alt {
  font-family: var(--font-alt);
}
.strong {
  font-weight: 700 !important;
}

/* 
 * Headings styles
 */

.hs-wrap {
  position: relative;
  margin: 0 auto;
  padding: 50px 40px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-default);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  isolation: isolate;
  transform: translateZ(0);

}
.hs-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  opacity: 0.15;
}
@media only screen and (min-width: 992px) {
  .hs-title-overlap {
    width: 137% !important;
    margin-right: -37% !important;
  }
}

.hs-title-5 {
  margin-top: 0 !important;
  font-size: 72px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}
.hs-title-6 {
  margin-top: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}
.hs-title-12 {
  margin-top: 0 !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}
.hs-paragraph-2 {
  position: absolute;
  top: 160px;
  right: 40px;
  max-width: 350px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-indent: 4em;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/* ==============================
   Links
   ============================== */

.link-hover-anim {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: normal;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
  color: currentColor;
  background: none;
  border: none;
  cursor: pointer;
}
.link-hover-anim:hover {
  text-decoration: none !important;
}
.main-nav .link-hover-anim {
  top: 1px;
}
.link-strong {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 7px 0;
  color: var(--color-primary-1);
  transition: transform 0.5s var(--ease-elastic-1),
    opacity 0.5s var(--ease-elastic-1), color 0.2s var(--ease-default);
}
.link-hover-anim:not(.underline) .link-strong i:not([class^="icon-"]) {
  position: relative;
  top: -0.05em;
  vertical-align: middle;
}
.link-strong svg {
  position: relative;
  top: -0.1em;
  margin-left: 0.2em;
}
.link-strong-hovered {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 0;
  color: var(--color-secondary-1);

  transform: translateY(150%) translateZ(0.001px) skewY(10deg);
}
.link-hover-anim:hover {
  color: inherit;
}
.link-strong-unhovered {
  display: block;
}
.link-hover-anim:hover .link-strong-unhovered {
  opacity: 0;
  transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}

.link-hover-anim:hover .link-strong-hovered {
  opacity: 1;
  transform: translateY(0) translateZ(0.001px) skewY(0);
}
.light-content .link-strong,
.light-content .link-hover-anim {
  color: #fff !important;
}
.link-circle:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 7px;
  transform: translate3d(0, -50%, 0.001px);
  display: block;
  width: 51px;
  height: 51px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all 0.5s var(--ease-elastic-2);
}
.link-circle:hover:before {
  transform: translate3d(0, -50%, 0.001px) scale(1.1);
}
.link-circle-1:before {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 7px;
  transform: translate3d(0, -50%, 0.001px);
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid var(--color-primary-1);
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.5s var(--ease-elastic-2);
}
.light-content .link-circle-1:before {
  border-color: #fff;
  opacity: 0.25;
}
.link-circle-1:hover:before {
  transform: translate3d(0, -50%, 0.001px) scale(0.88);
}

/* ==============================
   Buttons
   ============================== */

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-primary-1);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
  color: #fff;
  background: var(--color-primary-2);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-mod:active {
  cursor: pointer !important;
  outline: none !important;
}

.btn-mod i.align-center:before {
  display: block;
  margin: -0.275em 0;
  transform: translateY(0.14em);
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.btn-mod.btn-medium {
  height: auto;
  padding: 13px 20px 12px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.btn-mod.btn-large {
  height: auto;
  padding: 16px 32px 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.btn-mod.btn-w {
  color: var(--color-dark-1);
  background: var(--color-white);
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
  color: #fff !important;
  background: var(--color-primary-1) !important;
}
.btn-mod.btn-w-c:hover,
.btn-mod.btn-w-c:focus {
  color: #fff;
  background: var(--color-primary-1);
}

.btn-mod.btn-border {
  color: var(--color-primary-1);
  border: 1px solid var(--color-primary-1);
  background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
  color: #fff;
  border-color: var(--color-primary-2);
  background: var(--color-primary-2);
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: var(--color-primary-1);
}
.btn-mod.btn-color {
  background: var(--color-primary-1);
  color: #fff;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus {
  background: var(--color-primary-2);
  color: #fff;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  color: #fff;
  border-color: var(--color-primary-2);
  background: var(--color-primary-2);
}
.dark .btn-mod.btn-border-white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.dark .btn-mod.btn-border-white:hover,
.dark .btn-mod.btn-border-white:focus {
  color: #fff;
  border-color: var(--color-primary-2);
  background: var(--color-primary-2);
}
.btn-mod.btn-border-w-light:hover,
.btn-mod.btn-border-w-light:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.dark .btn-mod.btn-border-white-light:hover,
.dark .btn-mod.btn-border-white-light:focus {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus {
  color: var(--color-primary-1);
  background: var(--color-primary-light-1);
}


.btn-mod.btn-dark:hover,
.btn-mod.btn-dark:focus {
  background: var(--color-primary-1) !important;
  border: 1px solid var(--color-primary-1) !important;
  box-shadow: none !important;
}

.btn-mod.btn-circle {
  border-radius: 30px;
}
.btn-circle-alt:hover {
  border-radius: 10px;
}
.btn-mod.btn-round {
  border-radius: var(--border-radius-default);
}
.btn-mod.btn-with-icon:hover {
  background: var(--color-white);
  box-shadow: var(--box-shadow-block-strong);
}
.btn-mod.btn-with-icon i:not(.btn-icon i) {
  position: relative;
  top: 0.05em;
  font-size: 20px;
}

.btn-mod.btn-hover-anim {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.btn-mod.btn-hover-anim > span {
  position: relative;
}
.btn-mod.btn-hover-anim:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.7) translateY(55%);
  background: var(--color-primary-2);
  border-radius: 100%;
  transition: all 0.25s cubic-bezier(0, 0, 0.31, 0.99);
}
.btn-mod.btn-hover-anim:hover {
  opacity: 1;
  border-color: var(--color-primary-2);
}
.btn-mod.btn-hover-anim:hover:before {
  transform: scaleX(2) scaleY(1) translateY(-15%);
}
.btn-mod.btn-w.btn-hover-anim:before {
  background: var(--color-primary-light-1);
}
.btn-mod.btn-w.btn-hover-anim:hover {
  border-color: var(--color-primary-light-1);
}
.btn-mod.btn-w-c.btn-hover-anim:before {
  background: var(--color-primary-light-2);
}
.btn-mod.btn-w-c.btn-hover-anim:hover {
  border-color: var(--color-primary-light-2);
}
.btn-mod.btn-color.btn-hover-anim:before {
  background: var(--color-primary-2);
}
.btn-mod.btn-color.btn-hover-anim:hover {
  border-color: var(--color-primary-2);
}

.btn-mod.btn-ellipse,
.btn-mod.btn-ellipse:focus {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 170px !important;
  height: 170px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
  background: none !important;
  transform: rotate(-15deg) !important;
}
.btn-mod.btn-ellipse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  border-radius: 50%;
  opacity: 97%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.37s var(--ease-out-short);
}
.btn-mod.btn-ellipse > * {
  z-index: 1;
}
.btn-mod.btn-ellipse:hover {
  background: none;
  opacity: 1;
}
.btn-mod.btn-ellipse:hover:before {
  transform: scale(1.1);
  background: var(--color-primary-2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.btn-mod.btn-ellipse.btn-w:before {
  background: var(--color-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-mod.btn-ellipse.btn-w:hover:before {
  background: var(--color-secondary-1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-mod.btn-ellipse-inner {
  position: relative;
}
.btn-ellipse-inner {
  position: relative;
  overflow: hidden;
}
.btn-ellipse-unhovered {
  display: block;
  padding: 10px;
  transition: all 0.37s var(--ease-out-short);
}
.btn-ellipse-hovered {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  padding: 10px;
  opacity: 0;
  transition: all 0.37s var(--ease-out-short);
}
.btn-mod.btn-ellipse:hover .btn-ellipse-unhovered {
  opacity: 0;
  transform: translate(0, -100%);
}
.btn-mod.btn-ellipse:hover .btn-ellipse-hovered {
  opacity: 1;
  transform: translate(0, -100%);
}

.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1.4;
}
.btn-animate-y-1 {
  display: block;
  transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}
.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}
.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}
.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.big-icon-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.225;
  transition: opacity 0.1s var(--ease-default);
}
.big-icon-gradient:hover:before {
  opacity: 0.15;
}
.big-icon-gradient i:before {
  background: var(--gradient-primary-1-b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big-icon-link:hover {
  text-decoration: none;
}
.big-icon-link-gradient:hover {
  text-decoration: none;
}
.light-content .big-icon-link-gradient:hover {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
}

/* 
 * Mobile menu button fix 
 */

.mobile-on .link-hover-anim {
  top: 0;
}
.mobile-on .btn-border,
.mobile-on .btn-border:hover {
  color: #fff !important;
  border-color: #fff !important;
}

/* ==============================
   Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark-1);
  border: 1px solid rgba(0, 23, 79, 0.2);
  padding-top: 0;
  padding-bottom: 2px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 0;
  direction: rtl;
  text-align: right;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.form select:not([multiple]) {
  padding-left: 24px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 9px 5px;
}
.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="number"]::placeholder,
.form input[type="url"]::placeholder,
.form input[type="password"]::placeholder,
.form input[type="date"]::placeholder,
.form input[type="color"]::placeholder,
.form select::placeholder {
  color: var(--color-gray-2);
  transition: var(--transition-default), font-size 0s;
  text-align: right;
  direction: rtl;
}
.form input[type="text"]:hover::placeholder,
.form input[type="email"]:hover::placeholder,
.form input[type="number"]:hover::placeholder,
.form input[type="url"]:hover::placeholder,
.form input[type="search"]:hover::placeholder,
.form input[type="tel"]:hover::placeholder,
.form input[type="password"]:hover::placeholder,
.form input[type="date"]:hover::placeholder,
.form input[type="color"]:hover::placeholder,
.form select::placeholder {
  color: var(--color-gray-1);
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover {
  border-color: var(--color-primary-1);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus {
  color: var(--color-dark-1);
  border-color: var(--color-primary-1);
  box-shadow: 0 0 3px rgba(0, 23, 79, 0.3);
  outline: none;
}
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:hover,
input[type="url"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:hover,
input[type="date"]:-webkit-autofill:hover,
input[type="color"]:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill:focus,
input[type="color"]:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1),
    background-color 1s 900000s ease;
  -webkit-text-fill-color: var(--color-dark-1);
}
.light-content input[type="text"],
.light-content input[type="email"],
.light-content input[type="number"],
.light-content input[type="url"],
.light-content input[type="password"],
.light-content input[type="date"],
.light-content input[type="color"],
.light-content select {
  color: #fff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content input[type="text"]:hover,
.light-content input[type="email"]:hover,
.light-content input[type="number"]:hover,
.light-content input[type="url"]:hover,
.light-content input[type="search"]:hover,
.light-content input[type="tel"]:hover,
.light-content input[type="password"]:hover,
.light-content input[type="date"]:hover,
.light-content input[type="color"]:hover,
.light-content select:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.light-content input[type="text"]:focus,
.light-content input[type="email"]:focus,
.light-content input[type="number"]:focus,
.light-content input[type="url"]:focus,
.light-content input[type="search"]:focus,
.light-content input[type="tel"]:focus,
.light-content input[type="password"]:focus,
.light-content input[type="date"]:focus,
.light-content input[type="color"]:focus,
.light-content select:focus {
  color: #fff;
  border-color: var(--color-primary-2);
  background-color: transparent !important;
  box-shadow: 0 0 3px rgba(255, 110, 90, 0.3);
}
.light-content .form select:not([multiple]) {
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 9px 5px;
}
.light-content .form select option {
  background: var(--color-primary-1);
}
.light-content .form input[type="text"]::placeholder,
.light-content .form input[type="email"]::placeholder,
.light-content .form input[type="number"]::placeholder,
.light-content .form input[type="url"]::placeholder,
.light-content .form input[type="password"]::placeholder,
.light-content .form input[type="date"]::placeholder,
.light-content .form input[type="color"]::placeholder,
.light-content .form select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.light-content .form input[type="text"]:hover::placeholder,
.light-content .form input[type="email"]:hover::placeholder,
.light-content .form input[type="number"]:hover::placeholder,
.light-content .form input[type="url"]:hover::placeholder,
.light-content .form input[type="search"]:hover::placeholder,
.light-content .form input[type="tel"]:hover::placeholder,
.light-content .form input[type="password"]:hover::placeholder,
.light-content .form input[type="date"]:hover::placeholder,
.light-content .form input[type="color"]:hover::placeholder,
.light-content .form select::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.light-content input[type="text"]:-webkit-autofill,
.light-content input[type="email"]:-webkit-autofill,
.light-content input[type="number"]:-webkit-autofill,
.light-content input[type="url"]:-webkit-autofill,
.light-content input[type="password"]:-webkit-autofill,
.light-content input[type="date"]:-webkit-autofill,
.light-content input[type="color"]:-webkit-autofill,
.light-content textarea:-webkit-autofill,
.light-content input[type="text"]:-webkit-autofill:hover,
.light-content input[type="email"]:-webkit-autofill:hover,
.light-content input[type="number"]:-webkit-autofill:hover,
.light-content input[type="url"]:-webkit-autofill:hover,
.light-content input[type="search"]:-webkit-autofill:hover,
.light-content input[type="tel"]:-webkit-autofill:hover,
.light-content input[type="password"]:-webkit-autofill:hover,
.light-content input[type="date"]:-webkit-autofill:hover,
.light-content input[type="color"]:-webkit-autofill:hover,
.light-content textarea:-webkit-autofill:hover,
.light-content input[type="text"]:-webkit-autofill:focus,
.light-content input[type="email"]:-webkit-autofill:focus,
.light-content input[type="number"]:-webkit-autofill:focus,
.light-content input[type="url"]:-webkit-autofill:focus,
.light-content input[type="search"]:-webkit-autofill:focus,
.light-content input[type="tel"]:-webkit-autofill:focus,
.light-content input[type="password"]:-webkit-autofill:focus,
.light-content input[type="date"]:-webkit-autofill:focus,
.light-content input[type="color"]:-webkit-autofill:focus,
.light-content textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg {
  height: 52.5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.form input[type="color"] {
  padding: 3px !important;
}
.form textarea {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark-1);
  border-color: rgba(0, 23, 79, 0.2);
  padding: 0 7px;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
}
.form textarea::placeholder {
  color: var(--color-gray-2);
  transition: var(--transition-default);
}
.form textarea:hover::placeholder {
  color: var(--color-gray-1);
}
.form textarea:hover {
  border-color: rgba(0, 23, 79, 0.3);
}
.form textarea:focus {
  color: var(--color-dark-1);
  border-color: var(--color-primary-1);
  box-shadow: 0 0 3px rgba(0, 23, 79, 0.3);
}
.light-content textarea {
  color: #fff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content textarea:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.light-content textarea:focus {
  color: #fff;
  background: none;
  border-color: var(--color-primary-2);
  box-shadow: 0 0 3px rgba(255, 110, 90, 0.3);
}
.light-content .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.light-content .form textarea:hover::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.form textarea.input-lg {
  padding: 12px 20px;
  font-size: 16px;
}
.form input.input-circle,
.form select.input-circle,
.form textarea.input-circle {
  border-radius: 27px;
}
.form label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.form .form-group {
  margin-bottom: 21px;
}

.form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: var(--color-primary-2);
  color: #fff;
  border-radius: var(--border-radius-default);
}
.form div.error a,
.form div.error a:hover {
  color: #fff;
}
.form div.error label {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.form-tip,
.form-tip a {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray-1);
}
.form-tip a:hover {
  color: var(--color-primary-2);
}
.light-content .form-tip,
.light-content .form-tip a {
  color: var(--color-dark-mode-gray-1) !important;
}

.form-control {
  border-radius: 0;
}

/*
 * Input underline
 */
.form input[type="text"].underline:focus,
.form input[type="email"].underline:focus,
.form input[type="number"].underline:focus,
.form input[type="url"].underline:focus,
.form input[type="search"].underline:focus,
.form input[type="tel"].underline:focus,
.form input[type="password"].underline:focus,
.form input[type="date"].underline:focus,
.form input[type="color"].underline:focus,
.form textarea.underline:focus,
.form select.underline:focus {
  box-shadow: none;
}

/*
 * Input Gradient
 */
.form input[type="text"].input-grad:focus,
.form input[type="email"].input-grad:focus,
.form input[type="number"].input-grad:focus,
.form input[type="url"].input-grad:focus,
.form input[type="search"].input-grad:focus,
.form input[type="tel"].input-grad:focus,
.form input[type="password"].input-grad:focus,
.form input[type="date"].input-grad:focus,
.form input[type="color"].input-grad:focus,
.form textarea.input-grad:focus,
.form select.input-grad:focus {
  border: none;
  box-shadow: none;
}

/* ==============================
   Home sections
   ============================== */

/*
 * Header common styles
 */

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content {
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 100%;
}

/*
 * Scroll down icon
 */
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  z-index: 1;
  transition: all 0.4s var(--ease-elastic-2);
}
.scroll-down:hover {
  text-decoration: none;
}
.scroll-down:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: translate(-50%, -50%) scale(1.25);
}

/*
 * Scroll down icon type 1
 */
.scroll-down-1-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary-1);
  border-radius: 50%;
  opacity: 0.38;
  transition: opacity 0.4s ease, transform 0.4s var(--ease-elastic-2);
}
.scroll-down-1:hover {
  text-decoration: none;
  color: inherit;
}
.scroll-down-1:hover .scroll-down-1-icon:before {
  opacity: 1;
  transform: scale(1.25);
}
.scroll-down-1:hover .scroll-down-1-icon svg,
.scroll-down-1:hover .scroll-down-1-icon img,
.scroll-down-1:hover .scroll-down-1-icon i {
  opacity: 1;
}
.scroll-down-1:hover .scroll-down-1-text {
  opacity: 1;
  transform: translateX(-7px);
}
.light-content .scroll-down-1-icon:before {
  border-color: #fff;
  opacity: 0.5;
}

/*
 * Scroll down icon type 2
 */

.scroll-down-wrap-2 {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 100%;
  line-height: 0;
}
.scroll-down-2,
.scroll-down-2:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-primary-1);
  animation: scroll-down-2 1.5s infinite ease-out;
}
@keyframes scroll-down-2 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(-10px);
  }
}
.light-content .scroll-down-2,
.light-content .scroll-down-2:hover {
  color: #fff;
}

/*
 * Scroll down type 3
 */
.scroll-down-3:hover {
  color: unset;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.scroll-down-3:after {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  margin: 6px auto -53px;
  background: var(--color-primary-1);
}
.light-content .scroll-down-3:after {
  background: rgba(193, 193, 193, 0.9);
}

/*
 * Scroll down icon type 4
 */
.scroll-down-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.scroll-down-4:hover {
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.scroll-down-4:hover:before {
  opacity: 1;
  transform: scale(1.2);
}
.light-content .scroll-down-4:hover {
  color: var(--color-primary-2);
  border-color: transparent;
}
.light-content .scroll-down-4:before {
  background: #fff;
}

/*
 * Home section status
 */

/*
 * Home section social media links  
 */

.hs-social {
  position: absolute;
  bottom: 30px;
  left: var(--full-wrapper-margin-x);
}
.hs-social.left {
  right: var(--full-wrapper-margin-x);
  left: auto;
}
.hs-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  font-size: 16px;
  color: var(--color-dark-1);
  text-decoration: none;
  border: 1px solid var(--color-dark-1);
  border-radius: 50%;
  transition: var(--transition-default);
}
.hs-social-link:hover {
  color: #fff;
  background: var(--color-primary-1);
  text-decoration: none;
}
.hs-social-link svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .hs-social-link {
  color: #fff;
  border-color: #fff;
}
.light-content .hs-social-link:hover {
  color: var(--color-dark-1);
  background: #fff;
}

/*
 * HTML5 BG Video
 */

.bg-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-video::-webkit-media-controls,
.bg-video::-webkit-media-controls-panel,
.bg-video::-webkit-media-controls-play-button,
.bg-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
a.bg-video-button-muted {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  line-height: 1;
  color: var(--color-dark-1);
  z-index: 1000;
}
a.bg-video-button-pause {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 20px;
  left: 60px;
  font-size: 24px;
  line-height: 1;
  color: var(--color-dark-1);
  z-index: 1000;
}
.light-content a.bg-video-button-muted,
.light-content a.bg-video-button-pause {
  color: #fff;
}

/*
 * Section edge figure
 */

.edge-top-figure-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15%;
  overflow: hidden;
  background: var(--color-white);
}
.edge-top-figure-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 160%;
  height: 520%;
  background: var(--color-primary-1);
  border-radius: 100%;
}
.edge-top-figure-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 160%;
  height: 520%;
  background: var(--color-dark-2);
  border-radius: 100%;
}

/*
 * Section BG svg shape
 */

.bg-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 90.1875%;
}
.bg-shape-1 img {
  width: 100%;
}

.bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.625%;
}
.bg-shape-2 img {
  width: 100%;
}

.bg-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.1875%;
}
.bg-shape-3 img {
  width: 100%;
}

.bg-shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-shape-4 img {
  width: 100%;
}

.bg-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.375%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
}

.bg-shape-6 {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 35.325%;
  padding-top: 35.325%;
  background: var(--gradient-primary-1);
  border-radius: 100%;
  opacity: 0.15;
  transform: translate(9.7%, -50%) rotate(90deg);
}

.bg-shape-7 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 187%;
}
.bg-shape-7 img {
  width: 100%;
}

.bg-line-1 {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}
.bg-line-1 img {
  width: 100%;
}
.bg-line-2 img {
  width: 100%;
}
.bg-line-3 img {
  width: 100%;
}

/*
 * Fullwidth gallery
 */

/*
 * Typed text
 */

.typewrite .wrap:after {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 
 * Stack Images
 */

/* ==============================
   Custom appear animation
   ============================== */

/*
 * Splitting JS chars animation
 */

.appear-animate .charsAnimIn .char {
  opacity: 0;
  transform: translateY(0.5em) rotate(7deg);
  transform-origin: 100% 50%;
  transition: transform 0.62s var(--ease-out-short),
    opacity 0.62s var(--ease-default);
  transition-delay: calc(0.027s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimIn .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimIn .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimIn.animated .char,
.mobile .charsAnimIn .char {
  opacity: 1;
  transform: none;
}

/*
 * Splitting JS chars animation 1
 */
html:not(.mobile) .appear-animate .charsAnimIn-1 .char {
  will-change: opacity, transform;
}

/*
 * Splitting JS chars animation 2
 */
html:not(.mobile) .appear-animate .charsAnimIn-2 .char {
  will-change: opacity, transform;
}

/*
 * Splitting JS chars animation long
 */

.appear-animate .charsAnimInLong .char {
  opacity: 0;
  transform: translateX(0.5em);
  transform-origin: 100% 50%;
  transition: transform 0.85s var(--ease-out-short),
    opacity 0.62s var(--ease-default);
  transition-delay: calc(0.03s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimInLong .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimInLong .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimInLong.animated .char,
.mobile .charsAnimInLong .char {
  opacity: 1;
  transform: none;
}

/*
 * Splitting JS chars animation long 1
 */
html:not(.mobile) .appear-animate .charsAnimInLong-1 .char {
  will-change: opacity, transform;
}

/*
 * Splitting JS words animation
 */
html:not(.mobile) .appear-animate .wordsAnimIn .word {
  will-change: opacity, transform;
}

/*
 * Splitting JS lines animation
 */

.appear-animate .linesAnimIn .word {
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(39px) translateZ(0) scale(1) rotate(0.02deg);
  transform-origin: 100% 50%;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1),
    opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: calc(0.05s * var(--line-index));
}
html:not(.mobile) .appear-animate .linesAnimIn .word {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .linesAnimIn .word {
    opacity: 1 !important;
    transform: none !important;
  }
}
.linesAnimIn.animated .word,
.mobile .linesAnimIn .word {
  opacity: 1;
  transform: none;
}

/*
 * Splitting JS lines animation long
 */
html:not(.mobile) .appear-animate .linesAnimInLong .word {
  will-change: opacity, transform;
}

/*
 * Appearing animation styles
 */

:root {
  --animate-duration: 1s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wow,
.wow-menubar,
.wow-p {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
html:not(.mobile) .wow,
html:not(.mobile) .wow-menubar,
html:not(.mobile) .wow-p {
  /*will-change: opacity, transform;*/
}
.appear-animate .wow.scaleOutIn {
  opacity: 1;
  transform: scale(1.2);
}
.appear-animate .wow.animated,
.appear-animate .wow.scaleOutIn.animated,
.appear-animate .wow-p.amimated,
.appear-animate .wow-menubar.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p {
  opacity: 1;
  transform: scale(1);
}
@media print {
  .wow,
  .wow.scaleOutIn,
  .wow-menubar,
  .wow-p {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -37px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 37px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-37px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(37px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownShort {
  animation-name: fadeInDownShort;
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translate3d(12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightShort {
  animation-name: fadeInRightShort;
}
@keyframes clipRightIn {
  0% {
    clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0);
  }
}
.clipRightIn {
  animation-name: clipRightIn;
  animation-timing-function: var(--ease-out-medium);
}
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    transform: rotateX(60deg) rotateY(10deg) rotateZ(-10deg);
    transform-origin: top;
    animation-timing-function: var(--ease-out-short);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeRotateIn {
  animation-name: fadeRotateIn;
}

/* ==============================
   Classic menu bar
   ============================== */

/*
 * Logo (in navigation panel)
 */

.nav-logo-wrap {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  z-index: 1;
  height: var(--menu-bar-height);
  max-height: var(--menu-bar-height);
  transition: height 0.2s var(--ease-default);
}
.main-nav.small-height .nav-logo-wrap {
  height: var(--menu-bar-height-scrolled);
  max-height: var(--menu-bar-height-scrolled);
}
.nav-logo-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 188px;
  height: 100%;
  transition: all 0.2s var(--ease-default);
  box-sizing: border-box;
}
.nav-logo-wrap .logo.small-height {
  height: 100%;
  max-height: 100%;
  
}
.nav-logo-wrap .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: all 0.2s var(--ease-default);
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}
.logo,
a.logo:hover {
  font-size: 16px;
  font-weight: 600 !important;
  text-decoration: none;
  color: var(--color-primary-1);
}

/*
 * Desktop nav
 */

.main-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: var(--menu-bar-height) !important;
  position: relative;
  text-align: right;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025),
    0px 1px 1px 0px rgba(0, 0, 0, 0.01), 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  z-index: 1030;
  transition: all 0.2s var(--ease-default);
}
.small-height {
  height: var(--menu-bar-height-scrolled) !important;
}
.main-nav-sub {
  flex-grow: 1;
  display: flex;
  position: relative;
}
.inner-nav {
  flex-grow: 1;
  position: relative;
}
.inner-nav ul {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.inner-nav ul i.align-center:before {
  display: block;
  margin-top: -0.15em;
  transform: translateY(13.5%);
}
.inner-nav ul i.mi-mobile:before {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.inner-nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.inner-nav ul li {
  margin: 0;
  position: relative;
}
.inner-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s var(--ease-default);
}
.inner-nav > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  height: var(--menu-bar-height);
  opacity: 0.65;
}
.main-nav:not(.mobile-on).small-height .inner-nav > ul > li > a {
  height: var(--menu-bar-height-scrolled) !important;
}
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
  color: var(--color-primary-2);
  opacity: 1 !important;
  text-decoration: none;
}

/* Menu sub */
.transparent .mn-sub > li:first-child > a,
.transparent .mn-sub > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mn-sub > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.main-nav.mobile-on.transparent .mn-sub > li:first-child > a,
.main-nav.mobile-on.transparent .mn-sub > li:first-child > a,
.main-nav.mobile-on .mn-sub > li:last-child > a {
  border-radius: 0;
}
.mobile-on .mn-has-multi > li:last-child > a {
  border-bottom: 1px solid rgba(0, 23, 79, 0.065) !important;
}
.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover {
  background: rgba(0, 23, 79, 0.01);
  color: var(--color-primary-2) !important;
}
.mn-sub:not(.mn-has-multi) li ul {
  right: auto;
  left: 100%;
  top: 0;
  border-right: 1px solid rgba(0, 23, 79, 0.07);
}

.inner-nav > ul > li:last-child .mn-sub li ul,
.inner-nav > li:last-child .mn-sub li ul {
  right: auto;
  left: 100%;
  top: 0;
  border-right: none;
  border-left: 1px solid rgba(0, 23, 79, 0.07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: auto;
  top: 0;
}

/* Menu sub multi */
.mn-group-title:hover {
  background: none !important;
}
.mobile-on .mn-sub-multi > ul > li:last-child > a {
  border: none !important;
}
.mobile-on .mn-sub:not(.mn-has-multi) > li:last-child > a {
  border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul {
  border-bottom: none !important;
}

/*
 * Mobile nav
 */

.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0 15px;
  z-index: 100;
}
.mobile-on .full-wrapper .desktop-nav {
  padding: 0;
}
.mobile-on .desktop-nav ul {
  position: relative;
  width: 100%;
  float: none;
  overflow-x: hidden;
  background-color: rgba(0, 23, 79, 0.905);
}
.mobile-on .desktop-nav > ul {
  overflow-y: auto;
  display: block;
}
.mobile-on .desktop-nav ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}
.mobile-on .desktop-nav ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(0, 23, 79, 0.1);
}
.mobile-on .desktop-nav ul li a {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--color-gray-light-5);
  opacity: 1;
  cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
  background-color: rgba(0, 23, 79, 0.025);
  color: var(--color-secondary-1);
}
.mobile-on .desktop-nav ul li a:focus {
  outline-offset: -2px !important;
}
.desktop-nav-display {
  display: block;
}
.mobile-on .desktop-nav-display {
  display: none !important;
}

/* Mobile nav menu sub */
.mobile-on .js-opened > .mn-has-sub > .mi-chevron-down {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-on .js-opened > .mn-has-sub > .mi-chevron-right {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mobile-on .inner-nav li {
  margin: 0 !important;
}
.inner-nav li.js-opened .mn-sub {
  opacity: 1;
}
.mobile-nav {
  display: none;
  margin-right: auto;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  cursor: pointer;
  height: var(--menu-bar-height);
  transition: all 0.2s var(--ease-default);
  transition-property: background, color, height;
  background-color: inherit;
}
.main-nav.small-height .mobile-nav {
  height: var(--menu-bar-height-scrolled);
}
.mobile-nav:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-on .mobile-nav {
  display: flex;
}
.mobile-nav-icon {
  position: relative;
  display: block;
  width: 1.8em;
  height: 2px;
  margin: auto;
  background: var(--color-primary-1);
}
.mobile-nav-icon:before,
.mobile-nav-icon:after {
  content: "";
  position: absolute;
  top: -0.5em;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  transition: var(--transition-default);
  will-change: top, transform;
}
.mobile-nav-icon:after {
  top: 0.5em;
}
.mobile-nav.active .mobile-nav-icon {
  background: transparent;
}
.mobile-nav.active .mobile-nav-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-nav.active .mobile-nav-icon:after {
  top: 0;
  transform: rotate(-45deg);
}

/* Mobile nav menu sub multi */

/*
 * Dark panel style
 */

.main-nav.light-after-scroll.dark .logo-dark {
  display: none;
}
.main-nav.light-after-scroll.dark .logo-white {
  display: block;
}
.main-nav.light-after-scroll .logo-dark {
  display: block;
}
.main-nav.light-after-scroll .logo-white {
  display: none;
}
.main-nav.dark {
  background-color: rgba(0, 23, 79, 0.905);
  box-shadow: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav:not(.transparent) {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.home-page .main-nav.body-scrolled {
  background-color: rgba(201, 201, 201, 0.95) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
}
.main-nav.dark .inner-nav ul > li > a {
  color: #fff;
  opacity: 0.78;
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
  color: var(--color-secondary-1);
  opacity: 1 !important;
}
.main-nav.dark .mobile-nav {
  background-color: inherit;
  border-color: transparent;
}
.main-nav.dark .mobile-nav-icon,
.main-nav.dark .mobile-nav-icon:before,
.main-nav.dark .mobile-nav-icon:after {
  background: #fff;
}
.main-nav.dark .mobile-nav.active .mobile-nav-icon {
  background: transparent;
}
.main-nav.mobile-on.dark .inner-nav.js-opened {
  background-color: rgba(0, 23, 79, 0.905);
}

/* Homepage mobile nav - inherit header background and match desktop nav colors */
.home-page .mobile-on .desktop-nav ul {
  background-color: rgba(201, 201, 201, 0.95);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
}
.home-page .mobile-on .desktop-nav ul li ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.home-page .mobile-on .desktop-nav ul li a {
  color: var(--color-dark-1);
  opacity: 0.65;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.home-page .mobile-on .desktop-nav ul li a:hover,
.home-page .mobile-on .desktop-nav ul li a.active {
  background-color: transparent;
  color: var(--color-primary-2);
  opacity: 1 !important;
}
.home-page .mobile-on .js-opened > .mn-has-sub > .mi-chevron-down,
.home-page .mobile-on .js-opened > .mn-has-sub > .mi-chevron-right {
  border-color: rgba(0, 0, 0, 0.2);
}
/* Homepage mobile nav button - match desktop button style */
.home-page .mobile-on .desktop-nav ul li a.opacity-1 {
  opacity: 1 !important;
}
.home-page .mobile-on .desktop-nav ul li a .btn-border-white,
.home-page .mobile-on .desktop-nav ul li a .btn-mod.btn-border.btn-border-white {
  color: var(--color-primary-1) !important;
  border-color: var(--color-primary-1) !important;
  background: transparent !important;
}
.home-page .mobile-on .desktop-nav ul li a:hover .btn-border-white,
.home-page .mobile-on .desktop-nav ul li a:hover .btn-mod.btn-border.btn-border-white,
.home-page .mobile-on .desktop-nav ul li a .btn-border-white:hover,
.home-page .mobile-on .desktop-nav ul li a .btn-mod.btn-border.btn-border-white:hover {
  color: #fff !important;
  border-color: var(--color-primary-2) !important;
  background-color: var(--color-primary-2) !important;
}
.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.dark.body-scrolled .inner-nav ul > li > a:hover .mi-chevron-down {
  opacity: 1;
}

/*
 * Transparent panel style
 */

.main-nav.transparent {
  background: transparent !important;
  box-shadow: none;
}
.main-nav.js-transparent {
  transition: all 0.2s var(--ease-default);
}

/*
 * Menu social links
 */
.mn-soc-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.2s var(--ease-out-medium);
  z-index: -1;
}
.mn-soc-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.25);
  transition: all 0.2s var(--ease-out-short);
  z-index: -1;
}
.mn-soc-link:hover {
  color: #fff;
}
.mn-soc-link:hover:before {
  opacity: 0;
}
.mn-soc-link:hover:after {
  opacity: 1;
  transform: none;
}
.mn-soc-link.alt:before {
  opacity: 0;
}
.mn-soc-link.alt:after {
  opacity: 1;
  transform: none;
}
.mn-soc-link.alt:hover {
  opacity: 0.85;
}
.mn-soc-link.mn-soc-link-color:hover {
  color: #fff;
}
.mn-soc-link.mn-soc-link-color:before {
  border-color: var(--color-primary-1);
  opacity: 1;
}
.mn-soc-link.mn-soc-link-color:after {
  background: var(--color-primary-1);
}
.mn-soc-link.mn-soc-link-color:hover:before {
  opacity: 0;
}

/* ==============================
   Sections styles
   ============================== */

/*
 * Common section styles
 */

.page-section,
.bg-image {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.fixed-height-large {
  min-height: 800px;
}
.fixed-height-medium {
  min-height: 700px;
}
.fixed-height-small {
  min-height: 600px;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-scroll {
  background-attachment: scroll !important;
  background-position: center center !important;
}

.parallax-5 {
  background-position-y: 0;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gray-light-1 {
  background-color: var(--color-gray-light-1);
}
.bg-gray-light-2 {
  background-color: var(--color-gray-light-2);
}
.bg-dark-1 {
  background-color: var(--color-primary-1) !important;
}
.bg-dark-2 {
  background-color: var(--color-primary-1-a) !important;
}
.bg-dark-3 {
  background-color: var(--color-primary-1) !important;
}
.bg-primary-1 {
  background-color: var(--color-primary-1) !important;
}
.bg-primary-2 {
  background-color: var(--color-primary-2) !important;
}
.bg-primary-3 {
  background-color: var(--color-primary-3) !important;
}
.bg-primary-4 {
  background-color: var(--color-primary-4) !important;
}
.bg-gradient-gray-light-1 {
  background-image: var(--gradient-gray-light-1);
}
.bg-gradient-gray-light-2 {
  background-image: var(--gradient-gray-light-2);
}
.bg-gradient-gray-dark-1 {
  background-image: linear-gradient(
    0deg,
    var(--color-primary-1) 0%,
    transparent 100%
  );
}
.bg-gradient-gray-dark-2 {
  background-image: linear-gradient(
    0deg,
    transparent 0%,
    var(--color-primary-1) 100%
  );
}
.bg-gradient-white {
  background-image: linear-gradient(0deg, var(--color-white) 0%, transparent 60%);
}
.bg-gradient-dark {
  background-image: linear-gradient(
    0deg,
    var(--color-primary-1) 0%,
    transparent 60%
  );
}
.bg-gradient-dark-1 {
  background-image: linear-gradient(
    0deg,
    transparent 85%,
    var(--color-primary-1) 100%
  );
}
.bg-gradient-primary-light-1 {
  background-image: linear-gradient(
    -90deg,
    var(--color-primary-light-3) 0%,
    var(--color-primary-light-2) 100%
  );
}
.bg-gradient-primary-dark-1 {
  background-image: linear-gradient(
    -90deg,
    var(--color-primary-3) 0%,
    var(--color-primary-2) 100%
  );
}
.bg-gradient-primary-alpha-1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-primary-alpha-1);
  opacity: 0.97;
}
.bg-gradient-primary-alpha-2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-primary-alpha-2);
  opacity: 0.97;
}
.bg-gradient-dark-alpha-1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-dark-alpha-1);
  opacity: 0.97;
}
.bg-gradient-dark-alpha-2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-dark-alpha-2);
  opacity: 0.97;
}
.bg-blur {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  opacity: 0.15;
}
.light-content {
  color: #fff !important;
}
.light-content a {
  color: rgba(255, 255, 255, 0.8);
}
.light-content a:hover {
  color: var(--color-primary-2) !important;
}
.bg-dark-alpha:before,
.bg-dark-alpha .YTPOverlay:before,
.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before,
.bg-dark-alpha-50:before,
.bg-dark-alpha-50 .YTPOverlay:before,
.bg-dark-alpha-70:before,
.bg-dark-alpha-70 .YTPOverlay:before,
.bg-dark-alpha-60:before,
.bg-dark-alpha-60 .YTPOverlay:before,
.bg-dark-alpha-80:before,
.bg-dark-alpha-80 .YTPOverlay:before,
.bg-dark-alpha-90:before,
.bg-dark-alpha-90 .YTPOverlay:before,
.bg-light-alpha:before,
.bg-light-alpha .YTPOverlay:before,
.bg-light-alpha-30:before,
.bg-light-alpha-30 .YTPOverlay:before,
.bg-light-alpha-50:before,
.bg-light-alpha-50 .YTPOverlay:before,
.bg-light-alpha-60:before,
.bg-light-alpha-60 .YTPOverlay:before,
.bg-light-alpha-70:before,
.bg-light-alpha-70 .YTPOverlay:before,
.bg-light-alpha-80:before,
.bg-light-alpha-80 .YTPOverlay:before,
.bg-light-alpha-90:before,
.bg-light-alpha-90 .YTPOverlay:before,
.bg-color-alpha:before,
.bg-color-alpha .YTPOverlay:before,
.bg-color-alpha-30:before,
.bg-color-alpha-30 .YTPOverlay:before,
.bg-color-alpha-50:before,
.bg-color-alpha-50 .YTPOverlay:before,
.bg-color-alpha-60:before,
.bg-color-alpha-60 .YTPOverlay:before,
.bg-color-alpha-70:before,
.bg-color-alpha-70 .YTPOverlay:before,
.bg-color-alpha-80:before,
.bg-color-alpha-80 .YTPOverlay:before,
.bg-color-alpha-90:before,
.bg-color-alpha-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-dark-alpha:before,
.bg-dark-alpha .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.97;
}
.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.3;
}
.bg-dark-alpha-50:before,
.bg-dark-alpha-50 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.5;
}
.bg-dark-alpha-60:before,
.bg-dark-alpha-60 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.6;
}
.bg-dark-alpha-70:before,
.bg-dark-alpha-70 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.7;
}
.bg-dark-alpha-80:before,
.bg-dark-alpha-80 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.8;
}
.bg-dark-alpha-90:before,
.bg-dark-alpha-90 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.9;
}
.bg-light-alpha:before,
.bg-light-alpha .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.97);
}
.bg-light-alpha-30:before,
.bg-light-alpha-30 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.3);
}
.bg-light-alpha-50:before,
.bg-light-alpha-50 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.5);
}
.bg-light-alpha-60:before,
.bg-light-alpha-60 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.6);
}
.bg-light-alpha-70:before,
.bg-light-alpha-70 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.7);
}
.bg-light-alpha-80:before,
.bg-light-alpha-80 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.8);
}
.bg-light-alpha-90:before,
.bg-light-alpha-90 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.9);
}
.bg-color-primary-1 {
  background-color: var(--color-primary-1);
}
.bg-color-primary-2 {
  background-color: var(--color-primary-2);
}
.bg-color-primary-3 {
  background-color: var(--color-primary-3);
}
.bg-color-primary-4 {
  background-color: var(--color-primary-4);
}
.bg-color-alpha:before,
.bg-color-alpha .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.97;
}
.bg-color-alpha-30:before,
.bg-color-alpha-30 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.3;
}
.bg-color-alpha-50:before,
.bg-color-alpha-50 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.5;
}
.bg-color-alpha-60:before,
.bg-color-alpha-60 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.6;
}
.bg-color-alpha-70:before,
.bg-color-alpha-70 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.7;
}
.bg-color-alpha-80:before,
.bg-color-alpha-80 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.8;
}
.bg-color-alpha-90:before,
.bg-color-alpha-90 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.9;
}
.bg-gradient-light-1 {
  position: relative;
  isolation: isolate;
}
.bg-gradient-light-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1);
  opacity: 0.15;
  z-index: -1;
}
.light-content .bg-gradient-light-1:before {
  opacity: 0.25;
}
.bg-gradient-light-2 {
  position: relative;
}
.bg-gradient-light-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
  z-index: -1;
}
.light-content .bg-gradient-light-2:before {
  opacity: 0.25;
}
.bg-gradient-primary-1 {
  background: var(--gradient-primary-1) !important;
}
.bg-gradient-primary-2 {
  background: var(--gradient-primary-1-b) !important;
}
.bg-border-gradient {
  position: relative;
}
.bg-border-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: var(--border-radius-large);
  background: linear-gradient(to right, var(--color-white), var(--color-white)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
}
.light-content .bg-border-gradient:before {
  background: linear-gradient(
      to right,
      var(--color-primary-1),
      var(--color-primary-1)
    ),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}

.section-caption {
  margin-bottom: 25px;
  color: var(--color-primary-1);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.light-content .section-caption {
  color: #fff;
}
.section-title-large {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-primary-1);
}
.section-descr {
  margin-top: 0 !important;
  color: var(--color-gray-1) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}
.light-content .section-descr {
  color: #fff !important;
}
.section-descr-large {
  margin-top: 0 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.025em !important;
}
.section-descr-extralarge {
  margin-top: 0 !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.01em !important;
}
.section-title-inline-1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-secondary-1);
}
.section-features li:hover {
  border-radius: 10px;
}
.section-more:hover {
  text-decoration: none;
  color: var(--color-primary-2);
  opacity: 1;
}
.light-content .section-more:after {
  background-color: #fff;
}
.text-gray {
  color: var(--color-gray-1);
}
.text-gray a {
  color: var(--color-primary-1);
  transition: all 0.17s var(--ease-default);
}
.text-gray a:hover {
  color: var(--color-primary-2);
}
.light-content .text-gray {
  color: var(--color-dark-mode-gray-1);
}
.light-content .text-gray a {
  color: var(--color-dark-mode-gray-1);
}
.light-content .text-gray a:hover {
  color: var(--color-primary-2);
}
.text-gradient {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-link {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: var(--color-primary-1);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 0.85;
  transition: all 0.17s var(--ease-default);
}
.text-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-1);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease-out;
}
.text-link:hover {
  text-decoration: none;
  color: var(--color-primary-2);
  opacity: 1;
}
.text-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: var(--color-primary-2);
}
.light-content .text-link:after {
  background-color: #fff;
}
.light-content .text-link {
  color: #fff;
  opacity: 0.9;
}
.light-content .text-link:hover {
  color: var(--color-primary-2);
}
.light-content .text-link:hover:after {
  background-color: var(--color-primary-2);
}

/*
 * Decorative elements
 */
.section-image-1 {
  transform: rotate(3deg);
}
.section-image-behind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-image-behind img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* 
 * Marquee text line 
 */

 .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: table;
  overflow: hidden;
  position: relative;
}
.marquee-track > div {
  display: table-cell;
  white-space: nowrap;
}
.marquee-animation-1a {
  animation: marquee-animation-1a 50s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-1a {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-animation-2a {
  animation: marquee-animation-2a 50s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-2a {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
.marquee-style-3 {
  width: 120%;
  margin-left: -10%;
  padding: 20px 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-secondary-1);
  transform: rotate(-5deg);
}
.marquee-style-3 .marquee-track > div {
  padding-right: 0.5em;
}
.light-content .marquee-style-3 {
  color: var(--color-primary-1);
  background: var(--color-white);
}
.marquee-style-4 {
  width: 120%;
  margin-left: -10%;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: rotate(5deg);
  color: var(--color-primary-1);
}
.marquee-style-4 .marquee-track {
  border-collapse: separate;
  border-spacing: 10px;
}
.marquee-style-4 .marquee-track > div {
  padding: 0.4em 0.65em;
  background: #fff;
  border: 1px solid var(--color-primary-1);
  border-radius: 100px;
}
.light-content .marquee-style-4 .marquee-track > div {
  background: var(--color-primary-1);
  border-color: #fff;
}

/* ==============================
   Success Partners Marquee
   ============================== */
.success-partners-marquee-wrapper {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  overflow: hidden;
}
.success-partners-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.success-partners-track {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
  width: fit-content;
}
[dir="rtl"] .success-partners-track.marquee-animation-1a {
  animation: marquee-animation-2a 50s linear infinite;
}
.success-partners-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0;
  box-shadow: none !important;
  transition: transform 0.3s var(--ease-default);
  height: 160px;
  min-width: 200px;
}
.success-partners-item:hover {
  transform: translateY(-5px);
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}
.success-partners-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: transform 0.3s var(--ease-default), opacity 0.3s var(--ease-default);
}
.success-partners-item:hover .success-partners-logo {
  transform: scale(1.05);
  opacity: 1;
}
.success-partners-logo img,
.success-partners-logo-img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 120px;
  object-fit: contain;
}
.light-content .success-partners-marquee-wrapper {
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
}
.light-content .success-partners-item {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.light-content .success-partners-logo {
  opacity: 1;
}
.light-content .success-partners-item:hover .success-partners-logo {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 768px) {
  .success-partners-marquee-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .success-partners-track {
    gap: 40px;
    padding: 0 20px;
  }
  .success-partners-item {
    padding: 15px 20px;
    height: 120px;
    min-width: 150px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .success-partners-logo img,
  .success-partners-logo-img {
    max-width: 150px;
    max-height: 90px;
  }
}

/* ==============================
   Split section
   ============================== */

/* ==============================
   Services
   ============================== */
.services-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.services-tabs > li a:hover {
  color: unset;
  opacity: 0.5;
}
.services-tabs > li a.active:before {
  transform: scaleX(1);
}
:root {
}
.light-content .services-tabs > li a:hover {
  opacity: 0.7;
}

/* ==============================
   Services 2
   ============================== */
.service-2-item:nth-child(even) {
  margin-right: auto;
}
.services-2-button:hover .services-2-title {
  transform: translateX(-10px);
}
.services-2-button:hover .services-2-image {
  transform: translateX(10px);
}
.services-2-button-close:before,
.services-2-button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.services-2-button-close:after {
  transform: translateY(-50%) rotate(45deg);
}
.light-content .services-2-button-close:before,
.light-content .services-2-button-close:after {
  background: var(--color-primary-2);
}

/* ==============================
   Services 3
   ============================== */
.services-3-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-block-strong);
}

/* ==============================
   Services 4
   ============================== */
.services-4-item:nth-child(even) .services-4-title > b {
  right: auto;
  left: 100%;
}
.services-4-item:hover {
  z-index: 1;
}
.services-4-title:hover {
  transform: translate(-0.2em, 0);
}
.services-4-title:hover ~ .services-4-image img {
  opacity: 1;
  clip-path: polygon(-5% -5%, 105% -5%, 105% 105%, 0 105%);
}
@media (min-width: 1025px) {
  .services-4-title:hover ~ .services-4-description {
    opacity: 1;
    max-height: 200px;
    margin-top: 0.8em;
    pointer-events: auto;
  }
}
.service-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: var(--color-primary-2);
  border-radius: 50%;
  opacity: 0.6;
}
.light-content .service-separator::after {
  background: rgba(255, 255, 255, 0.2);
}

/* ==============================
   Services 5
   ============================== */
.services-5-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-block-strong);
}

/* ==============================
   Services 6
   ============================== */
.services-6-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-primary-1);
}

/* ==============================
   Services 7
   ============================== */
.services-7-tabs > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-primary-1);
  opacity: 0.2;
  transition: all 0.2s var(--ease-default);
}
.services-7-tabs > li > a.active:before {
  background: var(--gradient-primary-1-b);
  opacity: 1;
}
.services-7-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  border-radius: 100%;
  opacity: 0.2;
}
.services-7-arrow i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-7-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.2;
  z-index: -1;
}
.light-content .services-7-tabs > li > a:before {
  background: #fff;
  opacity: 0.25;
}
.light-content .services-7-tabs > li > a.active:before {
  background: var(--gradient-primary-1-b);
  opacity: 1;
}

/* ==============================
   Services 8
   ============================== */

/* ==============================
   Team
   ============================== */
.team-item-detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow);
}
.team-social-links a:not(.team-social-links a:last-child) {
  border-right: 1px solid rgba(0, 23, 79, 0.15);
}
.team-social-links a:hover {
  opacity: 0.65;
}

/* Hover state */
.no-mobile .team-item:hover .team-item-detail {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* ==============================
   Team 1
   ============================== */
.team-1-social-links > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.team-1-social-links > a:hover {
  color: #fff;
}
.team-1-social-links > a:hover:before {
  opacity: 1;
  transform: none;
}
.light-content .team-1-social-links > a:before {
  background: #fff;
}
.light-content .team-1-social-links > a:hover {
  color: var(--color-dark-1);
}

/* ==============================
   Features
   ============================== */

/* ==============================
   Features 1
   ============================== */

/* ==============================
   Features 2
   ============================== */
.features-2-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-default);
  border: 1px solid transparent;
  background: linear-gradient(to right, var(--color-white), var(--color-white)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
  transition: opacity 0.27s var(--ease-default);
  z-index: -1;
}
.features-2-item:hover:before {
  opacity: 0.57;
}
.features-2-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
  z-index: -1;
}
.features-2-icon i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-content .features-2-item:before {
  background: linear-gradient(
      to right,
      var(--color-primary-1),
      var(--color-primary-1)
    ),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}
.light-content .features-2-item:hover:before {
  opacity: 0.75;
}

/* ==============================
   Alt features
   ============================== */

/* ==============================
   Spot box
   ============================== */
.spot-box-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.1;
  border-radius: 50%;
}
.spot-box-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 17px;
  height: 17px;
  background: var(--color-dark-1);
  border-radius: 50%;
}

/* ==============================
   Numbers
   ============================== */

/*
 * Numbers 1
 */

/*
 * Numbers 2
 */

/*
 * Numbers 3
 */

/* ==============================
   Steps
   ============================== */

/*
 * Steps 1
 */

/*
 * Steps 2
 */
.steps-2-item:hover {
  background: #fff;
  box-shadow: var(--box-shadow-block-strong);
}

/* ==============================
   Portfolio
   ============================== */

/*
 * Works filter
 */
.works-filter a:first-child {
  margin-left: 0;
}
.works-filter a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.works-filter a.active:hover {
  color: var(--color-primary-2);
}
.works-filter a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary-2);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.works-filter a.active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.works-filter a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.light-content .works-filter a:hover {
  color: var(--color-primary-2);
  opacity: 1;
}
.light-content .works-filter a:after {
  background-color: var(--color-primary-2);
}

/* Works filter elegant */
.works-filter.works-filter-elegant a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary-1);
  border-radius: 30px;
  opacity: 0;
  transition: var(--transition-default);
}
.works-filter.works-filter-elegant a.active:before {
  opacity: 0.15;
}
.works-filter.works-filter-elegant a:after {
  display: none;
}
.light-content .works-filter.works-filter-elegant a:before {
  border-color: #fff;
}

/* Works filter fancy */

.works-filter.works-filter-fancy a:hover {
  margin: 0;
  padding: 10px 20px;
  color: var(--color-gray-1);
  isolation: isolate;
}
.works-filter.works-filter-fancy a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary-1);
  opacity: 0.3;
  transition: var(--transition-default);
  z-index: -1;
}
.works-filter.works-filter-fancy a:after,
.works-filter.works-filter-fancy a:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--color-primary-1);
  transform: none;
  transition: all 0.2s var(--ease-out-short);
  z-index: -1;
}
.works-filter.works-filter-fancy a:not(:first-child):before,
.works-filter.works-filter-fancy a:not(:first-child):after {
  width: calc(100% + 1px);
  margin-left: -1px;
  border-left: none;
}
.works-filter.works-filter-fancy a:first-child:before,
.works-filter.works-filter-fancy a:first-child:after {
  border-top-left-radius: var(--border-radius-default);
  border-bottom-left-radius: var(--border-radius-default);
}
.works-filter.works-filter-fancy a:last-child:before,
.works-filter.works-filter-fancy a:last-child:after {
  border-top-right-radius: var(--border-radius-default);
  border-bottom-right-radius: var(--border-radius-default);
}

.works-filter.works-filter-fancy a.active:hover {
  color: #fff;
  background: var(--color-primary-1);
}
.works-filter.works-filter-fancy a.active:after {
  opacity: 1;
}
.light-content .works-filter.works-filter-fancy a:before {
  border-color: #fff;
}
.light-content .works-filter.works-filter-fancy a:hover {
  color: #fff;
}

/* Works filter gradient */
.works-filter.works-filter-gradient a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary-1);
  border-radius: 30px;
  opacity: 0.15;
  transition: opacity 0.17s var(--ease-default);
  z-index: -1;
}
.works-filter.works-filter-gradient a:hover {
  color: var(--color-gray-1);
}
.works-filter.works-filter-gradient a:hover:before {
  opacity: 0.3;
}
.works-filter.works-filter-gradient a.active:before {
  border: 1px solid transparent;
  background: linear-gradient(to right, var(--color-white), var(--color-white)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 1;
}
.works-filter.works-filter-gradient a:after {
  display: none;
}

.light-content .works-filter.works-filter-gradient a:hover {
  color: var(--color-dark-mode-gray-1);
  opacity: 1;
}
.light-content .works-filter.works-filter-gradient a:before {
  border-color: #fff;
  opacity: 0.25;
}
.light-content .works-filter.works-filter-gradient a:hover:before {
  border-color: #fff;
  opacity: 0.5;
}
.light-content .works-filter.works-filter-gradient a.active:before {
  border-color: transparent;
  background: linear-gradient(
      to right,
      var(--color-primary-1),
      var(--color-primary-1)
    ),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 1;
}

/* Works filter slick */
.works-filter.works-filter-slick a:hover {
  color: var(--color-primary-1);
}
.works-filter.works-filter-slick a:after {
  display: none;
}

.works-filter.works-filter-slick a.active:hover {
  color: var(--color-primary-1);
}
.works-filter.works-filter-slick a.active:after {
  opacity: 1;
}
.light-content .works-filter.works-filter-slick a:hover,
.light-content .works-filter.works-filter-slick a.active:hover {
  color: #fff;
}

/* Work filter bold */
.works-filter.works-filter-bold a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border: none;
  border-radius: 30px;
  opacity: 0;
  transition: var(--transition-default);
  z-index: -1;
}

.works-filter.works-filter-bold a.active:hover {
  color: #fff;
}
.works-filter.works-filter-bold a.active:before {
  opacity: 1;
}
.works-filter.works-filter-bold a:after {
  display: none;
}
.light-content .works-filter.works-filter-bold a:before {
  background: #fff;
}

.light-content .works-filter.works-filter-bold a.active:hover {
  color: var(--color-primary-2);
}

/*
 * Works grid 
 */

.work-item a:hover {
  color: var(--color-primary-2);
  border: none;
}

.light-content .work-item a:hover {
  color: var(--color-primary-2);
}

/* Work item hover state */
.work-item a:hover .work-img {
  clip-path: inset(10px);
}
.work-item a:hover .work-img > img {
  transform: scale(1.05) rotate(0.001deg) translateZ(0);
}
.work-item a:hover .work-intro {
  transform: translate(-10px, -10px);
}

/* Work item hover state alt */
.works-grid.work-grid-hover-alt .work-item a:hover .work-img {
  clip-path: none;
  transform: translateY(-7px) rotate(0.001deg) translateZ(0);
}
.works-grid.work-grid-hover-alt .work-item a:hover .work-img img {
  transform: scale(1) rotate(0.001deg) translateZ(0);
}
.works-grid.work-grid-hover-alt .work-item a:hover .work-intro {
  transform: none;
  opacity: 1;
}

/* Work item round */

/* Work item with hidden title */
.works-grid.hide-titles .work-item a:hover .work-img > img {
  transform: none;
}
.works-grid.hide-titles .work-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.85;
}
.works-grid.hide-titles:not(.work-grid-2, .work-grid-3) .work-title {
  font-size: 19px;
}
.works-grid.hide-titles .work-item a:hover .work-img {
  clip-path: none;
  transform: scale(1.05) translateZ(0.1px);
}
.works-grid.hide-titles .work-item a:hover .work-intro > *,
.works-grid.hide-titles .work-item a:focus-visible .work-intro > * {
  transform: none;
}
.works-grid.hide-titles .work-item a:hover .work-intro,
.works-grid.hide-titles .work-item a:focus-visible .work-intro {
  transform: none;
  opacity: 1;
}
/* Work item with hidden title hover white */
.works-grid.hide-titles.hover-white .work-intro:before {
  background: #fff;
}

/* Work item fancy */
.works-grid.work-grid-fancy .work-item a:hover {
  box-shadow: var(--box-shadow-block-strong);
  transform: translateY(-7px);
}
.works-grid.work-grid-fancy .work-item a:hover .work-img > img {
  transform: none;
}
.works-grid.work-grid-fancy .work-item a:hover .work-img {
  clip-path: none;
}
.works-grid.work-grid-fancy .work-item a:hover .work-intro {
  transform: none;
  opacity: 1;
}

/* Works navigation */
.work-navigation {
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 99;
}
.work-navigation i {
  position: relative;
  top: -1px;
}
.work-navigation a {
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}
.work-navigation a,
.work-navigation a:visited {
  color: var(--color-gray-1);
}
.work-navigation a span:hover {
  color: var(--color-primary-2);
}
.work-navigation a span {
  display: inline-block;
  height: 80px;
  line-height: 79px;
  padding: 0 4%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work-navigation span:hover {
  background: var(--color-gray-light-2);
}
.work-prev {
  text-align: right;
}
.work-all {
  text-align: center;
}
.work-next {
  text-align: left;
}
.work-full-media img {
  max-width: 100%;
  height: auto;
}
.work-navigation.light-content a,
.work-navigation.light-content a:visited {
  color: var(--color-dark-mode-gray-1) !important;
}
.work-navigation.light-content a span:hover {
  color: #fff;
}
.work-navigation.light-content a span {
  background-color: transparent;
}
.work-navigation.light-content span:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* ==============================
   Portfolio 1
   ============================== */
.portfolio-1-image:hover {
  clip-path: inset(10px);
}
.portfolio-1-title a:hover {
  letter-spacing: -0.03em;
}

/* ==============================
   Portfolio 2
   ============================== */
.portfolio-2-title a:hover {
  color: inherit;
  text-decoration: none;
}
.portfolio-2-image a:hover img {
  transform: translateZ(0.1px);
}

/* ==============================
   Portfolio 3
   ============================== */

.portfolio-3-image {
  overflow: hidden;
  border-radius: 50px;
  isolation: isolate;
  transform: translateZ(0);
}
.portfolio-3-image img {
  width: 100%;
  transform: scale(1.037) translateZ(0.01px);
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-3-image a:hover img {
  transform: translateZ(0.01px);
}
.portfolio-3-title {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-primary-1);
}
.portfolio-3-title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 calc(100% - 0.125em);
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.portfolio-3-title a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.portfolio-3-descr {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.light-content .portfolio-3-title a {
  color: #fff;
}
.light-content .portfolio-3-title a:hover {
  color: var(--color-primary-2);
}

/* ==============================
   Portfolio 4
   ============================== */
.portfolio-4-carousel .owl-prev:before,
.portfolio-4-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.portfolio-4-carousel .owl-prev:hover:before,
.portfolio-4-carousel .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}

/* Hover state */
.portfolio-4-item > a:hover .portfolio-4-image > img {
  transform: scale(1.05);
}
.portfolio-4-item > a:hover .portfolio-4-intro {
  transform: translateX(12px);
}

/* ==============================
   Portfolio 5
   ============================== */

/* Hover state */
a.portfolio-5-link:hover .portfolio-5-image img {
  transform: scale(1.05) translateZ(0.01px);
}
a.portfolio-5-link:hover .portfolio-5-title span {
  background-size: 100% 1px;
}

/* ==============================
   Call action 1 section
   ============================== */

/* ==============================
   Call action 2 section
   ============================== */

/* ==============================
   Call action 3 section
   ============================== */

/* ==============================
   Call action 4 section
   ============================== */

/* ==============================
   Images compositions
   ============================== */

/*
 * Images composition 1
 */

/*
 * Images composition 2
 */

/*
 * Images composition 3
 */

/*
 * Images composition 4
 */

/*
 * Images composition 5
 */

/*
 * Images composition 6
 */

/*
 * Images composition 7
 */

/*
 * Images composition 8
 */

/*
 * Images composition 9
 */

/* ==============================
   Work process
   ============================== */

.work-process-item:hover .work-process-icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* ==============================
   Logotypes
   ============================== */

/*
 * Logo carousel
 */
.logo-item:hover {
  opacity: 1;
}

/*
 * Logo grid
 */
.logo-grid-img:hover {
  opacity: 1;
}
.light-content .logo-grid-img:hover {
  opacity: 1;
}

/* ==============================
   Post previews
   ============================== */
.post-prev-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-light-3);
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}
.post-prev-img a:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-title a:hover {
  opacity: 0.65;
}
.post-prev-info a:hover {
  text-decoration: underline;
}
.post-prev-info .icon-author:hover {
  text-decoration: none;
}
.post-prev-container > *:last-child {
  padding-bottom: 40px;
}
.light-content .post-prev-container:before {
  border-color: rgba(255, 255, 255, 0.25);
}

/* ==============================
   Post previews 1
   ============================== */
.post-prev-1-img:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-1-title a:hover {
  color: unset;
  background-size: 100% 1px;
}

/* ==============================
   Post previews 2
   ============================== */
.post-prev-2-img:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-2-title a:hover {
  color: unset;
  background-size: 100% 1px;
}

/* ==============================
   Post previews 3
   ============================== */
.post-prev-3-title a:hover {
  opacity: 0.65;
}
.post-prev-3-info a:hover {
  text-decoration: underline;
}
.post-prev-3.gradient .post-prev-3-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: var(--border-radius-default);
  background: linear-gradient(to right, var(--color-white), var(--color-white)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
  transition: all 0.27s var(--ease-default);
}
.post-prev-3.gradient .post-prev-3-container:hover {
  box-shadow: none;
}
.post-prev-3.gradient .post-prev-3-container:hover:before {
  opacity: 0.57;
}
.post-prev-3.gradient .post-prev-3-title a:hover {
  opacity: 0.85;
}
.light-content .post-prev-3.gradient .post-prev-3-container:before {
  background: linear-gradient(
      to right,
      var(--color-primary-1),
      var(--color-primary-1)
    ),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}
.light-content .post-prev-3.gradient .post-prev-3-container:hover:before {
  opacity: 0.75;
}

/* ==============================
   Newsletter
   ============================== */
.form input.newsletter-field:focus {
  color: var(--color-primary-1);
}

/*
 * Newsletter elegant
 */

/*
 * Newsletter strong
 */


.light-content .form.newsletter-strong input.newsletter-field:hover {
  background-color: rgba(255, 255, 255, 0.275) !important;
  border: none;
}

.light-content
  .form.newsletter-strong
  input.newsletter-field:hover::placeholder {
  color: #fff;
}

/*
 * Newsletter modern
 */


.form.newsletter-modern input.newsletter-field:hover,
.form.newsletter-modern input.newsletter-field:hover::placeholder {
  max-width: unset;
  width: 100%;
  height: 55px;
  padding: 20px 0;
  font-family: var(--font-alt);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-primary-1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: var(--color-primary-1);
}
.form.newsletter-modern input.newsletter-field:focus {
  box-shadow: none;
}

.light-content .form.newsletter-modern input.newsletter-field:hover,
.light-content
  .form.newsletter-modern
  input.newsletter-field:hover::placeholder {
  color: #fff;
  border-color: #fff;
}

/* ==============================
   Contact 
   ============================== */
.contact-item a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.ci-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary-1);
  border-radius: 50%;
}
.ci-icon.ci-icon-grad:before {
  background: var(--gradient-primary-1-b) !important;
  opacity: 0.15;
}
.ci-icon.ci-icon-grad i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ci-link a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  opacity: 0.9;
}
.ci-link a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ci-link a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.light-content .ci-icon:before {
  background-color: #fff;
  opacity: 0.15;
}
.light-content .ci-link a:after {
  background-color: #fff !important;
}

/* ==============================
   Contact 1
   ============================== */
.contact-1-text a:hover {
  opacity: 0.85;
}
.contact-1-link a:hover {
  color: #fff;
  background-size: 100% 1px, 100% 1px;
}

/* ==============================
   Contact 2
   ============================== */
.contact-2:before,
.contact-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-primary-1);
  opacity: 0.17;
}
.contact-2:after {
  right: unset;
  left: 0;
}
.contact-2-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  display: block;
  width: 100%;
  width: calc(100% - 2px);
  height: 1px;
  background: var(--color-primary-1);
  opacity: 0.17;
}
.contact-2-item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  display: block;
  width: 100%;
  width: 100%;
  width: calc(100% - 2px);
  height: 1px;
  background: var(--color-primary-1);
  opacity: 0.17;
}
.contact-2-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-primary-1);
  opacity: 0.17;
}
.contact-2-text a:hover {
  color: unset;
  background-size: 100% 1px;
}
.light-content .contact-2:before,
.light-content .contact-2:after,
.light-content .contact-2-item:before,
.light-content .contact-2-item:last-child:after,
.light-content .contact-2-icon:before {
  background: #fff;
  opacity: 0.25;
}

/* ==============================
   Google maps 
   ============================== */
.map-section:hover {
  background: rgba(245, 245, 245, 0.8);
}
.mt-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 6px auto 9px;
  position: relative;
  color: #fff;
  font-size: 24px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.mt-icon i,
.mt-icon span {
  position: relative;
}
.mt-text {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark-1);
  opacity: 0.8;
}
.mt-close {
  display: none;
}
.mt-open-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -0.1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
}
.mt-close-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -0.1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Map opened */
.map-section.js-active:hover {
  background: rgba(245, 245, 245, 0.95);
}

/* Dark style */
.light-content .map-section:hover {
  background: rgba(0, 23, 79, 0.88);
}
.light-content .mt-icon {
  color: var(--color-primary-2);
}
.light-content .mt-icon:before {
  background: #fff;
}
.light-content .mt-text {
  color: #fff;
}
.light-content .mt-open-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
}
.light-content .mt-close-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ==============================
   Footer
   ============================== */

.footer {
  font-size: 16px;
}
.footer a {
  transition: all 0.17s var(--ease-default);
}
.footer:not(.light-content) a:hover {
  text-decoration: none;
  color: var(--color-primary-2) !important;
}
.footer-text a {
  text-decoration: none;
}
footer:not(.light-content) .text-gray a {
  color: var(--color-gray-1);
  transition: all 0.17s var(--ease-default);
}
footer:not(.light-content) .text-gray a:hover {
  color: var(--color-primary-2);
}
.light-content .footer-text {
  color: var(--color-gray-light-3);
}
.footer.light-content a:hover {
  color: var(--color-primary-2) !important;
  text-decoration: none !important;
}
.footer-social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.footer-social-links a:hover,
.footer.light-content .footer-social-links a:hover,
.light-content .footer-social-links a:hover {
  color: var(--color-primary-2) !important;
}
.footer-social-links a:hover:before {
  opacity: 1;
  transform: none;
}

.fw-title {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.fw-menu li:not(:last-child) {
  margin-bottom: 3px;
}
.fw-menu li a {
  text-decoration: none;
  color: var(--color-gray-1);
}
.fw-menu svg {
  position: relative;
  top: -0.05em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .fw-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.fw-menu-large li:not(:last-child) {
  margin-bottom: 10px;
}
.fw-menu-large li a:hover {
  text-decoration: none;
  color: var(--color-primary-2);
  background-size: 100% 1px;
}

.light-content .fw-menu-large li a:hover {
  color: var(--color-primary-2);
}

/* Link to top */

footer .text-gray a.link-to-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: var(--color-primary-1);
  font-size: 24px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link-to-top:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  z-index: 1;
  transition: all 0.4s var(--ease-elastic-2);
}
.link-to-top:hover {
  text-decoration: none;
}
.link-to-top:hover:before {
  transform: scale(1.25);
}

.light-content a.link-to-top:hover {
  color: var(--color-primary-2) !important;
}


a.link-to-top.gradient:hover {
  color: #fff !important;
}
a.link-to-top.gradient:before {
  background: var(--gradient-primary-1-b);
  box-shadow: none;
}


a.link-to-top.color-light:hover {
  color: var(--color-primary-1) !important;
}
a.link-to-top.color-light:before {
  background: var(--color-primary-light-2);
  box-shadow: none;
}


a.link-to-top.color:hover {
  color: #fff !important;
}
a.link-to-top.color:before {
  background: var(--color-primary-1);
  box-shadow: none;
}
a.link-to-top.color:hover:before {
  background: var(--color-primary-2);
}

/* Link to top 2 */
.link-to-top-2:hover {
  color: unset;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.link-to-top-2:before {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  margin: -53px auto 6px;
  background: rgba(193, 193, 193, 0.9);
}

/* ==============================
   Footer 1
   ============================== */

.footer-1 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-1.bg-dark-1 {
  background-color: var(--color-primary-1) !important;
}
.footer-1 .small {
  font-size: 14px;
}
.fw-social-inline-item {
  display: inline-block;
}
.fw-social-inline a {
  position: relative;
  display: inline-block;
  margin: 5px 15px 10px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.fw-social-inline .link-hover-anim {
  padding: 0;
}
.fw-social-inline .link-strong {
  padding: 0;
  transition: all 0.35s var(--ease-out-short);
}
.fw-social-inline .link-strong-hovered {
  top: 0;
  transform: translateY(150%) translateZ(0.001px);
}
.fw-social-inline .link-hover-anim:hover .link-strong-unhovered {
  transform: translateY(-150%) translateZ(0.001px);
}
.fw-social-inline .link-strong:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-primary-2);
  opacity: 0.5;
  transform-origin: left center;
  transition: all 0.27s var(--ease-out-medium);
}
.light-content .fw-social-inline a {
  color: #fff;
}
.light-content .fw-social-inline .link-strong:before {
  background: #fff;
}
.footer-text {
  text-transform: none;
}
.footer-text a {
  text-decoration: underline;
}
.fw-top-link {
  text-decoration: none;
}
.light-content .fw-top-link {
  color: #fff;
  text-decoration: none;
}
.light-content .fw-top-link .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s var(--ease-out-medium);
}
.light-content .fw-top-link .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.25);
  transition: all 0.4s var(--ease-elastic-1);
}
.light-content .fw-top-link .icon svg,
.light-content .fw-top-link .icon img,
.light-content .fw-top-link .icon i {
  position: relative;
}
.fw-top-link-underline {
  position: relative;
}
.fw-top-link-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.4s var(--ease-out-medium);
}
.fw-top-link:hover .fw-top-link-underline:before {
  transform: scaleX(1);
}
.light-content .fw-top-link:hover .icon {
  border-color: transparent;
}
.light-content .fw-top-link:hover .icon {
  color: var(--color-primary-2);
}
.light-content .fw-top-link:hover .icon:before {
  opacity: 1;
  transform: scale(1.1);
}

/* ==============================
   Footer 2
   ============================== */
.footer-2-social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-primary-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.27s var(--ease-out-medium);
  will-change: transform, opacity;
}
.footer-2-social-links a:hover {
  border-color: transparent;
  color: #fff !important;
}
.footer-2-social-links a:hover:before {
  opacity: 1;
  transform: none;
}
.footer-2.light-content .footer-2-social-links a:hover,
.light-content .footer-2-social-links a:hover {
  color: var(--color-primary-2) !important;
}
.light-content .footer-2-social-links a:before {
  background: #fff;
}

/* ==============================
   Blog
   ============================== */
.blog-item-title a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.blog-item-data a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.blog-item-body blockquote p:before {
  content: "“";
  position: absolute;
  top: -0.23em;
  left: -0.5em;
  font-family: "Almarai", sans-serif;
  font-size: 2.38em;
  opacity: 0.25;
}
.blog-item-more:hover {
  text-decoration: none;
  border-color: var(--color-primary-2);
}
a.blog-item-more:hover {
  color: var(--color-primary-2);
}
.blog-item-q:hover a,
.blog-item-q p a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.blog-item-q p:before,
.blog-item-q p:after {
  font-family: var(--font-serif);
  transition: var(--transition-default);
}
.blog-item-q p:before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog-item-q p:after {
  content: "”";
}
.blog-item-q p:hover:before,
.blog-item-q p:hover:after {
  color: #777;
}
.light-content .blog-item-title a:hover {
  color: var(--color-primary-2);
}
.light-content .blog-item-data a:hover {
  color: var(--color-primary-2);
}
.light-content .blog-item-more:hover {
  border-color: var(--color-primary-2);
}
.light-content a.blog-item-more:hover {
  color: var(--color-primary-2);
}
.light-content .blog-item-q:hover a,
.light-content .blog-item-q p a:hover {
  color: var(--color-primary-2);
}
.light-content .blog-item-q p:before,
.light-content .blog-item-q p:after {
  color: var(--color-gray-light-6);
}
.light-content .blog-item-q p:hover:before,
.light-content .blog-item-q p:hover:after {
  color: #fff;
}

/*
 * Pagination
 */

.pagination {
  font-size: 14px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  margin-right: 5px;
  padding: 9px 16px;
  border: 1px solid var(--color-gray-light-5);
  color: var(--color-gray-1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}
.pagination a:hover {
  text-decoration: none;
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}
.pagination a.active,
.pagination a.active:hover {
  border-color: var(--color-primary-1);
  color: var(--color-primary-1);
  cursor: default;
}

.pagination span.no-active:hover {
  border-color: var(--color-gray-light-5);
  color: var(--color-gray-1);
  cursor: default;
}

.light-content .pagination a {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-dark-mode-gray-1);
}
.light-content .pagination a:hover {
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}
.light-content .pagination a.active,
.light-content .pagination a.active:hover {
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}

.light-content .pagination span.no-active:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.37);
}

/*
 * Comments
 */
.comment-item:first-child {
  padding-top: 0 !important;
  border-top: none;
}
.comment-list > .comment-item:last-child p:last-child {
  margin-bottom: 0;
}
.comment-item-data a:hover {
  color: var(--color-primary-2);
  text-decoration: none;
}
.light-content .comment-item-data a:hover {
  color: var(--color-primary-2);
}

/*
 * Sidebar
 */

.widget:not(:last-child) {
  margin-bottom: 60px;
}

/* Search widget */
.search-button:hover {
  color: var(--color-primary-2);
}
.light-content .search-button:hover {
  color: var(--color-primary-2);
}

/* Widget menu */
.widget-menu li a:hover {
  color: var(--color-primary-2);
}
.light-content .widget-menu li a:hover {
  color: var(--color-primary-2);
}

/* Widget tags */
.tags a:hover {
  text-decoration: none;
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}
.light-content .tags a:hover {
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}

/* Comments */
.widget-comments li:last-child {
  border-bottom: none;
}
.widget-comments li a:hover {
  color: var(--color-primary-2);
}
.light-content .widget-comments li a:hover {
  color: var(--color-primary-2);
}

/* Posts */
.widget-posts li:last-child {
  padding-bottom: 0;
  border: none;
}
.widget-posts li a:hover {
  color: var(--color-primary-2);
}
.light-content .widget-posts li a:hover {
  color: var(--color-primary-2);
}

/* ==============================
   Pricing
   ============================== */
.pricing-item-inner:hover {
  box-shadow: var(--box-shadow-block-strong);
  transform: translateY(-5px);
}
.pr-list {
  margin: 0;
  padding: 0;
  color: var(--color-gray-1);
  font-size: 17px;
}
.pr-list li {
  margin-bottom: 12px;
  padding: 0;
  list-style: none;
}
.pr-list li:last-child {
  margin-bottom: 0;
}
.pr-per {
  margin-bottom: 30px;
  color: var(--color-gray-1);
  font-size: 16px;
}
.light-content .pr-list {
  color: #fff;
}
.light-content .pr-per {
  color: var(--color-dak-mode-gray-1);
}

/* ==============================
   Shortcodes
   ============================== */

/*
 * Lightbox modal
 */

/*
 * Owl carousel
 */

.owl-buttons {
  position: static;
}
.owl-prev,
.owl-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 57px;
  padding: 11px;
  box-sizing: content-box;
  font-size: 57px;
  text-align: center;
  color: var(--color-primary-1);
  opacity: 0.8;
  z-index: 6;
  transition: var(--transition-default);
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
  color: var(--color-primary-2);
}
.light-content .owl-prev,
.light-content .owl-next {
  color: #fff;
}
.light-content .owl-prev:hover,
.light-content .owl-next:hover {
  color: var(--color-primary-2);
}
.owl-prev {
  right: 20px;
}
.owl-next {
  left: 20px;
}
.owl-prev svg,
.owl-next svg {
  display: block;
  height: 1em;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}
.light-content .owl-prev svg,
.light-content .owl-next svg {
  color: #fff;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.35));
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  line-height: 1;
}
.owl-page {
  display: inline-block;
  padding: 7px;
  position: relative;
  z-index: 1000 !important;
}
.owl-page span {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 1px solid var(--color-primary-1);
  position: relative;
  border-radius: 50%;
  transition: var(--transition-default);
}
.owl-page.active span {
  background: var(--color-primary-2);
  border: 1px solid var(--color-primary-2);
}
.light-content .owl-page span {
  border: 1px solid #fff !important;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1) !important;
}
.light-content .owl-page.active span {
  background: var(--color-primary-2) !important;
  border: 1px solid var(--color-primary-2) !important;
}

/* Features slider */

/* Logotype slider */

/* Work slider & sontent slider */

.content-slider .owl-pagination {
  bottom: 15px;
}

/* Team carousel */
.team-carousel .owl-prev:before,
.team-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.team-carousel .owl-prev:hover:before,
.team-carousel .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.25);
}

/* Testimonials slider 1 */
.testimonials-slider-1 .owl-item:not(.swiper-slide-visible) {
  opacity: 0;
  transform: scale(0.75);
}
.testimonials-slider-1 .owl-prev:before,
.testimonials-slider-1 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-1 .owl-prev:hover:before,
.testimonials-slider-1 .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}

/* Testimonials slider 2 */
.testimonials-slider-2 .owl-item:not(.swiper-slide-visible) {
  opacity: 0;
  transform: scale(0.75);
}
.testimonials-slider-2 .owl-prev:before,
.testimonials-slider-2 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-2 .owl-prev:hover:before,
.testimonials-slider-2 .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}

/* Testimonials slider 3 */
.testimonials-slider-3 .owl-prev:before,
.testimonials-slider-3 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-3 .owl-prev:hover:before,
.testimonials-slider-3 .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}
.testimonials-grad .testimonials-3-icon i:before {
  background: var(--gradient-primary-1-b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-strong .owl-prev:before,
.slider-strong .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.slider-strong .owl-prev:hover,
.slider-strong .owl-next:hover {
  color: #fff;
  border-color: transparent;
}
.slider-strong .owl-prev:hover:before,
.slider-strong .owl-next:hover:before {
  opacity: 1;
  transform: scale(1.08);
}
.light-content .slider-strong .owl-prev:hover,
.light-content .slider-strong .owl-next:hover {
  border-color: transparent;
}
.light-content .slider-strong .owl-prev:hover svg,
.light-content .slider-strong .owl-next:hover svg {
  color: var(--color-dark-1);
}
.light-content .slider-strong .owl-prev:before,
.light-content .slider-strong .owl-next:before {
  background: #fff;
}
.slider-bold .owl-prev:before,
.slider-bold .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.27s var(--ease-default);
}
.slider-bold .owl-prev:hover,
.slider-bold .owl-next:hover {
  color: #fff;
}
.slider-bold .owl-prev:hover:before,
.slider-bold .owl-next:hover:before {
  opacity: 1;
  transform: scale(1);
}
.light-content .slider-bold .owl-prev:before,
.light-content .slider-bold .owl-next:before {
  background: #fff;
}
.light-content .slider-bold .owl-prev:hover,
.light-content .slider-bold .owl-next:hover {
  color: var(--color-dark-1);
}
.light-content .slider-bold .owl-prev:hover svg,
.light-content .slider-bold .owl-next:hover svg {
  color: var(--color-dark-1);
}

.slider-gradient .owl-prev:before,
.slider-gradient .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  border-radius: 50%;
  box-shadow: none;
  opacity: 0.2;
  transition: all 0.27s var(--ease-default);
}
.slider-gradient .owl-prev i:before,
.slider-gradient .owl-next i:before {
  background: var(--gradient-primary-1-a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-gradient .owl-prev:hover:before,
.slider-gradient .owl-next:hover:before {
  opacity: 0.37;
  box-shadow: none;
  transform: scale(1);
}

/* Owl Carousel Animation */

html:not(.mobile) .owl-animate-chars .char {
  opacity: 0;
  transform: translateY(0.5em) rotate(7deg);
  transform-origin: 0 50%;
  transition: transform 0.62s var(--ease-out-short),
    opacity 0.62s var(--ease-default);
  transition-delay: calc(0.027s * var(--char-index));
}
html:not(.mobile) .owl-animate-chars .char {
  will-change: opacity, transform;
}

html:not(.mobile) .owl-animate-fadeInUp {
  opacity: 0;
  transform: translateY(37px) translateZ(0);
  transition: all 1s;
}

html:not(.mobile) .owl-animate-fadeInDown {
  opacity: 0;
  transform: translateY(-37px) translateZ(0);
  transition: all 1s;
}

/*
 * Testimonials 4
 */

/*
 * Testimonials 5
 */

/*
 * Testimonials 6
 */

/*
 * Tabs
 */

.tpl-tabs > li > a:hover {
  color: var(--color-primary-2) !important;
  text-decoration: none;
}
.light-content .tpl-tabs li .nav-link:hover {
  border-color: var(--color-primary-2) var(--color-primary-2) transparent;
  color: var(--color-primary-2) !important;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs > li > a:focus {
  padding: 5px 20px 5px;
  text-decoration: none;
  color: var(--color-primary-1);
  background: none;
  border: 1px solid transparent;
  border-radius: 100px !important;
}
.tpl-minimal-tabs > li > a:hover {
  background: none;
  border-color: var(--color-primary-1) !important;
  color: var(--color-primary-2);
}

.tpl-minimal-tabs li a.active:hover {
  border: 1px solid var(--color-primary-1) !important;
  background: none !important;
  color: var(--color-primary-1) !important;
  cursor: default;
}
.light-content .tpl-minimal-tabs > li > a:hover {
  border-color: var(--color-primary-2) !important;
  color: var(--color-primary-2) !important;
}

.light-content .tpl-minimal-tabs li a.active:hover {
  border: 1px solid var(--color-primary-2) !important;
  color: var(--color-primary-2) !important;
}

/*
 * Tabs alternative
 */
.tpl-alt-tabs > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.15;
  transition: all 0.27s var(--ease-default);
}
.tpl-alt-tabs > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0);
  transform-origin: 0 50%;
  transition: all 0.37s var(--ease-out-medium);
}
.tpl-alt-tabs > li > a:hover,
.tpl-alt-tabs > li > a:focus {
  background: none;
  color: var(--color-primary-2);
}
.tpl-alt-tabs > li > a:not(.active):hover .alt-tabs-icon {
  transform: translateY(-8px);
}

.tpl-alt-tabs > li > a.active:hover,
.tpl-alt-tabs > li > a.active:focus {
  color: var(--color-primary-1) !important;
  cursor: default;
}
.tpl-alt-tabs > li > a.active:after,
.tpl-alt-tabs > li > a.active:hover:after,
.tpl-alt-tabs > li > a.active:focus:after {
  transform: none;
}

.light-content .tpl-alt-tabs li a.active:hover,
.light-content .tpl-alt-tabs li a.active:focus {
  color: var(--color-primary-2) !important;
}
.light-content .tpl-alt-tabs > li > a:before {
  opacity: 0.25;
}

/*
 * Tooltips
 */

/*
 * Alert messages
 */

.alert {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
 * Accordion
 */
.accordion > dt > a:hover {
  text-decoration: none;
}
.accordion > dt > a:after {
  content: "\e91f";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  color: var(--color-primary-1);
  font-family: "icons" !important;
  font-size: 22px;
  text-align: center;
  transition: var(--transition-default);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  transform: translateY(-50%) rotate(-180deg);
}
.light-content .accordion > dt > a:after {
  color: var(--color-primary-2);
}

/*
 * Toggle
 */

.toggle {
  border-bottom: 1px solid var(--color-primary-1);
  opacity: 0.2;
}
.toggle > dt {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.toggle > dt > a {
  display: block;
  position: relative;
  color: var(--color-primary-1);
  text-decoration: none;
  padding: 20px 30px 20px 0;
  border-top: 1px solid var(--color-primary-1);
  opacity: 0.2;
  transition: var(--transition-default);
}
.toggle > dt > a:hover {
  text-decoration: none;
}
.toggle > dt > a:after {
  content: "\e91f";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  color: var(--color-primary-1);
  font-family: "icons" !important;
  font-size: 22px;
  text-align: center;
  transition: var(--transition-default);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  transform: translateY(-50%) rotate(-180deg);
}
.toggle > dd {
  margin-bottom: 1.55em;
  font-size: 18px;
  line-height: 1.625;
  opacity: 1;
}

.light-content .toggle {
  border-color: rgba(255, 255, 255, 0.3);
}
.light-content .toggle > dt > a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.light-content .toggle > dt > a:after {
  color: var(--color-primary-2);
}
.light-content .toggle > dd {
  color: #fff;
  font-weight: 400;
}

/*
 * Accorfion style 1
 */

.accordion-1 {
  border-bottom: 1px solid var(--color-primary-1);
  opacity: 0.2;
}
.accordion-1 > dt {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion-1 > dt > a {
  display: block;
  position: relative;
  color: var(--color-primary-1);
  text-decoration: none;
  padding: 22px 30px 22px 0;
  border-top: 1px solid var(--color-primary-1);
  opacity: 0.2;
  transition: var(--transition-default);
}
.accordion-1 > dt > a:hover {
  text-decoration: none;
}
.accordion-1 > dt > a > span {
  position: relative;
  display: inline-block;
}
.accordion-1 > dt > a > span:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: calc(100% + 7px);
  width: 5px;
  height: 5px;
  background: var(--color-primary-1);
  border-radius: 3px;
  opacity: 0;
  transform: scale(0);
  transition: var(--transition-default);
}
.accordion-1 > dt > a:hover > span:before {
  opacity: 1;
  transform: none;
}
.accordion-1 > dt > a > .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.17s var(--ease-out-short);
}
.accordion-1 > dt > a > .icon-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background: var(--color-primary-1);
}
.accordion-1 > dt > a > .icon-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 100%;
  background: var(--color-primary-1);
  transition: all 0.17s var(--ease-out-short);
}
.accordion-1 > dt > a.active > .icon-plus {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-1 > dt > a.active > .icon-plus:before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-1 > dd {
  margin-bottom: 1.55em;
  font-size: 16px;
  line-height: 1.625;
  opacity: 1;
}
.accordion-1 > dd > div {
  opacity: 0;
  transform: translateY(7px);
  transition: all 0.27s 0.125s var(--ease-default);
}
.accordion-1 > dd.active > div {
  opacity: 1;
  transform: none;
}

.accordion-1.accordion-1-slick > dt {
  font-size: 20px;
  font-weight: 400;
}
.accordion-1.accordion-1-slick > dt > a {
  padding: 37px 30px 37px 0;
}
.accordion-1.accordion-1-slick > dt > a > span:before {
  width: 4px;
  height: 4px;
}
.accordion-1.accordion-1-slick > dd {
  margin-bottom: 37px;
  font-size: 18px;
}

.light-content .accordion-1 {
  border-color: rgba(255, 255, 255, 0.9);
}
.light-content .accordion-1 > dt > a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}
.light-content .accordion-1 > dt > a > span:before {
  background: #fff;
}
.light-content .accordion-1 > dt > a > .icon-plus:before {
  background: #fff;
}
.light-content .accordion-1 > dt > a > .icon-plus:after {
  background: #fff;
}

/*
 * Progress bars
 */

/* Alt progress bars */

/*
 * Icons examples
 */
.icons-example-box:hover {
  background-color: var(--color-gray-light-3);
}
.light-content .icons-example-box:hover {
  background-color: var(--color-dark-3a);
}

/*
 * Morphext
 */

/* ==============================
   Skip to content link
   ============================== */
.skip-to-content:hover,
.skip-to-content:focus {
  color: #ffffff;
  opacity: 1;
  background: #000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

/* ==============================
   Cookies
   ============================== */

/* ==============================
   Intro page
   ============================== */
.section-showcases-column:first-child {
  width: 12.6875%;
}
.section-showcases-column:last-child {
  width: 13.25%;
}
.section-showcases-column:first-child {
  padding-left: 0;
}
.section-showcases-item:first-child {
  padding-top: 0;
}
.section-showcases-column:nth-child(2),
.section-showcases-column:nth-child(4) {
  margin-top: -5%;
}

/* ============================================
   CUSTOM COMPONENT OVERRIDES AND RTL ENHANCEMENTS
   ============================================ */

/* Logo positioning override */
.nav-logo-right {
  top:0;
  right: 0 !important;
  left: auto !important;
}
.nav-logo-right .logo {
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
}
.main-nav.small-height .nav-logo-right .logo {
  padding: 6px;
}

/* Typewriter component styles */
.Typewriter,
.typewrite {
  display: inline-block;
}
.typewrite {
  margin-right: 10px;
  margin-left: 0;
}

/* Navigation submenu hover behavior - Desktop only */
@media (min-width: 1025px) {
  .mn-has-sub:hover + *,
  .mn-has-sub + *:hover {
    display: block !important;
    z-index: 1;
  }
}

/* Fade-in text animation */
.fadeInText {
  animation: animationFadeText 0.5s linear 0s 1;
}
@keyframes animationFadeText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* NOTE: Mobile navigation, menu sub navigation, hero paragraph, 
   and Arabic text rendering overrides have been moved to custom.css 
   to avoid duplication and conflicts. See custom.css for these rules. */

