@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes ml {
  from {
    opacity: 0;
    margin-left: -300px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes mr {
  from {
    opacity: 0;
    margin-left: 1900px;
  }
  to {
    opacity: 1;
    margin-right: 0px;
  }
}
@keyframes mb {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-logo {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
    top: -800px;
    left: 50%;
  }
  50% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes width {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 75%;
    opacity: 1;
  }
}
@keyframes height {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* $font-pl: 'Roboto Flex', sans-serif; */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 62.5%;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #425059;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
}
@media (min-width: 1601px) {
  body {
    font-size: 1.8rem;
  }
}

.no-js body,
.touch body {
  opacity: 1;
}

h1 {
  font-size: 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: #000;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1601px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #27a8e0;
}
@media (min-width: 1500px) {
  h2 {
    font-size: 3rem;
  }
}
h2.underline {
  position: relative;
  color: #000;
}
h2.underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 10px;
  left: 0;
}

h3 {
  font-size: 1.8rem;
  font-family: "Raleway", sans-serif;
  margin: 30px 0;
}
@media (min-width: 1500px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  color: #000;
}
@media (min-width: 1500px) {
  h4 {
    font-size: 2rem;
  }
}

.lined {
  position: relative;
}
.lined:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e1e6e0;
  z-index: 0;
}
.lined span {
  display: inline-block;
  background-color: #f2f2f2;
  z-index: 2;
  position: relative;
  padding: 20px;
}

a {
  color: #0083c2;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
  -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;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: 400;
}
@media (min-width: 1601px) {
  p {
    font-size: 1.8rem;
  }
}

ul li {
  font-family: "Roboto", sans-serif;
}

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

p.big {
  font-size: 22px !important;
  line-height: 30px !important;
}
@media (min-width: 1500px) {
  p.big {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

i.small,
p.small {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-black {
  color: #000 !important;
}
.text-black h2 {
  color: #000;
}

.text-white {
  color: #fff !important;
}
.text-white h2 {
  color: #fff !important;
}

.no-slide {
  padding-top: 150px;
}

.ml-5 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .ml-5 {
    margin-left: 50px;
  }
}

.p-50 {
  padding: 50px;
}

/* ==========================================================================
   Custom classes
   ========================================================================== */
main {
  margin-top: 0px;
  margin-bottom: 100px;
}
main span {
  font-size: 16px;
}
main ul {
  list-style-type: none;
}
main ul li {
  position: relative;
  padding: 0px 10px 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
main ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #27a8e0;
  position: absolute;
  top: 10px;
  left: 0;
}
main ol li {
  position: relative;
  padding: 0px 5px 10px 5px;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
main ol li::marker {
  font-size: 22px !important;
  font-weight: 200;
  color: #27a8e0;
}
main .wrapper {
  margin: 0 20px;
}
@media (min-width: 430px) {
  main .wrapper {
    margin: 0 40px;
  }
}
@media (min-width: 1601px) {
  main .wrapper {
    max-width: 1600px;
    margin: auto;
  }
}

.bgr-gray {
  background-color: #e1e6e0;
  padding-bottom: 100px;
}

.bgr-blue {
  background-color: #27a8e0;
  color: #fff;
}
.bgr-blue h1,
.bgr-blue h2,
.bgr-blue p {
  color: #fff;
}
.bgr-blue a {
  color: #fff;
}

.breadcrumbs {
  margin: 50px auto 0px auto;
  padding: 20px 20px 20px 20px !important;
  font-size: 14px;
  opacity: 0.5;
  max-width: 1600px;
}
.breadcrumbs a {
  color: #000;
}

.page-title {
  max-width: 1700px;
  margin: 0 auto 0px 0;
  padding: 0 0px;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 34px;
}
@media (min-width: 768px) {
  .page-title {
    padding: 0 40px;
    margin: 0 auto 50px 0;
  }
}
@media (min-width: 1300px) {
  .page-title {
    font-size: 30px;
    padding: 0px 70px 0px 20px;
    line-height: 34px;
  }
}
@media (min-width: 1601px) {
  .page-title {
    font-size: 40px;
    line-height: normal;
    padding: 0px 55px 0px 60px;
  }
}

footer {
  background-color: #667f7c;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  color: #fff;
  padding: 100px 0 200px 0;
  position: relative;
}
footer .footer-logo {
  margin-bottom: 20px;
  font-size: 40px;
}
footer .copyright {
  width: 100%;
  position: absolute;
  bottom: 20px;
  opacity: 0.8;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
footer .mt-70 {
  display: inline-block;
}
@media (min-width: 768px) {
  footer .mt-70 {
    margin-top: 70px;
  }
}
footer .wrapper {
  max-width: 1600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
footer .wrapper h5 {
  font-size: 24px;
  margin-bottom: 40px;
}
footer .wrapper p {
  font-size: 14px;
}
footer .wrapper ul {
  padding-left: 0;
}
footer .wrapper ul li {
  list-style: none;
  font-size: 14px;
}
footer .wrapper .col1 {
  width: 40%;
}
footer a {
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.transp {
  background-color: transparent !important;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-zero {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
}
@media (min-width: 430px) {
  .opacity-zero {
    opacity: 1;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: relative !important;
}

.pt-80 {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pt-80 {
    padding-top: 140px !important;
  }
}
@media (min-width: 1500px) {
  .pt-80 {
    padding-top: 180px !important;
  }
}

.min-vh {
  margin-top: 100px;
  min-height: 55vh;
  position: relative;
}
@media (min-width: 767px) {
  .min-vh {
    min-height: 70vh;
  }
}
.min-vh .transp {
  padding: 0;
}

.v-al {
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.flex-equal > * {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
.loading {
  height: 100vh;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.loading .loader {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 4000;
  animation: loader 1s;
  background-color: #fff;
}
.loading .loader img {
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 300px;
  opacity: 1 !important;
}
@media (min-width: 1400px) {
  .loading .loader img {
    width: 400px;
  }
}
@keyframes loader {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loading main,
.loading .site-header,
.loading .breadcrumbs,
.loading footer {
  opacity: 0 !important;
}

footer {
  animation: fade 1.2s;
}

.site-header,
.breadcrumbs {
  animation: fade 1.2s;
}

main {
  animation: fade 1.5s;
}

@keyframes animete-left {
  0% {
    transform: translate(-2000px, 0);
  }
  70% {
    transform: translate(-2000px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animete-clip {
  0% {
    right: 0;
    transform: translate(-3000px, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-3000px, 0);
    right: 0;
    opacity: 0;
  }
  100% {
    transform: translate(auto, 0);
    right: 0;
    left: auto;
    opacity: 1;
  }
}
@keyframes animete-top {
  0% {
    transform: translate(0, -1000px);
    opacity: 0;
  }
  70% {
    transform: translate(0, -1000px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes animete-right {
  0% {
    transform: translate(2000px, 0);
  }
  70% {
    transform: translate(2000px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animete-right1 {
  0% {
    right: -100%;
  }
  100% {
    right: -10%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+30,000000+100&0.65+34,0+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 34%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .logo-container {
  display: flex;
  align-items: center !important;
}
header .logo-container .logo {
  -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;
  width: 120px;
}
header .logo-container img {
  width: 100%;
}
header .logo-container h1 {
  -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;
  font-size: 1rem;
  top: -100px;
  position: absolute;
}
@media (min-width: 430px) {
  header .logo-container .logo {
    width: 180px;
  }
}
@media (min-width: 1601px) {
  header .logo-container .logo {
    width: 250px;
  }
}
header .navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}
header .navbar-toggler .animated-icon1,
header .navbar-toggler .animated-icon2,
header .navbar-toggler .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .navbar-toggler .animated-icon1 span,
header .navbar-toggler .animated-icon2 span,
header .navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .navbar-toggler .animated-icon3 span {
  background: #b4b4b4;
}
header .navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .navbar-toggler .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
header .navbar-toggler .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header .navbar-toggler .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
header nav {
  max-width: 1800px;
  margin: auto;
}
header nav a.nav-link {
  color: #fff;
  transition: color 0.15s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}
header nav a.nav-link:hover, header nav a.nav-link:active, header nav a.nav-link:focus, header nav a.nav-link.active {
  opacity: 0.5 !important;
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav:hover, header nav:active, header nav:focus, header nav.active {
    text-align: center;
  }
}
@media (min-width: 1300px) {
  header nav {
    padding-left: 50px;
    padding-right: 50px;
  }
}
header .navbar-collapse.show {
  overflow: hidden !important;
  -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;
  height: 100vh !important;
}
header.scroll .logo-container .logo {
  width: 60px;
  margin-left: 0px;
}
header.scroll .logo-container h1 {
  font-size: 25px;
}
@media (min-width: 430px) {
  header.scroll .logo-container .logo {
    width: 70px;
    margin-left: 10px;
  }
  header.scroll .logo-container h1 {
    font-size: 40px;
  }
}
@media (min-width: 1601px) {
  header.scroll .logo-container .logo {
    margin-left: 10px;
    width: 80px;
  }
  header.scroll .logo-container h1 {
    font-size: 45px;
  }
}

.left-menu {
  min-width: 300px;
}

.navbar-collapse {
  padding: 0.5rem 1rem !important;
  -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;
  height: 0vh !important;
}
@media (min-width: 768px) {
  .navbar-collapse .navbar-nav {
    height: auto;
    overflow: visible;
    -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;
  }
}
.navbar-collapse .dropdown-menu {
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
  padding: 0 0 10px 0;
}
.navbar-collapse .dropdown-menu li:first-child .dropdown-item {
  font-weight: 600 !important;
  position: relative;
  margin-bottom: 10px;
}
.navbar-collapse .dropdown-menu li:first-child .dropdown-item::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.navbar-collapse .dropdown-menu li .dropdown-item {
  padding: 0.5rem 2rem;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.navbar-collapse .dropdown-menu li .dropdown-item:hover, .navbar-collapse .dropdown-menu li .dropdown-item:active, .navbar-collapse .dropdown-menu li .dropdown-item:focus {
  background-color: #d9d9d9;
}

.language {
  margin: 0 0px 0 0px !important;
}
@media (min-width: 1400px) {
  .language {
    margin: 0 60px 0 20px !important;
    text-align: center;
  }
}
.language .dropdown-menu {
  background-color: #0a87bd;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  width: 100px;
  min-width: 100px;
  font-size: 14px;
}
.language .dropdown-menu li .dropdown-item {
  margin-bottom: 0 !important;
  padding: 0.5rem 0.5rem !important;
  text-align: center;
  color: #000;
  background-color: #d9d9d9;
}
@media (min-width: 1300px) {
  .language .dropdown-menu {
    font-size: 16px;
    width: 120px;
    min-width: 120px;
  }
}
.language .dropdown-menu1 {
  border: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  width: 100px;
  min-width: 100px;
  text-transform: uppercase;
  margin: 0 !important;
}
.language .dropdown-menu1 li {
  list-style: none;
}
.language .dropdown-menu1 li .dropdown-item {
  margin-bottom: 0 !important;
  padding: 0.5rem 0rem !important;
  color: #6d9e00;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 14px;
}
@media (min-width: 992px) {
  .language .dropdown-menu1 li .dropdown-item {
    padding: 0.5rem 0.5rem !important;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .language .dropdown-menu1 {
    width: 120px;
    min-width: 120px;
  }
}
.language .btn {
  font-size: 14px;
  width: 110px;
  min-width: 100px;
  color: #fff;
  background-color: #0a87bd;
}
.language .btn:active, .language .btn:focus {
  box-shadow: none;
  border: 0;
  opacity: 0.8;
}
@media (min-width: 1300px) {
  .language .btn {
    font-size: 16px;
    width: 120px;
    min-width: 120px;
  }
}

.search-menu {
  -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;
  width: 60px;
  height: 65px;
  transform: 0.5s;
  overflow: hidden;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 10px;
}
.search-menu .icon-close {
  display: none;
}
.search-menu .search-in {
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 60px;
  background-color: #fff;
}
.search-menu .search-in .icon-search {
  top: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
}
.search-menu .search-in .icon-search::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #064b6c;
  transform: translate(-4px, -4px);
}
.search-menu .search-in .icon-search::after {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  background: #064b6c;
  transform: translate(6px, 6px) rotate(315deg);
}
.search-menu .search-in .input {
  left: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.search-menu .search-in .input form {
  width: 80%;
  margin: auto;
  max-width: 600px;
}
.search-menu .search-in .input input {
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 10px 0;
  background-color: transparent;
}
.search-menu .search-in .input input::active {
  background-color: #fff;
}
.search-menu.active {
  -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;
  width: 100%;
}
.search-menu.active .search-in {
  background-color: #dbdbdb;
  border: 1px solid #d9d9d9;
}
.search-menu.active .icon-close {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 20px;
  display: block;
  cursor: pointer;
}

.accents {
  margin-top: -250px;
  padding: 50px 0;
  background-color: #e1e6e0;
  position: relative;
}
@media (min-width: 768px) {
  .accents {
    max-width: 50%;
  }
}
.accents .wrapper {
  width: 100%;
  margin: 0;
}
.accents h1 {
  margin: 0 40px 20px 40px;
}
@media (min-width: 992px) {
  .accents h1 {
    margin: 0 40px;
  }
}
.accents h2 {
  font-weight: 400;
  height: 115px;
  text-transform: uppercase;
}
.accents .slider-acc {
  display: flex;
  justify-content: center;
  flex: 1 100%;
  flex-wrap: wrap;
  min-height: 420px;
}
.accents .slider-acc .slick-list {
  margin: 0 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .accents .slider-acc .slick-list {
    margin: 0 50px;
  }
}
.accents .slider-acc .slick-track {
  display: flex;
  width: 100%;
}
.accents .slider-acc .slick-slide {
  padding: 0px 40px 0px 40px;
  display: flex;
  flex: 1 1 auto !important;
  justify-content: center;
  flex-wrap: wrap;
}
.accents .slider-acc .slick-slide p {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.accents .slider-acc .slick-slide h2 {
  color: #6d9e00;
}
.accents .slider-acc .slick-slide a {
  background-color: #b2c194;
  padding: 5px 10px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.accents .slider-acc .slick-slide .acc_img {
  width: 100%;
  height: 130px;
  text-align: center;
}
.accents .slider-acc .slick-slide .acc_img img {
  max-width: 110px;
  margin: auto;
}
.accents .slider-acc .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  right: 0px;
  left: auto;
  background-color: transparent;
  border: 0;
  font-size: 0;
}
@media (min-width: 430px) {
  .accents .slider-acc .slick-next {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.accents .slider-acc .slick-next:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.accents .slider-acc .slick-prev {
  transform: rotate(180deg);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 0px;
  background-color: transparent;
  border: 0;
  font-size: 0;
}
@media (min-width: 430px) {
  .accents .slider-acc .slick-prev {
    left: 20px;
    width: 60px;
    height: 60px;
  }
}
.accents .slider-acc .slick-prev:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.content-resume {
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .content-resume {
    width: 50%;
    margin-top: -280px;
  }
}
.content-resume h1, .content-resume h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.content-resume p {
  max-width: 650px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 992px) {
  .content-resume {
    padding-left: 50px;
    padding-right: 0px;
  }
}
.content-resume .wrapper {
  max-width: 1600px;
  margin: 50px auto;
}
@media (min-width: 992px) {
  .content-resume .wrapper {
    margin: 100px auto;
  }
}

.home-content {
  position: relative;
}
.home-content p {
  margin-bottom: 5px;
}

.home-products {
  margin: 0px 0 50px 0;
  padding: 50px 0 50px 0;
}
.home-products .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .home-products {
    padding: 50px 0;
    margin: 0px 0 100px 0;
  }
}
@media (min-width: 1500px) {
  .home-products {
    padding: 100px 0;
    margin: 0 0 0px 0;
  }
}
.home-products .home-prod-title {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #6d9e00;
}
@media (min-width: 992px) {
  .home-products .home-prod-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .home-products .home-prod-title {
    font-size: 3rem;
  }
}
.home-products .home-prod-container {
  display: flex;
  flex-wrap: wrap;
}
.home-products .home-prod-container .prod-box {
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-products .home-prod-container .prod-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home-products .home-prod-container .prod-box {
    width: 25%;
  }
}
@media (min-width: 1500px) {
  .home-products .home-prod-container .prod-box {
    max-width: 320px;
    width: 20%;
  }
}
.home-products .home-prod-container .prod-box a {
  background-color: #ffffff;
  align-items: flex-start !important;
  opacity: 1 !important;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-products .home-prod-container .prod-box p {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}
.home-products .home-prod-container .prod-box .prod-name {
  font-size: 20px;
  line-height: 24px;
  color: #6d9e00;
  font-weight: 600;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
}
.home-products .home-prod-container .prod-box .prod-name span {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
}
.home-products .home-prod-container .prod-box .prod-resume {
  margin-bottom: auto;
  width: 100%;
  flex-grow: 1 !important;
  padding: 10px 0px 20px 0px;
}
.home-products .home-prod-container .prod-box .card-price,
.home-products .home-prod-container .prod-box .card-date {
  font-size: 16px;
  font-weight: 400;
}
.home-products .home-prod-container .prod-box .card-price span,
.home-products .home-prod-container .prod-box .card-date span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #849098;
  display: inline;
}
.home-products .home-prod-container .prod-box .card-price p,
.home-products .home-prod-container .prod-box .card-date p {
  font-family: "Roboto", sans-serif;
  display: inline !important;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
.home-products .home-prod-container .prod-box .card-price p strong,
.home-products .home-prod-container .prod-box .card-date p strong {
  font-weight: 400;
  color: #d0000f;
  font-family: "Roboto", sans-serif;
}
.home-products .home-prod-container .prod-box .card-price {
  margin-top: auto !important;
}
.home-products .home-prod-container .prod-box .card-button {
  margin-top: auto;
  text-align: left;
  padding: 5px 0px;
  color: #6d9e00;
  font-size: 1.6rem;
  position: relative;
  display: inline-flex !important;
}
.home-products .home-prod-container .prod-box .card-button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #6d9e00;
  bottom: 0;
}
.home-products .home-prod-container .prod-box .prod-img {
  margin-bottom: auto;
  width: 100%;
  max-height: 340px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.home-products .home-prod-container .prod-box .prod-img img {
  width: 100%;
}
.home-products .home-prod-container .prod-box .prod-img .places {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  top: 10px;
  position: absolute;
  background-color: #d0000f;
  padding: 2px 10px;
}
.home-products .home-prod-container .prod-box .prod-img .places span {
  font-size: 16px;
  font-weight: 400;
}
.home-products .home-prod-container .prod-box .prod-img .places .bi-person-raised-hand {
  display: none;
}

.page .story {
  margin-top: 0px;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page .story {
    min-height: 700px;
    padding-top: 150px;
    margin-top: -200px;
  }
}
.page .story .bgr-blue {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .page .story .bgr-blue {
    min-height: 500px;
    padding: 50px 5%;
    max-width: 70%;
  }
}
@media (min-width: 1400px) {
  .page .story .bgr-blue {
    padding: 50px 15%;
  }
}
.page .story .story-image {
  display: none;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page .story .story-image {
    display: block;
    position: absolute;
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .page .pb-200 {
    padding-bottom: 150px;
  }
}
.page .service.card .card-img {
  max-height: 350px;
  overflow: hidden;
}
.page .service.card .card-img img {
  max-width: 100%;
}

.page .slider {
  height: 100px !important;
  min-height: auto !important;
}
@media (min-width: 768px) {
  .page .slider {
    height: 250px !important;
  }
}
@media (min-width: 1601px) {
  .page .slider {
    height: 300px !important;
  }
}

.slider {
  margin-top: 0px;
  position: relative;
  height: 90vh;
  max-height: 600px;
}
@media (min-width: 992px) {
  .slider {
    min-height: 600px;
    height: 90vh;
  }
}
@media (min-width: 1300px) {
  .slider {
    max-height: 800px;
  }
}
@media (min-width: 1601px) {
  .slider {
    max-height: 950px;
  }
}
.slider h1 {
  font-size: 30px;
  font-weight: 700;
  color: #c9df9f;
  margin: 0;
  text-transform: uppercase;
}
.slider h1 strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .slider h1 {
    font-size: 45px;
  }
}
@media (min-width: 1400px) {
  .slider h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (min-width: 1601px) {
  .slider h1 {
    font-size: 70px;
    line-height: 75px;
  }
}
.slider h2 {
  color: #6d9e00;
  font-weight: 700;
  margin: 0;
  padding-top: 0;
  font-size: 30px;
}
@media (min-width: 1300px) {
  .slider h2 {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .slider h2 {
    font-size: 32px;
  }
}
@media (min-width: 1601px) {
  .slider h2 {
    font-size: 36px;
  }
}
.slider li,
.slider p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .slider li,
  .slider p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  .slider li,
  .slider p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1601px) {
  .slider li,
  .slider p {
    font-size: 24px;
    line-height: 30px;
  }
}
.slider .slick-next,
.slider .slick-prev {
  border: 0;
  background-color: transparent;
  font-size: 0;
  opacity: 0.5;
}
.slider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  position: absolute;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 10;
}
.slider .slick-next::before {
  position: absolute;
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100%;
}
.slider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  position: absolute;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 10;
}
.slider .slick-prev::before {
  position: absolute;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100%;
}
.slider .slick-list,
.slider .slick-slide,
.slider .slick-track,
.slider .slider-content {
  height: 100%;
}
.slider .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-slide .slider-content {
  position: relative;
}
.slider .slick-slide .slider-content .slider-text {
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: auto;
  z-index: 2;
  position: absolute;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
}
@media (min-width: 430px) {
  .slider .slick-slide .slider-content .slider-text {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .slider .slick-slide .slider-content .slider-text {
    width: 45%;
    right: 50px;
    top: 60%;
  }
}
@media (min-width: 1400px) {
  .slider .slick-slide .slider-content .slider-text {
    width: 35%;
    right: 100px;
  }
}
.slider .slick-slide.slick-active .slider-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #29351d;
  opacity: 0.4;
  z-index: 0;
}
@media (min-width: 992px) {
  .slider .slick-slide.slick-active .slider-content::before {
    animation: animete-right1 1s;
    right: -10%;
    width: 75%;
    transform: skew(-20deg);
  }
}
@media (min-width: 1400px) {
  .slider .slick-slide.slick-active .slider-content::before {
    width: 65%;
  }
}
.slider .slick-slide.slick-active .slider-content::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 100%;
  top: 0;
  display: none;
  background-color: #29351d;
  opacity: 0.4;
  z-index: 1;
}
@media (min-width: 992px) {
  .slider .slick-slide.slick-active .slider-content::after {
    right: -10%;
    transform: skew(-20deg);
    animation: animete-right1 1.5s;
    display: block;
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .slider .slick-slide.slick-active .slider-content::after {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .slider .slick-slide.slick-active .slider-text h1 {
    animation: animete-right 2s;
  }
}
@media (min-width: 1200px) {
  .slider .slick-slide.slick-active .slider-text h2 {
    animation: animete-right 2.5s;
  }
}
.slider .slick-slide.slick-active .slider-text p {
  color: #fff;
}
@media (min-width: 1200px) {
  .slider .slick-slide.slick-active .slider-text p {
    animation: animete-right 3s;
  }
}
.slider .slick-slide .blue::before {
  background-color: #004c50 !important;
}
.slider .slick-slide .blue::after {
  background-color: #004c50 !important;
}
.slider .slick-slide .blue1::before {
  background-color: #004f73 !important;
}
.slider .slick-slide .blue1::after {
  background-color: #004f73 !important;
}
.slider .slick-slide .blue1 h1 {
  color: #dcd0c2 !important;
}
.slider .slick-slide .blue1 h2 {
  color: #b9f0ee !important;
}
.slider .slick-slide .green1::before {
  background-color: #29351d !important;
}
.slider .slick-slide .green1::after {
  background-color: #29351d !important;
}

.page-card .slider, .card-info .slider {
  display: none;
  height: 180px !important;
  min-height: auto !important;
}
@media (min-width: 768px) {
  .page-card .slider, .card-info .slider {
    display: block;
    height: 250px !important;
  }
}
@media (min-width: 1601px) {
  .page-card .slider, .card-info .slider {
    display: block;
    height: 300px !important;
  }
}
.page-card .slick-slide, .card-info .slick-slide {
  background-size: 200%;
  background-position: center;
}
@media (min-width: 768px) {
  .page-card .slick-slide, .card-info .slick-slide {
    background-size: cover;
  }
}

.gallery .card .card-img {
  text-align: center;
}
.gallery .card .card-img img {
  max-width: 100%;
  padding: 0px;
}
.gallery .card .card-price {
  color: red;
}

.img-container {
  width: 100%;
}
.img-container img {
  max-height: 400px;
}
.img-container .slick-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 100;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">  <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.img-container .slick-next {
  position: absolute;
  right: 20px;
  top: 40%;
  z-index: 100;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"  viewBox="0 0 16 16">  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.prod-title {
  padding: 40px 0px 10px 0px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #d0000f;
}
.prod-title:first-child {
  padding: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .prod-title {
    padding: 40px 40px 10px 40px;
  }
  .prod-title:first-child {
    padding: 0px 40px 10px 40px;
  }
}

.prod-list {
  margin-bottom: 20px;
}
.prod-list .prod-box .card {
  border-bottom: 1px solid #e8eaeb;
  padding: 0em;
  border-radius: 0;
  margin-bottom: 5px;
  -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;
}
.prod-list .prod-box .card:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card {
    padding: 0 2em;
  }
}
@media (min-width: 1300px) {
  .prod-list .prod-box .card {
    padding: 0 2em;
  }
}
@media (min-width: 1601px) {
  .prod-list .prod-box .card {
    padding: 0 2em;
  }
}
.prod-list .prod-box .card a {
  display: flex;
  opacity: 1;
  color: #000;
}
.prod-list .prod-box .card .card-img {
  position: relative;
  width: 200px;
}
.prod-list .prod-box .card .card-img img {
  width: 100%;
}
.prod-list .prod-box .card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card .card-body {
    flex-direction: row;
  }
}
.prod-list .prod-box .card .card-body h5 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card .card-body h5 {
    width: 50%;
  }
}
.prod-list .prod-box .card .card-body p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 0;
}
.prod-list .prod-box .card .card-body .card-resume {
  width: 100%;
  font-size: 12px;
}
.prod-list .prod-box .card .card-body .card-resume p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card .card-body .card-resume {
    width: 30%;
  }
}
.prod-list .prod-box .card .card-body .card-price,
.prod-list .prod-box .card .card-body .card-date {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card .card-body .card-price,
  .prod-list .prod-box .card .card-body .card-date {
    width: 40%;
    padding-left: 20px;
  }
}
.prod-list .prod-box .card .card-body .card-price span,
.prod-list .prod-box .card .card-body .card-date span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #849098;
  margin: 0 10px 0 0;
}
.prod-list .prod-box .card .card-body .card-price p,
.prod-list .prod-box .card .card-body .card-date p {
  font-family: "Roboto", sans-serif;
  display: inline;
  font-size: 14px;
  font-weight: 400;
}
.prod-list .prod-box .card .card-body .card-price p strong,
.prod-list .prod-box .card .card-body .card-date p strong {
  font-weight: 400;
  color: #d0000f;
  font-family: "Roboto", sans-serif;
}
.prod-list .prod-box .card .card-body .card-price {
  width: 100%;
}
@media (min-width: 768px) {
  .prod-list .prod-box .card .card-body .card-price {
    width: 25%;
  }
}

.page-card .breadcrumbs {
  margin: 150px auto 0px auto !important;
}

img {
  max-width: 100%;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  /*     -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; */
}

.card {
  padding: 1em;
  line-height: 1.5em;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checked,
.price span {
  color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
  margin-bottom: 15px;
}

.product-title {
  margin-top: 0;
}

.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.lightbox {
  top: 0 !important;
  left: 0 !important;
  z-index: 1200 !important;
}

.card-info main .wrapper {
  padding-top: 0;
}
.card-info main .wrapper .card {
  padding: 0;
}
@media (min-width: 768px) {
  .card-info main .wrapper .card .card-resume {
    display: flex;
  }
}
.card-info main .wrapper .card .preview {
  margin-bottom: 20px;
  width: 100%;
}
.card-info main .wrapper .card .prod-descr {
  position: relative;
  width: 100%;
}
.card-info main .wrapper .card .prod-descr .short-descr {
  margin-left: 0px;
  margin-top: 40px;
}
.card-info main .wrapper .card .prod-descr .short-descr h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 600;
}
.card-info main .wrapper .card .prod-descr .short-descr p {
  font-size: 14px;
  line-height: 22px;
}
.card-info main .wrapper .card .prod-descr .short-descr .card-price,
.card-info main .wrapper .card .prod-descr .short-descr .card-date {
  font-size: 16px;
  font-weight: 400;
}
.card-info main .wrapper .card .prod-descr .short-descr .card-price span,
.card-info main .wrapper .card .prod-descr .short-descr .card-date span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #849098;
}
.card-info main .wrapper .card .prod-descr .short-descr .card-price p,
.card-info main .wrapper .card .prod-descr .short-descr .card-date p {
  font-family: "Roboto", sans-serif;
  display: inline;
  font-size: 20px;
  font-weight: 400;
}
.card-info main .wrapper .card .prod-descr .short-descr .card-price p strong,
.card-info main .wrapper .card .prod-descr .short-descr .card-date p strong {
  font-weight: 400;
  color: #d0000f;
  font-family: "Roboto", sans-serif;
}
.card-info main .wrapper .card .prod-descr .short-descr .places {
  color: #d0000f;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.card-info main .wrapper .card .prod-descr .short-descr .places span {
  font-size: 26px;
  font-weight: 200;
}
.card-info main .wrapper .card .prod-descr .short-descr .subscribe {
  background-color: #6d9e00;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
}
.card-info main .wrapper .card .prod-descr .short-descr strong {
  margin-bottom: 30px;
  display: inline-block;
}
.card-info main .wrapper .card .card-info p {
  font-size: 18px;
  line-height: 22px;
}
.card-info main .wrapper .card .card-info h3 {
  color: #27a8e0;
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-info main .wrapper .card .preview {
    margin-bottom: 20px;
    width: 40%;
  }
  .card-info main .wrapper .card .prod-descr {
    position: relative;
    width: 60%;
  }
  .card-info main .wrapper .card .prod-descr .short-descr {
    margin-left: 40px;
    margin-top: 0;
  }
  .card-info main .wrapper .card .prod-descr .short-descr strong {
    margin: 0 !important;
  }
}
@media (min-width: 1601px) {
  .card-info main .wrapper .card {
    margin: auto;
    max-width: 1600px;
    padding: 0 3em;
  }
}

.news-list .card {
  padding: 1em;
}
@media (min-width: 1601px) {
  .news-list .card {
    padding: 1em 3em;
  }
}
.news-list a {
  color: #000;
}

.news-details {
  max-width: 1400px;
  margin-bottom: 80px;
}
.news-details .news-det-img {
  max-width: 100%;
  margin-bottom: 40px;
}
.news-details .back-to-news {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.load-more {
  margin: auto;
  position: relative;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
}

.search-details {
  max-width: 1400px;
  margin-bottom: 80px;
  font-size: 16px;
}
.search-details p {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0;
}
.search-details .news-det-img {
  max-width: 100%;
  margin-bottom: 40px;
}
.search-details .back-to-news {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.load-more {
  margin: auto;
  position: relative;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
}

.accordion h2 {
  padding: 0;
}
.accordion p {
  font-size: 17px;
}
.accordion .accordion-item,
.accordion .accordion-item:focus,
.accordion .accordion-item:active,
.accordion .accordion-header,
.accordion .accordion-header:focus,
.accordion .accordion-header:active,
.accordion .accordion-button,
.accordion .accordion-button:focus,
.accordion .accordion-button:active {
  outline: none !important;
  background-color: transparent !important;
  box-shadow: none;
  color: #000;
}
.accordion .accordion-button {
  font-size: 24px !important;
  font-weight: 300;
  padding: 1rem 1rem;
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #000;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}

.spec-contacts {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #064b6c;
  padding: 50px 50px;
  margin-left: 0px;
  color: #fff;
}
.spec-contacts p, .spec-contacts a, .spec-contacts h3, .spec-contacts h4 {
  color: #fff;
}
.spec-contacts h3 {
  font-size: 24px;
  font-weight: 200;
  margin: 0 0 10px 0;
}
.spec-contacts h4 {
  margin-top: 10px;
  opacity: 0.6;
}
.spec-contacts a {
  opacity: 0.8;
}
.spec-contacts a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .spec-contacts {
    margin-top: -250px;
    width: 88%;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .spec-contacts {
    margin-left: 80px;
  }
}
@media (min-width: 1300px) {
  .spec-contacts {
    width: 90%;
    margin-top: -250px;
    margin-left: 100px;
  }
}

.spec .card {
  padding: 1em !important;
  background-color: transparent;
}
.spec .card a {
  display: block;
  margin-top: 10px;
  position: relative;
  color: #d0000f;
  font-size: 14px;
}
.spec .card a:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background-color: #d0000f;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.spec .card a:hover:before {
  width: 5px;
  transition: all 0.5s;
}

.lawr {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #681c3d;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .lawr {
    width: 88%;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .lawr {
    margin-left: 80px;
  }
}
@media (min-width: 1300px) {
  .lawr {
    width: 90%;
    margin-left: 100px;
  }
}

.leagal500 {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  background-color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.leagal500 img {
  max-width: 300px;
}
@media (min-width: 768px) {
  .leagal500 {
    width: 88%;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .leagal500 {
    margin-left: 80px;
  }
}
@media (min-width: 1300px) {
  .leagal500 {
    width: 90%;
    margin-left: 100px;
  }
}

.cookie {
  z-index: 20;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie .cookie-info {
  padding: 25px 20px 25px 20px;
  width: calc(100% - 40px);
  background-color: #fff;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 380px;
}
.cookie .cookie-info p {
  font-size: 11px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  word-spacing: 0.1em;
  color: #000;
  text-align: justify;
}
.cookie .cookie-info button {
  font-size: 13px;
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cookie .cookie-info {
    max-width: 380px;
  }
}
.cookie .btn-link {
  position: relative;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 12px;
  color: black;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
}
.cookie .btn-link span {
  position: relative;
  padding-bottom: 3px;
  word-spacing: 0.1em;
}
.cookie .btn-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.back {
  margin-bottom: 50px;
  display: inline-block;
}

.btn {
  border-radius: 0;
  font-size: 12px;
  min-width: 110px;
}
@media (min-width: 768px) {
  .btn {
    min-width: 150px;
  }
}

.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 3rem;
  padding: 10px;
  color: #6d9e00;
  margin: 30px auto;
  position: relative;
}
.icon i {
  z-index: 1;
  position: absolute;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  border: 4px solid #6d9e00;
  border-radius: 50%;
  z-index: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .slide {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
