@charset "UTF-8";
/*
* Trunk version 2.0.1
*/
/*
* Contexts
*/
.context-dark,
.bg-gray-800,
.bg-gray-700,
.bg-primary,
.context-dark h1,
.bg-gray-800 h1,
.bg-gray-700 h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-800 h2,
.bg-gray-700 h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-800 h3,
.bg-gray-700 h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-800 h4,
.bg-gray-700 h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-800 h5,
.bg-gray-700 h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-800 h6,
.bg-gray-700 h6,
.bg-primary h6,
.context-dark [class^="heading-"],
.bg-gray-800 [class^="heading-"],
.bg-gray-700 [class^="heading-"],
.bg-primary [class^="heading-"] {
  color: #ffffff;
}

a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

/*
* Typography
*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.64706;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^="heading-"] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: black;
  font-family: "Rubik", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^="heading-"] a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^="heading-"] a:hover {
  color: #ff7f63;
}

h1,
.heading-1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 55px;
    line-height: 1.07273;
  }
}

h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  h2,
  .heading-2 {
    font-size: 43px;
    line-height: 1.62791;
    letter-spacing: 0.02em;
  }
}

h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  h3,
  .heading-3 {
    font-size: 33px;
    line-height: 1.33333;
    letter-spacing: 0.02em;
  }
}

h4,
.heading-4 {
  font-size: 22px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  h4,
  .heading-4 {
    font-size: 22px;
    line-height: 1.36364;
  }
}

h5,
.heading-5 {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
  h5,
  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6,
.heading-6 {
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  h6,
  .heading-6 {
    font-size: 17px;
    line-height: 1.41176;
  }
}

small,
.small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.smal-2 {
  font-size: 12px;
  font-weight: 500;
}

mark,
.mark {
  padding: 3px 5px;
  color: #ffffff;
  background: #ff7f63;
}

.big {
  font-size: 18px;
  line-height: 1.55556;
}

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

code {
  padding: 3px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111111;
  background: #edeff4;
}

p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #ff7f63;
}

p [style*="max-width"] {
  display: inline-block;
}

::selection {
  background: #ff7f63;
  color: #ffffff;
}

::-moz-selection {
  background: #ff7f63;
  color: #ffffff;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

.text-white-lighter {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-lighter-2 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-primary {
  color: #ff7f63 !important;
}

.text-third {
  color: rgba(0, 0, 0, 0.7) !important;
}

/*
* Brand
*/
.brand {
  display: inline-block;
}

.brand .brand-logo-light {
  display: none;
}

.brand .brand-logo-dark {
  display: block;
}

/*
* Links
*/
a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: #ff7f63;
}

a:hover {
  color: #ff4017;
}

a[href*="tel"],
a[href*="mailto"] {
  white-space: nowrap;
}

.link-hover {
  color: #ff4017;
}

.link-press {
  color: #ff4017;
}

* + .privacy-link {
  margin-top: 25px;
}

/*
* Blocks
*/
.block-center,
.block-lg {
  margin-left: auto;
  margin-right: auto;
}

.block-sm {
  max-width: 400px;
}

@media (min-width: 1200px) {
  .block-md {
    max-width: 270px;
  }
}

.block-lg {
  max-width: 768px;
}

.block-center {
  padding: 10px;
}

.block-center:hover .block-center-header {
  background-color: #ff7f63;
}

.block-center-title {
  background-color: #ffffff;
}

@media (max-width: 1599.98px) {
  .block-center {
    padding: 20px;
  }
  .block-center:hover .block-center-header {
    background-color: #ffffff;
  }
  .block-center-header {
    background-color: #ff7f63;
  }
}

/*
* Boxes
*/
.box-minimal {
  text-align: center;
}

.box-minimal .box-minimal-icon {
  font-size: 50px;
  line-height: 50px;
  color: #ff7f63;
}

.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #ff7f63;
}

.box-minimal-text {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

* + .box-minimal {
  margin-top: 30px;
}

* + .box-minimal-title {
  margin-top: 10px;
}

* + .box-minimal-divider {
  margin-top: 20px;
}

* + .box-minimal-text {
  margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-gray-800 .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p {
  color: #ffffff;
}

.box-counter {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

@media (min-width: 1200px) {
  .box-counter {
    text-align: left;
    padding-left: 100px;
  }
}

.box-counter-title {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.box-counter-main {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  background: #ff7f63;
  color: white;
  min-width: 114px;
  padding: 17px 30px;
  position: relative;
}

@media (min-width: 576px) {
  .box-counter-main::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 66px;
    height: 66px;
    border: solid #ff7f63;
    border-width: 0 1px 1px 0;
  }
}

.box-counter-main > * {
  display: inline;
  font: inherit;
}

.box-counter-main .small {
  font-size: 20px;
}

.box-counter-main .small_top {
  position: relative;
  top: 0.2em;
  vertical-align: top;
}

* + .box-counter-title {
  margin-top: 10px;
}

* + .box-counter-main {
  margin-top: 20px;
}

* + .box-counter-divider {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .box-counter-title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .box-counter-main {
    font-size: 24px;
  }
  .box-counter-main .small {
    font-size: 20px;
  }
  * + .box-counter-main {
    margin-top: 30px;
  }
  * + .box-counter-divider {
    margin-top: 15px;
  }
  * + .box-counter-title {
    margin-top: 18px;
  }
}

.bg-primary .box-counter {
  color: #ffffff;
}

.bg-primary .box-counter-divider::after {
  background: #ffffff;
}

/*
* Element groups
*/
html {
  scroll-behavior: smooth;
}

html .group {
  margin-bottom: -20px;
  margin-left: -15px;
}

html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}

html .group-sm {
  margin-bottom: -10px;
  margin-left: -10px;
}

html .group-sm:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-sm > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

html .group-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}

html .group-xl:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-xl > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}

@media (min-width: 992px) {
  html .group-xl {
    margin-bottom: -20px;
    margin-left: -45px;
  }
  html .group-xl > * {
    margin-bottom: 20px;
    margin-left: 45px;
  }
}

html .group-middle {
  display: inline-flex;
  align-items: center;
}

html .group-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}

html .group-custom > * {
  flex: 0 1 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  html .group-custom {
    flex-wrap: nowrap;
  }
  html .group-custom > * {
    flex: 1 1 auto;
  }
}

* + .group-sm {
  margin-top: 30px;
}

* + .group-xl {
  margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}

.unit > * {
  margin-bottom: 30px;
  margin-left: 20px;
}

.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}

.unit-spacing-xs > * {
  margin-bottom: 15px;
  margin-left: 7px;
}

/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
  margin-top: 10px;
}

.list-xs > li + li {
  margin-top: 5px;
}

.list-sm > li + li {
  margin-top: 10px;
}

.list-md > li + li {
  margin-top: 18px;
}

.list-lg > li + li {
  margin-top: 25px;
}

.list-xl > li + li {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}

/*
* List inline
*/
.list-inline > li {
  display: inline-block;
}

html .list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

html .list-inline-md > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  html .list-inline-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  html .list-inline-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
* List social
*/
.list-social li {
  font-size: 17px;
  margin-right: 44px;
  margin-top: 20px;
  display: block;
}

.list-social li a {
  color: rgba(255, 255, 255, 0.3);
  transition: 0.4s all ease;
}

.list-social li a:hover {
  color: #ff7f63;
  transition: 0.4s all ease;
}

@media (min-width: 576px) {
  .list-social li {
    display: inline-block;
    margin-top: 0;
  }
}

/*
* List terms
*/
.list-terms dt + dd {
  margin-top: 5px;
}

.list-terms dd + dt {
  margin-top: 25px;
}

* + .list-terms {
  margin-top: 25px;
}

/*
* Index list
*/
.index-list {
  counter-reset: li;
}

.index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

/*
* Marked list
*/
.list-marked {
  text-align: left;
}

.list-marked > li {
  position: relative;
  padding-left: 25px;
}

.list-marked > li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1px;
  min-width: 25px;
  content: "\f105";
  font: 400 14px/24px "FontAwesome";
  color: #b7b7b7;
}

.list-marked > li + li {
  margin-top: 4px;
}

* + .list-marked {
  margin-top: 15px;
}

p + .list-marked {
  margin-top: 10px;
}

/*
* Ordered List
*/
.list-ordered {
  counter-reset: li;
  text-align: left;
}

.list-ordered > li {
  position: relative;
  padding-left: 25px;
}

.list-ordered > li:before {
  position: absolute;
  content: counter(li, decimal) ".";
  counter-increment: li;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #b7b7b7;
}

.list-ordered > li + li {
  margin-top: 10px;
}

* + .list-ordered {
  margin-top: 15px;
}

/*
* Images
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}

/*
* Icons
*/
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

.icon-circle {
  border-radius: 50%;
}

/*
* Tables custom
*/
.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  color: #353a43;
  background: #ffffff;
}

.table-custom th {
  padding: 35px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #f9f9f9;
}

@media (max-width: 991.98px) {
  .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.table-custom td {
  padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
  border-top: 0;
}

.table-custom tr td {
  border-bottom: 1px solid #c4c4c4;
}

.table-custom tfoot td {
  font-weight: 700;
}

* + .table-custom-responsive {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .table-custom-responsive {
    margin-top: 40px;
  }
}

.table-custom.table-custom-primary thead th {
  color: #ffffff;
  background: #ff7f63;
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #f9f9f9;
}

.table-custom.table-custom-bordered tr td:first-child {
  border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
  border-right: 0;
}

.table-custom.table-custom-bordered td {
  border: 1px solid #c4c4c4;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-custom.table-custom-striped {
  border-bottom: 1px solid #c4c4c4;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f9f9f9;
}

.table-custom.table-custom-striped tbody td {
  border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

@media (max-width: 991.98px) {
  .table-custom-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-custom-responsive.table-bordered {
    border: 0;
  }
}

/*
* Dividers
*/
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #f9f9f9;
}

.divider {
  font-size: 0;
  line-height: 0;
}

.divider::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ff7f63;
}

/*
* Buttons
*/
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 2px solid;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
  padding: 18px 35px;
  font-size: 17px;
  line-height: 1.25;
  padding-top: 18px;
  padding-bottom: 16px;
}

.button-block {
  display: block;
  width: 100%;
}

.button-default,
.button-default:focus {
  color: #c4c4c4;
  background-color: #353a43;
  border-color: #353a43;
}

.button-default:hover,
.button-default:active,
.button-default.active {
  color: #ffffff;
  background-color: #ff7f63;
  border-color: #ff7f63;
}

.button-default.button-ujarak::before {
  background: #ff7f63;
}

.button-gray-100,
.button-gray-100:focus {
  color: #3b424f;
  background-color: #edeff4;
  border-color: #edeff4;
}

.button-gray-100:hover,
.button-gray-100:active,
.button-gray-100.active {
  color: #3b424f;
  background-color: #dde1ea;
  border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
  background: #dde1ea;
}

.button-primary,
.button-primary:focus {
  color: #ffffff;
  background-color: #ff7f63;
  border-color: #ff7f63;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.button-primary.button-ujarak::before {
  background: rgba(255, 255, 255, 0.4);
}

.button-secondary {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.button-secondary:hover,
.button-secondary:active {
  color: #ff7f63;
  transition: 0.3s ease-in-out;
}

.button-default-outline,
.button-default-outline:focus {
  color: #c4c4c4;
  background-color: transparent;
  border-color: #353a43;
}

.button-default-outline:hover,
.button-default-outline:active,
.button-default-outline.active {
  color: #ffffff;
  background-color: #ff7f63;
  border-color: #ff7f63;
}

.button-default-outline.button-ujarak::before {
  background: #ff7f63;
}

.button-ghost {
  border: 0;
  background-color: transparent;
}

.button-ghost:hover,
.button-ghost:active {
  color: #ffffff;
  background: #ff7f63;
}

.button-facebook,
.button-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}

.button-facebook:hover,
.button-facebook:active,
.button-facebook.active {
  color: #ffffff;
  background-color: #456497;
  border-color: #456497;
}

.button-facebook.button-ujarak::before {
  background: #456497;
}

.button-twitter,
.button-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}

.button-twitter:hover,
.button-twitter:active,
.button-twitter.active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
  background: #02a8da;
}

.button-google,
.button-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}

.button-google:hover,
.button-google:active,
.button-google.active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
  background: #cc3a1a;
}

.button-shadow {
  box-shadow: 0 9px 21px 0 rgba(196, 196, 196, 0.15);
}

.button-shadow:hover {
  box-shadow: 0 9px 10px 0 rgba(196, 196, 196, 0.15);
}

.button-shadow:focus,
.button-shadow:active {
  box-shadow: none;
}

.button-ujarak {
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}

.button-ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7f63;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}

.button-ujarak,
.button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
  transition: background 0.4s 0.4s, border-color 0.4s 0s, color 0.2s 0s;
}

.button-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
  padding: 8px 17px;
}

.button-sm {
  padding: 5px 25px;
  font-size: 12px;
  line-height: 1.5;
}

.button-lg {
  padding: 12px 50px;
  font-size: 14px;
  line-height: 1.5;
}

.button-xl {
  padding: 16px 50px;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 992px) {
  .button-xl {
    padding: 20px 80px;
  }
}

.button-circle {
  border-radius: 30px;
}

.button-round-1 {
  border-radius: 5px;
}

.button-round-2 {
  border-radius: 10px;
}

.button.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.button.button-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
}

.button.button-icon-left .icon {
  padding-right: 11px;
}

.button.button-icon-right {
  flex-direction: row-reverse;
}

.button.button-icon-right .icon {
  padding-left: 11px;
}

.button.button-icon.button-link .icon {
  top: 5px;
  font-size: 1em;
}

.button.button-icon.button-xs .icon {
  top: 0.05em;
  font-size: 1.2em;
  padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
  padding-left: 8px;
}

.btn-primary {
  border-radius: 3px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  color: #ffffff;
  background: #ff7f63;
  border-color: #ff7f63;
}

.btn-primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

/*
* Form styles
*/
#googlemaps {
  height: 100%;
  width: 100%;
  position: relative;
  visibility: visible !important;
  z-index: 0 ; /* Set z-index to 0 as it will be on a layer below the contact form */
}
.rd-form {
  position: relative;
  text-align: left;
}

.rd-form .button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 60px;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

* + .rd-form {
  margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}

.form-wrap {
  position: relative;
  z-index: 1;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
  border-color: #ff7f63;
}

.form-wrap + * {
  margin-top: 20px;
}

.form-input {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 11px 14px 11px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.form-input:focus {
  outline: 0;
}

textarea.form-input {
  height: 135px;
  min-height: 60px;
  max-height: 230px;
  resize: vertical;
}

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}

.form-label {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #ffffff;
}

.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside,
  .form-label-outside.focus,
  .form-label-outside.auto-fill {
    transform: none;
  }
}

[data-x-mode="true"] .form-label {
  pointer-events: auto;
}

.form-validation {
  position: absolute;
  right: 8px;
  top: 100%;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: 0.3s;
}

.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #f5543f;
}

.form-output.success {
  color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: 0.22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio,
.radio-inline {
  padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #353a43;
  border-radius: inherit;
}

.checkbox,
.checkbox-inline {
  padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  content: "\f222";
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #c4c4c4;
}

.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #ff7f63;
  transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #b7b7b7;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: 0.22s;
}

.rd-form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px;
}

.rd-form-inline > * {
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.rd-form-inline > * {
  margin-top: 0;
}

.rd-form-inline .form-wrap {
  flex-grow: 1;
  min-width: 185px;
}

.rd-form-inline .form-wrap-select {
  text-align: left;
}

.rd-form-inline .form-button {
  flex-shrink: 0;
  max-width: calc(100% - 10px);
  min-height: 60px;
}

.rd-form-inline .form-button .button {
  min-height: inherit;
}

@media (min-width: 576px) {
  .rd-form-inline .button {
    display: block;
  }
}

.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}

.form-sm .form-validation {
  top: -16px;
}

.form-sm .form-label {
  top: 20px;
}

.form-sm * + .button {
  margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 58px;
}

.form-lg .form-button {
  min-height: 60px;
}

.form-lg .form-label {
  top: 30px;
}

/*
* Posts
*/
/*
* Quotes
*/
.quote {
  padding: 20px;
  background: #353a43;
}

.quote-text {
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.quote-cite {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.quote-right {
  margin-top: 15px;
}

* + .quote-cite {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .quote-text {
    font-size: 24px;
  }
  .quote {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quote-left {
    flex: 0 1 80%;
  }
  .quote-right {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: 15px;
  }
  .quote-cite {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .quote {
    padding: 74px 113px 66px;
  }
  .quote-left {
    flex: 0 1 60%;
  }
  .quote-right {
    flex: 0 1 auto;
  }
}

/*
* Thumbnails
*/
.figure-light figcaption {
  padding-top: 10px;
  color: #b7b7b7;
}

/*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #3b424f;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/*
* Footers
*/
.footer-classic {
  padding: 60px 0;
}

.footer-classic .title {
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.footer-classic .info {
  font-weight: 300;
}

.footer-classic .info a {
  color: white;
}

.footer-classic .info a:hover {
  color: #ff7f63;
}

.footer-classic .list-custom li {
  display: inline-block;
  margin-right: 15px;
}

.footer-classic .list-custom li a {
  color: rgba(255, 255, 255, 0.3);
}

.footer-classic .list-custom li a:hover {
  color: #ff7f63;
}

.footer-classic .list-custom li .icon {
  font-size: 22px;
}

/*
* Intro
*/
.intro {
  position: relative;
  z-index: 1;
}

.intro br {
  display: none;
}

@media (min-width: 576px) {
  .intro br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .intro {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .intro .intro-left {
    position: relative;
    z-index: 1;
    flex-basis: 90%;
    margin: 88px -136px 128px 94px;
  }
}

.intro .intro-right {
  padding: 50px 17px;
  background: #353a43;
}

@media (min-width: 768px) {
  .intro .intro-right {
    padding: 50px 150px;
  }
}

@media (min-width: 1200px) {
  .intro .intro-right {
    position: relative;
    flex-basis: 39%;
    flex-grow: 1;
    padding: 200px 156px 200px 180px;
    min-height: 100vh;
    color: white;
  }
  .intro .intro-right::before {
    content: "";
    position: absolute;
    top: 46px;
    bottom: 46px;
    left: 0;
    right: 82px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-left-width: 0;
    pointer-events: none;
  }
}

@media (min-width: 1600px) {
  .intro .intro-right {
    padding: 200px 156px 200px 238px;
  }
}

/*
* Decorative
*/
.decorative-letter {
  position: relative;
  text-transform: uppercase;
}

.decorative-letter::before {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -27%);
  font-size: calc(100% * 2.37);
  font-weight: inherit;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .decorative-line {
    position: relative;
    padding-left: 80px;
  }
  .decorative-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 80px;
    border-bottom: 1px solid;
    opacity: 0.3;
  }
}

.badge-modern {
  font-size: 15px;
  position: absolute;
  z-index: 1;
  width: 188px;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 20px;
  background: #ff7f63;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 4px 6px 25px;
  border-radius: 0 0 10px 0;
  display: none;
}

@media (min-width: 576px) {
  .badge-modern {
    top: 32%;
    display: block;
  }
}

@media (min-width: 768px) {
  .badge-modern {
    top: 40%;
  }
}

@media (min-width: 992px) {
  .badge-modern {
    top: 33%;
  }
}

@media (min-width: 1200px) {
  .badge-modern {
    top: 527px;
    left: 80px;
  }
  .badge-modern::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 17px 0;
    border-color: transparent #ec6445 transparent transparent;
  }
}

.decorative-border {
  position: relative;
}

.decorative-border:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c50404;
  transition: 0.5s all ease;
}

.decorative-border:hover:after {
  border-bottom: 1px solid #ff7f63;
  transition: 0.5s all ease;
}

.heading-decor {
  position: relative;
  padding-top: 44px;
  padding-bottom: 8px;
}

@media (min-width: 1200px) {
  .heading-decor {
    padding-bottom: 32px;
  }
}

.heading-decor-divider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.heading-decor-divider:before,
.heading-decor-divider:after {
  content: "";
  position: absolute;
  width: 158px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid rgba(196, 196, 196, 0.5);
  border-right: 2px solid rgba(196, 196, 196, 0.5);
}

.heading-decor-divider:before {
  top: -10px;
  border-top: 2px solid rgba(196, 196, 196, 0.5);
}

.heading-decor-divider:after {
  bottom: 0;
  border-bottom: 2px solid rgba(196, 196, 196, 0.5);
}

.heading-decor-2 {
  position: relative;
}

.heading-decor-2-divider-2 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.heading-decor-2-divider-2:before,
.heading-decor-2-divider-2:after {
  content: "";
  position: absolute;
  width: 158px;
  height: 15px;
  left: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.heading-decor-2-divider-2:before {
  top: -10px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.heading-decor-2-divider-2:after {
  bottom: -8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.decorative-quote {
  position: relative;
}

@media (min-width: 768px) {
  .decorative-quote:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 52px;
    top: -25px;
    left: -25px;
  }
}

.decorative-line-2 {
  position: relative;
}

@media (min-width: 992px) {
  .decorative-line-2:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
  }
}

.counters-box {
  position: relative;
}

@media (min-width: 1200px) {
  .counters-box:before {
    content: "";
    position: absolute;
    top: 34.6%;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #3b4250;
  }
}

.counters-box .counters-box-inner {
  position: relative;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}

.counters-box .counters-box-inner .blockquote-box {
  display: flex;
  justify-content: space-between;
}

.counters-box .counters-box-inner .blockquote-box .left {
  flex-basis: 60%;
}

.counters-box .counters-box-inner .blockquote-box .right {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}

.box-service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.box-service > * {
  pointer-events: auto;
}

.box-service:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  border-bottom: 1px solid;
  transition: 0.5s all ease;
}

.box-service .box-service-main {
  position: relative;
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #353a43;
  overflow: hidden;
  color: white;
  margin: 0 auto;
  z-index: 1;
}

.box-service .box-service-main:after {
  content: "";
  position: absolute;
  top: -260px;
  left: 50%;
  width: 500px;
  height: 200px;
  transform: translateX(-50%) rotate(-45deg);
  background: #ff7f63;
  z-index: 1;
  transition: 0.5s all ease;
}

.box-service .box-service-main:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.box-service .box-service-title {
  position: relative;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: black;
}

.box-service .box-service-title:hover {
  color: #ff7f63;
}

@media (max-width: 767.98px) {
  .box-service .box-service-title {
    font-size: 16px;
  }
}

.box-service .box-service-title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  border-bottom: 1px solid;
  transition: 0.5s all ease;
}

@media (min-width: 768px) {
  .box-service .box-service-title {
    margin-top: 40px;
  }
}

.box-service:hover:before {
  color: black;
  width: 80px;
  opacity: 1;
  transition: 0.5s all ease;
}

.box-service:hover .box-service-main {
  transition: 0.5s all ease;
}

.box-service:hover .box-service-main:after {
  transition: 0.5s all ease;
  top: 0;
}

@media (min-width: 768px) {
  .box-service-main + h4 {
    margin-top: 40px;
  }
}

/** @section Work */
.work {
  position: relative;
  display: flex;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .work {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}

.work > * {
  pointer-events: auto;
}

.work:hover {
  color: #ff7f63;
}

.work:hover .work-caption {
  border-color: #ff7f63;
}

.work:hover .work-caption:first-child {
  border-right-width: 0;
}

@media (min-width: 1600px) {
  .work:hover .work-caption:first-child:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 353px;
    top: 29px;
    left: -1px;
    border: 1px solid #ff7f63;
    transition: border 0.5s;
    border-right-width: 0;
  }
  .ie-11 .work:hover .work-caption:first-child:before,
  .ie-edge .work:hover .work-caption:first-child:before {
    display: none;
  }
}

.work:hover .work-caption:last-child {
  border-left-width: 0;
}

@media (min-width: 1600px) {
  .work:hover .work-caption:last-child:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 353px;
    top: 29px;
    right: -1px;
    border: 1px solid #ff7f63;
    transition: border 0.5s;
    border-left-width: 0;
  }
  .ie-11 .work:hover .work-caption:last-child:before,
  .ie-edge .work:hover .work-caption:last-child:before {
    display: none;
  }
}

.work-img {
  width: 100%;
}

.work-img-container {
  flex: 1 1 72%;
}

.work-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex: 1 0 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 28px 44px 34px;
  background-color: rgba(0, 0, 0, 0.4);
}

.work-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: 0.5s;
}

.work-subtitle {
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .work-caption {
    position: static;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px 30px 44px 34px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: border 0.5s;
    background-color: transparent;
  }
  .work-caption:first-child {
    border-right-width: 0;
  }
  .work-caption:last-child {
    border-left-width: 0;
  }
}

.testimonials {
  position: relative;
  z-index: 1;
}

.testimonials:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 8%;
  width: 530px;
  height: 645px;
  opacity: 0.3;
  background: url("../images/tesimonials-530x645.png") no-repeat;
}

@media (min-width: 1500px) {
  .testimonials:after {
    opacity: 1;
  }
}

@media (min-width: 1754px) {
  .testimonials:after {
    bottom: 0;
    left: 15%;
  }
}

.testimonials h6 {
  font-family: "Roboto", sans-serif;
}

.box-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 4px 10px 35px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 26px 25px 23px 36px;
  background: white;
}

@media (min-width: 576px) {
  .box-inner {
    flex-direction: row;
    text-align: left;
  }
}

.box-inner span {
  font-size: 40px;
}

@media (min-width: 576px) {
  .box-inner span {
    margin-right: 30px;
  }
}

.box-inner h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 576px) {
  .contact {
    background: url("../images/contact-bg-1920-933.jpg") no-repeat center center;
    background-size: cover;
  }
}

.contact-item {
  padding: 50px 17px;
  position: relative;
}

@media (min-width: 576px) {
  .contact-item {
    padding: 100px 100px 90px 15px;
  }
}

.contact-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  height: 100%;
  width: 3000px;
  background-color: inherit;
}

.contact-item:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  height: 684px;
  width: 521px;
  background: url("../images/contact-back-521x684.png") no-repeat;
}

.ios .modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .modal-dialog-custom {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.modal-content {
  background: url("../images/modal-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .modal-content {
    width: 696px;
    margin-left: calc(50% - 348px);
    padding: 100px 70px 70px 70px;
  }
}

.modal-header {
  flex-direction: column;
  align-items: center;
  border-bottom: none;
}

.close-button {
  position: absolute;
  color: white;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #ff7f63;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .close-button {
    font-size: 25px;
    width: 42px;
    height: 42px;
    top: -15px;
    right: -15px;
  }
}

.close-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
* Page layout
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  opacity: 0;
}

.page.fadeIn {
  animation-timing-function: ease-out;
}

.page.fadeOut {
  animation-timing-function: ease-in;
}

[data-x-mode] .page {
  opacity: 1;
}

html.boxed body {
  background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
  html.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
  }
  html.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  html.boxed .rd-navbar-static.rd-navbar--is-stuck {
    max-width: 1600px;
    width: 100%;
    left: calc(50% - 1600px);
    right: calc(50% - 1600px);
  }
}

/*
* Text styling
*/
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-sbold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-ubold {
  font-weight: 900;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-primary {
  color: #ff7f63 !important;
}

.text-box {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.02em;
  border: 1px solid #ff7f63;
  padding: 4px 15px;
}

/*
* Offsets
*/
.offset-top-5 {
  margin-top: 5px;
}

.offset-top-10 {
  margin-top: 10px;
}

.offset-top-15 {
  margin-top: 15px;
}

.offset-top-30 {
  margin-top: 30px;
}

.offset-top-25 {
  padding-top: 25px;
}

.offset-top-20 {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .offset-top-20 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .offset-top-80 {
    margin-top: 80px;
  }
}

.offset-top-130 {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .offset-top-130 {
    margin-top: 130px;
  }
}

.offset-top-194 {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .offset-top-194 {
    margin-top: 194px;
  }
}

@media (max-width: 991.98px) {
  .offset-bottom-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 1200px) {
  .offset-right-66 {
    margin-right: -66px;
  }
}

@media (min-width: 992px) {
  .offset-left-25 {
    margin-left: -25px;
  }
}

h5 + ul {
  margin-top: 30px;
}

@media (min-width: 992px) {
  h5 + ul {
    margin-top: 170px;
  }
}

h1 + h5 {
  margin-top: 45px;
}

h2 + h5 {
  margin-top: 40px;
}

h5 + h6 {
  margin-top: 15px;
}

h2 + p,
.heading-2 + p {
  margin-top: 12px;
}

p + h2,
p + .heading-2 {
  margin-top: 15px;
}

p + p {
  margin-top: 12px;
}

img + p {
  margin-top: 15px;
}

h3 + img {
  margin-top: 42px;
}

* + .big {
  margin-top: 20px;
}

* + .text-block {
  margin-top: 30px;
}

* + .button {
  margin-top: 30px;
}

.button-primary + .button-secondary {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 576px) {
  .button-primary + .button-secondary {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 0;
  }
}

.row + h3,
.row + .heading-3 {
  margin-top: 80px;
}

h2 + .row-90 {
  margin-top: 60px;
}

@media (min-width: 768px) {
  h2 + .row-90 {
    margin-top: 90px;
  }
}

h2 + .counters-box-inner {
  margin-top: 60px;
}

.container + .container {
  margin-top: 35px;
}

.row + .row {
  margin-top: 35px;
}

@media (min-width: 1200px) {
  * + .rd-form {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 80px;
  }
  .row + .row {
    margin-top: 60px;
  }
}

.row-0 {
  margin-bottom: 0px;
}

.row-0:empty {
  margin-bottom: 0;
}

.row-0 > * {
  margin-bottom: 0px;
}

.row-15 {
  margin-bottom: -15px;
}

.row-15:empty {
  margin-bottom: 0;
}

.row-15 > * {
  margin-bottom: 15px;
}

.row-20 {
  margin-bottom: -20px;
}

.row-20:empty {
  margin-bottom: 0;
}

.row-20 > * {
  margin-bottom: 20px;
}

.row-30 {
  margin-bottom: -30px;
}

.row-30:empty {
  margin-bottom: 0;
}

.row-30 > * {
  margin-bottom: 30px;
}

.row-40 {
  margin-bottom: -40px;
}

.row-40:empty {
  margin-bottom: 0;
}

.row-40 > * {
  margin-bottom: 40px;
}

.row-50 {
  margin-bottom: -50px;
}

.row-50:empty {
  margin-bottom: 0;
}

.row-50 > * {
  margin-bottom: 50px;
}

.row-90 {
  margin-bottom: -60px;
}

.row-90:empty {
  margin-bottom: 0;
}

.row-90 > * {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .row-90 {
    margin-bottom: -90px;
  }
  .row-90:empty {
    margin-bottom: 0;
  }
  .row-90 > * {
    margin-bottom: 90px;
  }
}

.row-130 {
  margin-bottom: -60px;
}

.row-130:empty {
  margin-bottom: 0;
}

.row-130 > * {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .row-130 {
    margin-bottom: -130px;
  }
  .row-130:empty {
    margin-bottom: 0;
  }
  .row-130 > * {
    margin-bottom: 130px;
  }
}

@media (min-width: 992px) {
  .row-md-30 {
    margin-bottom: -30px;
  }
  .row-md-30:empty {
    margin-bottom: 0;
  }
  .row-md-30 > * {
    margin-bottom: 30px;
  }
  .row-100 {
    margin-bottom: -100px;
  }
  .row-100:empty {
    margin-bottom: 0;
  }
  .row-100 > * {
    margin-bottom: 100px;
  }
}

.offset-top-25 + .button-secondary {
  margin-top: 300px;
}

/*
* Sections
*/
.section-xs {
  padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg {
  padding: 80px 0;
}

.section-xl {
  padding: 0;
}

.section-collapse + .section-collapse {
  padding-top: 0;
}

.section-collapse:last-child {
  padding-bottom: 0;
}

html [class*="section-"].section-bottom-0 {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  section.section-sm:first-of-type,
  section.section-md:first-of-type,
  section.section-lg:first-of-type,
  section.section-xl:first-of-type,
  section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 85px 0;
  }
}

@media (min-width: 992px) {
  .section-xs {
    padding: 74px 0 66px;
  }
  .section-sm {
    padding: 90px 0 100px;
  }
  .section-md {
    padding: 108px 0 90px;
  }
  .section-lg {
    padding: 116px 0;
  }
}

@media (min-width: 1200px) {
  .section-lg {
    padding: 115px 0;
  }
  .section-xl {
    padding-top: 115px;
    padding-bottom: 135px;
  }
}

.section-single {
  display: flex;
  text-align: center;
}

.section-single p {
  margin-left: auto;
  margin-right: auto;
}

.section-single * + .rights {
  margin-top: 35px;
}

.section-single * + .countdown-wrap {
  margin-top: 35px;
}

.section-single .countdown-wrap + * {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .section-single * + .rights {
    margin-top: 60px;
  }
  .section-single .countdown-wrap + * {
    margin-top: 35px;
  }
}

.section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}

.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
  padding: calc(1em + 4vh) 0;
}

.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}

.section-single-inner > * {
  width: 100%;
}

@supports (display: grid) {
  .section-single-inner {
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-template-columns: 1fr;
  }
}

/*
* Grid modules
*/
.grid-demo {
  letter-spacing: 0;
  text-align: center;
}

.grid-demo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-demo * + p {
  margin-top: 5px;
}

.grid-demo * + .row {
  margin-top: 20px;
}

.grid-demo .row + .row {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .grid-demo {
    text-align: left;
  }
  .grid-demo p {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .grid-demo * + p {
    margin-top: 25px;
  }
}

.grid-demo-bordered .row {
  border: 0 solid #f9f9f9;
  border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
  border-bottom-width: 1px;
}

.grid-demo-bordered [class*="col"] {
  padding: 5px 15px;
}

.grid-demo-bordered [class*="col"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #f9f9f9;
}

@media (min-width: 768px) {
  .grid-demo-bordered [class*="col"] {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .grid-demo-bordered [class*="col"] {
    padding: 50px 50px 45px;
  }
}

.grid-demo-underlined .row {
  border-bottom: 1px solid #f9f9f9;
}

.grid-demo-underlined [class*="col"] {
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark,
.bg-gray-800 .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
  display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-800 .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
  display: block;
}

/*
* Light Backgrounds
*/
.bg-default {
  background-color: #ffffff;
}

.bg-default:not([style*="background-"])
  + .bg-default:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-100 {
  background-color: #edeff4;
}

.bg-gray-100:not([style*="background-"])
  + .bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-200 {
  background-color: #f9f9f9;
}

.bg-gray-200:not([style*="background-"])
  + .bg-gray-200:not([style*="background-"]) {
  padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-800 {
  background-color: #3b424f;
}

.bg-gray-800:not([style*="background-"])
  + .bg-gray-800:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-700 {
  background-color: #353a43;
}

.bg-gray-700:not([style*="background-"])
  + .bg-gray-700:not([style*="background-"]) {
  padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
  padding-top: 0;
}

/*
* Background Image
*/
[class^="bg-"] {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}

/*
* Utilities custom
*/
.height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
}

.object-inline {
  white-space: nowrap;
}

.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}

.object-inline > * + * {
  margin-left: 5px;
}

.oh {
  position: relative;
  overflow: hidden;
}

.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.text-decoration-lines-content {
  position: relative;
  display: inline-block;
  min-width: 170px;
  font-size: 13px;
  text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #f9f9f9;
  top: 50%;
  width: 100vw;
}

.text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
  margin-top: 30px;
}

p.rights {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

p.rights a {
  color: inherit;
}

p.rights a:hover {
  color: #ff7f63;
}

[style*="z-index: 1000;"] {
  z-index: 1101 !important;
}

.text-block > * {
  margin-left: 0.125em;
  margin-right: 0.125em;
}

.page-blocked {
  overflow: hidden;
  height: 100%;
  position: relative;
}

/*
* Animate.css
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: 0.3s all ease;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader-body {
  text-align: center;
}

.preloader-body p {
  position: relative;
  right: -8px;
}

.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}

.cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #ff7f63;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin 0.88s infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*
*
* ToTop
*/
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 56px;
  color: #ffffff;
  background: #ff7f63;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
  color: #ffffff;
  background: #111111;
  text-decoration: none;
}

.ui-to-top:focus {
  color: #ffffff;
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-wrap {
  position: absolute;
  z-index: 2;
  left: 80px;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar {
  display: none;
  background: #ffffff;
}

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #c4c4c4;
  background-color: transparent;
  border: none;
  display: none;
}

.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s all ease;
}

.rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #c4c4c4;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-toggle span {
  transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
  transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: black;
  display: none;
}

.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: black;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
  content: "";
}

.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}

.rd-navbar-brand a {
  display: block;
}

.rd-navbar-search {
  position: relative;
  display: inline-flex;
}

.rd-navbar-search .form-input {
  padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #c4c4c4;
  transition: 0.33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
  color: #ff7f63;
}

.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-dropdown {
  display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-nav-item {
  display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
  color: #ff7f63;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  color: #ff7f63;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static
  .rd-nav-item
  .rd-nav-link:hover
  + .rd-navbar-submenu-toggle::before {
  transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: 0.22s;
  content: "\f236";
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 30px;
}

@media (min-width: 1400px) {
  .rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 55px;
  }
}

.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  color: black;
  font-size: 17px;
  line-height: 1.2;
  transition: 0.25s;
}

.rd-navbar-static .rd-nav-link:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 22px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border: 1px solid #f9f9f9;
  transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 270px;
  padding: 15px;
  background: #ffffff;
  z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: #ff7f63;
}

.rd-navbar-static .rd-dropdown-link {
  color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a:focus,
.rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
  color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
  transition: 0.15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
  position: relative;
  top: -1px;
  left: -6px;
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: inherit;
  color: #ff7f63;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f9f9f9;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
  color: #000000;
  background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
  color: #ff7f63;
  background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
  visibility: visible;
  opacity: 1;
}

.rd-navbar-static .rd-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-top: 20px;
  z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
  margin-left: 55px;
}

.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-flex;
  color: black;
}

.rd-navbar-static .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 58px;
  width: auto;
  height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 270px;
  padding: 112px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #ffd3c9;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: #ff7f63;
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  margin: 15px 0;
  height: auto;
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
  padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
  opacity: 1;
  height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
  display: none;
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed
  .rd-navbar-submenu
  .rd-navbar-dropdown
  .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  display: block;
  padding: 9px 56px 9px 16px;
  font-size: 12px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  position: relative;
  display: block;
  padding: 0 18px 7px;
  font-size: 16px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
  margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 14px "FontAwesome";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  top: 4px;
  z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 0;
  top: 56px;
  z-index: 1079;
  transform: translate3d(0, -10px, 0);
  padding: 15px;
  width: auto;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
  display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
  margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
  position: absolute;
  float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
  position: fixed;
  right: 0;
  left: 0;
  top: 56px;
  z-index: 1079;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
  display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
  padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed [class*="rd-navbar-fixed-element"] {
  position: fixed;
  top: 4px;
  z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
  right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
  right: 46px;
  visibility: collapse;
}

.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
  color: #9b9b9b;
  box-shadow: none;
  background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #ffffff;
  background: #ff7f63;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  color: #ffffff;
  background: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  color: #c4c4c4;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: 1px solid #f9f9f9;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  color: #c4c4c4;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  color: black;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-collapse {
  background-color: #ffffff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
  color: #9b9b9b;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
  border-bottom: 1px solid transparent;
  background: transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  max-width: 1712px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  background-color: #ffffff;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
  padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
  margin-right: 50px;
}

@media (min-width: 1710px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    margin-right: 350px;
  }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  max-width: 200px;
  max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  border-bottom-color: #f9f9f9;
  background: white;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck
  .rd-navbar-nav-item
  > .rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone
  .rd-navbar-nav-item
  > .rd-navbar-submenu {
  margin-top: 17px;
}

/*
*
* Swiper
*/
.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in;
  will-change: transform;
  z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff7f63;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f060";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}

.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 40px 10px 90px 26px;
  text-align: left;
  background-position-x: 50%;
}

@media (min-width: 768px) {
  .swiper-slide {
    padding: 160px 0 160px 70px;
  }
}

@media (min-width: 992px) {
  .swiper-slide {
    background-position-x: 70%;
  }
}

@media (min-width: 1920px) {
  .swiper-slide {
    background-position-x: 0;
  }
}

.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}

.swiper-slider-1 {
  min-height: 40.10417vw;
}

/*
* Isotope
*/
.isotope {
  z-index: 0;
  display: block;
  transition: 0.3s ease;
}

.isotope-sizer {
  height: 0;
  margin-top: -1px;
  margin-bottom: 0;
}

.isotope-item {
  display: block;
  will-change: transform;
  backface-visibility: hidden;
  transition: 0.1s opacity ease-in;
}

.isotope-filters {
  display: flex;
  justify-content: center;
}

* + .isotope {
  margin-top: 0;
}

@media (min-width: 768px) {
  * + .isotope {
    margin-top: 28px;
  }
}

/*
* Counter
*/
