/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.	Fonts
2.	Reset
3.	Global Settings
4.	Scroll To Top style
5.	Main Header style / Header Style One
6.	Mobile Menu
7.	Lazy Load Settings
8.	Banner Section
9.	Section Title
10.	About Section
11.	Fun Facts Section
12.	News Section
13.	Main Footer
14.	Technologies Section
15.	Products Section
16.	Photochromiques Section
17.	Page Banner
18.	Faqs Section
19.	Error Section
20.	Contact Section
21.	Sidebar Page Container
22. CGVs Section
23. Downloads Section
24. Careers Section
--------------------------------------------------------------*/

/***

====================================================================
1.	Fonts
====================================================================

 ***/

@font-face {
  font-family: "Poppins Thin";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

/*  */

@font-face {
  font-family: "TheSans ExtraLight";
  src: url("../fonts/arabic/TheSansArabic-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans Light";
  src: url("../fonts/arabic/TheSansArabic-Light.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans Regular";
  src: url("../fonts/arabic/TheSansArabic-Plain.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans Medium";
  src: url("../fonts/arabic/TheSansArabic-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans Bold";
  src: url("../fonts/arabic/TheSansArabic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans ExtraBold";
  src: url("../fonts/arabic/TheSansArabic-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "TheSans Black";
  src: url("../fonts/arabic/TheSansArabic-Black.ttf") format("truetype");
}

/*  */

/***

====================================================================
2.	Reset
====================================================================

 ***/

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

/***

====================================================================
3.	Global Settings
====================================================================

 ***/

html {
  --thm-font-thin: "Poppins Thin", sans-serif;
  --thm-font-extralight: "Poppins ExtraLight", sans-serif;
  --thm-font-light: "Poppins Light", sans-serif;
  --thm-font-regular: "Poppins Regular", sans-serif;
  --thm-font-medium: "Poppins Medium", sans-serif;
  --thm-font-bold: "Poppins Bold", sans-serif;
  --thm-font-extrabold: "Poppins ExtraBold", sans-serif;
  --thm-font-black: "Poppins Black", sans-serif;
}

:root {
  --thm-base: #ffaa17;
  --thm-base-zeiss: #164194 ;
  --thm-base-rgb: 255, 170, 23;
  --thm-bg-base: #00001e;
  --thm-black: #000;
  --thm-yellow: #fecd09;
  --thm-white: #ffffff;
  --thm-white-zeiss: #F5F7FA;
  --thm-text: #686a6f;
  --thm-text-zeiss: #000623;
  --thm-card-bg: #05213c;
  --thm-card-bg-zeiss: #E3E3E3;
  --thm-grey-zeiss: #f8fafc;
}

body {
  font-size: 20px;
  color: var(--thm-text);
  line-height: 1.8em;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: var(--thm-font-regular);
  top: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--thm-yellow);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  background: none;
  font-family: var(-thm-font-regular);
}

h1 {
  font-size: 140px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 26px;
}

input,
select,
button {
  font-family: var(-thm-font-regular);
}

textarea {
  overflow: hidden;
  resize: none;
}

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

p {
  line-height: 1.8em;
  margin: 0 0 20px;
}

.text {
  line-height: 1.8em;
  margin: 0 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.see-more-btn .btn-title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--thm-font-bold);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.nav-container {
  position: static;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}

.auto-container {
  position: static;
  max-width: 1260px;
  margin: 0 auto;
}

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-yellow);
  color: var(--thm-black);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-zeiss {
  background: var(--thm-base-zeiss);
  color: var(--thm-white-zeiss);
}

.btn-style-one .btn-title {
  font-family: var(--thm-font-medium);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 25px;
  z-index: 1;
}

.btn-style-one:hover {
  background: var(--thm-yellow);
  color: #ffffff;
}

.btn-zeiss:hover {
  background: var(--thm-base-zeiss);
  color: var(--thm-text-zeiss);
}

#contact-submit {
  border-radius: 15px;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-zeiss .btn-curve {
  background: var(--thm-grey-zeiss);
}

.btn-style-one:hover .btn-curve,
.box-content:hover .box-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0deg);
}

.dark {
  background: var(--thm-bg-base);
}

.dark h2 {
  color: var(--thm-yellow) !important;
}

.dark p {
  color: var(--thm-white) !important;
}

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

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

.fa {
  line-height: inherit;
}

.sinal-h1 {
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--thm-yellow);
  font-family: var(--thm-font-bold);
  font-size: 38px !important;
}

.zeiss-h1 {
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--thm-base-zeiss);
  font-family: var(--thm-font-bold);
  font-size: 38px !important;
}

.sinal-h2 {
  font-size: 30px !important;
  margin-bottom: 20px !important;
}

.sinal-h3 {
  font-size: 24px !important;
  margin-bottom: 15px !important;
}

.regular-text {
  font-size: 16px !important;
}

.contact-h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.carrier-profile,
.advantages,
.charts-container,
.charachteristics {
  padding-left: 0;
}

.html-content .content-container {
  margin-bottom: 0px;
}

.html-content .text p {
  margin-bottom: 0 !important;
}

.colors-title h4 {
  text-transform: capitalize !important;
}

.padding-left-30 {
  padding-left: 15px;
}

.padding-right-30 {
  padding-right: 15px;
}

.small-gap {
  gap: 30px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--thm-bg-base);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);

  border-radius: 2px;
}

.loading-screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/resource/shared/hero-bg-lines.webp);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  opacity: 0.5;
  transform: rotate(-5deg) translate(-10%, 0%) scale(-1.2);
  filter: saturate(50%);
}

/***

====================================================================
4.	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--thm-yellow);
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.zeiss-scroll-to-top {
  color: var(--thm-white-zeiss);
  background: var(--thm-base-zeiss);
}

.scroll-to-top:hover {
  background: var(--thm-black);
  color: #ffffff;
}

.zeiss-scroll-to-top:hover {
  background: var(--thm-text-zeiss);
  color: var(--thm-white-zeiss);
}

/***

====================================================================
5.	Main Header style / Header Style One
====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
}

/*=== Header Main Box ===*/

.main-header .header-upper {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 44, 1) 0%,
    rgba(1, 1, 44, 0) 100%
  );
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.fixed-header .header-upper {
  background: #171717;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.header-style-two.fixed-header .header-upper {
  background: var(--thm-bg-base);
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.zeiss-main-header .header-upper {
  background: #E3E3E38C;
  color: #fff;
}

.zeiss-main-header .fixed-header .header-upper {
  background: #E3E3E3;
  color: #fff;
}

.zeiss-main-header.header-style-two.fixed-header .header-upper {
  background: #E3E3E3;
}

.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0px 60px;
}

.main-header .header-upper .logo-box {
  position: relative;
  z-index: 7;
}

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

.main-header .header-upper .logo-box .logo img {
  position: relative;

  display: inline-block;
  max-width: 100%;
  z-index: 1;
}

.main-header .nav-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  font-family: var(-thm-font-regular);
}

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

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

.main-menu .navigation > li:last-child:after {
  display: none;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--thm-font-bold);
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 12px 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

/* new */

.main-menu .navigation li > span {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

/*  */

.main-menu .navigation li > a > span {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: -3px;
  position: relative;
}

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

.zeiss-main-header .main-menu .navigation > li > a {
  color: var(--thm-text-zeiss);
}

.zeiss-main-header .flaticon-menu-2:before {
  color: var(--thm-text-zeiss);
}

.zeiss-main-header .main-menu .navigation > li:hover > a {
  color: var(--thm-base-zeiss);
}

/* new */

/*  */
.main-menu .navigation > li.current > a {
  color: var(--thm-yellow);
}
.main-menu .navigation > li > ul > li > ul > li.current > a {
  color: var(--thm-yellow);
}

.header-style-two.fixed-header .main-menu .navigation > li.current > a {
  color: var(--thm-yellow);
}

.zeiss-main-header.header-style-two.fixed-header .main-menu .navigation > li.current > a {
  color: var(--thm-base-zeiss);
}

.main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: var(--thm-yellow);
  border-radius: 25px;
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.zeiss-main-header  .main-menu .navigation > li.current > a {
  color: var(--thm-base-zeiss);
}
.zeiss-main-header  .main-menu .navigation > li > ul > li > ul > li.current > a {
  color: var(--thm-base-zeiss);
}

.zeiss-main-header  .header-style-two.fixed-header .main-menu .navigation > li.current > a {
  color: var(--thm-base-zeiss);
}

.zeiss-main-header  .main-menu .navigation > li > a:before {
  background: var(--thm-base-zeiss);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > span:before {
  transform: scale(1);
}

.sticky-header .main-menu .navigation > li.dropdown {
  padding-right: 0px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

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

.main-menu .navigation > li > ul > li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.zeiss-main-header .main-menu .navigation > li > ul > li > a {
  color: var(--thm-text-zeiss);
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a {
  color: var(--thm-yellow);
}

.zeiss-main-header .main-menu .navigation > li > ul > li:hover > a,
.zeiss-main-header .main-menu .navigation > li > ul > li.current > a {
  color: var(--thm-base-zeiss);
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 103%;
  top: -60%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.zeiss-main-header .main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--thm-text-zeiss);
}

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

.zeiss-main-header .main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--thm-base-zeiss);
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: rgba(0, 0, 30, 0.7);

  /* -webkit-backdrop-filter: blur(7px); */
}

.zeiss-main-header .main-menu .navigation > li.dropdown:hover > ul {
  background: rgba(227, 227, 227, 0.7);
}

.main-menu .navigation > li.dropdown:hover > ul:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 30, 0.7);
  filter: blur(7px);
}

.zeiss-main-header .main-menu .navigation > li.dropdown:hover > ul:before {
  background: rgba(227, 227, 227, 0.7);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;

  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 30, 0.7);
  filter: blur(7px);
}

.zeiss-main-header .main-menu .navigation li > ul > li.dropdown:hover > ul:before {
  background: rgba(227, 227, 227, 0.7);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: rgba(0, 0, 30, 0.7);
  /* filter: blur(7px); */
  /* backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); */
}

.zeiss-main-header .main-menu .navigation li > ul > li.dropdown:hover > ul {
  background: rgba(227, 227, 227, 0.7);
}

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

.zeiss-main-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: var(--thm-text-zeiss);
  border: 1px solid var(--thm-text-zeiss);
}

/* header style two */

.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo,
.header-style-two .header-upper .logo-box .logo .main-logo {
  display: flex;
}

.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
.header-style-two .header-upper .logo-box .logo .stricked-logo {
  display: none;
}

/***

====================================================================
6.			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  margin-left: 0px;
  color: var(--thm-yellow);
  display: none;
}

.zeiss-main-header .nav-outer .mobile-nav-toggler {
  color: var(--thm-base-zeiss);
}

.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  display: none;
}

/***

====================================================================
7.		Lazy Load Settings
====================================================================

***/

img.lazy-image {
  background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
  background-image: none;
}

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Default Form Style */

.default-form {
  position: relative;
}

/* .default-form .row {
  margin: 0 -15px;
} */

.row > div {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .field-inner {
  position: relative;
  display: block;
}

.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.default-form .form-group .e-label {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
/* .default-form .form-group input[type="file"], */
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group .custom-select ,
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: var(--thm-white);
  line-height: 40px;
  padding: 14px 30px;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 10px;
  transition: all 300ms ease;
}

.zeiss-main-header .default-form .form-group .custom-select {
  color: var(--thm-text-zeiss);
  background: rgba(0, 0, 0, 0.1);
}

.default-form .form-group textarea {
  height: 220px;
  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: var(--thm-yellow);
}

.default-form ::-webkit-input-placeholder {
  color: var(--thm-white);
}

.default-form ::-moz-input-placeholder {
  color: var(--thm-white);
}

.default-form ::-ms-input-placeholder {
  color: var(--thm-white);
}

.default-form label.error {
  color: #ff0000;
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  height: 70px;
  padding: 14px 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-family: var(-thm-font-regular);
  color: var(--thm-text);
  font-size: 20px;
  border-radius: 7px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  text-indent: 0px;
  color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
  font-family: "Flaticon";
  content: "\f191";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: var(--thm-black);
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  z-index: 5;
}

/***

====================================================================
8.		Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: var(--thm-bg-base);
}

.banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/resource/home/hero-dude-inverted-tablet.webp");
  transform: scaleX(-1);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.75s;
  animation: fadeInRight 1000ms forwards 1000ms;
  opacity: 0;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/resource/shared/hero-bg-lines.webp);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  opacity: 0.5;
  transform: rotate(-5deg) translate(-10%, 0%) scale(-1.2);
  /* transform: rotate(-20deg) translate(15%, 0%) scale(1.2); */
  filter: saturate(50%);
  animation: fadeIn 2000ms forwards;
}

.zeiss-banner-section {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(211,225,237,1) 0%, rgba(241,245,250,1) 36%, rgba(240,246,252,1) 100%);
}

/***

====================================================================
9.		Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

/***

====================================================================
10.	About Section
====================================================================

***/

.about-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 0px;
  z-index: 10;
  border-radius: 15px;
  height: 600px;
}

.about-section .image-column .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 15px;
}

.about-section .image-column .image-block {
  z-index: 999;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 1px 5px 13px 0px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 1px 5px 13px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 1px 5px 13px 0px rgba(0, 0, 0, 0.56);
  border-radius: 15px;
}

.about-section .image-column .image-block img {
  position: relative;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.about-section .text-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .text-column .inner {
  position: relative;
  display: block;
  z-index: 999;
}

.about-section .text-column .sec-title {
  margin-bottom: 35px;
}

.about-section .text-column .sec-title .lower-text {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0;
  color: var(--thm-yellow);
}

.about-section .text-column .text {
  position: relative;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.02em;
}

.about-section .text-column .text p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--thm-white);
  margin-bottom: 32px;
}

.about-section .text-column .text ul {
  position: relative;
  float: left;
}

.about-section .text-column .text ul li {
  position: relative;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-left: 35px;
}

.about-section .text-column .text ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-yellow);
}

/***

====================================================================
11.	Fun Facts Section
====================================================================

***/

.stats-section {
  z-index: -10;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0px;
  margin-top: -117px;
}

.stats-section.alternate {
  background: var(--thm-white);
  color: var(--thm-black);
}

.stats-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.3;
}

.stats-section.alternate .image-layer {
  display: none;
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.fact-counter .column .inner {
  position: relative;
  padding: 50px 0px 20px;
}

.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  min-width: 100%;
  border-top: 4px solid var(--thm-yellow);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fact-counter .column:hover .inner:before {
  transform: scaleX(1);
}

.fact-counter .column:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: -15px;
  border-right: 2px solid var(--thm-black);
}

@media screen and (max-width: 912px) {
  .fact-counter .column:nth-child(2):after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fact-counter .column:after {
    display: none;
  }
}

.fact-counter .column:last-child:after {
  display: none;
}

.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0px;
  display: block;
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 28px;
  font-family: var(--thm-font-medium);
  color: var(--thm-black);
  letter-spacing: 1px;
  margin-top: 15px;
}

/***

====================================================================
12.	News Section
====================================================================

***/

.advices-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
  filter: grayscale(50%);
}

.news-block .image-box:hover img {
  filter: grayscale(0);
}

.news-block .lower-box {
  position: relative;
  padding: 20px 20px 0px;
}

.news-block .lower-box h3 {
  text-transform: uppercase;
  font-size: 28px;
  color: var(--thm-black);
  margin-bottom: 35px;
  font-family: var(--thm-font-bold);
}

.news-block .lower-box p{
  font-weight: bold;
}

.news-block .lower-box p, .news-block .lower-box h3 a {
  color: var(--thm-yellow);
}

.news-block .lower-box .text {
  position: relative;
  top: -5px;
  color: var(--thm-white);
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.news-block .lower-box .link-box {
  position: relative;
  margin-top: 20px;
}

.news-block .lower-box .link-box a {
  position: relative;
  display: inline-block;
  padding: 20px;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: var(--thm-black);
  background: var(--thm-yellow);
  border-radius: 50%;
}

.news-block .lower-box .link-box a span {
  vertical-align: middle;
}

.news-block .lower-box .link-box a:hover {
  background: var(--thm-white);
  color: var(--thm-black);
}

.sidebar-page-container .highlighted {
  color: var(--thm-yellow);
}

/***

====================================================================
13.	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  color: #fff;
  background: var(--thm-bg-base);
}

.zeiss-main-footer {
  background: var(--thm-grey-zeiss);
}

.main-footer .widgets-section {
  position: relative;
}

.main-footer.normal-padding .widgets-section {
  padding: 120px 0px 70px;
}

.main-footer .column {
  position: relative;
  margin-bottom: 35px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
}

.main-footer h6 {
  position: relative;
  font-size: 22px;
  font-family: var(--thm-font-bold);
  color: var(--thm-yellow);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.zeiss-main-footer h6 {
  color: var(--thm-base-zeiss);
}

.zeiss-main-footer p , .zeiss-main-footer .regular-text, .zeiss-main-footer .copyright{
  color: var(--thm-text-zeiss);
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  height: 70px;
}

.main-footer .logo-widget .logo img {
  height: 130px;
  transform: translateY(-40%);
}

.main-footer .logo-widget .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.main-footer .links-widget ul li {
  position: relative;
  margin-bottom: 3px;
}

.main-footer .links-widget ul li:last-child {
  margin: 0;
}

.main-footer .links-widget ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.07em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zeiss-main-footer .links-widget ul li a {
  color: var(--thm-text-zeiss);
}

.main-footer .links-widget ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zeiss-main-footer .links-widget ul li a:before {
  border-bottom: 2px solid var(--thm-base-zeiss);
}

.main-footer .links-widget ul li a:hover {
  color: var(--thm-yellow);
}

.zeiss-main-footer .links-widget ul li a:hover {
  color: var(--thm-base-zeiss);
}

.main-footer .social-links {
  position: relative;
}

.main-footer .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.main-footer .social-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--thm-yellow);
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.zeiss-main-footer .social-links li a {
  color: var(--thm-base-zeiss);
}

.main-footer .social-links li a:hover {
  color: #ffffff;
  background: var(--thm-yellow);
}

.zeiss-main-footer .social-links li a:hover {
  background: var(--thm-base-zeiss);
}

.main-footer .info-widget ul li {
  position: relative;
  display: block;
  line-height: 32px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  margin-bottom: 5px;
}

.main-footer .info-widget ul li.address,
.main-footer .info-widget ul li.email,
.main-footer .info-widget ul li.phone {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 16px;
}

.main-footer .info-widget ul li.address p,
.main-footer .info-widget ul li.email p {
  margin-left: 10px;
}

.main-footer .info-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 26px;
  color: var(--thm-yellow);
}

.zeiss-main-footer .info-widget ul li .icon {
  color: var(--thm-base-zeiss);
}

.main-footer .info-widget ul li:last-child {
  margin: 0;
}

.main-footer .info-widget ul li a {
  position: relative;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zeiss-main-footer .info-widget ul li a {
  color: var(--thm-text-zeiss);
}

.main-footer .info-widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: var(--thm-yellow);
}

.zeiss-main-footer .info-widget ul li a:hover {
  color: var(--thm-text-zeiss);
  text-decoration-color: var(--thm-base-zeiss);
}

.main-footer .copyright {
  display: flex;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 5px;
}

.main-footer .copyright .highlighted {
  font-family: var(--thm-font-medium);
  color: var(--thm-yellow);
}

.zeiss-main-footer .copyright .highlighted {
  color: var(--thm-base-zeiss);
}

.main-footer .copyright .line {
  width: 100px;
  height: 1px;
  background-color: var(--thm-yellow);
}

.zeiss-main-footer .copyright .line {
  background-color: var(--thm-base-zeiss);
}

/***

====================================================================
14.	Sinal X Zeiss Section
====================================================================

***/

.sinal-x-zeiss-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/***

/***

====================================================================
14.	Technologies Section
====================================================================

***/

.technologies-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/***

====================================================================
15.	Products Section
====================================================================

***/

.products-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--thm-yellow);
}

.drivewear-lens {
  height: 300px;
}

.post {
  min-height: unset !important;
}

.post-details .image-box {
  max-height: 695px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}

.post-details .lower-box {
  padding: 0;
}

.image-heading {
  color: var(--thm-white);
  font-size: 22px;
}

.html-content .content-box h4 {
  text-transform: capitalize !important;
}

.html-content .lower-content {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  gap: 50px;
}

.html-content .lower-content .content-box {
  width: 50%;
}

.html-content .lower-content .content-container {
  margin-bottom: 30px;
}

.html-content .lower-content .content-container:nth-last-child(1),
.html-content .lower-content .content-container:nth-last-child(2) {
  margin-bottom: 0;
}

.html-content .content-list {
  padding-left: 25px;
}

.html-content .content-list.characteristics li {
  color: var(--thm-white);
  list-style: disc !important;
  font-size: 16px;
}

.html-content .content-list.characteristics li::marker {
  color: var(--thm-yellow);
}

.html-content .content-list.lens {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.html-content .len-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.html-content .len-container .len-name {
  color: var(--thm-white);
  text-transform: uppercase;
  font-size: 20px;
}

.html-content .len-container .len-image {
  width: 186px;
  height: 58px;
}

.html-content .image-box {
  margin-bottom: 30px;
}

.material-image {
  max-width: 50%;
}

.material-image-container {
  display: flex;
  justify-content: center;
}

/***

====================================================================
16.	Photochromiques Section
====================================================================

***/

.photochromiques-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--thm-bg-base);
}

/***

====================================================================
17.		Page Banner
====================================================================

***/

.page-banner {
  position: relative;
  padding: 0;
  color: #ffffff;
  /* background: var(--thm-black); */
  /* background: rgb(1, 1, 44); */
  background: var(--thm-bg-base);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sinal-x-zeiss-page-banner {

  background: var(--thm-grey-zeiss);
  /* background: linear-gradient(0deg, rgba(211,225,237,1) 0%, rgba(241,245,250,1) 36%, rgba(240,246,252,1) 100%) */
}

.page-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
  background-color: #0e1027;
  background-repeat: no-repeat;
  background-position: 57.5% 25%;
  background-size: 140%;
}

.page-banner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}

.page-banner .banner-inner {
  position: relative;
  text-align: start;
  z-index: 3;
  height: 500px;
  display: flex;
  flex-direction: column-reverse;
}

.page-banner .inner-container {
  position: relative;
  padding: 0px 0px 100px;
}

.page-banner h1 {
  position: relative;
  font-size: 82px;
  color: var(--thm-yellow);
  font-family: var(--thm-font-bold);
  line-height: 0.9em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  max-width: 50%;
}

.sinal-x-zeiss-page-banner h1 {
  color: var(--thm-base-zeiss);
}

/***

====================================================================
18.	Faqs Section
====================================================================

***/

.faqs-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

.faqs-section .faq-block {
  position: relative;
}

/***

====================================================================
19.	Error Section
====================================================================

***/

.error-section {
  position: relative;
  background: #ffffff;
  padding: 120px 0px;
}

.error-section .content {
  position: relative;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.error-section .big-text {
  position: relative;
  line-height: 0.7em;
  font-size: 340px;
  color: var(--thm-yellow);
  letter-spacing: 15px;
  line-height: 1em;
}

.error-section .big-text .front {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.error-section .big-text .back {
  position: absolute;
  padding-left: 20px;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(var(--thm-base-rgb), 0.1);
}

.error-section h2 {
  color: var(--thm-black);
  line-height: 1em;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}

.error-section .text {
  position: relative;
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.error-section .link-box {
  position: relative;
  padding-top: 20px;
}

.error-section .link-box .theme-btn {
  position: relative;
  min-width: 200px;
}

.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}

.error-form form {
  position: relative;
}

.error-form .form-group {
  position: relative;
  margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  display: block;
  font-size: 20px;
  background: #f4f5f8;
  letter-spacing: 0.07em;
  color: var(--thm-text);
  border-radius: 7px;
  border: 1px solid #f4f5f8;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: var(--thm-yellow);
}

.error-form .form-group input::-webkit-input-placeholder {
  color: #575757;
}

.error-form .form-group .theme-btn {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: var(--thm-text);
}

.error-form .form-group .theme-btn span {
  vertical-align: middle;
}

/***

====================================================================
20.	Contact Section
====================================================================

***/

.contact-section {
  position: relative;

  background: var(--thm-bg-base);
  overflow: hidden;
}

.contact-section .map-box {
  position: relative;
  display: block;
  min-height: 500px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 60px;
}

.partenaire-expert-section .map-box {
  flex-basis: 66.66%;
  margin-bottom: 0px;
  border-radius: 15px;
}

.contact-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.contact-section .form-box form .row {
  margin: 0 -10px;
}

.contact-section .form-box form .form-group {
  padding: 0px 10px;
  margin-bottom: 20px;
}

/***

====================================================================
21.	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  background-color: var(--thm-bg-base);
  overflow: hidden;
}

.sidebar-page-container .content-side {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

/* Sidebar */

.sidebar-page-container .sidebar-side {
  position: relative;
  padding-left: 15px;
}

.sidebar-page-container .sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-widget.recent-posts .widget-inner {
  position: relative;
  display: block;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 10px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h4 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1.1em;
  font-family: var(--thm-font-bold);
  color: var(--thm-yellow);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
}

.sidebar .search-box .widget-inner {
  padding: 0;
  background: none;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 40px;
  padding: 15px 30px;
  background: var(--thm-yellow);
  color: var(--thm-white);
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid var(--thm-yellow);
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: var(--thm-black);
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 20px;
  top: -3.5px;
  height: 80px;
  width: 60px;
  line-height: 80px;
  display: block;
  font-size: 24px;
  color: var(--thm-white);
  background: none;
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 20px;
  color: var(--thm-white);
  padding: 0px;
  margin-bottom: 20px;
}

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

.sidebar .recent-posts .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar .recent-posts .text {
  font-size: 20px;
  line-height: 1.3em;
  color: var(--thm-white);
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.07em;
}

.sidebar .recent-posts .text a {
  color: var(--thm-white);
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}

.sidebar .recent-posts .text a.current::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--thm-yellow);
  border-radius: 999px;
  top: 10px;
  left: -16px;
}

/* Post Details */

.post-details {
  position: relative;
}

.post-details .inner-box {
  position: relative;
  display: block;
}

.post-details .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-details .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.post-details .lower-box {
  position: relative;
}

.post-details .lower-box h4 {
  text-transform: capitalize;
  font-size: 38px;
  line-height: 1.1em;
  font-family: var(--thm-font-bold);
  color: var(--thm-yellow);
  margin-bottom: 10px;
}

.post-details .lower-box h4 a {
  color: var(--thm-black);
}

.post-details .lower-box h4 a:hover {
  color: var(--thm-yellow);
  text-decoration: underline;
}

.post-details .lower-box .text {
  position: relative;
  display: block;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: var(--thm-white);
}

.post-details .lower-box .text p,
.post-details .lower-box .text li {
  font-size: 16px;
}
.post-details .lower-box .text h5 {
  font-size: 24px !important;
  margin-bottom: 15px !important;
}

/***

====================================================================
21.	Zeiss RX Product Page Container
====================================================================

***/

.zeiss-rx-product-page-container {
  position: relative;
  overflow: hidden;
}

.zeiss-rx-product-page-container .sidebar .sidebar-widget.recent-posts .widget-inner {
  background: var(--thm-grey-zeiss);
}

.zeiss-rx-product-page-container .sidebar-title h4 {
  color: var(--thm-base-zeiss);
}

.zeiss-rx-product-page-container .sidebar .recent-posts .text,
.zeiss-rx-product-page-container .sidebar .recent-posts .text a {
  color: var(--thm-text-zeiss);
}

.zeiss-rx-product-page-container .sidebar .recent-posts .text a.current::before {
  background-color: var(--thm-base-zeiss);
}

.zeiss-rx-product-page-container .post-details .lower-box h4 {
  color: var(--thm-base-zeiss);
}

.zeiss-rx-product-page-container .post-details .lower-box h4 a {
  color: var(--thm-text-zeiss);
}

.zeiss-rx-product-page-container .post-details .lower-box h4 a:hover {
  color: var(--thm-base-zeiss);
}

.zeiss-rx-product-page-container .post-details .lower-box .text {
  color: var(--thm-text-zeiss);
}

/***

====================================================================
22.	CGVs Section
====================================================================

***/

.cgvs-section {
  /* position: relative; */
  /* background: var(--thm-bg-base); */
  overflow: hidden;
}

/***

====================================================================
23.	Downloads Section
====================================================================

***/

.downloads-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

.downloads-section .download-block {
  position: relative;
  margin-bottom: 20px;
}

/***

====================================================================
23.	Careers Section
====================================================================

***/

.careers-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

@media only screen and (max-width: 912px) {
  .careers-section::before {
    transform: rotate(347deg) translate(-34%, -7.5%);
  }
}

.careers-section .careers-block {
  position: relative;
  margin-bottom: 20px;
}

.careers-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.careers-section .form-box form .row {
  margin: 0 -10px;
}

.careers-section .form-box form .form-group {
  padding: 0px 10px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
	Side Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a,
.mobile-nav__container li > a.current {
  color: var(--thm-yellow);
}

.zeiss-main-header .mobile-nav__container li.current-menu-item > a,
.zeiss-main-header .mobile-nav__container li.current > a,
.zeiss-main-header .mobile-nav__container li > a.current {
  color: var(--thm-base-zeiss);
}

.mobile-nav__container {
  width: 100%;
  position: fixed;
  transform: translateY(-100%);
  padding-left: 100px;
  padding-right: 100px;
  background: var(--thm-bg-base);
  z-index: 10;
  transition: 300ms;
  overflow: hidden;
}

.zeiss-main-header .mobile-nav__container {
  background: #E3E3E3;
}

.mobile-nav__container.show {
  top: 0;
}

.mobile-nav__container ul {
  margin: 0;
  padding-bottom: 50px;
  list-style: none;
}

.mobile-nav__container li.dropdown ul {
  padding: 10px 0 10px;
  padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
  position: relative;
}

.mobile-nav__container li.dropdown > a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}

.mobile-nav__container li > ul > li.dropdown > a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}
.mobile-nav__container li.dropdown-dropdown > a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}

.mobile-nav__container li.dropdown-dropdown ul {
  padding: 10px 0 10px;
  padding-left: 0.5em;
}

.mobile-nav__container li.dropdown-dropdown {
  position: relative;
}

.mobile-nav__container li > ul > li.dropdown-dropdown > a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}

.mobile-nav__container li > a > span {
  background-color: var(--thm-yellow);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
  margin-left: 5px;
}

.zeiss-main-header .mobile-nav__container li > a > span {
  background-color: var(--thm-base-zeiss);
  color: var(--thm-text-zeiss);
}

.mobile-nav__container li.dropdown .dropdown-btn,
.mobile-nav__container li.dropdown .dropdown-dropdown-btn,
.custom-select .selected-option .dropdown-btn {
  top: 10px;
  left: 12px;
  line-height: 14px;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;

  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.zeiss-main-header .mobile-nav__container li.dropdown .dropdown-btn,
.zeiss-main-header .mobile-nav__container li.dropdown .dropdown-dropdown-btn,
.zeiss-main-header .custom-select .selected-option .dropdown-btn {
  color: var(--thm-text-zeiss);
}

.zeiss-main-header .custom-select .selected-option .dropdown-btn {
  color: var(--thm-text-zeiss);
}

.fa-angle-right:before {
  font-size: 16px;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: var(--thm-white);
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.zeiss-main-header .mobile-nav__container li a {
  color: var(--thm-text-zeiss);
}

.mobile-nav__container li a:hover {
  color: var(--thm-yellow);
}

.zeiss-main-header .mobile-nav__container li a:hover {
  color: var(--thm-base-zeiss);
}

@media (max-width: 575px) {
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 480px) {
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 25px;
  }
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
	Owl Custom CSS
--------------------------------------------------------------*/

.mobile-nav__container .dropdown.closed ul.sub-menu {
  display: none;
}
.mobile-nav__container .dropdown.closed ul.sub-sub-menu {
  display: none;
}
.mobile-nav__container .dropdown.open ul.sub-menu {
  display: block;
  transition: 0.3s;
  padding: 10px;
}
.mobile-nav__container .dropdown.open ul.sub-menu .sub-sub-menu {
  padding: 10px;
}

.mobile-nav__container .dropdown.open .dropdown-btn span {
  color: #ffaa16;
}

.zeiss-main-header .mobile-nav__container .dropdown.open .dropdown-btn span,
.zeiss-main-header .mobile-nav__container li.dropdown-dropdown.open .dropdown-dropdown-btn span {
  color: var(--thm-base-zeiss);
}

.mobile-nav__container .dropdown-dropdown.closed ul.sub-menu {
  display: none;
}
.mobile-nav__container .dropdown-dropdown.closed ul.sub-sub-menu {
  display: none;
}
.mobile-nav__container .dropdown-dropdown.open ul.sub-menu {
  display: block;
  transition: 0.3s;
}

.mobile-nav__container .dropdown-dropdown.open .dropdown-btn span {
  color: #ffaa16;
}

.zeiss-main-header .mobile-nav__container .dropdown-dropdown.open .dropdown-btn span {
  color: var(--thm-base-zeiss);
}/***

====================================================================
30.	Testimonials Section
====================================================================

***/

.testimonials-section {
  position: relative;
  background: var(--thm-bg-base);
  overflow: hidden;
}

.testimonials-section .carousel-box {
  position: relative;
  margin: 0px 0px;
}

.testimonials-section .carousel-box .owl-stage-outer {
  overflow: visible;
}

.owl-theme .testi-block {
  margin: 0;
  min-height: 240px;
}

.owl-carousel .owl-item {
  min-height: 240px !important;
}

.testi-block .inner {
  display: flex;
  align-items: center;
  padding: 40px;
  background: var(--thm-white);
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 0;
  min-height: 240px;
}

.testi-block .inner div {
  width: 100%;
}

.testi-block:hover .inner {
  background-color: var(--thm-yellow);
}

.testi-block .icon {
  width: 100%;
  position: relative;
  top: 30px;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.4em;
  margin-bottom: 10px;
  color: var(--thm-yellow);
  transition: all 500ms ease;
}

.testi-block:hover .icon {
  color: var(--thm-black);
}

.testi-block .regular-text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--thm-black);
  transition: all 500ms ease;
  padding: 0px 0px;
  margin-bottom: 0;
}

.testimonials-section .owl-stage {
  display: flex;
  align-items: center;
}

.testimonials-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: none;
}

.testimonials-section .owl-theme .owl-dots {
  position: absolute;
  top: -70px;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  text-align: right;
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 6px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: var(--thm-base);
}

.assembly-service-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--thm-bg-base);
}

/***
====================================================================
15.	Products Section
====================================================================

***/

.zeiss-stock-glasses-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.active-bullet {
  opacity: 1 !important;
  background: var(--thm-base) !important;
}
