/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

body {
  font: 16px/1.5 "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #f6812b;
}
@media (max-width: 1023px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    letter-spacing: 0;
  }
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 72px;
  margin: 0 0 20px;
  letter-spacing: -0.1rem;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 45px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1 span,
.h1 span {
  display: block;
  color: #fff;
}

h2,
.h2 {
  font-size: 36px;
  margin: 0 0 22px;
  color: #f6812b;
  position: relative;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h2 span,
.h2 span {
  color: #fff;
}
h2.single_line,
.h2.single_line {
  text-align: center;
  padding: 0 0 30px;
}
@media (min-width: 1200px) {
  h2.single_line,
  .h2.single_line {
    font-size: 55px;
  }
}
h2.single_line::after,
.h2.single_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f6812b;
  width: 40px;
  height: 1px;
}

h3,
.h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    margin: 0 0 16px;
    font-size: 20px;
  }
}
h3 span,
.h3 span {
  color: #fff;
}

h4,
.h4 {
  font-size: 22.5px;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    margin: 0 0 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
@media (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.71;
  color: inherit;
  margin: 0;
}

p {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  p {
    margin: 0 0 20px;
  }
}

strong {
  font-weight: 700;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #f6812b;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

a,
input,
button {
  transition: all 0.35s ease-in-out;
  outline: none !important;
}

input,
button {
  font-family: inherit;
}

.text-primary {
  color: #f6812b !important;
}

.text-success {
  color: #092c2e !important;
}

.text-secondary {
  color: #fff !important;
}

.text-gray {
  color: #6f6b70 !important;
}

.text-warning {
  color: #f7911e !important;
}

.text-danger {
  color: #f00 !important;
}

.bg-primary {
  background-color: #f6812b !important;
}

.bg-success {
  background-color: #092c2e !important;
}

.bg-secondary {
  background-color: #fff !important;
}

.bg-blue-dark {
  background-color: #110c41 !important;
}

.bg-gray {
  background: #f7fbff !important;
}

.bg-warning {
  background-color: #f7911e !important;
}

.bg-danger {
  background-color: #f00 !important;
}

@media (min-width: 1200px) {
  .font-large {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* General Layout Styles */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  min-width: 360px;
  background: #092c2e;
  color: #fbfbfb;
  font-weight: 500;
}

#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1282px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-large {
  max-width: 1636px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}

.container-spacer {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .container-spacer {
    padding: 0;
  }
}

.text-center {
  text-align: center;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .flex-direction-row {
    flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-direction-reverse {
    flex-direction: row-reverse !important;
  }
}

.bg-dgreen {
  background: #093335;
}

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

.row-block {
  margin: -25px -15px 0;
  display: flex;
  flex-flow: row wrap;
}
.row-block.align-items-center {
  align-items: center;
}
@media (max-width: 1023px) {
  .row-block.column-straight-tablet [class^=col-block],
  .row-block.column-straight-tablet [class*=" col-block"] {
    width: 100% !important;
  }
}
.row-block [class^=col-block],
.row-block [class*=" col-block"] {
  padding: 25px 15px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .row-block > .col-block-1 {
    width: 8.3333333333%;
  }
  .row-block > .col-block-2 {
    width: 16.6666666667%;
  }
  .row-block > .col-block-3 {
    width: 25%;
  }
  .row-block > .col-block-4 {
    width: 33.3333333333%;
  }
  .row-block > .col-block-5 {
    width: 41.6666666667%;
  }
  .row-block > .col-block-6 {
    width: 50%;
  }
  .row-block > .col-block-7 {
    width: 58.3333333333%;
  }
  .row-block > .col-block-8 {
    width: 66.6666666667%;
  }
  .row-block > .col-block-9 {
    width: 75%;
  }
  .row-block > .col-block-10 {
    width: 83.3333333333%;
  }
  .row-block > .col-block-11 {
    width: 91.6666666667%;
  }
  .row-block > .col-block-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-block > .col-block-spacer-1 {
    margin-left: 8.3333333333%;
  }
  .row-block > .col-block-spacer-2 {
    margin-left: 16.6666666667%;
  }
  .row-block > .col-block-spacer-3 {
    margin-left: 25%;
  }
  .row-block > .col-block-spacer-4 {
    margin-left: 33.3333333333%;
  }
  .row-block > .col-block-spacer-5 {
    margin-left: 41.6666666667%;
  }
  .row-block > .col-block-spacer-6 {
    margin-left: 50%;
  }
  .row-block > .col-block-spacer-7 {
    margin-left: 58.3333333333%;
  }
  .row-block > .col-block-spacer-8 {
    margin-left: 66.6666666667%;
  }
  .row-block > .col-block-spacer-9 {
    margin-left: 75%;
  }
  .row-block > .col-block-spacer-10 {
    margin-left: 83.3333333333%;
  }
  .row-block > .col-block-spacer-11 {
    margin-left: 91.6666666667%;
  }
  .row-block > .col-block-spacer-12 {
    margin-left: 100%;
  }
}

.img-center {
  margin: 0 auto;
}

.btn-block {
  display: flex;
  flex-flow: row wrap;
  margin: -20px -15px 0;
}
@media (max-width: 1199px) {
  .btn-block {
    margin: -15px -10px 0;
  }
}
.btn-block > .btn {
  margin: 20px 15px 0;
  max-width: calc(100% + 30px);
}
@media (max-width: 1199px) {
  .btn-block > .btn {
    margin: 15px 10px 0;
    max-width: calc(100% + 20px);
  }
}

.btn {
  -webkit-appearance: none;
  outline: none !important;
  border: 2px solid #f6812b;
  border-radius: 30px;
  position: relative;
  background: #f6812b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 28px;
  min-width: 210px;
  font-weight: 500;
}
.btn-green{
    border: 2px solid #002f2f;
    background: #002f2f;
}

@media (max-width: 1023px) {
  .btn {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 150px;
  }
}
.btn:hover, .btn:focus {
  background: transparent;
  color: #f6812b;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn-green:hover,.btn-green:focus{
	color: #002f2f;
}
.btn.btn-secondary {
  background: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #f6812b;
  color: #fff;
}
.btn.btn-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline:hover {
  color: #fff;
  background: #f6812b;
  border-color: #f6812b;
}
.btn.btn-lg {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .btn.btn-lg {
    font-size: 17px;
  }
}
.btn.btn-sm {
  font-weight: 400;
  min-width: 150px;
  padding: 8px 15px;
  text-transform: none;
}

/* Forms Styles*/
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  display: block;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  label {
    font-size: 14px;
    margin: 0 0 15px;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control,
select {
  -webkit-appearance: none;
  box-shadow: none;
  font: 14px/19px "Nexa", Arial;
  height: 65px;
  box-sizing: border-box;
  padding: 22px 30px;
  background: #123c3e;
  color: #261f25;
  border-radius: 10px;
  width: 100%;
  margin: 0;
  color: #999;
  transition: all 0.3s ease-in-out;
  border: 1px solid #225a5d;
}
@media (max-width: 1023px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  textarea,
  .form-control,
  select {
    height: 47px;
    padding: 13px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus,
select:focus {
  outline: none;
  border-color: #fbfbfb;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.form-control::placeholder,
select::placeholder {
  color: #999;
  opacity: 1;
}

textarea.form-control {
  min-height: 170px;
  width: 100% !important;
  resize: none;
}

.custom-checkbox {
  position: relative;
  display: flex !important;
  align-items: center;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + .custom-check,
.custom-checkbox input[type=radio]:checked + .custom-check {
  background: #f6812b;
  border-color: #f6812b;
}
.custom-checkbox input[type=checkbox]:checked + .custom-check:before,
.custom-checkbox input[type=radio]:checked + .custom-check:before {
  display: block;
}
.custom-checkbox .custom-check {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: block;
  margin: 0 15px 0 0;
  position: relative;
  flex-shrink: 0;
}
.custom-checkbox .custom-check:before {
  width: 10px;
  height: 6px;
  border: 2px solid #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%) rotate(-45deg);
  border-top: 0;
  border-right: 0;
  display: none;
}
/* .custom-checkbox input[type=radio] + .custom-check {
  border-radius: 100%;
}
.custom-checkbox input[type=radio] + .custom-check:before {
  width: 8px;
  height: 8px;
  border: 0;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%) rotate(0);
} */

.link-bordered {
  -webkit-appearance: none;
  position: relative;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 0 1px 5px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.link-bordered:hover {
  color: #f6812b;
  border-color: #f6812b;
}

.custom-select {
  position: relative;
  padding-right: 0;
}
.custom-select .select-opener {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #a5a9af;
  text-align: center;
  width: 48px;
  pointer-events: none;
}
.custom-select .form-control {
  -webkit-appearance: none;
  background: #f5f7fb;
  width: 100%;
  border: 0;
  color: #a4a8ae;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 48px 16px 15px;
  height: 51px;
  font-weight: 300;
}

select {
  /*color: #ccc;*/
}

textarea {
  resize: vertical;
  vertical-align: top;
  resize: none;
  height: 170px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

input[type=number] {
  max-width: 60px;
  -moz-appearance: textfield;
  padding: 4px 17px;
  color: white;
  border-color: #fff;
  background: #092c2e;
}

sup {
  color: #f6812b;
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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-dots {
  list-style: none;
  padding: 0;
  margin: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  padding: 7px;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #799091;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:hover {
  background: #2e6365;
}
.slick-dots li.slick-active button {
  background: #2e6365;
}

body.nav-active {
  overflow: hidden;
}

#header {
  padding: 46px 0;
  width: 100%;
  position: relative;
  z-index: 9;
  background: #0d2f31;
}
@media (max-width: 1199px) {
  #header {
    padding: 35px 0;
  }
}
@media (max-width: 1023px) {
  #header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 15px 0;
  }
}
#header .container {
  position: static;
}
#header .header-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #header .header-holder {
    justify-content: space-between;
  }
}
#header .logo {
  flex-shrink: 0;
  width: 272px;
}
@media (max-width: 1199px) {
  #header .logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    width: 150px;
  }
}
#header .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 63.33%;
}
@media (max-width: 1199px) {
  #header .navbar {
    width: 67%;
  }
}
@media (max-width: 1023px) {
  #header .navbar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    display: flex;
    align-items: stretch;
    transform: translateX(100%);
    padding: 100px 0 0;
    transition: all 0.4s ease-in-out;
    background: #093335;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav-active #header .navbar {
    transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  #header .navbar .btn-block {
    padding: 20px 25px;
  }
}
@media (max-width: 1023px) {
  #header .navbar .btn-block .btn-outline {
    width: 100%;
  }
}
#header .navbar .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  #header .navbar .nav-wrap {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    display: block;
  }
}
@media (min-width: 1023px) {
  .nav-wrap {
    flex-grow: 1; /* Make this element grow to take remaining space */
	}

	#header .cart-icon,
	#header .btn-block {
		display: inline-block; /* Make these elements display inline */
		margin-left: 10px; /* Adjust the margin as needed for spacing */
	}

}
#header .side-links {
  flex-shrink: 0;
}
#header .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) {
  #header .nav-link {
    padding: 10px 20px;
    display: block;
  }
}

/* Navigation Styles */
.navigation {
  margin: 0 -9px;
  padding: 0;
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-grow: 1;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .navigation {
    margin: 20px 0;
  }
}
@media (max-width: 1023px) {
  .navigation {
    display: block;
    margin: 0 0 5px;
  }
}
.navigation li {
  margin: 0 15px 0 16px;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .navigation li {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .navigation li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.navigation li.active > a {
  color: #f6812b;
}
.navigation li .drop-opener {
  position: absolute;
  right: -10px;
  top: 0;
  width: 50px;
  height: 46px;
  color: #f6812b;
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.navigation li .drop-opener:before {
  transition: all 0.3s ease-in-out;
}
.navigation li .drop-opener:hover {
  color: #f6812b;
}
.navigation li a {
  color: #f6812b;
  display: block;
  color: #fff;
}
@media (max-width: 1023px) {
  .navigation li a {
    padding: 10px 25px;
  }
}
.navigation li a:hover {
  color: #f6812b;
}
@media (max-width: 1023px) {
  .navigation li.menu-item-has-children .drop-opener {
    display: flex;
  }
}
.navigation li.menu-item-has-children.drop-active .drop-opener {
  color: #fff;
}
.navigation li.menu-item-has-children.drop-active .drop-opener:before {
  transform: rotate(180deg);
}
.navigation li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
@media (max-width: 1023px) {
  .navigation li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.navigation .sub-menu {
  width: 100%;
  text-transform: none;
  font-weight: 400;
  overflow: hidden;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  display: block;
}
@media (min-width: 1024px) {
  .navigation .sub-menu {
    width: 190px;
    border-radius: 5px;
    background: #faf7ed;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -15px;
    top: 100%;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    visibility: hidden;
    margin-top: 0;
    z-index: 5;
    transform: scaleY(0);
    transform-origin: center top;
  }
}
@media (max-width: 1023px) {
  .navigation .sub-menu {
    padding: 5px 0;
    margin: 0 0 5px;
  }
}
.navigation .sub-menu > li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.navigation .sub-menu > li::before {
  display: none;
}
.navigation .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
}
@media (max-width: 1023px) {
  .navigation .sub-menu > li > a {
    padding: 7px 30px;
  }
}
.navigation .sub-menu > li:hover a {
  background-color: #fff;
  color: #fff;
}

.nav-opener {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 0 0 20px;
  background: #f6812b;
  border-radius: 4px;
  z-index: 50;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.navbar .nav-opener {
  right: 5px;
  top: 10px;
  position: absolute;
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
}
.nav-opener:before {
  margin-bottom: 6px;
}
.nav-active .nav-opener:before {
  margin-bottom: -2px;
  transform: rotate(45deg);
}
.nav-opener:after {
  margin-top: 6px;
}
.nav-active .nav-opener:after {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.nav-active .nav-opener span {
  opacity: 0;
}

.footer {
  background: #002f2f;
  font-size: 19.2px;
  color: #00a4a5;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .footer {
    font-size: 13px;
    line-height: 1.6;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}

.sec-footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .sec-footer .container {
    flex-flow: row wrap;
  }
}
.sec-footer a {
  color: #00a4a5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sec-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.columns-holder {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  padding: 150px 0 130px;
}
@media (max-width: 1199px) {
  .columns-holder {
    padding: 45px 20px;
  }
}
@media (max-width: 1023px) {
  .columns-holder {
    padding: 35px 0;
    width: 100%;
    flex-grow: inherit;
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .columns-holder {
    flex-flow: row wrap;
    padding: 25px 0 10px;
  }
}
.columns-holder .logo-holder {
  width: 25%;
}
@media (min-width: 768px) {
  .columns-holder .logo-holder {
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .columns-holder .logo-holder {
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  .columns-holder .logo-holder {
    margin-right: 212px;
  }
}
@media (max-width: 767px) {
  .columns-holder .logo-holder {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .columns-holder .logo-holder .logo {
    width: 180px;
    margin: 20px 0;
    display: block;
  }
}
.columns-holder .title {
  display: block;
  font-size: 26.6px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 32px;
  color: #f6812b;
}
@media (max-width: 1023px) {
  .columns-holder .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .columns-holder .title {
    margin: 0 0 15px;
    font-size: 18px;
  }
}

.usefull-links {
  width: 25%;
}
@media (max-width: 767px) {
  .usefull-links {
    width: 33.333%;
    order: 1;
    padding: 0 15px 0 0;
    margin: 0 0 25px;
  }
}
@media (max-width: 479px) {
  .usefull-links {
    width: 50%;
  }
}
.usefull-links .links-wrap {
  display: flex;
}
.usefull-links ul {
  margin: 0;
  width: 43%;
}
@media (max-width: 1199px) {
  .usefull-links ul {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .usefull-links ul {
    width: 50%;
  }
}
.usefull-links ul li {
  margin: 0 0 14px;
}
.usefull-links ul li a {
  display: inline-block;
}
.usefull-links ul + ul {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .usefull-links ul + ul {
    padding-left: 20px;
  }
}

.contact-column {
  width: 25%;
}
@media (max-width: 767px) {
  .contact-column {
    width: 33.333%;
    order: 2;
  }
}
@media (max-width: 479px) {
  .contact-column {
    width: 100%;
    margin: 0 0 20px;
  }
}
.contact-column p {
  margin-bottom: 36px;
  font-weight: 500;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .contact-column p {
    margin: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .contact-column p {
    margin: 0 0 15px;
  }
}

.contact-info {
  margin: 0 0 26px;
  line-height: 1.5;
}

.social-networks {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
  font-size: 20px;
  line-height: 1;
}
.social-networks li {
  padding: 0 10px 15px;
}
.social-networks li a {
  color: #014a4a;
}
.social-networks li a:hover {
  color: #00a4a5;
}

.footer-copyrights {
  background: #002626;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0;
  color: #014a4a;
}
@media (max-width: 1023px) {
  .footer-copyrights {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-copyrights {
    font-size: 12px;
  }
}
.footer-copyrights p {
  margin: 0;
  font-weight: 500;
}

/* Main Styles */
#main {
  position: relative;
}

/* Visual Block Styles */
.visual-block {
  overflow: hidden;
  width: 100%;
  background: #092c2e;
  padding: 75px 0 80px;
  background: #0d2f31;
}
@media (max-width: 1023px) {
  .visual-block {
    padding: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .visual-block {
    padding: 40px 0 50px;
  }
}
.visual-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1210px;
}
@media (max-width: 767px) {
  .visual-block .container {
    flex-flow: row wrap;
    flex-direction: column-reverse;
  }
}
.visual-block .textbox {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .visual-block .textbox {
    flex-grow: inherit;
    width: 100%;
    text-align: center;
  }
}
.visual-block h1 {
  position: relative;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
}
.visual-block h1 span {
  font-weight: 300;
}
.visual-block h1 strong {
  color: #f6812b;
  font-weight: 800;
}
.visual-block .box-with-pattern {
  width: 34.25%;
  flex-shrink: 0;
  margin-left: 10%;
}
@media (max-width: 1199px) {
  .visual-block .box-with-pattern {
    margin-left: 7.5%;
  }
}
@media (max-width: 1023px) {
  .visual-block .box-with-pattern {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .visual-block .box-with-pattern {
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.box-with-pattern {
  position: relative;
}
.box-with-pattern:after {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -13.5%;
  top: 40%;
  content: "";
  background: url("../img/img-dots.png") no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .box-with-pattern:after {
    left: -16%;
    right: -16%;
  }
}
@media (max-width: 1023px) {
  .box-with-pattern:after {
    left: -12%;
    right: -12%;
  }
}
@media (max-width: 767px) {
  .box-with-pattern:after {
    left: -20%;
    right: -20%;
  }
}
.box-with-pattern .image-wrap {
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.45);
}
.box-with-pattern .image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.section {
  padding: 130px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section-header {
  text-align: center;
  position: relative;
  max-width: 480px;
  padding-bottom: 40px;
  margin: 0 auto 60px;
}
@media (max-width: 1023px) {
  .section-header {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.section-header:after {
  width: 40px;
  height: 2px;
  background: #f6812b;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
}
.section-header h2:last-child {
  margin-bottom: 0;
}
.section-header.white-separator:after {
  background: #fff;
}

.intro-block {
  background: #093335;
}
@media (min-width: 1024px) {
  .intro-block {
    padding: 100px 0 60px;
  }
}
.intro-block .container {
  max-width: 965px;
}
.intro-block .section-header h2 {
  color: #fff;
}
.intro-block .intro-content {
  overflow: hidden;
}
.intro-block .tab-content {
  background: #023c3e;
  border: 6px solid #41493b;
  border-radius: 20px;
  margin: 0 0 60px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .intro-block .tab-content {
    margin: 0 0 45px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .intro-block .tab-content {
    border-width: 3px;
    margin: 0 0 30px;
  }
}
.intro-block .tab-content.active {
  opacity: 1;
}
.intro-block .text-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
}
@media (max-width: 1023px) {
  .intro-block .text-content {
    padding: 65px 75px 65px 35px;
  }
}
@media (max-width: 767px) {
  .intro-block .text-content {
    padding: 35px 15px 30px;
    flex-direction: column;
  }
}
.intro-block .textbox {
  flex-grow: 1;
  min-width: 0;
  max-width: 310px;
}
@media (max-width: 767px) {
  .intro-block .textbox {
    flex-grow: inherit;
    max-width: inherit;
    text-align: center;
    margin-bottom: 25px;
  }
}
.intro-block .textbox .icon {
  width: 51px;
  height: 51px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .intro-block .textbox .icon {
    margin: 0 auto 20px;
  }
}
.intro-block .textbox h2 {
  margin: 0 0 18px;
}
.intro-block .img-holder {
  width: 200px;
  flex-shrink: 0;
  transform: rotate(-22deg);
}
@media (max-width: 767px) {
  .intro-block .img-holder {
    transform: none;
    margin: 0 auto;
  }
}
.intro-block .img-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-block .tabset {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .intro-block .tabset {
    margin-bottom: -15px;
  }
}
.intro-block .tabset li {
  padding: 0 10px 20px;
  min-width: 130px;
  text-align: center;
}
@media (max-width: 1023px) {
  .intro-block .tabset li {
    min-width: inherit;
    width: 16.666%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro-block .tabset li {
    width: 33.333%;
  }
}
.intro-block .tabset li a {
  display: block;
  position: relative;
  padding-bottom: 25px;
  color: #114a4d;
}
@media (max-width: 767px) {
  .intro-block .tabset li a {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.intro-block .tabset li a:after {
  width: 0;
  height: 2px;
  background: #f6812b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  transition: width 0.3s ease-in-out;
}
.intro-block .tabset li a:hover {
  color: #f6812b;
}
.intro-block .tabset li a:hover .icon {
  background: #41493b;
  opacity: 1;
}
.intro-block .tabset li.active a {
  color: #f6812b;
  transform: scale(1.15);
}
@media (max-width: 1023px) {
  .intro-block .tabset li.active a {
    transform: scale(1);
  }
}
.intro-block .tabset li.active a:after {
  width: 28px;
}
.intro-block .tabset li.active a .icon {
  background: #41493b;
  opacity: 1;
}
.intro-block .tabset .icon {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  background: rgb(12, 63, 65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .intro-block .tabset .icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .intro-block .tabset .icon {
    margin-bottom: 5px;
  }
}
.intro-block .tabset .icon img {
  display: block;
}
@media (max-width: 1023px) {
  .intro-block .tabset .icon img {
    transform: scale(0.7);
  }
}
.intro-block .tabset .title {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.press-block {
  background: #0d383a;
}
.press-block .container {
  max-width: 1150px;
}

.info-list {
  list-style: none;
  padding: 30px 0 0;
  margin: -15px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .info-list {
    margin: -7px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .info-list {
    padding-top: 5px;
  }
}
.info-list li {
  width: 50%;
  padding: 15px;
}
@media (max-width: 1023px) {
  .info-list li {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .info-list li {
    width: 100%;
  }
}

.info-box {
  background: #123c3e;
  border-radius: 20px;
  height: 100%;
  padding: 43px 45px;
  display: block;
  color: #fff;
}
@media (max-width: 1023px) {
  .info-box {
    padding: 35px 30px;
    border-radius: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .info-box {
    padding: 25px 15px;
  }
}
.info-box h3 {
  color: #fff;
  margin: 0 0 15px;
}
.info-box h3:before {
  width: 0;
  height: 2px;
  background: #f6812b;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.info-box p {
  max-width: 360px;
}
.info-box:hover {
  background: #41493b;
}
.info-box:hover h3:before {
  width: 10px;
  margin-right: 5px;
}

.started-block {
  background: #ff8d3a;
  text-align: center;
  color: #093335;
  position: relative;
  overflow: visible;
}
p.started-block-p {
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .started-block {
    padding: 100px 0 120px;
  }
}
.started-block .btn-next {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #092c2e;
  position: absolute;
  left: 50%;
  bottom: -45px;
  padding: 2px 0 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .started-block .btn-next {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .started-block .btn-next img {
    width: 22px;
  }
}
.started-block .btn-next:hover {
  background: #123c3e;
}
.started-block .container {
  position: static;
}
.started-block .textbox {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.started-block h2 {
  color: #093335;
}
.started-block .img-rectangle {
  width: 511px;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .started-block .img-rectangle {
    width: 400px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  .started-block .img-rectangle {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .started-block .img-rectangle {
    right: -17%;
  }
}
@media (max-width: 1023px) {
  .started-block .img-rectangle {
    display: none;
  }
}
.started-block .img-rectangle img {
  width: 100%;
  height: auto;
  display: block;
}

.learning-block {
  background: #0d383a;
}
.learning-block .container {
  max-width: 890px;
}
.learning-block .info-list {
  margin-bottom: 85px;
}
@media (max-width: 1023px) {
  .learning-block .info-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .learning-block .info-list {
    margin-bottom: 25px;
  }
}
.learning-block .info-list li {
  width: 100%;
}
.learning-block .info-box {
  padding: 45px 95px;
}
@media (max-width: 1023px) {
  .learning-block .info-box {
    padding: 45px 75px;
  }
}
@media (max-width: 767px) {
  .learning-block .info-box {
    padding: 25px 15px;
  }
}
.learning-block .info-box h3 {
  color: #f6812b;
}
.learning-block .info-box h3:before {
  width: 10px;
  margin-left: -35px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .learning-block .info-box h3:before {
    margin-left: 0;
    margin-right: 7px;
  }
}
.learning-block .info-box p {
  max-width: 100%;
}
.learning-block .info-box:hover {
  background: #123c3e;
}
.learning-block .btn-holder {
  overflow: hidden;
  text-align: center;
}

.testimonials-block {
  background: #093335;
}

.testimonials-slider {
  padding-top: 20px;
  margin: -25px;
}
@media (max-width: 1199px) {
  .testimonials-slider {
    margin: -10px;
  }
}
@media (max-width: 1023px) {
  .testimonials-slider {
    margin: -7px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider {
    padding-top: 5px;
  }
}
.testimonials-slider .slick-list {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .testimonials-slider .slick-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider .slick-list {
    margin-bottom: 25px;
  }
}
.testimonials-slider .slick-track {
  display: flex;
}
.testimonials-slider .slick-slide {
  padding: 25px;
  height: auto;
}
@media (max-width: 1199px) {
  .testimonials-slider .slick-slide {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .testimonials-slider .slick-slide {
    padding: 7px;
  }
}
.testimonials-slider .slick-slide.slick-current .testimonial-box:after, .testimonials-slider .slick-slide.slick-center .testimonial-box:after {
  opacity: 0;
  visibility: hidden;
}

.testimonial-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  color: #999;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-box {
    padding: 30px 25px;
  }
}
@media (max-width: 1023px) {
  .testimonial-box {
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.testimonial-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #0d383a;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.testimonial-box h3 {
  color: #0d383a;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .testimonial-box h3 {
    margin: 0 0 15px;
  }
}
.testimonial-box blockquote {
  margin: 0;
  display: block;
}
.testimonial-box blockquote q {
  display: block;
  quotes: none;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .testimonial-box blockquote q {
    margin: 0 0 15px;
  }
}
.testimonial-box blockquote .author {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #0d383a;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .testimonial-box blockquote .author {
    font-size: 16px;
  }
}
.testimonial-box blockquote .author:after {
  width: 50px;
  height: 2px;
  background: #f6812b;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.star-ratings {
  list-style: none;
  padding: 0;
  margin: 0 -3px 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #ffcc2c;
}
@media (max-width: 1023px) {
  .star-ratings {
    font-size: 16px;
  }
}
.star-ratings li {
  padding: 0 3px;
}

@media (min-width: 1024px) {
  .cart-block {
    padding: 100px 0;
  }
}
.cart-block h2 {
  margin: 0 0 65px;
}
@media (max-width: 1199px) {
  .cart-block h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .cart-block h2 {
    margin: 0 0 30px;
  }
}

.shoppingcart-table {
  overflow: hidden;
  margin: 0 0 47px;
}
@media (max-width: 767px) {
  .shoppingcart-table table {
    border: 1px solid #165256;
  }
}
@media (max-width: 767px) {
  .shoppingcart-table table tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .shoppingcart-table table tr td {
    display: block;
    position: relative;
    padding-left: 45%;
  }
}
@media (max-width: 767px) {
  .shoppingcart-table table tr td:first-child {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .shoppingcart-table table tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}
.shoppingcart-table table tr td:before {
  content: attr(data-title);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 41%;
  min-width: 125px;
  position: absolute;
  padding-right: 15px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .shoppingcart-table table tr td:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .shoppingcart-table table tr:first-child {
    display: none;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
table tr td {
  padding: 25px;
  border-bottom: 1px solid #165256;
}
@media (max-width: 1199px) {
  table tr td {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  table tr td {
    padding: 15px;
  }
}
table tr td:first-child {
  border-left: 1px solid #165256;
}
@media (min-width: 1200px) {
  table tr td:first-child {
    padding-left: 30px;
  }
}
table tr td:last-child {
  border-right: 1px solid #165256;
}
@media (min-width: 1200px) {
  table tr td:last-child {
    padding-right: 30px;
  }
}
table tr td img {
  max-height: 120px;
}
@media (max-width: 1199px) {
  table tr td img {
    max-height: 100px;
  }
}
table tr td input {
  width: 60px;
}
table tr:first-child td {
  font-weight: 700;
  border-color: transparent;
  background: #165256;
}
@media (min-width: 1200px) {
  table tr:first-child td {
    font-size: 18px;
  }
}

.btn-delete {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #f6812b;
  display: block;
  position: relative;
  border: 1px solid #f6812b;
}
@media (max-width: 1199px) {
  .btn-delete {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .btn-delete {
    width: 34px;
    height: 34px;
  }
}
.btn-delete:before, .btn-delete:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  content: "";
}
.btn-delete:before {
  width: 25px;
  height: 2px;
}
@media (max-width: 1199px) {
  .btn-delete:before {
    width: 20px;
  }
}
@media (max-width: 1023px) {
  .btn-delete:before {
    width: 16px;
  }
}
.btn-delete:after {
  width: 2px;
  height: 25px;
}
@media (max-width: 1199px) {
  .btn-delete:after {
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .btn-delete:after {
    height: 16px;
  }
}
.btn-delete:hover {
  background: transparent;
}

.pricing-block {
  max-width: 640px;
}
.pricing-block.addition {
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .pricing-block.addition {
    max-width: 640px;
  }
}
.pricing-block.oragne-head table tr:first-child td {
  background: #f6812b;
}
.pricing-block.oragne-head table td:last-child {
  width: 150px;
  min-width: 210px;
  max-width: 210px;
}
@media (max-width: 479px) {
  .pricing-block.oragne-head table td:last-child {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
}
.pricing-block table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .pricing-block table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pricing-block table tr td:first-child {
  font-weight: 700;
}
/* .pricing-block table tr td:last-child {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 479px) {
  .pricing-block table tr td:last-child {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
} */
.pricing-block table tr td[colspan="2"] {
  text-align: center;
}
.pricing-block table tr:first-child td {
  text-transform: uppercase;
}
.pricing-block table tr:last-child td {
  color: #f6812b;
  font-weight: 700;
}

.checkout-info {
  padding: 30px;
  border: 1px solid #165256;
  border-top: none;
}
@media (max-width: 1199px) {
  .checkout-info {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .checkout-info {
    padding: 15px;
  }
}
.checkout-info p {
  margin: 0 0 27px;
}
.checkout-info p span {
  color: #f6812b;
}
.checkout-info .btn {
  width: 100%;
  border-radius: 6px;
}

.order-info {
  list-style: none;
  padding: 30px 0 0;
  margin: 0 -50px 120px;
  display: flex;
}
@media (max-width: 1199px) {
  .order-info {
    margin: 0 -35px 90px;
  }
}
@media (max-width: 1023px) {
  .order-info {
    margin: 0 -20px 60px;
    padding: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .order-info {
    flex-flow: row wrap;
  }
}
@media (max-width: 479px) {
  .order-info {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.order-info li {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .order-info li {
    padding: 0 35px;
  }
}
@media (max-width: 1023px) {
  .order-info li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .order-info li {
    width: 50%;
    margin: 0 0 20px;
  }
}
.order-info li + li {
  border-left: 1px dashed #fff;
}
.order-info li .title {
  display: block;
  color: #4aa0a6;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .order-info li .title {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .order-info li .title {
    font-size: 12px;
  }
}
.order-info li .text {
  font-size: 24px;
  display: block;
}
@media (max-width: 1199px) {
  .order-info li .text {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .order-info li .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-info li .text {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .order-info li .text {
    font-size: 15px;
  }
}

/* Inner Styles */
.ratings-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratings-holder span {
  padding-right: 20px;
}

.ratings {
  list-style: none;
  padding: 15px 0;
  margin: -5px 0 0;
  display: flex;
  color: #ffcc2c;
}
.ratings li {
  padding-right: 5px;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 767px) {
  .ratings li {
    font-size: 14px;
  }
}

/* Sub Visual Block Styles */
.sub-visual {
  padding: 148px 0 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d2f31;
  border-bottom: 6px solid #0e3a3d;
}
@media (max-width: 1199px) {
  .sub-visual {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .sub-visual {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sub-visual {
    padding: 40px 0;
  }
}
.sub-visual h1 {
  color: #f6812b;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .sub-visual h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .sub-visual h1 {
    margin: 0 0 10px;
  }
}
.sub-visual .textbox {
  padding: 0;
}

.breadcrumbs {
  list-style: none;
  padding: 15px 0;
  margin: -5px 0 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  color: #fff;
  letter-spacing: -0.5px;
}
.breadcrumbs li + li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin: 0 15px;
  font-weight: 700;
  color: #fbfbfb;
}
.breadcrumbs li a {
  color: #397376;
}
.breadcrumbs li a:hover {
  color: #f6812b;
}

.section-product {
  padding: 100px 0;
  background: #092c2e;
}
@media (max-width: 1199px) {
  .section-product {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .section-product {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-product {
    padding: 40px 0;
  }
}
.section-product h2 {
  text-align: left;
  font-size: 36px;
}
@media (max-width: 1023px) {
  .section-product h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-product h2 {
    font-size: 24px;
  }
}
.section-product .btn {
  border-radius: 8px;
  min-width: 60px;
  margin-left: 15px;
}
.section-product .product-detail {
  padding: 0 45px 130px 0;
}
@media (max-width: 1199px) {
  .section-product .product-detail {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .section-product .product-detail {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .section-product .product-detail {
    padding: 20px 0 40px;
  }
}
.section-product .ratings-holder {
  justify-content: inherit;
  margin: 0 0 45px;
}
.section-product .ratings-holder span {
  padding-left: 23px;
  font-weight: 500;
}
.section-product .ratings-holder .ratings {
  padding: 0;
  margin: 0;
}
.section-product .product-holder {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .section-product .product-holder {
    padding: 0;
  }
}
.section-product .product-form label {
  text-transform: inherit;
}
.section-product .product-form label span {
  color: #f6812b;
  font-size: 24px;
  padding-right: 17px;
}
.section-product .slider-wrap {
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-product .slider-wrap .slider-for {
    max-width: 400px;
    margin: 0 auto;
  }
}
.section-product .slider-wrap .slick-list {
  overflow: inherit;
}
.section-product .box-with-pattern::after {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .section-product .box-with-pattern::after {
    background-repeat: no-repeat;
  }
}
.section-product .image-wrap {
  max-width: 375px;
  margin: 0 auto;
  box-shadow: inherit;
}
@media (max-width: 1023px) {
  .section-product .image-wrap {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .section-product .image-wrap {
    max-width: 260px;
  }
}
.section-product .image-wrap img {
  width: auto;
  max-height: 567px;
  filter: drop-shadow(0px 17px 0px rgba(0, 0, 0, 0.3));
}
.section-product .product-images {
  list-style: none;
  margin: 0 auto;
  padding: 52px 0;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .section-product .product-images {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .section-product .product-images {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .section-product .product-images {
    padding: 0;
  }
}
.section-product .product-images .slick-slide {
  margin: 15px;
}
.section-product .product-images .slick-slide .img-wrap {
  padding: 22px 17px;
  border-radius: 10px;
  background: #0b3537;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.section-product .product-images .slick-slide.slick-current .img-wrap, .section-product .product-images .slick-slide:hover .img-wrap {
  background: #1a4e51;
}
.section-product .product-images img {
  max-width: 65px;
  max-height: 85px;
}

.section-reviews {
  padding: 107px 0 122px;
  background: #0d383a;
  border-bottom: 1px solid #104245;
}
@media (max-width: 1199px) {
  .section-reviews {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .section-reviews {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-reviews {
    padding: 40px 0;
  }
}
.section-reviews .comment-wrap {
  padding: 68px 0 74px;
}
@media (max-width: 1199px) {
  .section-reviews .comment-wrap {
    padding: 30px 0;
  }
}
.section-reviews .comment-holder {
  padding: 45px 66px 45px 45px;
  background: #41493b;
  border-radius: 20px;
  width: 86%;
  margin: 0 auto 50px;
}
@media (max-width: 1023px) {
  .section-reviews .comment-holder {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .section-reviews .comment-holder {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.section-reviews .comment-holder:nth-child(2n) {
  background: #123c3e;
}
.section-reviews h3 {
  color: #fff;
  margin: 0 0 12px;
}
.section-reviews .time {
  display: block;
  color: #f6812b;
  margin: 0 0 20px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .section-reviews .time {
    margin: 0 0 10px;
  }
}
.section-reviews p {
  max-width: 991px;
}
@media (max-width: 991px) {
  .section-reviews p {
    max-width: inherit;
  }
}
.section-reviews .btn-block {
  justify-content: center;
}
.section-reviews .btn-block .btn-outline {
  min-width: 182px;
}

.add-review .ratings li:hover .fa-regular {
  color: #f6812b;
  font-weight: 900;
}
.add-review .ratings li:hover .fa-regular:before {
  content: "\f005";
}

.section.add-review {
  background: #0d383a;
  padding: 135px 0;
}
@media (max-width: 1199px) {
  .section.add-review {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .section.add-review {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section.add-review {
    padding: 40px 0;
  }
}
.section.add-review .textbox {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .section.add-review .textbox {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section.add-review .textbox {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .section.add-review .textbox {
    padding: 10px 0;
  }
}
.section.add-review .ratings {
  color: #f6812b;
  padding: 0;
  margin: 0;
}

.aep-form {
  width: 86%;
  margin: 0 auto;
  padding-top: 62px;
}
@media (max-width: 1199px) {
  .aep-form {
    padding-top: 42px;
  }
}
@media (max-width: 1023px) {
  .aep-form {
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  .aep-form {
    width: 100%;
    padding-top: 32px;
  }
}
.aep-form .col-block-12:first-child {
  margin: 0 0 58px;
}
@media (max-width: 1199px) {
  .aep-form .col-block-12:first-child {
    margin: 0 0 38px;
  }
}
@media (max-width: 1023px) {
  .aep-form .col-block-12:first-child {
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .aep-form .col-block-12:first-child {
    margin: 0;
  }
}
.aep-form .form-group {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .aep-form .form-group {
    margin-bottom: 0;
  }
}
.aep-form label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: inherit;
  margin: 0 0 27px;
  color: #fbfbfb;
}
@media (max-width: 1023px) {
  .aep-form label {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.aep-form label.message {
  margin: 0 0 35px;
}
.aep-form .form-control {
  width: 100%;
}
.aep-form .form-control#save {
  max-width: 20px;
  max-height: 20px;
  padding: 0;
  border-radius: 4px;
}
.aep-form .btn {
  margin: 38px 0 0;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .aep-form .btn {
    margin: 0 0 20px;
  }
}

.section.checkout-form {
  padding: 92px 0;
}
@media (max-width: 1199px) {
  .section.checkout-form {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .section.checkout-form {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section.checkout-form {
    padding: 40px 0;
  }
}
.section.checkout-form h2 {
  margin: 0 0 106px;
}
@media (max-width: 1199px) {
  .section.checkout-form h2 {
    margin: 0 0 68px;
  }
}
@media (max-width: 1023px) {
  .section.checkout-form h2 {
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .section.checkout-form h2 {
    margin: 0 0 30px;
  }
}
.section.checkout-form .form-wrap {
  max-width: 87%;
}
@media (max-width: 1439px) {
  .section.checkout-form .form-wrap {
    max-width: inherit;
  }
}
.section.checkout-form input[type=text],
.section.checkout-form input[type=tel],
.section.checkout-form input[type=email],
.section.checkout-form input[type=search],
.section.checkout-form input[type=password],
.section.checkout-form textarea,
.section.checkout-form .form-control,
.section.checkout-form select {
  background: #092c2e;
  color: #fff;
  height: 70px;
  border: 2px solid #225a5d;
}
@media (max-width: 1023px) {
  .section.checkout-form input[type=text],
  .section.checkout-form input[type=tel],
  .section.checkout-form input[type=email],
  .section.checkout-form input[type=search],
  .section.checkout-form input[type=password],
  .section.checkout-form textarea,
  .section.checkout-form .form-control,
  .section.checkout-form select {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .section.checkout-form input[type=text],
  .section.checkout-form input[type=tel],
  .section.checkout-form input[type=email],
  .section.checkout-form input[type=search],
  .section.checkout-form input[type=password],
  .section.checkout-form textarea,
  .section.checkout-form .form-control,
  .section.checkout-form select {
    height: 50px;
  }
}
.section.checkout-form input[type=text]:focus,
.section.checkout-form input[type=tel]:focus,
.section.checkout-form input[type=email]:focus,
.section.checkout-form input[type=search]:focus,
.section.checkout-form input[type=password]:focus,
.section.checkout-form textarea:focus,
.section.checkout-form .form-control:focus,
.section.checkout-form select:focus {
  outline: none;
  border-color: #fbfbfb;
}
.section.checkout-form label {
  text-transform: inherit;
  color: #4aa0a6;
  margin: 10px 0 15px;
}
.section.checkout-form .btn {
  border-radius: 10px;
}
.section.checkout-form p {
  max-width: 87%;
  margin: 0 0 50px;
}
@media (max-width: 1599px) {
  .section.checkout-form p {
    max-width: inherit;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section.checkout-form p {
    margin: 0 0 20px;
  }
}
.section.checkout-form .pricing-box {
  padding: 55px 0 20px;
}
@media (max-width: 1199px) {
  .section.checkout-form .pricing-box {
    padding: 45px 0 20px;
  }
}
@media (max-width: 1023px) {
  .section.checkout-form .pricing-box {
    padding: 35px 0 20px;
  }
}
@media (max-width: 767px) {
  .section.checkout-form .pricing-box {
    padding: 10px 0 20px;
  }
}
.section.checkout-form .pricing-box h2 {
  margin: 0 0 76px;
}
@media (max-width: 1199px) {
  .section.checkout-form .pricing-box h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .section.checkout-form .pricing-box h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section.checkout-form .pricing-box h2 {
    margin: 0 0 20px;
  }
}
.section.checkout-form .pricing-box table tr:first-child td {
  background: #165256;
}

.select-wrap {
  position: relative;
}
.select-wrap:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  margin-right: 25px;
  font-size: 19px;
  width: 50pX;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .select-wrap:after {
    font-size: 14px;
    margin-right: 15px;
  }
}

.checkbox-wrap {
  max-width: 214px;
  background: #41493b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 0 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .checkbox-wrap {
    max-width: 180px;
    padding: 13px 0;
  }
}

.checkbox-wrap label {
  color: #fff !important;
  font-size: 14px;
  margin: 0;
}
.checkbox-wrap .custom-check {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 2px solid #f6812b;
}
.checkout-info p{
	display: none;
}

li.menu-item-object-custom a {
    color: #ffffff !important;
}
li.menu-item-object-custom a:hover {
    color: #f6812b !important;
}
.footer li.menu-item-object-custom a {
    color: #00a4a5 !important;
}
.footer li.menu-item-object-custom a:hover {
    color: #ffffff !important;
	text-decoration: underline;
}

.checkout-form .container .woocommerce{
	margin: 30px;
}
@media (max-width: 1023px) {
	.cart-icon {
		margin: 30px;
	}
}
