@import url(https://fonts.googleapis.com/css?family=Montserrat:300,500,600,800&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);@charset "UTF-8";

/*@font-face {
    font-family: 'PlaylistScript';
    src: url('/feleacul/fonts/PlaylistScript.otf') format('opentype');
}*/

@font-face {
  font-family: "Dancing Script";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup8.woff2) format("woff2");

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Dancing Script";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03ROp8ltA.woff2) format("woff2");

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-link {
  padding: 0.4em 0.5em;
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
  transition: background 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  border: 1px solid #939393;
  color: #939393;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.4em;
  background: #f5f5f5;
  border-radius: 0.3em;
  transition: background 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: #e8e8e8;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: -0.4em;
  width: 0;
  height: 0;
  border-width: 0.5em 0.5em 0.5em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #acacac;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.home-one {
  visibility: hidden;
}

.home-one.slick-initialized {
  visibility: visible;
}

.home-one .slider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-one .slider .container .banner {
  min-height: 630px;
}

.home-one .slider .container .banner .content h2 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 76px;
  color: white;
}

.home-one .slider .container .banner .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 70px;
  color: white;
}

.home-one .slick-current .content h2, .home-one .slick-current .content h3 {
  -webkit-animation: fadeInRight;
  animation: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-one .slick-current .content h2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.home-one .slick-current .content h3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home-one .slick-dots {
  position: absolute;
  right: 0%;
  top: 33%;
  display: flex;
  transform: translate(-50%, 0);
  margin: 0;
  flex-flow: column;
}

.home-one .slick-dots li {
  margin: 0 7px;
}

.home-one .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50%;
  border: none;
  background-color: #67696e;
}

.home-one .slick-dots .slick-active button {
  background-color: #173c58;
}

.home-two .container-fluid #promo_prod {
  transition: 0.5s;
}

.home-two .container-fluid .slope {
  transform: skewY(-4.5deg);
  min-height: 250px;
  margin-top: -140px;
}

.home-two .container-fluid .img-over {
  position: absolute;
  right: calc( 48% - 220px );
  top: -259px;
  z-Index: 990;
}

.home-two .container-fluid .slope-content {
  min-height: 500px;
  margin-top: -103px;
}

.home-two .container-fluid .slope-content .inner-col {
  min-height: 600px;
}

.home-two .container-fluid .slope-content .inner-col h2 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 2px;
  color: #173c58;
}

.home-two .container-fluid .slope-content .inner-col h3 {
  font-family: "Dancing Script", cursive;
  font-size: 47px;
  color: #a58362;
}

.home-two .container-fluid .slope-content .inner-col p {
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
  line-height: 1.3;
  font-size: 15px;
}

.home-two .container-fluid .slope-content .inner-col .spacer {
  margin-top: 100px;
}

.home-two .container-fluid .slope-content .inner-col a {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
}

.home-three h2 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  color: #173c58;
}

.home-three h3 {
  font-family: "Dancing Script", cursive;
  font-size: 42px;
  color: #a58362;
}

.home-three .svg_wrapper {
  max-width: 1005px;
  margin: auto;
  transform: translateY(-28px);
  z-Index: 1;
}

.home-three ul {
  padding-left: 0px;
  flex-wrap: wrap;
}

.home-three ul li {
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 0px;
  cursor: pointer;
}

.home-three ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}

.home-three ul li:hover a {
  text-decoration: underline;
}

.home-three ul .active {
  color: #173c58;
}

.home-three ul .active:hover {
  text-decoration: underline;
}

.home-three .nav-tabs {
  border: none;
}

.home-three .product {
  min-height: 380px;
  position: relative;
}

.home-three .product img {
  max-height: 240px;
}

.home-three .product .product-title {
  color: #fff;
  font-size: 22px;
}

.home-three .product .product-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

.home-three .product a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  z-Index: 1;
}

.home-three .product svg {
  max-height: 380px;
  width: 50.33px;
  position: absolute;
  left: calc(102% - 28.165px);
  z-Index: 10;
}

.home-three .product .reverse {
  left: unset !important;
  right: calc(101% - 22.165px);
}

.home-three .product:hover img {
  transform: scale(1.05);
}

.home-four {
  background-color: #173c58;
}

.home-four .history {
  position: relative;
}

.home-four .history .back {
  position: absolute;
  font-size: 175px;
  font-family: "";
  color: #1a4666;
  top: -45px;
  z-Index: 1;
}

.home-four .history h2 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 2px;
  color: #a58362;
  z-Index: 2;
}

.home-four .history h3 {
  font-family: "Dancing Script", cursive;
  font-size: 42px;
  color: #a58362;
  z-Index: 2;
  text-align: center;
}

.home-four .history .btn-custom {
  background-color: #a58362;
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 27px;
  position: relative;
  cursor: pointer;
  z-Index: 90;
}

.home-four .history .btn-custom:before {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  left: -5px;
  top: 0;
}

.home-four .history .btn-custom:after {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  right: -5px;
  top: 0;
}

.home-four .timeline-horizontal {
  /*li:hover {
      cursor: pointer;
    color: #48A4D2;
  }
  li:hover .description {
    display: block;
  }*/
}

.home-four .timeline-horizontal ol {
  position: relative;
  display: block;
  margin: 100px;
  height: 4px;
  background: #a58362;
}

.home-four .timeline-horizontal ol::before {
  left: -5px;
}

.home-four .timeline-horizontal ol::after {
  right: -10px;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 20px solid #a58362;
  border-radius: 3px;
}

.home-four .timeline-horizontal li {
  position: relative;
  display: inline-block;
  float: left;
  width: 150px;
  font: bold 14px arial;
  height: 50px;
}

.home-four .timeline-horizontal li .diplome {
  position: absolute;
  top: -47px;
  left: 36%;
  color: #000000;
}

.home-four .timeline-horizontal li .point {
  content: "";
  top: -11px;
  left: 31%;
  display: block;
  width: 25px;
  height: 25px;
  border: 4px solid #a58362;
  border-radius: 10px;
  background: #a58362;
  position: absolute;
}

.home-four .timeline-horizontal li .description {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  font-weight: normal;
  z-index: 1;
}

.home-four .timeline-horizontal .description::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 43%;
}

.home-four .timeline-images {
  margin-top: -50px;
}

.home-four .timeline-images .card .rama {
  width: 100%;
}

.home-four .timeline-images .card .poza_rama {
  position: absolute;
  top: 28px;
  left: 30px;
}

.home-five h2 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #173c58;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
}

.home-five h3 {
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
  font-size: 16px;
}

.home-five .card {
  border-radius: unset !important;
}

.home-five .card .card-title {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 16px;
  color: black !important;
}

.home-five .card .card-body {
  min-height: 144px;
}

.home-five .card .card-text {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1.6;
  color: black !important;
}

@media screen and (min-width: 1851px) {
  .home-three .product img {
    max-width: 465px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1850px) {
  .home-three .product img {
    max-width: 476px;
  }
}

@media screen and (max-width: 1200px) {
  .home-three .product img {
    max-width: 390px;
  }
}

@media screen and (max-width: 1201px) {
  .product svg {
    display: none;
  }

  .product .reverse {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .img-over {
    position: absolute;
    right: calc( 32% - 220px ) !important;
    top: -225px !important;
  }
}

@media screen and (max-width: 901px) {
  .svg_wrapper {
    display: none;
  }

  .menu-mob-handler {
    min-height: unset !important;
    max-height: unset !important;
  }

  .tab-list-menu {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .img-over {
    max-width: 400px;
    left: 41% !important;
    margin-left: -150px;
    margin-top: 40px;
  }

  .product-title {
    margin-top: 30px;
  }

  .product a {
    margin-bottom: 30px;
  }

  .timeline-horizontal {
    display: none;
  }

  .timeline-images {
    margin-top: 50px;
  }

  .home-four .card {
    margin-top: 30px;
    background-color: transparent !important;
  }
}

@media screen and (max-width: 640px) {
  .home-one h2 {
    font-size: 50px !important;
  }

  .home-one h3 {
    font-size: 47px !important;
  }
}

@media screen and (max-width: 426px) {
  .img-over {
    max-width: 300px;
    left: 50% !important;
  }

  .home-three .product img {
    max-width: 290px;
  }
}

@media screen and (max-width: 380px) {
  .back {
    font-size: 140px !important;
  }
}

.despre-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.despre-one .content {
  min-height: 350px;
}

.despre-one .content h2 {
  font-family: "Dancing Script", cursive;
  font-size: 65px;
  color: #fff;
  transform: skewY(-11deg);
}

.despre-two {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 525px;
}

.despre-two .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #173c58;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.despre-two .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #a58362;
}

.despre-two .content p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  color: #173c58;
  line-height: 1.6;
}

.despre-three {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.despre-three .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #173c58;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.despre-three .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #a58362;
}

.despre-three .content p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  color: #173c58;
  line-height: 1.6;
}

.despre-four {
  background-color: #faf5ed;
}

.despre-four .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #173c58;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.despre-four .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #a58362;
}

.despre-four .content .citat {
  font-family: "Montserrat";
  font-weight: 400;
  color: #173c58;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 1.3;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.despre-four .content .citat:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #173c58;
  font-size: 3em;
}

.despre-four .content .citat:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #173c58;
  font-size: 3em;
}

.despre-four .content span {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: #173c58;
  width: 100%;
  text-align: right;
}

.despre-four .content .letter {
  font-family: "Montserrat";
  font-weight: 400;
  color: #173c58;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 1.3;
}

.despre-four .content .article-body p {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .despre-two .content h2 {
    text-align: center;
  }

  .despre-two .content h3 {
    text-align: center;
  }

  .despre-three .content h2 {
    text-align: center;
  }

  .despre-three .content h3 {
    text-align: center;
  }
}

.cariere-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

.cariere-one .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cariere-one .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #fff;
}

.cariere-two {
  min-height: 300px;
}

.cariere-two .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #173c58;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.cariere-two .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  color: #a58362;
  text-align: center;
}

.cariere-two .content p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  color: #173c58;
  line-height: 1.6;
  margin-top: 20px;
}

.icon-part {
  padding-top: 25px;
  max-height: 250px;
}

.icon-part:hover {
  background-color: #15364e;
}

.cariere-three {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cariere-three .content h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.cariere-three .content h4 {
  font-family: "Montserrat";
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.cariere-three .content .btn-custom {
  background-color: #a58362;
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 40px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cariere-three .content .btn-custom:before {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  left: -5px;
  top: 0;
}

.cariere-three .content .btn-custom:after {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  right: -5px;
  top: 0;
}

.cariere-three .content-icons {
  min-height: 530px;
}

.cariere-three .content-icons p {
  margin-top: 15px;
  color: #fff;
}

.cariere-three .content-icons img {
  max-width: 90px;
}

.cariere-four .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 35px;
  color: #173c58;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.cariere-four .content h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cariere-four .content .mobile-steps {
  display: none;
  list-style-type: none;
  color: #173c58;
}

.cariere-four .content .mobile-steps ul {
  padding-left: 0px;
}

.cariere-four .content .mobile-steps ul li {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cariere-four .content .mobile-steps ul li:first-child {
  margin-top: 0px;
}

.cariere-four .content .multi-steps > li.is-active ~ li:before, .cariere-four .content .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

.cariere-four .content .multi-steps > li.is-active ~ li:after, .cariere-four .content .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.cariere-four .content .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cariere-four .content .multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #173c58;
}

.cariere-four .content .multi-steps > li:before {
  content: counter(stepNum);
  display: block;
  margin: 0px auto 4px;
  background-color: #ddd0c2;
  width: 31px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}

.cariere-four .content .multi-steps > li:after {
  content: "";
  height: 2px;
  width: 83%;
  background-color: #ddd0c2;
  position: absolute;
  top: 16px;
  left: 59%;
  z-index: -1;
}

.cariere-four .content .multi-steps > li:last-child:after {
  display: none;
}

.cariere-four .content .multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #173c58;
}

.cariere-four .content .multi-steps > li.is-active ~ li {
  color: #808080;
}

.cariere-four .content .multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

.cariere-four .content .multi-steps .icon {
  position: absolute;
  top: -115px;
  left: 36%;
}

.cariere-five {
  background-color: #faf5ed;
}

.cariere-five .content label {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  color: #173c58;
}

.cariere-five .content .form-control {
  border: none !important;
}

.cariere-five .content .btn-custom {
  background-color: #a58362;
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 36px;
  position: relative;
  max-width: 132px;
}

.cariere-five .content .btn-custom:before {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  left: -5px;
  top: 0;
}

.cariere-five .content .btn-custom:after {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  right: -5px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .cariere-one .content h2 {
    text-align: center;
  }

  .cariere-one .content h3 {
    text-align: center;
  }

  .cariere-four .mobile-steps {
    display: block !important;
  }
}

.istorie-one {
  background-color: #173c58;
}

.istorie-one .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #a58362;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 155px;
}

.istorie-one .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #a58362;
  text-align: center;
  margin-top: 10px;
}

.istorie-one .nop {
  padding: 0 !important;
}

.istorie-one .timeline-horizontal {
  /*li:hover {
      cursor: pointer;
    color: #48A4D2;
  }
  li:hover .description {
    display: block;
  }*/
}

.istorie-one .timeline-horizontal ol {
  position: relative;
  display: block;
  height: 4px;
  background: #a58362;
}

.istorie-one .timeline-horizontal ol::before {
  left: -5px;
}

.istorie-one .timeline-horizontal ol::after {
  right: -10px;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 20px solid #a58362;
  border-radius: 3px;
}

.istorie-one .timeline-horizontal li {
  position: relative;
  display: inline-block;
  float: left;
  width: 150px;
  font: bold 14px arial;
  height: 50px;
}

.istorie-one .timeline-horizontal li .diplome {
  position: absolute;
  top: -62px;
  left: 13%;
  color: #a58362;
  font-family: "";
  font-size: 38px;
}

.istorie-one .timeline-horizontal li .point {
  content: "";
  top: -11px;
  left: 31%;
  display: block;
  width: 25px;
  height: 25px;
  border: 4px solid #a58362;
  border-radius: 10px;
  background: #a58362;
  position: absolute;
}

.istorie-one .timeline-horizontal li .description {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  font-weight: normal;
  z-index: 1;
}

.istorie-one .timeline-horizontal .description::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 43%;
}

.istorie-two {
  background-color: #faf5ed;
  min-height: 200px;
}

.istorie-two .col-img {
  position: relative;
  border-bottom: 1px solid #e4d0b9;
  border-right: 1px solid #e4d0b9;
}

.istorie-two .col-img img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.istorie-two .col-img span {
  position: absolute;
  color: #a58362;
  font-size: 30px;
  top: 33px;
  right: -32px;
  background-color: #faf5ed;
  padding-top: 10px;
  padding-bottom: 10px;
}

.istorie-two .last {
  border-bottom: none;
}

.istorie-two p {
  width: 55%;
  color: #a58362;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .istorie-two p {
    width: 100%;
    padding-left: 50px;
  }

  .istorie-two .col-img img {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .istorie-two .col-img {
    border: none;
  }

  .istorie-two .col-img span {
    position: relative;
    top: unset;
    right: unset;
    display: block;
  }

  .istorie-two .content {
    border-bottom: 1px solid #e4d0b9;
  }

  .istorie-two .content p {
    text-align: left !important;
    padding-left: 0px;
  }
}

.dist-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

.dist-one .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dist-one .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #fff;
}

.dist-two .map {
  position: relative;
  margin-bottom: 60px;
}

.dist-two .map .map-img {
  width: 540px;
  height: 315px;
  background-size: cover;
  position: relative;
}

.dist-two .map .pin {
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}

.dist-two .map .pin p {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 800;
  margin-left: -7px;
  font-size: 12px;
}

.dist-two .map .pin-active {
  opacity: 1;
}

.dist-two .details h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 25px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dist-two .details h3 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: #a58362;
}

.dist-two .details p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
}

.dist-two .details .judet {
  background-color: #e0d9ce;
  max-height: 320px;
  min-height: 320px;
  overflow: scroll;
  margin-bottom: 60px;
}

.dist-two .details .judet .title {
  position: relative;
  color: #173c58;
  text-align: center;
  padding-top: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
}

.dist-two .details .judet .title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 45%;
  border: 2px solid #173c58;
  width: 62px;
}

.dist-two .details .judet .dist-list {
  margin-top: 45px;
}

.dist-two .details .judet .dist-list li {
  margin-top: 10px;
}

.dist-two .details .judet .dist-list li p {
  color: #a58362;
  font-family: "Montserrat";
  font-weight: 600;
}

.dist-two .details .judet .dist-list li span {
  color: #173c58;
  font-family: "Montserrat";
  font-weight: 600;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 676px) {
  .map-img {
    transform: scale(0.7, 0.7);
    left: -100px;
  }
}

.articole-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

.articole-one .content h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.articole-one .content h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #fff;
}

.article-body {
  min-height: 400px;
}

.contact-one h4 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #173c58;
  text-transform: uppercase;
}

.contact-one .btn-custom {
  background-color: #a58362;
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 36px;
  position: relative;
  cursor: pointer;
  border: none !important;
}

.contact-one .btn-custom:before {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  left: -5px;
  top: 0;
}

.contact-one .btn-custom:after {
  content: "";
  border-left: 1px solid #b6b8c4;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  right: -5px;
  top: 0;
}

.produse-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.produse-one .content {
  min-height: 350px;
}

.produse-one .content h2 {
  font-family: "Dancing Script", cursive;
  font-size: 70px;
  color: #fff;
  transform: skewY(-11deg);
}

.produse-two .product {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 555px;
}

.produse-two .product .product-img img {
  margin-top: auto;
  margin-bottom: auto;
}

.produse-two .product .product-desc {
  margin-bottom: 30px;
}

.produse-two .product .product-desc h2 {
  font-family: "Montserrat";
  font-weight: 800;
  color: #173c58;
  font-size: 45px;
  letter-spacing: 1px;
}

.produse-two .product .product-desc h3 {
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
  font-size: 27px;
  letter-spacing: 1px;
}

.produse-two .product .product-desc p {
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
  line-height: 1.3;
  font-size: 15px;
}

.produse-two .product .product-desc table {
  font-family: "Montserrat";
  font-weight: 500;
  color: #173c58;
  width: 100%;
}

.produse-two .product .product-desc table tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.produse-two .product .product-desc hr {
  background-color: #d4a64a;
  border-top: 2px solid #d4a64a;
}

.produse-three h2 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #173c58;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
}

.produse-three h3 {
  font-family: "Dancing Script", cursive;
  font-size: 35px;
  color: #a58362;
}

.produse-three .card {
  border-radius: unset !important;
  background-color: #f6f4f1;
  transition: 0.6s;
}

.produse-three .card .card-title {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 16px;
  color: black !important;
}

.produse-three .card .card-text {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1.6;
  color: black !important;
}

.produse-three .card .arrow {
  position: absolute;
  width: 50px;
  height: 40px;
  background-color: #ddd0c2;
  right: 0;
  bottom: 0;
}

.produse-three .card .arrow svg {
  fill: #fff;
  width: 24px;
  position: absolute;
  top: -111px;
  left: 13px;
}

.produse-three .card:hover {
  background-color: #fff;
  border: 1px solid #ddd0c2;
}

.btn-custom {
  background-color: #173c58;
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 36px;
  position: relative;
  cursor: pointer;
  max-width: 160px;
}

.btn-custom:before {
  content: "";
  border-left: 1px solid #173c58;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  left: -5px;
  top: 0;
}

.btn-custom:after {
  content: "";
  border-left: 1px solid #173c58;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  right: -5px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .product-img {
    margin-top: 50px;
  }

  .product-desc {
    margin-bottom: 50px;
  }

  .produse-one .content h2 {
    font-size: 50px;
  }
}

.body-expand {
  padding-top: 125px;
}

.shrink {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  min-height: 90px !important;
  border-bottom: 3px solid #a58362;
}

.shrink .brand-desktop {
  display: none;
}

.shrink .upper {
  display: none !important;
}

header {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #a58362;
}

header .main-nav {
  background-color: #173c58;
  min-height: 115px;
  transition: 0.8s;
  z-Index: 999;
}

header .main-nav .navbar-toggler {
  position: absolute;
  top: 21px;
  left: 30px;
}

header .main-nav #navbarNav .products:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

header .main-nav #navbarNav .dropdown-menu {
  width: 100%;
  transition: 0.5s ease-in;
  opacity: 0;
  padding-top: 0px;
  transform: translateY(-3px);
  z-Index: 9999;
  background-color: #163c58;
  margin-top: 5px;
  border-radius: 0px;
}

header .main-nav #navbarNav .dropdown-menu .category {
  max-width: 225px;
  border: 1px solid transparent;
  transition: 0.5s;
}

header .main-nav #navbarNav .dropdown-menu .category img {
  width: 185px;
}

header .main-nav #navbarNav .dropdown-menu .category p {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  color: #a58362;
}

header .main-nav #navbarNav .dropdown-menu .category:hover {
  border: 1px solid #a58262;
}

header .main-nav #navbarNav .menu-2 {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 10px;
  perspective: 1000px;
}

header .main-nav #navbarNav .menu-2 .drop-item {
  opacity: 0;
  padding: 15px;
  background-color: #f3f3f3;
  transform-origin: top center;
  border-bottom: 2px solid #a58362;
  background-color: #163c58;
  color: #a58262;
}

header .main-nav #navbarNav .menu-2 .drop-item:nth-child(1) {
  -webkit-animation-name: topToBottom;
          animation-name: topToBottom;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-delay: -150ms;
          animation-delay: -150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .main-nav #navbarNav .menu-2 .drop-item:nth-child(2) {
  -webkit-animation-name: topToBottom;
          animation-name: topToBottom;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .main-nav #navbarNav .menu-2 .drop-item:nth-child(3) {
  -webkit-animation-name: topToBottom;
          animation-name: topToBottom;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .main-nav #navbarNav .menu-2 .drop-item:nth-child(4) {
  -webkit-animation-name: topToBottom;
          animation-name: topToBottom;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .main-nav #navbarNav .show {
  display: block;
  opacity: 1 !important;
}

header .main-nav .left {
  margin-left: auto;
  margin-right: 30px;
}

header .main-nav .left .nav-item {
  padding-right: 50px;
}

header .main-nav .right {
  margin-left: 30px;
  margin-right: auto;
}

header .main-nav .right .nav-item {
  padding-left: 50px;
}

header .main-nav .upper {
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  color: #a58362 !important;
  margin-bottom: 20px;
  font-size: 14px;
  top: -7px;
}

header .main-nav .upper li {
  display: inline;
}

header .main-nav .upper img {
  width: 19px;
  height: auto;
}

header .main-nav .upper a {
  font-family: "Montserrat";
  font-weight: 500;
  color: #a58362 !important;
}

header .main-nav .second {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

header .main-nav .nav-link {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  color: #a58362 !important;
  font-size: 16px;
}

header .main-nav .logo {
  position: absolute;
  top: -6px;
  width: 190px;
  height: auto;
  z-Index: 999;
}

header .right-menu {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .dropdown-menu {
    position: absolute !important;
  }
}

@media screen and (min-width: 991px) {
  .shrink {
    min-height: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    position: relative !important;
  }

  .main-nav {
    min-height: 80px !important;
  }

  .body-expand {
    padding-top: 85px !important;
  }

  #navbarNav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 572px) {
  .brand-desktop {
    display: none;
  }

  .inlineMenu {
    flex-direction: column !important;
  }

  .right-menu {
    text-align: left !important;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes topToBottom {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

footer {
  background-color: #173c58;
}

footer .container .cardz .footer-text {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3;
}

footer .container .cardz h4 {
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

footer .container .cardz li {
  text-align: center;
}

footer .container .cardz li a {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 13px;
}

footer .container .cardz .prods li {
  text-transform: uppercase;
}

footer .container .cardz .socialz img {
  max-width: 24px;
  height: auto;
}

footer .container .cardz .newsletter {
  width: 257px;
  height: 39px;
  border: none;
  background-color: #536076;
  padding-right: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
}

footer .container .cardz .newsletter::-webkit-input-placeholder {
  color: #fff;
}

footer .container .cardz .newsletter::-moz-placeholder {
  color: #fff;
}

footer .container .cardz .newsletter:-ms-input-placeholder {
  color: #fff;
}

footer .container .cardz .newsletter::-ms-input-placeholder {
  color: #fff;
}

footer .container .cardz .newsletter::placeholder {
  color: #fff;
}

footer .container .cardz .newsletter-submit {
  margin-left: -5px;
  height: 39px;
  width: 42px;
  color: transparent;
  border: 0;
  -webkit-appearance: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .bottom {
  background-color: #475871;
}

footer .bottom .copyrightz {
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
}

footer .bottom a {
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .cardz h4 {
    text-align: left !important;
  }

  .cardz li {
    text-align: left !important;
  }
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 1s;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

a:focus, button:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
}

img {
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p, span, a, li {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.body-loaded {
  opacity: 1;
}