﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * fullPage 4.0.16
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: none;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
  min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  direction: ltr;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

hr {
  color: #00A64F;
  height: 1px !important;
}

.b-ltr {
  border-radius: 0px 0px 60px 0px;
}

.b-ltr-2 {
  border-radius: 0px 0px 0px 60px;
}

.b-rtl {
  border-radius: 60px 0px 0px 0px;
}

.b-rtl-2 {
  border-radius: 0px 60px 0px 0px;
}

.logo-radu-3 {
  border-radius: 60px 0 60px 60px;
}

.color-Dark-Green {
  color: #1E3A2C !important;
}

.color-Green {
  color: #00A64F !important;
}

.bag-Green {
  background: #00A64F !important;
}

.color-Light-Green {
  color: #C5E3D3 !important;
}

@font-face {
  font-family: "Roboto-regular", sans-serif;
  font-weight: normal;
  src: url("../../../font/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("../../../font/roboto-bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "itc avant garde gothic std demi";
  src: url("../../../font/itc avant garde gothic std demi.otf") format("opentype");
}
@font-face {
  font-family: "amble-bold";
  src: url("../../../font/amble-bold.ttf") format("truetype");
}
@font-face {
  font-family: "amble-light";
  src: url("../../../font/amble-light.ttf") format("truetype");
}
@font-face {
  font-family: "amble-regular";
  src: url("../../../font/amble-regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-regular";
  src: url("../../../font/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-medium";
  src: url("../../../font/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "ethnocentric rg it";
  src: url("../../../font/ethnocentric rg it.otf") format("opentype");
}
@font-face {
  font-family: "ethnocentric rg";
  src: url("../../../font/ethnocentric rg.otf") format("opentype");
}
@font-face {
  font-family: "publicsans-regular";
  src: url("../../../font/publicsans-regular.ttf") format("truetype");
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "publicsans-regular";
}

h1 {
  font-family: "ethnocentric rg it";
  font-size: 4.0625rem;
  font-weight: bold;
  margin: 22px 0 !important;
  color: #1F3832;
  text-transform: uppercase;
}

button {
  font-size: 1.5625rem;
}

h2 {
  font-family: "ethnocentric rg it";
  color: #FAFFF2;
  font-size: 3.4375rem;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  font-family: "publicsans-regular";
  color: #1F3832;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-family: "publicsans-regular";
  font-size: 1.5rem;
  font-weight: 400;
  color: #1F3832;
  text-transform: uppercase;
}

h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #016241;
  text-transform: uppercase;
}

h6 {
  font-family: "publicsans-regular";
  font-size: 1.25rem;
  font-weight: bold;
  color: #1F3832;
  line-height: 29px;
  text-transform: uppercase;
}

lable {
  font-family: "publicsans-regular";
  font-size: 1.5rem;
  color: #1F3832;
  font-weight: bold;
}

p {
  font-family: "publicsans-regular";
  font-size: 1rem;
  font-weight: normal;
  font-weight: 400;
  line-height: normal;
  color: #19225E;
}

a {
  font-family: "publicsans-regular";
  font-size: 1.25rem;
  width: fit-content;
}

li {
  font-family: "publicsans-regular";
  color: #636366;
}

@media (max-width: 576px) {
  h1 {
    font-size: 2.25rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.1875rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 29px;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 4.375rem;
    font-weight: bold;
  }
  h3 {
    font-size: 2.6875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.8125rem;
  }
  h2 {
    font-size: 2.1875rem;
  }
  h3 {
    font-size: 1.4375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  lable {
    font-size: 1rem;
  }
  p {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .About-Us p {
    font-size: 0.875rem;
  }
  .Our-News .News-desc p {
    font-size: 0.875rem;
  }
  #carser .item p {
    font-size: 0.875rem;
  }
  button {
    font-size: 1.125rem;
  }
  a {
    font-size: 0.875rem;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/*.container {
  max-width: $max-width;*/ /* 1 */
/*margin-left: auto;*/ /* 2 */
/*margin-right: auto;*/ /* 2 */
/*padding-left: 20px;*/ /* 3 */
/*padding-right: 20px;*/ /* 3 */
/*width: 100%;*/ /* 1 */
/*}*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

nav {
  background-color: transparent;
  fill: #FFF;
  filter: drop-shadow(10px 4px 16px rgba(0, 0, 0, 0.16));
  padding: 0 !important;
  transition: all 0.5s ease-in;
}
nav .navbar-brand img {
  width: 110px;
  filter: brightness(47.5) !important;
}
nav .navbar-toggler {
  border: none;
  font-size: 30px;
}
nav .navbar-toggler:focus {
  box-shadow: none;
  border: none;
}
nav .offcanvas {
  width: 30%;
  height: 100vh;
  background-color: #FAFFF2;
}
nav .offcanvas .offcanvas-body {
  position: relative;
}
nav .offcanvas .offcanvas-body .offcanvas-header .btn-close {
  color: #000;
  background-color: aqua;
}
nav .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #000 !important;
  font-size: 25px;
}
nav .offcanvas .offcanvas-body .LogoNav {
  position: absolute;
  bottom: 25px;
  right: 40px;
}
@media screen and (max-width: 995px) {
  nav .offcanvas {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  nav .offcanvas {
    width: 100%;
  }
}
nav.scrolled {
  background: #fafff2;
  transition: all 0.5s ease-in;
  z-index: 3333333;
}
nav.scrolled .container {
  border: none !important;
  transition: all 0.5s ease-in;
}
nav.scrolled .navbar-toggler span {
  filter: brightness(0.5);
}
nav.scrolled .navbar-brand img {
  filter: none !important;
}

.footer {
  background-color: #121214;
}
.footer .blackSection {
  position: relative;
  background: #121214;
}
.footer .blackSection img {
  position: absolute;
  top: 0;
  right: 8%;
  width: 35%;
}
@media (max-width: 600px) {
  .footer .blackSection .textContact {
    margin-top: 50px;
  }
}
.footer .Logo-Footer {
  width: 250px;
}
.footer .Social {
  margin-left: 30px;
  margin-top: 8px;
}
.footer .Social i {
  font-size: 30px;
  transition: 0.3s ease-in;
  color: #ffffff;
}
.footer .Social i:hover {
  color: rgb(31, 56, 50);
  transition: 0.3s ease-in;
  cursor: pointer;
}
.footer .head-title {
  color: #D4E9E2;
  margin-bottom: 10px;
}
.footer h6 {
  color: #D4E9E2;
  margin-bottom: 10px !important;
}
.footer .list-inline {
  line-height: 40px;
}
.footer .list-inline li {
  transition: 0.3s ease-in;
  color: #fff;
}
.footer form {
  border-bottom: 1px solid;
}
.footer form input {
  background: transparent;
  color: #fff;
  padding: 2px 70px 2px 33px;
  border: none;
}
.footer form input:focus-visible {
  outline: none;
}
.footer .Seconde-Footer {
  border-top: 1px solid rgba(47, 46, 46, 0.7098039216);
  background-color: #121214;
}
.footer .Seconde-Footer .Terms {
  text-align: center;
  text-align: -webkit-center;
}
.footer .Seconde-Footer .Terms .Copy-Right {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
  padding: 0 15px;
  /* &:hover {
      color: $Green-hover;
      transition: 0.3s ease-in;
      cursor: pointer;
  }*/
}

.Coarou {
  overflow: hidden;
  width: 1500px;
}
.Coarou .owl-stage-outer {
  overflow: visible !important;
}
.Coarou .owl-stage-outer .LatestNesw {
  margin-top: 20%;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest {
  min-height: 500px;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest img {
  width: 100%;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest .DateNews {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #00A64F;
  border-radius: 50px;
  top: 6% !important;
  padding: 1%;
  right: 0;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest .DateNews p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding-top: 18%;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News {
  border-radius: 20px;
  background: #f8f8f8;
  padding: 5%;
  position: absolute;
  top: 55%;
  width: 260px;
  left: 6%;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News p {
  font-size: 13px;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News a {
  color: #fff;
}

.Box-sectors {
  border-radius: 20px;
  background: #FFF;
  backdrop-filter: blur(25px);
  min-width: 270px;
  min-height: 147px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1400px) {
  .Box-sectors img {
    width: 226px !important;
    padding-bottom: 4% !important;
  }
}
@media (max-width: 1400px) {
  .Box-sectors {
    min-width: 260px !important;
    min-height: 130px !important;
  }
}

.read-more {
  border-radius: 5px;
  background: var(--Color-2, #D4E9E2);
  padding: 10px 14px;
  color: black;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.read-more:hover {
  color: #fff;
  background-color: #1f3832;
  transition: 0.3s ease-in;
}

.GetIn {
  border-radius: 5px;
  background: var(--Color-2, #1F3832);
  padding: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.GetIn:hover {
  color: black;
  background-color: var(--Color-2, #D4E9E2);
  transition: 0.3s ease-in;
}

.Extra-gradient {
  background: var(--P--gradient, linear-gradient(90deg, #00547F 0%, #0F8A93 29.64%, #37B87B 65.78%, #A0CC3A 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Extra-Why {
  color: #8DC63F;
}

.Media-Text {
  color: #19225E;
}

.modal {
  position: relative;
  display: block !important;
  opacity: 1 !important;
}
.modal .modal-dialog {
  margin: 4.75rem auto;
}
.modal .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0px 3px 11px 0px rgba(0, 166, 79, 0.21);
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem !important;
  justify-content: center;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header button {
  background-color: rgba(240, 248, 255, 0);
  border: none;
}
.modal .modal-dialog .modal-content .modal-body form {
  padding: 0rem 1rem 1rem 1rem !important;
}
.modal .modal-dialog .modal-content .modal-body form select {
  border-radius: 12px;
  border: 1px solid #eaeaea;
  background: #f9f9fb;
  height: 53px;
}
.modal .modal-dialog .modal-content .modal-body form select:focus {
  border: 1px solid #00A64F;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body form label {
  font-size: 16px;
  font-weight: bold;
  color: #414042;
}
.modal .modal-dialog .modal-content .modal-body form .form-control {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #F9F9FB;
  height: 53px;
}
.modal .modal-dialog .modal-content .modal-body form .form-control:focus {
  border: 1px solid #00A64F;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body form .form-controll {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #F9F9FB;
  height: 120px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body form .form-controll:focus-visible {
  outline: 1px solid #00A64F;
}
.modal .modal-dialog .modal-content .modal-body form .btn {
  border: 1px solid #00A64F;
  border-radius: 12px;
  width: 100%;
  color: #00A64F;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-body form .Button-Career {
  width: 100%;
  color: #fff;
  border-radius: 12px;
  background-color: #00A64F;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardNews {
  position: relative;
}
.cardNews .photo img {
  border-radius: 20px;
}
.cardNews .BoxDetails {
  background-color: #F8F8F8;
  padding: 4%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 94%;
  border-radius: 20px;
}
.cardNews .NewsDate {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #00A64F;
  border-radius: 50px;
  top: -5%;
  padding: 1%;
  right: -3%;
}
.cardNews .NewsDate p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding-top: 18%;
}

.containerr {
  max-width: 950px;
  height: 520px;
  width: 100%;
  padding: 50px 40px;
  border-radius: 12px;
}
.containerr .content {
  display: flex;
  align-items: center;
}
.containerr .content input {
  display: none;
}
.containerr .content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 50px;
}
.containerr .content .list label {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: gray;
  transition: all 0.5s ease;
  text-align: center;
  z-index: 10;
}
.containerr #home:checked ~ .list label.home {
  color: #00A64F;
}
.containerr #home:checked ~ .list .slider {
  top: 0;
}
.containerr #home:checked ~ .text-content .home {
  display: block;
}
.containerr #blog:checked ~ .list label.blog {
  color: #00A64F;
}
.containerr #blog:checked ~ .list .slider {
  top: 60px;
}
.containerr #blog:checked ~ .text-content .blog {
  display: block;
}
.containerr #blog:checked ~ .text-content .home {
  display: none;
}
.containerr #help:checked ~ .list label.help {
  color: #00A64F;
}
.containerr #help:checked ~ .list .slider {
  top: 120px;
}
.containerr #help:checked ~ .text-content .help {
  display: block;
}
.containerr #help:checked ~ .text-content .home {
  display: none;
}
.containerr #code:checked ~ .list label.code {
  color: #00A64F;
}
.containerr #code:checked ~ .list .slider {
  top: 180px;
}
.containerr #code:checked ~ .text-content .code {
  display: block;
}
.containerr #code:checked ~ .text-content .home {
  display: none;
}
.containerr #about:checked ~ .list label.about {
  color: #00A64F;
}
.containerr #about:checked ~ .list .slider {
  top: 240px;
}
.containerr #about:checked ~ .text-content .about {
  display: block;
}
.containerr #about:checked ~ .text-content .home {
  display: none;
}
.containerr .content .text-content {
  width: 100%;
}
.containerr .content .text-content .home .titleJop,
.containerr .content .text-content .blog .titleJop,
.containerr .content .text-content .about .titleJop,
.containerr .content .text-content .code .titleJop,
.containerr .content .text-content .help .titleJop {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 10px;
  transition: 0.4s ease-in;
  cursor: pointer;
}
.containerr .content .text-content .home .titleJop svg,
.containerr .content .text-content .blog .titleJop svg,
.containerr .content .text-content .about .titleJop svg,
.containerr .content .text-content .code .titleJop svg,
.containerr .content .text-content .help .titleJop svg {
  font-size: 24px;
  cursor: pointer;
}
.containerr .content .text-content .home .titleJop:hover,
.containerr .content .text-content .blog .titleJop:hover,
.containerr .content .text-content .about .titleJop:hover,
.containerr .content .text-content .code .titleJop:hover,
.containerr .content .text-content .help .titleJop:hover {
  border-bottom: 1px solid #00A64F;
  transition: 0.4s ease-in;
}
.containerr .content .text-content .home .titleJop:hover h6,
.containerr .content .text-content .blog .titleJop:hover h6,
.containerr .content .text-content .about .titleJop:hover h6,
.containerr .content .text-content .code .titleJop:hover h6,
.containerr .content .text-content .help .titleJop:hover h6 {
  color: #00A64F !important;
}
.containerr .content .text-content .home .titleJop:hover svg,
.containerr .content .text-content .blog .titleJop:hover svg,
.containerr .content .text-content .about .titleJop:hover svg,
.containerr .content .text-content .code .titleJop:hover svg,
.containerr .content .text-content .help .titleJop:hover svg {
  color: #00A64F !important;
}
.containerr .content .text {
  display: none;
}
.containerr .content .text .title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}
.containerr .container .text p {
  text-align: justify;
}

.FormCon {
  background: var(--Arsenic, #414042);
  position: relative;
  z-index: 1111;
  border-radius: 15px;
}
.FormCon form .form-label {
  color: #fff;
}
.FormCon form .form-control {
  background-color: #636366;
  border-radius: 10px;
  border: 1px solid rgba(234, 234, 234, 0);
  height: 55px;
}
.FormCon form .form-controll {
  border-radius: 12px;
  border: 1px solid rgba(234, 234, 234, 0);
  background: #636366;
  height: 120px;
  width: 100%;
}
.FormCon form button {
  width: 100%;
  color: #fff;
  border-radius: 12px;
  background-color: #00a64f;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  box-sizing: border-box;
  border: 0;
}

.L .container-fluid {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.L .container-fluid .item {
  display: grid;
  margin: auto;
  position: relative;
  flex: 1;
  text-align: center;
  color: white;
  transition: 0.3s;
  max-width: 34%;
  height: 100vh;
  min-width: 10%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
}
.L .container-fluid .item .clickable-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}
.L .container-fluid .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}
.L .container-fluid .item:nth-of-type(1):before {
  background-image: url("../../../content/newfolder/94076bb15255dd170cbfc14ec1524571.jpg");
}
.L .container-fluid .item:nth-of-type(2):before {
  background-image: url("../../../content/newfolder/0274eed4b08b288e763652f64c8a3aa8.png");
}
.L .container-fluid .item:nth-of-type(3):before {
  background-image: url("../../../content/newfolder/ced9d78acfc3198a835722bd806e111a.png");
}
.L .container-fluid .item:hover {
  transition: 0.5s;
  max-width: 80% !important;
  flex-grow: 2;
  cursor: pointer;
  color: #fff;
}
.L .container-fluid .item:hover p {
  transform: none;
  transition: 0.3s;
}
.L .container-fluid .item:hover h2 {
  font-size: 60px;
  transition: 0.1s;
}
@media (max-width: 1400px) {
  .L .container-fluid .item:hover h2 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  .L .container-fluid .item:hover h2 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .L .container-fluid .item:hover h2 {
    font-size: 16px;
  }
}
.L .container-fluid .circle-go {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.L .container-fluid .circle-go:hover {
  transition: 0.3s ease-in;
  background: rgb(31, 56, 50);
}
.L .container-fluid .content {
  margin: auto;
  font-size: 2em;
}
.L .container-fluid p {
  transform: translateY(120vh);
}
.L .container-fluid h2 {
  color: #D4E9E2;
  font-size: 35px;
  transition: 0.1s;
}
@media (max-width: 1400px) {
  .L .container-fluid h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .L .container-fluid h2 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .L .container-fluid h2 {
    font-size: 13px;
  }
}

.about .Acout-content {
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 767px) {
  .about .spaceNobile {
    gap: 5px;
  }
}
.about .color-text {
  color: white !important;
}

.Video {
  height: 70vh;
}
.Video img {
  width: 100%;
  object-fit: cover;
}

.success-number {
  position: relative;
  background: var(--Color-4, #FAFFF2);
  overflow: hidden;
}
.success-number .backgroundSucc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.success-number .content-sccsess {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-number .content-sccsess p {
  text-align: center;
}
.success-number .content-sccsess .Extra {
  margin-top: 8px;
  color: #016241;
}

@media (max-width: 1071px) {
  .Video {
    height: 46vh;
  }
}
@media (max-width: 912px) {
  .Video {
    height: 31vh;
  }
}
@media (max-width: 708px) {
  .Video {
    height: 44vh;
  }
}
@media (max-width: 597px) {
  .Video {
    height: 37vh;
  }
}
@media (max-width: 450px) {
  .Video {
    height: 24vh;
  }
}
.Projects {
  position: relative;
  overflow: hidden;
}
.Projects .nav-tabs {
  border-bottom: none;
}
.Projects .nav-tabs .nav-link {
  color: #000 !important;
  border: none;
}
.Projects .nav-tabs .nav-link:focus {
  border-bottom: 2px solid #016241 !important;
}
.Projects .nav-tabs .nav-link.active {
  background-color: none;
  border-bottom: 2px solid #016241 !important;
}
.Projects .tab-content .tab-pane .mySwiper {
  position: relative;
}
.Projects .tab-content .tab-pane .mySwiper .swiper-wrapper .swiper-button-prev {
  position: absolute !important;
}
.Projects .tab-content .tab-pane .mySwiper .swiper-button-next, .Projects .tab-content .tab-pane .mySwiper .swiper-rtl .swiper-button-prev {
  position: absolute !important;
}
.Projects .tab-content .tab-pane .contentProject {
  background: #1f3832;
  width: 100%;
  padding: 127px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .Projects .tab-content .tab-pane .contentProject {
    padding: 100px;
  }
}
@media (max-width: 1200px) {
  .Projects .tab-content .tab-pane .contentProject {
    padding: 50px 0px 50px 72px;
  }
}
@media (max-width: 919px) {
  .Projects .tab-content .tab-pane .contentProject {
    padding: 30px 20px 30px 72px;
  }
}
.Projects .VectorPro {
  position: absolute;
  top: 0;
  width: 36%;
}

.Befor-After {
  overflow: hidden;
}
.Befor-After #before-after {
  position: relative;
  height: 55vh;
}
.Befor-After .view {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Befor-After .view-before {
  z-index: 100;
}
.Befor-After .view-after {
  z-index: 200;
}
.Befor-After #dragme {
  position: absolute;
  width: 5px;
  height: 100%;
  top: -7px;
  left: 0px;
  background-color: #1F3832 !important;
  cursor: pointer;
  z-index: 300;
}
.Befor-After ul {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .Befor-After ul {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.Befor-After ul li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  margin: 0px 20px 0px 20px;
  color: #1f3832;
  font-weight: bold;
}

.Ensuring {
  position: relative;
  background-image: url("../../../content/newfolder/ensuring.png");
  background-size: cover;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Ensuring .overLay-ensuring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(90deg, #002216 0.55%, rgba(0, 34, 22, 0) 100.49%);
}

.ContactUs {
  position: relative;
}
.ContactUs .content-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ContactUs .vector-contact {
  position: absolute;
  top: 0;
  width: 36%;
  z-index: -1;
}

.ContactPage {
  background-color: #fafff2;
}
.ContactPage .FormContactUs {
  background-color: #fff;
  padding: 43px;
  border-radius: 15px;
}

@keyframes SecondImg {
  to {
    transform-origin: bottom;
    transform: rotate(-50deg);
    right: 4%;
  }
}
@keyframes ThirdImg {
  to {
    transform-origin: bottom;
    transform: rotate(-65deg);
    right: 16%;
    top: 23%;
  }
}
