@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *     1.4 Offsets
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Grid modules
 *     2.5 Backgrounds
 *     2.6 Utilities custom
 *   3 Components
 *     3.1 Meta
 *     3.2 Typography
 *     3.3 Brand
 *     3.4 Links
 *     3.5 Blocks
 *     3.6 Boxes
 *     3.7 Groups
 *     3.8 Responsive units
 *     3.9 Lists
 *     3.10 Images
 *     3.11 Icons
 *     3.12 Tables custom
 *     3.13 Dividers
 *     3.14 Buttons
 *     3.15 Forms
 *     3.16 Posts
 *     3.17 Quotes
 *     3.18 Thumbnails
 *     3.19 Breadcrumbs
 *     3.20 Pagination custom
 *     3.21 Snackbars
 *     3.22 Footers
 *     3.23 Service
 *     3.24 Advantage
 *     3.25 Badge
 *     3.26 Social
 *     3.27 Product
 *     3.28 Navbar Cart
 *     3.29 Partner
 *     3.30 Person
 *     3.31 Solution
 *     3.32 Tags
 *     3.33 Comment
 *     3.34 Rating
 *     3.35 Widget
 *     3.36 Card
 *     3.37 Checkout
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Google Map
 *     4.6 Search Results
 *     4.7 Isotope
 *     4.8 Nav custom
 *     4.9 Panel custom
 *     4.10 Tooltop Custom
 *     4.11 Counter
 *     4.12 Progress Bars
 *     4.13 Progress Circle
 *     4.14 Countdown
 *     4.15 Owl Carousel
 *     4.16 Lightgallery
 *     4.17 Material Parallax
 *     4.18 Bootstrap Modal
 *     4.19 Vide
 *     4.20 RD RD-Range
 */
/** @group Base */
/** @section Reset Styles*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
a:focus,
button:focus {
  outline: none !important;
}

br {
  line-height: 0;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

button {
  padding: 0;
}

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;
}

.main-head {
  color: #142d52;
}
.head-section {
  
  align-items: center;
  gap: 10px;
  /* font-family: "Source Serif 4", serif; */
}
/** @section Context Styles */
.context-dark,
.bg-dark,
.context-dark h1,
.bg-dark h1,
.context-dark h2,
.bg-dark h2,
.context-dark h3,
.bg-dark h3,
.context-dark h4,
.bg-dark h4,
.context-dark h5,
.bg-dark h5,
.context-dark h6,
.bg-dark h6,
.context-dark .h1,
.bg-dark .h1,
.context-dark .h2,
.bg-dark .h2,
.context-dark .h3,
.bg-dark .h3,
.context-dark .h4,
.bg-dark .h4,
.context-dark .h5,
.bg-dark .h5,
.context-dark .h6,
.bg-dark .h6 {
  color: #ffffff;
}

/** @section 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;
}

@media (min-width: 992px) {
  .page-over {
    overflow: initial;
  }
}

/** @section Offsets */
* + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  * + p {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  * + p {
    margin-top: 20px;
  }
}

p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  p + p {
    margin-top: 32px;
  }
}

* + img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  * + img {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  * + img {
    margin-top: 40px;
  }
}

* + h1,
* + .h1 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  * + h1,
  * + .h1 {
    margin-top: 30px;
  }
}

h1 + p,
.h1 + p {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  h1 + p,
  .h1 + p {
    margin-top: 55px;
  }
}

* + h2,
* + .h2 {
  margin-top: 20px;
}

* + h4,
* + .h4 {
  margin-top: 15px;
}

h5 + h2,
.h5 + h2 {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  h5 + h2,
  .h5 + h2 {
    margin-top: 60px;
  }
}

html * + .offset-sm {
  margin-top: 30px;
}

@media (min-width: 768px) {
  html * + .offset-sm {
    margin-top: 40px;
  }
}

html * + .offset-md {
  margin-top: 30px;
}

@media (min-width: 768px) {
  html * + .offset-md {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  html * + .offset-md {
    margin-top: 60px;
  }
}

html * + .offset-lg {
  margin-top: 40px;
}

@media (min-width: 768px) {
  html * + .offset-lg {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  html * + .offset-lg {
    margin-top: 80px;
  }
}

html * + .offset-xl {
  margin-top: 60px;
}

@media (min-width: 768px) {
  html * + .offset-xl {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  html * + .offset-xl {
    margin-top: 100px;
  }
}

html * + .offset-40 {
  margin-top: 40px;
}

* + .btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .btn {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  * + .btn {
    margin-top: 30px;
  }
}

* + .container {
  margin-top: 30px;
}

* + .row {
  margin-top: 60px;
}

@media (min-width: 768px) {
  * + .row {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  * + .row {
    margin-top: 50px;
  }
}

/** @group Utilities */
/** @section 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-extra-light {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-primary {
  color: #ffff !important;
}

.text-gray {
  color: #97999b !important;
}

/** @section Row spacing */
.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;
}

@media (min-width: 1200px) {
  .row-30 {
    margin-bottom: -40px;
  }
  .row-30:empty {
    margin-bottom: 0;
  }
  .row-30 > * {
    margin-bottom: 40px;
  }
}

.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;
}

@media (min-width: 1200px) {
  .row-xl-60 {
    margin-bottom: -60px;
  }
  .row-xl-60:empty {
    margin-bottom: 0;
  }
  .row-xl-60 > * {
    margin-bottom: 60px;
  }
  .row-xl-75 {
    margin-bottom: -75px;
  }
  .row-xl-75:empty {
    margin-bottom: 0;
  }
  .row-xl-75 > * {
    margin-bottom: 75px;
  }
}

/** @section Sections */
.section-xs {
  padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }
  .section-md {
    padding: 90px 0;
  }
  .section-lg {
    padding: 110px 0;
  }
  .section-xl {
    padding: 130px 0;
  }
}

@media (min-width: 992px) {
  .section-md {
    padding: 110px 0;
  }
  .section-lg {
    padding: 140px 0;
  }
  .section-xl {
    padding: 180px 0;
  }
}

@media (min-width: 1200px) {
  .section-md {
    padding: 100px 120px;
  }
  .section-lg {
    padding: 180px 0;
  }
  .section-xl {
    padding: 220px 0;
  }
}

.section-single {
  display: flex;
}

.section-single p.rights {
  color: inherit;
}

.section-single .rd-mailform-wrap {
  max-width: 660px;
}

.section-single .rd-form-inline {
  justify-content: flex-start;
}

.section-single-header {
  padding: calc(1em + 6vh) 0 calc(1em + 1vh);
}

.section-single-main {
  padding: calc(1em + 1vh) 0 calc(1em + 2vh);
}

.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
  width: 100%;
  min-height: 100vh;
}

.section-get-in-touch {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}

.section-get-in-touch .form-box {
  margin-bottom: -150px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-get-in-touch + * {
  padding-top: 150px;
}

.img-about-wrap {
  text-align: center;
  margin-top: -3%;
}

/** @section 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 #dedede;
  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 #dedede;
}

@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 #dedede;
}

.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;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row-narrow {
  margin-left: -10px;
  margin-right: -10px;
}

.row-narrow > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-wide {
  margin-left: -20px;
  margin-right: -20px;
}

.row-wide > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.row-ten .col-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row-ten .col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-ten .col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.row-ten .col-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row-ten .col-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-ten .col-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row-ten .col-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.row-ten .col-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row-ten .col-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row-ten .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .row-ten .col-xs-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-xs-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-xs-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-xs-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-xs-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-xs-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-xs-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-xs-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-xs-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .row-ten .col-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .row-ten .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .row-ten .col-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-ten .col-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .row-ten .col-xxl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-ten .col-xxl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-ten .col-xxl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-ten .col-xxl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-ten .col-xxl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-ten .col-xxl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-ten .col-xxl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-ten .col-xxl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-ten .col-xxl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-ten .col-xxl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-xl-ten .col-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 480px) {
  .row-xl-ten .col-xs-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-xs-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-xs-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-xs-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-xs-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-xs-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-xs-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-xs-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-xs-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 576px) {
  .row-xl-ten .col-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .row-xl-ten .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .row-xl-ten .col-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .row-xl-ten .col-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 1600px) {
  .row-xl-ten .col-xxl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-xl-ten .col-xxl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-xl-ten .col-xxl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-xl-ten .col-xxl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-xl-ten .col-xxl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-xl-ten .col-xxl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-xl-ten .col-xxl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-xl-ten .col-xxl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-xl-ten .col-xxl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-xl-ten .col-xxl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark,
.bg-dark .brand .brand-logo-dark {
  display: none;
}

.context-dark .brand .brand-logo-light,
.bg-dark .brand .brand-logo-light {
  display: block;
}

.bg-white,
.bg-light {
  color: #15171a;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white:not([style*="background-"]) + .bg-white:not([style*="background-"]) {
  padding-top: 0;
}

.bg-default {
  background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
  padding-top: 0;
}

.bg-light {
  background-color: #f0f7f7;
}

.bg-light:not([style*="background-"]) + .bg-light:not([style*="background-"]) {
  padding-top: 0;
}

.bg-dark {
  background-color: #15171a;
}

.bg-dark:not([style*="background-"]) + .bg-dark:not([style*="background-"]) {
  padding-top: 0;
}

.bg-primary {
  background-color: #fbe547;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
  padding-top: 0;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-custom.bg-white + .section.bg-white {
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .breadcrumbs-custom.bg-white + .section.bg-white {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}

/** @section 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: #dedede;
  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: #15171a;
}

p.rights a {
  color: inherit;
  text-decoration: underline;
}

p.rights a:hover {
  color:#3ca8e1;
}

[style*="z-index: 1000;"] {
  z-index: 1101 !important;
}

.text-block > * {
  margin-left: 0.125em;
  margin-right: 0.125em;
}

.mh-50 {
  min-height: 50px;
}

.mh-70 {
  min-height: 70px;
}

/** @group Components */
/** @section Meta */
.meta-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

.meta-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.meta-list > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

* + .meta-list {
  margin-top: 15px;
}

.meta-item {
  display: flex;
  align-items: center;
}

.meta-content {
  font-size: 14px;
  margin-left: 11px;
}

.meta-author {
  font-weight: 700;
}

.meta-author,
.meta-author:focus,
.meta-author:active {
  color: inherit;
}

.meta-author:hover {
  color: #4498ca;
}
/** @section Typography */

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

body {
  /* font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #15171a;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #a09a9a;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 1.10417;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 58px;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 62px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 72px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 55px;
    line-height: 69px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.20313;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.38889;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28.8px;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.41667;
}

@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #97999b;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 1.57143;
}

small,
.small {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}

mark,
.mark {
  padding: 3px 5px;
  color: #15171a;
  background: #fbe547;
}

.big {
  font-size: 18px;
  line-height: 1.6;
}

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

code {
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 90%;
  color: #111111;
  background: #f0f7f7;
}

* + figcaption {
  margin-top: 18px;
}

p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #fbe547;
}

p [style*="max-width"] {
  display: inline-block;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

::selection {
  background: #33a7a8;
  color: #fff;
}

::-moz-selection {
  background: #33a7a8;
  color: #fff;
}

/** @section Brand */
.brand {
  display: inline-block;
}

.brand .brand-logo-light {
  display: none;
}

.brand .brand-logo-dark {
  display: block;
}

.brand img {
  margin-top: 0;
}

/** @section Links */
a {
  transition: all 0.25s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: #ffff;
}

a:hover {
  color: #ffff;
}

a[href*="tel"],
a[href*="mailto"] {
  white-space: nowrap;
}

.link-hover {
  color: #d81e0a;
}

.link-press {
  color: #d81e0a;
}

.link-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #15171a;
}

.link-img img {
  transition: all 0.25s ease-in-out;
}

.link-img:hover img {
  opacity: 0.8;
  transform: scale(1.025);
}

.link-inherit,
.link-inherit:focus,
.link-inherit:active {
  color: inherit;
}

.link-inherit:hover {
  color: #a09a9a;
}

.link-inherit:hover {
  text-decoration: underline;
}

.link-border {
  position: relative;
  display: inline-block;
  color: #15171a;
  font-weight: 700;
}

.link-border:active,
.link-border:focus,
.link-border:hover {
  color: #15171a;
}

.link-border:active::before,
.link-border:focus::before,
.link-border:hover::before {
  opacity: 1;
}

.link-border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #15171a;
  opacity: 0.1;
  transition: all 0.25s ease-in-out;
}

/** @section Blocks */
.block-center,
.block-sm,
.block-lg {
  margin-left: auto;
  margin-right: auto;
}

.block-sm {
  max-width: 560px;
}

.block-lg {
  max-width: 768px;
}

.block-center {
  padding: 10px;
}

.block-center:hover .block-center-header {
  background-color: #fbe547;
}

.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: #fbe547;
  }
}

/** @section Boxes */
.box-minimal {
  text-align: center;
}

.box-minimal .box-minimal-icon {
  font-size: 50px;
  line-height: 50px;
  color: #fbe547;
}

.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #fbe547;
}

.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-dark .box-minimal p {
  color: #15171a;
}

.box-counter-main {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-weight: 700;
  color: #2a94bc;
  justify-content: center;
}

.counter {
  font-size: 40px;
}

@media (min-width: 768px) {
  .counter {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .counter {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .counter {
    font-size: 64px;
  }
}

.counter-postfix {
  font-size: 24px;
}

@media (min-width: 768px) {
  .counter-postfix {
    font-size: 28.8px;
  }
}

@media (min-width: 1200px) {
  .counter-postfix {
    font-size: 36px;
  }
}

.box-counter-title {
  font-size: 16px;
  color: #15171a;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}

* + .box-counter-title {
  margin-top: 10px;
}

.box-count {
  padding: 30px;
}

@media (min-width: 1200px) {
  .box-count {
    padding: 40px;
  }
}

.box-count-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-weight: 700;
}

* + .box-count-title {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .box-count-title {
    margin-top: 40px;
  }
}

.box-count-text {
  font-size: 16px;
}

* + .box-count-text {
  margin-top: 20px;
}

/** @section Groups */
html .group {
  margin-bottom: -20px;
  margin-left: -15px;
}

html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group > * {
  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 > * {
  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 > * {
  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-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

html .group-custom > * {
  width: 100%;
}

@media (min-width: 576px) {
  html .group-custom {
    flex-direction: row;
  }
}

html .group-40 {
  margin-bottom: -40px;
  margin-left: -40px;
}

html .group-40:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-40 > * {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 40px;
}

* + .group-sm {
  margin-top: 30px;
}

* + .group-xl {
  margin-top: 20px;
}

/** @section 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-md {
  margin-bottom: -15px;
  margin-left: -15px;
}

.unit-md > * {
  margin-bottom: 15px;
  margin-left: 15px;
}

.unit-title {
  margin-top: 16px;
}

.unit-title + .unit-text {
  margin-top: 20px;
}

.unit-text {
  font-size: 16px;
}

/** @section Lists */
.list > li + li {
  margin-top: 10px;
}

.list-xs > li + li {
  margin-top: 5px;
}

.list-sm > li + li {
  margin-top: 7px;
}

.list-md > li + li {
  margin-top: 18px;
}

.list-lg > li + li {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .list-lg > li + li {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-lg > li + li {
    margin-top: 40px;
  }
}

.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-terms {
  margin-top: 25px;
}

.list-terms + * {
  margin-top: 25px;
}

.list-terms dt + dd {
  margin-top: 5px;
}

.list-terms dd + dt {
  margin-top: 25px;
}

.index-list {
  counter-reset: li;
}

.index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

.list-marked {
  text-align: left;
}

.list-marked > li {
  position: relative;
  padding-left: 30px;
}

.list-marked > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #15171a;
}

.list-marked .list-marked > li::before {
  background-color: #15171a;
}

.list-marked + *,
* + .list-marked {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .list-marked-1 {
    margin-left: 40px;
  }
  .list-marked-1 > li {
    padding-left: 20px;
  }
  .list-marked-1 .list-marked {
    margin-left: 107px;
  }
}

.list-ordered {
  counter-reset: li-1;
  text-align: left;
}

.list-ordered > li {
  position: relative;
}

.list-ordered > li:before {
  content: counter(li-1, decimal) ".";
  counter-increment: li-1;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 10px;
}

.list-ordered .list-ordered {
  margin-left: 20px;
  counter-reset: li-2;
}

.list-ordered .list-ordered > li:before {
  content: counter(li-1, decimal) "." counter(li-2, decimal);
  counter-increment: li-2;
}

@media (min-width: 1200px) {
  .list-ordered .list-ordered {
    margin-left: 40px;
  }
}

.desc-list {
  line-height: 1;
}

.desc-title {
  font-size: 16px;
  font-weight: 500;
  color: #97999b;
  line-height: inherit;
}

.desc-text {
  line-height: inherit;
}

* + .desc-text {
  margin-top: 20px;
}

/** @section Images */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}
.img-qr {
  display: inline-block;
  width: 100px;
}

/** @section 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-svg {
  fill: currentColor;
}

.icon-svg-stroke {
  stroke: #000000;
}
.icon-svg-stroke-white {
  stroke: #fff;
}
.icon-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: currentColor;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

/** @section Tables custom */
.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  color: #2c343b;
  background: #ffffff;
}

.table-custom th {
  padding: 35px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #dedede;
  white-space: nowrap;
}

@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 #cccccc;
}

.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: #fbe547;
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #dedede;
}

.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 #cccccc;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-custom.table-custom-striped {
  border-bottom: 1px solid #cccccc;
}

.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: #dedede;
}

.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;
  }
}

/** @section Dividers */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid rgba(21, 23, 26, 0.1);
}

hr + .row {
  margin-top: 40px;
}

.row + hr {
  margin-top: 40px;
}

.divider-dark {
  border-top-color: #15171a;
}

.divider {
  font-size: 0;
  line-height: 0;
}

.divider::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fbe547;
}

/** @section Buttons */
button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  transition: all 0.25s ease-in-out;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-transform: none;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  .btn:not(.btn-sm):not(.btn-auto) {
    min-width: 220px;
  }
}

.btn-sm {
  min-height: 50px;
  font-weight: 500;
}

.page .btn:not([class*="shadow"]) {
  box-shadow: none;
}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*="shadow"]),
.page .btn:not(:disabled):not(.disabled).active:focus:not([class*="shadow"]) {
  box-shadow: none;
}

.btn-primary,
.btn-primary:focus {
  color: #15171a;
  background-color: #fbe547;
  border-color: #fbe547;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

.btn-primary.btn-ujarak::before {
  background: #15171a;
}

.btn-white,
.btn-white:focus {
  color: #fff;
  /* background-color: #D81E0A;
	border-color: #D81E0A; */
  border-color: #35a8a6;
  background: linear-gradient(193deg, rgb(34 54 84) 0%, rgba(53, 169, 164, 1) 76%);
	    border: none;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:hover,
.btn-white:active,
.btn-white.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
	    border: none;
}

.btn-white.btn-ujarak::before {
  background: #15171a;
}

.btn-who {
  background: #33bcb1;
  color: #ffffff;
}
.btn-who:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(40, 135, 195, 1) 0%, rgba(53, 169, 164, 1) 76%);
}
/* .btn-light, .btn-light:focus {
	color: #fff;
	background: linear-gradient(90deg, rgba(40, 135, 195, 1) 0%, rgba(53, 169, 164, 1) 76%);
} */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:hover,
.btn-light:active,
.btn-light.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

.btn-light.btn-ujarak::before {
  background: #15171a;
}

.btn-light-outline,
.btn-light-outline:focus {
  color: #15171a;
  background-color: transparent;
  border-color: transparent;
}

.btn-light-outline:not(:disabled):not(.disabled):active,
.btn-light-outline:not(:disabled):not(.disabled).active,
.btn-light-outline:hover,
.btn-light-outline:active,
.btn-light-outline.active {
  color: #15171a;
  background-color: #f0f7f7;
  border-color: #f0f7f7;
}

.btn-light-outline.btn-ujarak::before {
  background: #f0f7f7;
}

.btn-dark,
.btn-dark:focus {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active {
  color: #fff;
  background-color: #2a8bbf;
  border-color: #2a8bbf;
}

.btn-dark.btn-ujarak::before {
  background: #fbe547;
}

.btn-default-outline,
.btn-default-outline:focus {
  color: #cccccc;
  background-color: transparent;
  border-color: #2c343b;
}

.btn-default-outline:not(:disabled):not(.disabled):active,
.btn-default-outline:not(:disabled):not(.disabled).active,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active {
  color: #ffffff;
  background-color: #fbe547;
  border-color: #fbe547;
}

.btn-default-outline.btn-ujarak::before {
  background: #fbe547;
}

.btn-ghost {
  border: 0;
  background-color: transparent;
}

.btn-ghost:hover {
  color: #ffffff;
  background: #fbe547;
}

.btn-facebook,
.btn-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active {
  color: #ffffff;
  background-color: #456497;
  border-color: #456497;
}

.btn-facebook.btn-ujarak::before {
  background: #456497;
}

.btn-twitter,
.btn-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}

.btn-twitter.btn-ujarak::before {
  background: #02a8da;
}

.btn-google,
.btn-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:hover,
.btn-google:active,
.btn-google.active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}

.btn-google.btn-ujarak::before {
  background: #cc3a1a;
}

.btn-shadow {
  box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.btn-shadow:hover {
  box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.btn-shadow:focus,
.btn-shadow:active {
  box-shadow: none;
}

.btn-ujarak {
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}

.btn-ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe547;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}

.btn-ujarak,
.btn-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-ujarak:hover {
  transition: background 0.4s 0.4s, border-color 0.4s 0s, color 0.2s 0s;
}

.btn-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.btn-circle {
  border-radius: 30px;
}

.btn-round-1 {
  border-radius: 5px;
}

.btn-round-2 {
  border-radius: 10px;
}

.btn-icon:first-of-type {
  margin-right: 10px;
}

.btn-icon:last-of-type {
  margin-left: 10px;
}

/** @section Forms */
.rd-form {
  position: relative;
  text-align: left;
}

.rd-form .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 60px;
}

* + .rd-form {
  margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}

.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #e54322;
}

.form-wrap.has-focus .form-input {
  border-color: #fbe547;
}

.form-wrap + * {
  margin-top: 20px;
}

.form-input {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 14px 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #15171a;
  background-color: #f0f7f7;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 2px solid #f0f7f7;
}

.form-input:focus {
  outline: 0;
}

.form-input::placeholder {
  color: #97999b;
}

textarea.form-input {
  height: 100px;
  min-height: 60px;
  max-height: 170px;
  resize: none;
}

.recaptcha div {
  display: block;
  transform-origin: 0 0;
}

.recaptcha iframe {
  display: block;
}

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #15171a;
  font-weight: 300;
}

.form-label {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  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: #15171a;
}

.form-label-outside {
  padding: 0;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #15171a;
  position: static;
}

.form-label-outside,
.form-label-outside.focus,
.form-label-outside.auto-fill {
  transform: none;
  opacity: 1;
}

[data-x-mode="true"] .form-label {
  pointer-events: auto;
}

.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #e54322;
  transition: 0.3s;
}

.form-validation-left .form-validation {
  right: auto;
  left: 8px;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
  max-width: calc(100% - 30px);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.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: #e54322;
}

.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;
  margin: -1px;
  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: #2c343b;
  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: #cccccc;
}

.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #fbe547;
  transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #f0f7f7;
  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;
  margin-bottom: -8px;
  margin-left: -8px;
}

.rd-form-inline:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.rd-form-inline > * {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.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;
}

@media (min-width: 576px) {
  .rd-form-inline .btn {
    display: block;
  }
}

.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}

.form-sm .form-input,
.form-sm .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 50px;
}

.form-sm .form-validation {
  top: -16px;
}

.form-sm .form-label {
  top: 25px;
}

.form-sm .btn {
  min-width: auto;
}

.form-sm * + .btn {
  margin-top: 10px;
}

.form-sm .form-wrap + .form-wrap {
  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: 20px;
  padding-bottom: 20px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 68px;
}

.form-lg .form-button {
  min-height: 70px;
}

.form-lg .form-label {
  top: 35px;
}

.custom-control {
  padding-left: 0;
}

.custom-control-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15171a;
  border-color: #15171a;
}

.custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(21, 23, 26, 0.1);
}

.custom-control-label {
  cursor: pointer;
  padding-left: 37px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.custom-control-label::before {
  border-radius: 6px;
  border: 2px solid rgba(21, 23, 26, 0.1);
  box-shadow: none !important;
}

.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45337 9C4.09271 9 3.74673 8.85516 3.49168 8.59751L0.398332 5.47176C-0.132777 4.93508 -0.132777 4.0649 0.398332 3.52822C0.929442 2.99155 1.79052 2.99155 2.32171 3.52822L4.45337 5.68221L9.67829 0.402546C10.2094 -0.134129 11.0705 -0.134209 11.6017 0.402466C12.1328 0.939141 12.1328 1.80932 11.6017 2.346L5.41506 8.59735C5.16009 8.85524 4.8141 9 4.45337 9Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.custom-control-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #15171a;
}

.custom-control-radio .custom-control-label::before,
.custom-control-radio .custom-control-label::after {
  border-radius: 50%;
}

.custom-control-radio .custom-control-label::after {
  width: 12px;
  height: 12px;
  background-color: #15171a;
  background-image: none;
  top: 5px;
  left: 5px;
}

.form-box {
  background-color: #ffffff;
}

.form-box .form-input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
  padding-left: 0;
}

.form-box .form-input:focus {
  background-color: #f0f7f7;
  border-color: #15171a;
  padding-left: 20px;
}

.form-box .form-validation {
  top: auto;
  left: 0;
  right: 0;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
}

.form-box-sm {
  padding: 30px 15px;
}

@media (min-width: 576px) {
  .form-box-sm {
    padding: 30px 40px;
  }
}

.form-box-sm .form-wrap + .form-wrap {
  margin-top: 30px;
}

.form-box-lg {
  padding: 30px;
}

@media (min-width: 576px) {
  .form-box-lg {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .form-box-lg {
    padding: 50px;
  }
}

.form-box-lg .form-wrap + .form-wrap {
  margin-top: 17px;
}

.toggle-pass-view {
  position: absolute;
  bottom: 18px;
  right: 0;
  opacity: 0.4;
}

.toggle-pass-view .icon-pass-hide {
  display: block;
}

.toggle-pass-view .icon-pass-show {
  display: none;
}

.toggle-pass-view.active .icon-pass-hide {
  display: none;
}

.toggle-pass-view.active .icon-pass-show {
  display: block;
}

.toggle-pass-view:hover {
  opacity: 1;
}

.form-search {
  position: relative;
}

.form-search .form-input {
  padding-right: 60px;
}

.search-form-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  width: 60px;
}

/** @section Posts */
* + .post-modern {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  * + .post-modern {
    margin-top: 80px;
  }
}

.post-modern .badge-list {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1;
}

.post-modern .icon-title {
  top: -0.15em;
  position: relative;
}

.post-modern-figure {
  position: relative;
  display: flex;
}

@media (min-width: 1200px) {
  .post-modern-figure {
    margin-right: 60px;
  }
}

* + .post-modern-meta {
  margin-top: 25px;
}

* + .post-modern-text {
  margin-top: 25px;
}

* + .post-modern-link {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .post-modern-link {
    margin-top: 40px;
  }
}

.post-classic {
  position: relative;
  width: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.post-classic .badge-list {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1;
}

.post-classic-figure {
  display: flex;
}

* + .post-classic-body {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .post-classic-body {
    margin-top: 40px;
  }
}

* + .post-classic-text {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .post-single-section p + p {
    margin-top: 40px;
  }
}

.post-single-section * + .form-box {
  margin-top: 30px;
}

.post-single-section .form-box p + .row {
  margin-top: 30px;
}

.post-name {
  font-weight: 700;
}

.post-position {
  font-size: 16px;
  margin-top: 4px;
}

.post-simple + .post-simple {
  margin-top: 20px;
}

.post-creative + .post-creative {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgba(21, 23, 26, 0.1);
}

@media (min-width: 1200px) {
  .post-creative + .post-creative {
    margin-top: 80px;
    padding-top: 80px;
  }
}

* + .post-creative-title {
  margin-top: 23px;
}

* + .post-creative-meta {
  margin-top: 25px;
}

* + .post-creative-figure {
  margin-top: 25px;
}

* + .post-creative-text {
  margin-top: 20px;
}

* + .post-creative-link {
  margin-top: 25px;
}

/** @section Quotes */
.quote {
  border-top: 2px solid rgba(21, 23, 26, 0.1);
  padding-top: 40px;
}

* + .quote {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  * + .quote {
    margin-top: 80px;
  }
}

.quote + .quote {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .quote + .quote {
    margin-top: 60px;
  }
}

.quote-name {
  font-size: 16px;
  font-weight: 700;
}

.quote-time {
  font-size: 14px;
  line-height: 1.5;
  color: #97999b;
  margin-top: 3px;
}

* + .quote-text {
  margin-top: 20px;
}

.quote-primary-mark {
  position: relative;
  top: 6px;
  display: block;
  width: 37px;
  height: 27px;
  fill: #fbe547;
  flex-shrink: 0;
}

.quote-primary-body {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #dedede;
}

.quote-primary-body::before,
.quote-primary-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 13px;
  border-style: solid;
  border-color: #dedede;
}

.quote-primary-body::before {
  left: 0;
  width: 78px;
  border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
  right: 0;
  width: calc(100% - 78px - 12px);
  border-width: 1px 0 0 1px;
  transform-origin: 0 0;
  transform: skew(-45deg);
}

.quote-primary-text {
  padding-top: 20px;
}

.quote-primary-cite {
  font-weight: 700;
}

.quote-primary-footer {
  padding-left: 5px;
}

* + .quote-primary {
  margin-top: 30px;
}

* + .quote-primary-footer {
  margin-top: 8px;
}

@media (min-width: 576px) {
  .quote-primary-body {
    display: flex;
    padding: 32px 20px 40px 30px;
  }
  .quote-primary-text {
    padding-top: 0;
    padding-left: 20px;
  }
  .quote-primary-footer {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .quote-primary-body {
    padding-right: 40px;
  }
}

.quote-box {
  padding: 30px 15px;
  text-align: center;
}

@media (min-width: 576px) {
  .quote-box {
    padding: 40px 30px;
  }
}

@media (min-width: 1200px) {
  .quote-box {
    padding: 57px 70px;
  }
}

.quote-box-text {
  color: #15171a;
  line-height: 1.4;
}

* + .quote-box-text {
  margin-top: 15px;
}

.quote-box-text q::before,
.quote-box-text q::after {
  display: none;
}

.quote-box-name {
  font-size: 16px;
  font-weight: 500;
}

* + .quote-box-name {
  margin-top: 23px;
}

/** @section Thumbnails */
* + .figure-light {
  margin-top: 30px;
}

.figure-light figcaption {
  padding-top: 10px;
  color: #b7b7b7;
}

.thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
}

.thumbnail:hover::before {
  opacity: 1;
}

.thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 23, 26, 0.4)
    url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5 22C38.5 31.1127 31.1127 38.5 22 38.5C12.8873 38.5 5.5 31.1127 5.5 22C5.5 12.8873 12.8873 5.5 22 5.5C31.1127 5.5 38.5 12.8873 38.5 22Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 42L34 34' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 93%;
}

.thumbnail img {
  width: 100%;
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
  position: relative;
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .breadcrumbs-custom {
    padding: 40px 0;
  }
}

.breadcrumbs-custom-path {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}

.breadcrumbs-custom-path li:not(:last-of-type) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.breadcrumbs-custom-path li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(21, 23, 26, 0.1);
}

.breadcrumbs-custom-path a {
  color: #97999b;
}

.breadcrumbs-custom-path a:hover {
  color: #15171a;
}

/** @section Pagination custom */
.pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
}

.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pagination > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}

.page-link {
  display: inline-block;
  min-width: 48px;
  padding: 10px 10px;
  border: 2px solid #dedede;
  font-size: 14px;
  line-height: 1.71429;
  background-color: #ffffff;
  color: #97999b;
  transition: all 0.25s ease-in-out;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
  color: #ffffff;
  background-color: #fbe547;
  border-color: #fbe547;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active > .page-link,
.page-item.active > .page-link:hover,
.page-item.active > .page-link:focus,
.page-item.active > .page-link:active {
  color: #ffffff;
  background-color: #fbe547;
  border-color: #fbe547;
}

.page-item.disabled > .page-link,
.page-item.disabled > .page-link:hover,
.page-item.disabled > .page-link:focus,
.page-item.disabled > .page-link:active {
  color: #b7b7b7;
  background-color: #dedede;
  border-color: #dedede;
}

.page-item-control .icon::before {
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 24px;
}

.page-item-control:first-child .icon::before {
  content: "\f053";
  margin-left: -1px;
}

.page-item-control:last-child .icon::before {
  content: "\f054";
  margin-right: -1px;
}

.pag-list {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: -25px;
  margin-left: -25px;
}

.pag-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pag-list > * {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 25px;
}

.pag-item-control {
  font-size: 12px;
  font-weight: 700;
}

.pag-item-control,
.pag-item-control:focus,
.pag-item-control:active {
  color: #15171a;
}

.pag-item-control:hover {
  color: #fbe547;
}

a.pag-link,
a.pag-link:focus,
a.pag-link:active {
  color: #97999b;
}

a.pag-link:hover {
  color: #fbe547;
}

.pag-item.active {
  color: #15171a;
  position: relative;
}

.pag-item.active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 11px;
  height: 2px;
  background-color: #15171a;
}

.pag-extended {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 2px solid rgba(21, 23, 26, 0.1);
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
}

.pag-extended-item {
  max-width: 48%;
  padding: 25px 10px;
  background-color: #f0f7f7;
  transition: all 0.25s ease-in-out;
  color: #15171a;
}

.pag-extended-item:hover {
  color: #15171a;
}

.pag-extended-item:hover .pag-extended-title span {
  background-size: 100% 1px;
}

.pag-extended-item-inner {
  text-align: center;
}

.pag-extended-body {
  margin-top: 20px;
}

.pag-extended-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.pag-extended-title span {
  background-image: linear-gradient(to right, #15171a 0, #15171a 100%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 95%;
  transition: all 0.25s ease-in-out;
}

.pag-extended-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-top: 17px;
}

@media (min-width: 992px) {
  .pag-extended {
    padding: 40px 0;
  }
  .pag-extended-item {
    background-color: transparent;
    padding: 0;
  }
  .pag-extended-item:hover {
    background-color: #f0f7f7;
  }
  .pag-extended-item-inner {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .pag-extended-item-reverse .pag-extended-item-inner {
    flex-direction: row-reverse;
    text-align: right;
  }
  .pag-extended-media {
    flex-shrink: 0;
    max-width: 48%;
  }
  .pag-extended-body {
    flex-grow: 1;
    padding: 20px;
    margin-top: 0;
  }
}

/** @section Snackbars */
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #15171a;
  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;
  }
}

/** @section Footers */
.footer {
  font-size: 16px;
}

@media (min-width: 1600px) {
  .footer * + p {
    margin-top: 35px;
  }
}

.footer-bottom {
  padding: 18px 0 20px;
}

.footer-title + * {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .footer-title + * {
    margin-top: 40px;
  }
}

.Contact-Us-item + .Contact-Us-item {
  margin-top: 16px;
}

.footer-nav-item + .footer-nav-item {
  margin-top: 4px;
}

.footer-nav-link {
  font-weight: 500;
}

.footer-nav-link,
.footer-nav-link:focus,
.footer-nav-link:active {
  color: inherit;
}

.footer-nav-link:hover {
  color: #a09a9a;
}

/** @section Service */
.service {
  position: relative;
  padding: 40px 20px;
  z-index: 0;
  height: 100%;
}

.service::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #15171a;
}

.service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c9fb1;
  z-index: -1;
  opacity: 0; /* Set initial opacity to 0 */
  transition: all 0.25s ease-in-out; /* Only transition opacity */
}

.service:hover::after {
  opacity: 1; /* Change opacity on hover */
}

.bg-white .service::after {
  background-color: #f0f7f7;
}

.desktop .service::after {
  bottom: 100%;
}

.desktop .service:hover::after {
  bottom: 0;
}

* + .service-text {
  margin-top: 40px;
}

.service-link {
  position: relative;
  line-height: 1.3;
}

.service-link a {
  background-image: linear-gradient(to right, #15171a 0, #15171a 100%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 95%;
  color: #15171a;
}

.service-link a:hover {
  background-size: 100% 1px;
  color: #fff;
}

* + .service-link {
  margin-top: 20px;
}

.single-service-tabs .nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

@media (min-width: 992px) {
  .single-service-tabs .nav {
    flex-direction: column;
    width: 300px;
    margin-left: auto;
    position: sticky;
    top: 86px;
  }
}

.single-service-tabs .nav-item {
  flex-shrink: 0;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .single-service-tabs .nav-item + .nav-item {
    margin-top: 10px;
  }
}

.single-service-tabs .nav-link {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  color: #15171a;
}

.single-service-tabs .nav-link:hover,
.single-service-tabs .nav-link.active {
  background-color: #f0f7f7;
}

.single-service-tabs .nav-link-text {
  margin-left: 20px;
}

.single-service-section + .single-service-section {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .single-service-section + .single-service-section {
    margin-top: 80px;
  }
}

/** @section Advantage */
.advantage {
  text-align: center;
}

.advantage-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

* + .advantage-text {
  margin-top: 20px;
}

/** @section Badge */
.badge-sm {
  font-size: 14px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  margin-left: -5px;
}

.badge-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.badge-list > * {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
}

a.badge-secondary,
a.badge-secondary:focus {
  color: #ffffff;
  background-color: #ff7461;
  border-color: #ff7461;
}

a.badge-secondary:not(:disabled):not(.disabled):active,
a.badge-secondary:not(:disabled):not(.disabled).active,
a.badge-secondary:hover,
a.badge-secondary:active,
a.badge-secondary.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

a.badge-secondary.btn-ujarak::before {
  background: #15171a;
}

a.badge-primary,
a.badge-primary:focus {
  color: #15171a;
  background-color: #f0f7f7;
  border-color: #f0f7f7;
}

a.badge-primary:not(:disabled):not(.disabled):active,
a.badge-primary:not(:disabled):not(.disabled).active,
a.badge-primary:hover,
a.badge-primary:active,
a.badge-primary.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

a.badge-primary.btn-ujarak::before {
  background: #15171a;
}

a.badge-primary,
a.badge-primary:focus {
  color: #15171a;
  background-color: #fbe547;
  border-color: #fbe547;
}

a.badge-primary:not(:disabled):not(.disabled):active,
a.badge-primary:not(:disabled):not(.disabled).active,
a.badge-primary:hover,
a.badge-primary:active,
a.badge-primary.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

a.badge-primary.btn-ujarak::before {
  background: #15171a;
}

a.badge-light,
a.badge-light:focus {
  color: #15171a;
  background-color: #f0f7f7;
  border-color: #f0f7f7;
}

a.badge-light:not(:disabled):not(.disabled):active,
a.badge-light:not(:disabled):not(.disabled).active,
a.badge-light:hover,
a.badge-light:active,
a.badge-light.active {
  color: #15171a;
  background-color: #fbe547;
  border-color: #fbe547;
}

a.badge-light.btn-ujarak::before {
  background: #fbe547;
}

a.badge-dark,
a.badge-dark:focus {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}

a.badge-dark:not(:disabled):not(.disabled):active,
a.badge-dark:not(:disabled):not(.disabled).active,
a.badge-dark:hover,
a.badge-dark:active,
a.badge-dark.active {
  color: #15171a;
  background-color: #fbe547;
  border-color: #fbe547;
}

a.badge-dark.btn-ujarak::before {
  background: #fbe547;
}

/** @section Social */
.social-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

.social-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.social-list > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .social-list {
    margin-bottom: -30px;
    margin-left: -63px;
  }
  .social-list:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .social-list > * {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

* + .social-list {
  margin-top: 30px;
}
.social-area-one{
  margin-top: 24px;
}

.social-area-one ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-area-one ul li {
  margin: 0;
}
.social-area-one ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.social-area-one ul li:hover a {
  transform: scale(1.2) translateY(-3px);
}
.social-area-one ul li a .icon-svg{
  fill:#FFF;
}
.social-area-one ul li a .icon-svg:hover path {
  fill: white;
  opacity: 1;
}

.context-dark .social-link,
.bg-dark .social-link {
  color: #ffffff;
  opacity: 0.8;
}

/** @section Product */
.product-delete-button {
  display: inline-block;
  line-height: 1;
  color: #15171a;
  opacity: 0.3;
}

.product-delete-button:hover {
  color: #15171a;
  opacity: 1;
}

.product-category {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.product-category a {
  text-decoration: underline;
}

.product-category a,
.product-category a:focus,
.product-category a:active {
  color: #15171a;
}

.product-category a:hover {
  color: #fbe547;
}

.product-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.product-title a,
.product-title a:focus,
.product-title a:active {
  color: #15171a;
}

.product-title a:hover {
  color: #fbe547;
}

.product-price {
  font-size: 16px;
  font-weight: 500;
}

.product-prices {
  display: flex;
  align-items: center;
}

.product-prices > * + * {
  margin-left: 8px;
}

.price-old {
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.price-current {
  color: #ff7461;
}

.product-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: black;
}

.product-sidebar-title {
  color: #15171a;
}

* + .product-sidebar-title {
  padding-top: 40px;
}

* + .product-sidebar-content {
  margin-top: 25px;
}

.product-sidebar-content .select2-container {
  width: 100% !important;
}

.product-small {
  display: flex;
}

.product-small + .product-small {
  margin-top: 30px;
}

.product-small svg {
  width: 18px;
}

.product-small-figure {
  flex-shrink: 0;
}

.product-small-body {
  margin-left: 10px;
}

* + .product-small-category {
  margin-top: 13px;
}

* + .product-small-title {
  margin-top: 10px;
}

.product-small-price {
  font-size: 16px;
  font-weight: 700;
  color: #15171a;
  line-height: 1.4;
}

* + .product-small-price {
  margin-top: 5px;
}

* + .product-small-text {
  margin-top: 10px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: -4px;
  margin-left: -4px;
}

.product-tags:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.product-tags > * {
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 4px;
}

.product-tags > li:not(:last-of-type)::after {
  content: ",";
}

.product-tag {
  color: #97999b;
}

.product-tag:hover {
  color: #15171a;
  text-decoration: underline;
}

.product-classic .product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.product-classic .btn {
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .desktop .product-classic:not(:hover) .product-classic-category,
  .desktop .product-classic:not(:hover) .product-classic-text,
  .desktop .product-classic:not(:hover) .product-classic-tags {
    max-height: 0;
    opacity: 0;
    margin: 0;
  }
  .desktop .product-classic-category,
  .desktop .product-classic-text,
  .desktop .product-classic-tags {
    transition: all 0.25s ease-in-out;
    max-height: 100vh;
  }
}

.product-classic-figure {
  position: relative;
}

* + .product-classic-body {
  margin-top: 10px;
}

* + .product-classic-category {
  margin-top: 15px;
}

.product-classic-title {
  line-height: 1.6;
}

* + .product-classic-title {
  margin-top: 13px;
}

* + .product-classic-price {
  margin-top: 13px;
}

* + .product-classic-text {
  margin-top: 12px;
}

* + .product-classic-btn {
  margin-top: 21px;
}

* + .product-classic-tags {
  margin-top: 20px;
}

.product-modern {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 480px) {
  .product-modern {
    flex-direction: row;
  }
}

* + .product-modern,
.product-modern + * {
  margin-top: 40px;
}

.product-modern-figure {
  display: flex;
}

@media (min-width: 480px) {
  .product-modern-figure {
    flex-basis: 240px;
    max-width: 240px;
    flex-shrink: 0;
  }
}

.product-modern-body {
  margin-top: 0px;
}

@media (min-width: 480px) {
  .product-modern-body {
    margin-left: 30px;
  }
}

* + .product-modern-title {
  margin-top: 17px;
}

* + .product-modern-text {
  margin-top: 18px;
}

* + .product-modern-price {
  margin-top: 17px;
}

* + .product-modern-btn {
  margin-top: 20px;
}

.product-filter-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  margin-bottom: -20px;
  margin-left: -20px;
}

.product-filter-badges:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.product-filter-badges > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

.product-filter-badge {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
}

.product-filter-badge button,
.product-filter-badge button:focus,
.product-filter-badge button:active {
  color: #97999b;
}

.product-filter-badge button:hover {
  color: #fbe547;
}

.product-filter-badge > * + * {
  margin-left: 8px;
}

.product-filter-badge-clear {
  padding: 0;
  border: none;
  font-weight: 500;
}

.product-filter-badge-clear button,
.product-filter-badge-clear button:focus,
.product-filter-badge-clear button:active {
  color: #97999b;
}

.product-filter-badge-clear button:hover {
  color: #fbe547;
}

.product-filter-wrap {
  display: flex;
  align-items: center;
  margin-bottom: -12px;
  margin-left: -12px;
}

.product-filter-wrap:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.product-filter-wrap > * {
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 12px;
}

.product-filter-title {
  font-size: 16px;
  color: #97999b;
  font-weight: 300;
}

.product-layouts {
  display: flex;
  align-items: center;
}

.product-layouts > * + * {
  margin-left: 20px;
}

.product-layout {
  color: #15171a;
}

a.product-layout {
  color: #15171a;
  opacity: 0.2;
}

a.product-layout:hover {
  opacity: 1;
}

.product-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -2px;
  margin-left: -2px;
}

.product-badges:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.product-badges > * {
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 2px;
}

.badge.product-badge {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px;
}

@media (min-width: 1200px) {
  .single-product-title {
    margin-right: 90px;
  }
}

* + .single-product-title {
  margin-top: 30px;
}

* + .single-product-price {
  margin-top: 8px;
}

.single-product-price > * + * {
  margin-left: 10px;
}

.single-product-price .price-old {
  font-size: 16px;
}

.single-product-price .price-current {
  font-size: 24px;
  font-weight: 700;
  color: #ff7461;
}

.single-product-reviews {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -15px;
}

.single-product-reviews:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.single-product-reviews > * {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

* + .single-product-reviews {
  margin-top: 28px;
}

.single-product-reviews p {
  font-size: 14px;
  color: #97999b;
}

* + .single-product-text {
  margin-top: 26px;
}

.single-product-options {
  width: 360px;
  max-width: 100%;
}

* + .single-product-options {
  margin-top: 37px;
}

.single-product-select .select2-container {
  width: 100% !important;
}

.single-product-qty {
  display: flex;
  align-items: flex-end;
  margin-bottom: -10px;
  margin-left: -10px;
}

.single-product-qty:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.single-product-qty > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.single-product-qty .btn {
  padding-top: 17px;
  padding-bottom: 17px;
}

.single-product-qty .form-input {
  width: 90px;
}

* + .single-product-qty {
  margin-top: 30px;
}

.single-product-details {
  font-size: 16px;
  color: #97999b;
}

.single-product-details a,
.single-product-details a:focus,
.single-product-details a:active {
  color: #15171a;
}

.single-product-details a:hover {
  color: #97999b;
}

* + .single-product-details {
  margin-top: 30px;
}

.additional-list {
  font-size: 16px;
}

.additional-list-item {
  display: flex;
  padding: 8px 0;
}

.additional-list-item + .additional-list-item {
  border-top: 1px solid rgba(21, 23, 26, 0.05);
}

.additional-list-title {
  font-weight: 700;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .additional-list-title {
    flex-basis: 300px;
    max-width: 300px;
  }
}

/** @section Navbar Cart */
.navbar-cart {
  background-color: #ffffff;
  z-index: 1000;
}

* + .navbar-cart-list {
  margin-top: 40px;
}

.navbar-cart-item {
  display: flex;
  align-items: flex-start;
}

.navbar-cart-item + .navbar-cart-item {
  margin-top: 20px;
}

.navbar-cart-item-figure {
  display: flex;
  flex-shrink: 0;
}

.navbar-cart-item-body {
  font-size: 16px;
  line-height: 1.4;
}

.navbar-cart-item-title a,
.navbar-cart-item-title a:focus,
.navbar-cart-item-title a:active {
  color: inherit;
}

.navbar-cart-item-title a:hover {
  color: #fbe547;
}

.navbar-cart-item-details {
  color: #97999b;
}

.navbar-cart-item-details > * + * {
  margin-left: 6px;
}

* + .navbar-cart-item-details {
  margin-top: 10px;
}

.navbar-cart-item-price {
  color: #15171a;
  font-weight: 700;
}

.navbar-cart-item-delete {
  display: flex;
}

.navbar-cart-divider {
  margin: 58px 0 39px;
  height: 2px;
  background-color: rgba(21, 23, 26, 0.1);
}

.navbar-cart-buttons > .btn + .btn {
  margin-top: 10px;
}

.rd-navbar-static .navbar-cart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  margin-top: 74px;
  width: 434px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .navbar-cart.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static .navbar-cart-item-body {
  padding: 0 20px;
}

.rd-navbar-static.rd-navbar--is-stuck .navbar-cart,
.rd-navbar-static.rd-navbar--is-clone .navbar-cart {
  margin-top: 62px;
}

.rd-navbar-fixed .navbar-cart {
  position: fixed;
  top: 56px;
  right: 0;
  transform: translateX(100%);
  padding: 20px;
  width: 300px;
  max-height: calc(100vh - 56px);
  overflow: auto;
}

.rd-navbar-fixed .navbar-cart.active {
  transform: translateX(0);
}

.rd-navbar-fixed .navbar-cart-item-body {
  padding: 0 10px;
}

.rd-navbar-fixed .navbar-cart-item-figure img {
  width: 70px;
}

/** @section Partner */
.partner {
  text-align: center;
}

.partner a {
  display: inline-block;
  opacity: 0.3;
}

.partner a:hover {
  opacity: 1;
}

/** @section Person */
.person {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.person-name {
  color: #15171a;
}

* + .person-name {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  * + .person-name {
    margin-top: 20px;
  }
}

.person-position {
  font-size: 16px;
}

* + .person-position {
  margin-top: 12px;
}

.person-soc-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

.person-soc-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.person-soc-list > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

* + .person-soc-list {
  margin-top: 12px;
}

.person-soc-link:hover {
  opacity: 0.5;
}

.person-post {
  padding-top: 50px;
  text-align: center;
}

.person-post .person-body {
  padding: 40px;
  padding-top: 0;
  background-color: #f0f7f7;
}

.person-post .person-img {
  margin-top: -50px;
  width: 100px;
  border-radius: 50%;
}

.person-post .person-subtitle {
  margin-top: 20px;
}

.person-post .person-title {
  margin-top: 10px;
}

.person-post .person-text {
  margin-top: 20px;
}

/** @section Solution */
.solution-figure {
  display: flex;
}

.solution-figure .link-img,
.solution-figure img {
  width: 100%;
}

.solution-body {
  padding: 40px 15px;
  text-align: center;
}

.solution-body > * + * {
  margin-top: 10px;
}

.solution-text {
  font-size: 16px;
}

.solution-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.solution-link,
.solution-link:focus,
.solution-link:active {
  color: #15171a;
}

.solution-link:hover {
  color: #fbe547;
}

/** @section Tags */
.tags {
  display: flex;
  align-items: center;
}

.badge {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 13px;
}

.badge-sm {
  padding-left: 7px;
  padding-right: 7px;
}

.tags-title {
  font-size: 14px;
  font-weight: 500;
  color: #97999b;
  margin-right: 10px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -10px;
}

.tags-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tags-list > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

/** @section Comment */
.comment-clouds {
  margin-bottom: -10px;
  margin-left: -36px;
}

.comment-clouds:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.comment-clouds > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 36px;
}

* + .comment-clouds {
  margin-top: 40px;
}

.comment-clouds + .comment-clouds {
  margin-top: 35px;
}

.comment-clouds .comment-clouds {
  padding-left: 30px;
  margin-top: 15px;
}

.comment-clouds .comment-body {
  flex-grow: 1;
}

.comment-clouds .comment-left {
  flex-shrink: 0;
}

.comment-clouds .comment-image {
  border-radius: 50%;
}

.comment-clouds .comment-title {
  font-weight: 700;
  color: #15171a;
}

.comment-clouds .comment-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
}

.comment-clouds .comment-link,
.comment-clouds .comment-link:focus,
.comment-clouds .comment-link:active {
  color: #15171a;
}

.comment-clouds .comment-link:hover {
  color: #fbe547;
}

.comment-clouds .comment-cloud {
  position: relative;
  padding: 30px;
  background-color: #f0f7f7;
  margin-top: 8px;
}

.comment-clouds .comment-cloud::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: inherit;
  top: 0;
  left: 0;
  transform: translate(-48%, 0) skewX(45deg);
}

.comment-clouds .comment-text {
  font-size: 16px;
}

.comment-clouds .rating + * {
  margin-left: 15px;
}

.comment-meta-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  color: #97999b;
}

.comment-meta-item > * + * {
  margin-left: 4px;
}

@media (min-width: 576px) {
  .comment-clouds {
    display: flex;
  }
  .comment-clouds .comment-clouds {
    padding-left: 0;
  }
}

/** @section Rating */
.rating {
  display: flex;
}

.rating-body {
  position: relative;
  display: inline-block;
}

.rating-fill {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.rating-empty,
.rating-fill {
  display: flex;
  align-items: center;
}

.rating-empty > *,
.rating-fill > * {
  flex-shrink: 0;
}

.rating-empty > * + *,
.rating-fill > * + * {
  margin-left: 1px;
}

/** @section Widget */
.widget + .widget {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}

.widget + .widget::before,
.widget + .widget::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
}

.widget + .widget::before {
  right: 0;
  background-color: rgba(21, 23, 26, 0.1);
}

.widget + .widget::after {
  width: 40px;
  background-color: #15171a;
}

.widget-title {
  color: #15171a;
}

* + .widget-body {
  margin-top: 26px;
}

.widget-list {
  font-size: 16px;
  font-weight: 500;
}

.widget-list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
}

.widget-list-item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.widget-list-item a,
.widget-list-item a:focus,
.widget-list-item a:active {
  color: #15171a;
}

.widget-list-item a:hover {
  color: #fbe547;
}

.widget-list-item + .widget-list-item {
  margin-top: 7px;
}

.widget-list-count {
  margin-left: 20px;
  color: #97999b;
}

/** @section Card */
.cart-main {
  border-top: 2px solid #15171a;
  border-bottom: 2px solid #15171a;
}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #f0f7f7;
  justify-content: space-between;
  color: #15171a;
}

.cart-item + .cart-item {
  border-top: 2px solid rgba(21, 23, 26, 0.1);
}

.cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}

.cart-item-row + .cart-item-row {
  margin-top: 20px;
}

.cart-item-col {
  flex-grow: 1;
}

.cart-item-col + .cart-item-col {
  margin-left: 20px;
}

.cart-item-col-figure,
.cart-item-col-remove {
  flex-grow: 0;
}

.cart-item-col-figure {
  flex-shrink: 0;
}

.cart-subtitle {
  color: #15171a;
  font-weight: 700;
}

.cart-subtitle + .form-wrap,
.cart-subtitle + .stepper {
  margin-top: 7px;
}

.cart-item-title {
  font-size: 16px;
}

.cart-item-title a,
.cart-item-title a:focus,
.cart-item-title a:active {
  color: inherit;
}

.cart-item-title a:hover {
  color: #fbe547;
}

.cart-item-text {
  color: #97999b;
  font-size: 14px;
}

* + .cart-item-text {
  margin-top: 10px;
}

.cart-item-body-price {
  font-size: 16px;
  font-weight: 500;
}

* + .cart-item-body-price {
  margin-top: 20px;
}

.cart-item-old-price {
  text-decoration: line-through;
}

.cart-item-old-save {
  color: #fbe547;
  margin-left: 10px;
}

.cart-item-remove {
  color: #15171a;
  opacity: 0.3;
}

.cart-item-remove:hover {
  color: #15171a;
  opacity: 1;
}

.cart-total-box {
  background-color: #f0f7f7;
  padding: 25px;
  height: 100%;
}

@media (min-width: 1200px) {
  .cart-total-box {
    padding: 40px;
  }
}

.cart-total-box * + .btn {
  margin-top: 40px;
}

.cart-total-title {
  color: #15171a;
}

.cart-total-sub {
  font-size: 16px;
  color: #97999b;
  font-weight: 300;
}

* + .cart-total-sub {
  margin-top: 40px;
}

.cart-total-total {
  font-weight: 500;
}

* + .cart-total-total {
  margin-top: 10px;
}

.cart-item-col-quantity {
  max-width: 90px;
}

.cart-main-promo {
  padding: 60px 0;
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
}

.shop-checkbox-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}

.shop-checkbox-wrap .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-color: #f0f7f7;
  border: 1px solid #f0f7f7;
  margin-right: 10px;
  top: -1px;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}

.shop-checkbox-wrap .checkbox-custom-dummy::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.683354 4.37546C1.11805 3.90291 1.86382 3.90291 2.29851 4.37546L6.7092 9.17032L5.21827 10.7911L0.683353 5.86121C0.297072 5.44128 0.297072 4.79539 0.683354 4.37546Z' fill='white'/%3E%3Cpath d='M13.3166 0.877919C12.882 0.405365 12.1362 0.405365 11.7015 0.87792L3.88134 9.37921L5.37227 11L13.3166 2.36367C13.7029 1.94374 13.7029 1.29785 13.3166 0.877919Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.shop-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.shop-checkbox:checked ~ .checkbox-custom-dummy {
  background-color: #fbe547;
}

.shop-checkbox:checked ~ .checkbox-custom-dummy::before {
  opacity: 1;
}

.shop-checkbox-label {
  font-size: 14px;
}

.checkout-title + * {
  margin-top: 20px;
}

.radio-panel .radio-inline + .radio-panel-content {
  height: 0;
  max-height: 0;
  opacity: 0;
}

.radio-panel .radio-inline.active + .radio-panel-content {
  opacity: 1;
  height: 100%;
  max-height: 100%;
  transition: 0.3s ease-out opacity;
}

* + .radio-panel-content {
  margin-top: 8px;
}

.row + .form-wrap {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .cart-item-row {
    justify-content: space-between;
  }
  .cart-item-row:first-of-type {
    flex: 0 0 54%;
    max-width: 54%;
  }
  .cart-item-row:last-of-type {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .cart-item-row + .cart-item-row {
    margin-top: 0;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .cart-item-big {
    padding: 60px 0;
  }
  .cart-item-big .cart-item-col + .cart-item-col {
    margin-left: 30px;
  }
}

.cart-item-big .cart-item-row {
  flex: 0 0 100%;
  max-width: 100%;
}

.cart-item-big .cart-item-row + .cart-item-row {
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cart-item-big .cart-item-row:first-of-type {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .cart-item-big .cart-item-row:last-of-type {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .cart-item-big .cart-item-row + .cart-item-row {
    padding-left: 40px;
    margin-top: 0;
  }
}

@media (max-width: 479.98px) {
  .cart-item-big .cart-item-col-figure {
    max-width: 60px;
  }
}

* + .cart-main-footer {
  margin-top: 60px;
}

.cart-main-footer * + .row {
  margin-top: 30px;
}

/** @section Checkout */
* + .checkout-section {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .checkout-section + .checkout-section {
    margin-top: 80px;
  }
}

.checkout-promo .form-label,
.checkout-promo .form-input {
  font-weight: 700;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .checkout-promo .form-label,
  .checkout-promo .form-input {
    padding-left: 40px;
  }
}

.checkout-promo .form-input {
  padding-right: 90px;
}

.checkout-promo .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-sidebar-box {
  padding: 40px;
  background-color: #f0f7f7;
  margin-top: 10px;
}

.checkout-sidebar-products {
  overflow-y: hidden;
  overflow-x: auto;
}

* + .checkout-sidebar-products {
  margin-top: 40px;
}

.checkout-sidebar-product {
  display: flex;
  align-items: center;
  font-size: 16px;
  min-width: 370px;
}

.checkout-sidebar-product > * + * {
  margin-left: 15px;
}

.checkout-sidebar-product + .checkout-sidebar-product {
  margin-top: 20px;
}

.checkout-sidebar-product-count {
  color: #97999b;
}

.checkout-sidebar-product-figure {
  display: flex;
  flex-shrink: 0;
}

.checkout-sidebar-product-title a,
.checkout-sidebar-product-title a:focus,
.checkout-sidebar-product-title a:active {
  color: #15171a;
}

.checkout-sidebar-product-title a:hover {
  color: #97999b;
}

.checkout-sidebar-product-price {
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  width: 170px;
  text-align: right;
}

.checkout-sidebar-details {
  border-top: 2px solid #15171a;
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
  padding: 40px 0;
}

* + .checkout-sidebar-details {
  margin-top: 40px;
}

.checkout-sidebar-details > .row + .row {
  margin-top: 15px;
}

* + .checkout-sidebar-price {
  margin-top: 40px;
}

.checkout-sidebar-info {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
}

* + .checkout-sidebar-info {
  margin-top: 40px;
}

.checkout-sidebar-info-icon {
  margin-top: -5px;
}

.checkout-sidebar-info-body {
  margin-left: 15px;
}

.checkout-sidebar-info-body p {
  color: #97999b;
  font-size: 14px;
}

.checkout-sidebar-info-body p + p {
  margin-top: 20px;
}

.checkout-sidebar-info-body a {
  color: #15171a;
  text-decoration: underline;
}

.checkout-sidebar-info-body a:hover {
  color: #97999b;
  text-decoration: underline;
}

.checkout-info-list {
  overflow-y: hidden;
  overflow-x: auto;
}

.checkout-info-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
  padding: 30px 0;
  font-size: 16px;
}

.checkout-info-item:first-of-type {
  padding-top: 0;
}

.checkout-info-item > * + * {
  margin-left: 20px;
}

.checkout-info-title {
  flex-shrink: 0;
  width: 100px;
  color: #97999b;
}

.checkout-info-content {
  flex-grow: 1;
}

* + .checkout-radio-list {
  margin-top: 40px;
}

.checkout-radio-item + .checkout-radio-item {
  border-top: 2px solid rgba(21, 23, 26, 0.1);
  margin-top: 27px;
  padding-top: 34px;
}

.checkout-radio-item .custom-control-label {
  width: 100%;
}

.checkout-radio-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: -15px;
  margin-left: -15px;
}

.checkout-radio-header:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.checkout-radio-header > * {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .checkout-radio-header {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .checkout-radio-header {
    font-size: 20px;
  }
}

.checkout-radio-title {
  font-weight: 500;
}

.checkout-radio-price {
  font-weight: 700;
}

.checkout-radio-text {
  font-size: 14px;
  color: #97999b;
  margin-top: 12px;
}

.checkbox-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -20px;
  margin-left: -20px;
}

.checkbox-footer:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.checkbox-footer > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

* + .checkbox-footer {
  margin-top: 60px;
}

/** @group Plugins */
/** @section Animate */
.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;
}

.ipad .not-animated,
.ios .not-animated {
  opacity: 1 !important;
}

.ios .animated {
  animation: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(80px, 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, -80px, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-80px, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(80px, 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, 80px, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

/** @section 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: 60px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #15171a;
  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);
  }
}

/** @section ToTop */
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  background: #d81e0a;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  padding: 3px;
  border-radius: 3px;
}

.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;
  }
}

/** @section 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-static .navbar-cart,
.rd-navbar-fixed .navbar-cart,
.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,
.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: #15171a;
  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: #15171a;
  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: #15171a;
  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: #15171a;
  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;
  align-items: center;
}

.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: #cccccc;
  transition: 0.33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
  color: #fbe547;
}

.rd-navbar-search-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #15171a;
  width: 24px;
  height: 24px;
}

.rd-navbar-search-toggle .icon-svg-stroke,
.rd-navbar-search-toggle span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s transform ease-in-out;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.rd-navbar-search-toggle .icon-svg-stroke {
  transform: rotate(0deg) scale(1);
  opacity: 0.6;
  visibility: visible;
}

.rd-navbar-search-toggle span::before {
  content: "\f24c";
  font-family: "Material Design Icons";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
}

.rd-navbar-search-toggle.active .icon-svg-stroke {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-search-toggle.active span::before {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-search-toggle:hover {
  color: #15171a;
}

.rd-navbar-search-toggle:hover .icon-svg-stroke {
  opacity: 1;
}

.rd-navbar-dropdown {
  display: none;
}

.navbar-subpanel {
  display: flex;
  align-items: center;
}

.navbar-subpanel-item {
  display: flex;
  position: relative;
}

.rd-navbar-icon {
  opacity: 0.6;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  position: relative;
  display: block;
  z-index: 1080;
}

.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 90px;
  padding-right: 90px;
}

.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  align-items: center;
}

.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: #15171a;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
  width: 10px;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #15171a;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  color: #15171a;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
  width: 40px;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #15171a;
}

.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:hover {
  color: #15171a;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 22px;
}

.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  color: #15171a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.rd-navbar-static .rd-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: linear-gradient(85deg, rgba(40, 135, 195, 1) 0%, rgba(53, 169, 164, 1) 76%);
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.rd-navbar-static .rd-nav-link:hover {
  color: #15171a;
}

.rd-navbar-static .rd-nav-link:hover::before {
  width: 100%;
}

.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 33px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transform: translate3d(0, 30px, 0);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: -20px;
  width: 257px;
  padding: 20px 15px;
  background: #ffffff;
  z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -20px;
  margin-left: 20px;
  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: #15171a;
  background: #f0f7f7;
}

.rd-navbar-static .rd-dropdown-item .rd-navbar-submenu-toggle {
  position: absolute;
  top: 55%;
  right: 5px;
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%2315171A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
  margin-top: 3px;
}

.rd-navbar-static .rd-dropdown-link {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #15171a;
  padding: 0 5px;
}

.rd-navbar-static .rd-dropdown-link:hover {
  color: #15171a;
  background: #ebbdb85a;
}

.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 #dedede;
}

.rd-navbar-static * + .rd-megamenu-title {
  margin-top: 30px;
}

.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: #fbe547;
  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--has-dropdown {
  position: relative;
}

.rd-navbar-static .navbar-subpanel {
  margin-left: 40px;
}

.rd-navbar-static .navbar-subpanel > * + * {
  margin-left: 20px;
}

.rd-navbar-static * + .rd-navbar-search {
  margin-left: 22px;
}

.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;
  background: #ffffff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 10px 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
  max-height: 55px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-static.rd-navbar--is-clone .rd-menu {
  margin-top: 21px;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  opacity: 0.6;
}

.rd-navbar-fixed .rd-navbar-toggle:hover {
  opacity: 1;
}

.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: 40px;
  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;
  color: #15171a;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
  background: #ffffff;
}

.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%);
  color: #ffffff;
  background: #ffffff;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #fdf3ab;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: #fbe547;
  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-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: #15171a;
  background: #f5faff;
}

.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: #15171a;
}

.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
  color: #15171a;
}

.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;
  color: #15171a;
}

.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: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: #15171a;
  background: #ebbdb85a;
}

.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;
  color: #cccccc;
}

.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: #fbe547;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
  border-bottom: 1px solid #dedede;
}

.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;
  color: #15171a;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: "\25BC";
  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;
  background-color: #ffffff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.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;
  color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #fbe547;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.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;
}

.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 .navbar-subpanel {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1100;
}

.rd-navbar-fixed .navbar-subpanel > * + * {
  margin-left: 5px;
}

.rd-navbar-fixed .navbar-subpanel-item .btn {
  padding: 5px;
}

.rd-navbar-fixed .navbar-subpanel-item .btn .btn-icon {
  margin: 0;
}

.rd-navbar-fixed .navbar-subpanel-item .btn span:not(.btn-icon) {
  display: none;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}

/** @section Google Map */
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map-container button img {
  margin: 0;
}

.google-map {
  height: 250px;
  width: 100%;
}

@media (min-width: 768px) {
  .google-map {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .google-map {
    height: 700px;
  }
}

/** @section Search Results */
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}

.rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #15171a;
  background: #f0f7f7;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: 0.3s all ease;
}

.rd-search-results-live #search-results::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #dedede;
  border-top: 0;
}

.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #15171a;
}

.rd-search-results-live .search-list {
  margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}

.rd-search-results-live .search-link {
  color: #cccccc;
}

.rd-search-results-live .search-link:hover {
  color: #fbe547;
}

.rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}

.rd-search-results-live .search-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #15171a;
}

.rd-search-results-live .search-title a:hover {
  color: #fbe547;
}

.rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}

.rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  background: #fbe547;
}

.rd-search-results-live .search-submit:hover {
  color: #ffffff;
  background: #cccccc;
}

.rd-search-results-live .match {
  display: none;
}

.not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}

.rd-search-results-live p {
  font-size: 11px;
}

.rd-search-results-live p * {
  margin: 0;
}

.rd-search-results-live .search-list-item {
  padding: 0 15px;
}

.rd-search-results-live * + p {
  margin-top: 5px;
}

.rd-search-results-live .search-list-item + .search-list-item {
  margin-top: 17px;
}

* + .rd-search-results {
  margin-top: 40px;
}

@media (min-width: 768px) {
  * + .rd-search-results {
    margin-top: 55px;
  }
}

.rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}

.rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
  display: none;
}

.rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #97999b;
}

.rd-search-results .search-list-item + .search-list-item {
  margin-top: 40px;
}

.rd-search-results .search-title::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
}

.rd-search-results .search {
  color: #ffffff;
  padding: 0 0.25em;
  background: #fbe547;
}

.rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}

.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}

.rd-search-results p * {
  margin: 0;
}

.rd-search-results * + .match {
  margin-top: 10px;
}

.rd-search-classic {
  position: relative;
}

.rd-search-classic .form-input {
  padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
  letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  color: #cccccc;
  font-size: 0;
  line-height: 0;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-search-classic .rd-search-submit:before {
  position: relative;
  top: -1px;
  content: "\e014";
  font: 400 20px "fl-chapps";
  line-height: 1;
  transition: 0.33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
  color: #fbe547;
}

.rd-search.rd-search-inline {
  position: relative;
}

.rd-search.rd-search-inline .form-input {
  padding-right: 60px;
}

.rd-search.rd-search-inline .btn-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  right: 0;
  margin: 0;
  font-size: 21px;
  color: #cccccc;
  transition: 0.33s;
}

.rd-search.rd-search-inline .btn-link::before {
  display: block;
  margin: auto;
}

.rd-search.rd-search-inline .btn-link:hover {
  color: #fbe547;
}

.rd-search.rd-search-inline.form-sm .form-input {
  padding-right: 50px;
}

.rd-search.rd-search-inline.form-sm .btn-link {
  width: 50px;
  font-size: 18px;
}

.rd-search.rd-search-inline.form-lg .form-input {
  padding-right: 70px;
}

.rd-search.rd-search-inline.form-lg .btn-link {
  width: 70px;
}

/** @section Isotope */
* + .isotope-wrap {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .isotope-wrap {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  * + .isotope-wrap {
    margin-top: 55px;
  }
}

.isotope {
  z-index: 0;
  display: block;
  transition: 0.3s ease;
}

* + .isotope {
  margin-top: 40px;
}

.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 {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.isotope-filters > li {
  display: inline-block;
  margin: 0 11px;
  padding-bottom: 10px;
}

.isotope-filter {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #15171a;
}

.isotope-filter::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background-color: #15171a;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.isotope-filter.active,
.isotope-filter:hover {
  color: #15171a;
}

.isotope-filter.active::before,
.isotope-filter:hover::before {
  width: 10px;
}

/** @section Nav custom */
.tabs-custom {
  text-align: left;
}

.tabs-custom .nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
  display: none;
}

.tabs-custom .nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: 0.33s all ease;
}

.tabs-custom .nav-link {
  margin: 0;
  border-radius: 0;
  border: 0;
}

.tabs-custom .nav-link.active {
  cursor: default;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
  margin-top: 40px;
}

* + .tabs-vertical.tabs-corporate {
  margin-top: 40px;
}

@media (min-width: 768px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 80px;
  }
}

.tabs-line .nav-tabs {
  position: relative;
}

.tabs-line .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.tabs-line * + .tab-content {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .tabs-line .nav-tabs {
    max-width: 100%;
    border: 1px solid #e5e7e9;
  }
  .tabs-line .nav-item {
    margin: -1px;
  }
  .tabs-line .nav-link {
    padding: 7px 10px;
    color: #15171a;
    background: transparent;
    border-bottom: 1px solid #e5e7e9;
  }
  .tabs-line .nav-link:first-child {
    border-top: 1px solid #e5e7e9;
  }
  .tabs-line .nav-link:hover,
  .tabs-line .nav-link.active {
    color: #ffffff;
    background: #fbe547;
    border-color: #fbe547;
  }
}

.tabs-corporate .nav-tabs {
  position: relative;
  margin-bottom: -10px;
  margin-left: -10px;
}

.tabs-corporate .nav-tabs:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tabs-corporate .nav-tabs > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.tabs-corporate .nav-link {
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #15171a;
  background: transparent;
  border: 1px solid #e5e7e9;
  text-align: center;
  vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
  color: #ffffff;
  background: #fbe547;
  border-color: #fbe547;
}

.tabs-corporate .tab-content {
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    border: 0;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-item {
    display: inline-block;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-link {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 130px;
    letter-spacing: 0.1em;
    padding: 13px 20px;
    border: 2px solid #e5e7e9;
  }
  .tabs-horizontal.tabs-corporate .nav-link,
  .tabs-horizontal.tabs-corporate .nav-link::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .tabs-horizontal.tabs-corporate .nav-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: #fbe547;
  }
  .tabs-horizontal.tabs-corporate .nav-link.active,
  .tabs-horizontal.tabs-corporate .nav-link:hover {
    color: #ffffff;
    border-color: #fbe547;
    background-color: transparent;
  }
  .tabs-horizontal.tabs-corporate .nav-link.active::before,
  .tabs-horizontal.tabs-corporate .nav-link:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
    border-bottom: 4px solid #dedede;
  }
  .tabs-horizontal.tabs-line .nav-item {
    display: inline-block;
  }
  .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
    margin-right: 52px;
  }
  .tabs-horizontal.tabs-line .nav-link {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    color: #97999b;
    border: 0;
  }
  .tabs-horizontal.tabs-line .nav-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 0;
    background: #fbe547;
    transition: 0.22s ease;
  }
  .tabs-horizontal.tabs-line .nav-link.active,
  .tabs-horizontal.tabs-line .nav-link:hover {
    color: #cccccc;
  }
  .tabs-horizontal.tabs-line .nav-link.active::after {
    width: 100%;
  }
  .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px;
  }
  .tabs-vertical {
    display: flex;
    align-items: flex-start;
  }
  .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tabs-vertical .nav-item {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tabs-vertical .nav-link.active,
  .tabs-vertical .nav-link:hover {
    box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
  }
  .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 260px;
    border: 0;
  }
  .tabs-vertical.tabs-corporate .nav-item {
    margin: 0;
  }
  .tabs-vertical.tabs-corporate .nav-link {
    position: relative;
    padding: 17px 30px;
    border: 0;
    overflow: hidden;
    text-align: left;
  }
  .tabs-vertical.tabs-corporate .nav-item + .nav-item {
    margin-top: 2px;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding: 30px 30px 0;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}

.tabs-login {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

* + .tabs-login {
  margin-top: 40px;
}

.tabs-login .nav-tabs {
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
}

.tabs-login .nav-item {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 1px;
  padding-right: 1px;
}

.tabs-login .nav-link {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  background-color: #15171a;
  color: #ffffff;
  padding: 15px;
}

.tabs-login .nav-link:hover {
  background-color: #fbe547;
  color: #15171a;
}

.tabs-login .nav-link.active {
  background-color: #ffffff;
  color: #15171a;
}

* + .tabs-classic {
  margin-top: 80px;
}

@media (min-width: 1200px) {
  * + .tabs-classic {
    margin-top: 100px;
  }
}

.tabs-classic .tab-content {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .tabs-classic .tab-content {
    margin-top: 80px;
  }
}

.tabs-classic .nav-tabs {
  margin-bottom: -25px;
  margin-left: -25px;
}

.tabs-classic .nav-tabs:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tabs-classic .nav-tabs > * {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 25px;
}

@media (min-width: 1200px) {
  .tabs-classic .nav-tabs {
    margin-bottom: -25px;
    margin-left: -50px;
  }
  .tabs-classic .nav-tabs:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .tabs-classic .nav-tabs > * {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 50px;
  }
}

.tabs-classic .nav-item {
  display: inline-block;
}

.tabs-classic .nav-link {
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
  color: #97999b;
  font-weight: 500;
  padding: 0;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .tabs-classic .nav-link {
    font-size: 20px;
  }
}

.tabs-classic .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background-color: #15171a;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.tabs-classic .nav-link.active,
.tabs-classic .nav-link:hover {
  color: #15171a;
}

.tabs-classic .nav-link.active::before,
.tabs-classic .nav-link:hover::before {
  width: 10px;
}

/** @section Panel custom */
.card-group-custom {
  margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}

.card-group-custom .card + .card {
  margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
  margin-top: 30px;
}

.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.card-custom a {
  display: block;
}

.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-custom .card-body {
  padding: 0;
  border: 0;
}

.card-custom .card-title {
  margin-bottom: 0;
}

* + .card-group-custom {
  margin-top: 35px;
}

@media (min-width: 768px) {
  * + .card-group-custom {
    margin-top: 50px;
  }
}

.card-corporate {
  text-align: left;
  box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-body {
  background: #ffffff;
}

.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  padding: 21px 82px 21px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2c343b;
  transition: 1.3s all ease;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-title a.collapsed {
  border-radius: 6px;
  border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
  border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}

.card-corporate .card-arrow {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 70px;
  background: #fbe547;
  border-radius: 0 6px 0 0;
  transition: 0.33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  background: #ffffff;
}

.card-corporate .card-arrow::before {
  width: 14px;
  height: 2px;
  right: 28px;
}

.card-corporate .card-arrow::after {
  width: 2px;
  height: 14px;
  right: 34px;
}

.card-corporate .collapse {
  position: relative;
  z-index: 1;
  color: #15171a;
  border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
  padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .card-corporate .card-title a {
    font-size: 18px;
  }
}

.card-classic {
  padding: 15px 0;
  border-bottom: 2px solid rgba(21, 23, 26, 0.1);
}

* + .card-classic {
  margin-top: 15px;
}

.card-classic .card-header {
  position: relative;
  padding: 10px 0 8px;
  padding-right: 50px;
  background-color: transparent;
}

.card-classic .card-title a {
  font-weight: 700;
  line-height: 1.3;
  color: #15171a;
}

.card-classic .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.card-classic .card-title a.collapsed {
  border-radius: 6px;
  border-bottom-width: 0;
}

.card-classic .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}

.card-classic .card-arrow {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 20px;
}

.card-classic .card-arrow::before,
.card-classic .card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  background: #15171a;
  transition: all 0.25s ease-in-out;
}

.card-classic .card-arrow::before {
  width: 20px;
  height: 2px;
  right: 0;
}

.card-classic .card-arrow::after {
  width: 2px;
  height: 20px;
  right: 9px;
}

.card-classic .card-body {
  margin-top: 10px;
  margin-bottom: 25px;
}

/** @section Tooltop Custom */
.tooltip {
  font-size: 16px;
  line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #fbe547;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fbe547;
}

/** @section Counter */
/** @section Progress Bars */
.progress-linear {
  position: relative;
  text-align: left;
}

.progress-linear-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.progress-linear-header > * {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.progress-linear-body {
  height: 10px;
  background: #f0f7f7;
}

.progress-linear-bar {
  width: 0;
  height: inherit;
  background: #fbe547;
  transition: 1s all ease-in-out;
}

.progress-linear-counter {
  font-weight: 700;
  color: #97999b;
}

.progress-linear-counter::after {
  content: "%";
}

* + .progress-linear-body {
  margin-top: 8px;
}

.progress-linear + .progress-linear {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .progress-linear + .progress-linear {
    margin-top: 25px;
  }
}

/** @section Progress Circle */
.progress-circle {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.progress-circle-block {
  position: relative;
}

.progress-circle-bg {
  fill: transparent;
  stroke: #f0f7f7;
  stroke-width: 10px;
}

.progress-circle-fg {
  fill: transparent;
  stroke: #fbe547;
  stroke-width: 10px;
}

.progress-circle-counter {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 36px;
  line-height: 36px;
  transform: translate(-50%, -50%);
  color: #97999b;
}

.progress-circle-counter::after {
  content: "%";
}

.progress-circle-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

* + .progress-bar-circle-title {
  margin-top: 12px;
}

/** @section Countdown */
.countdown {
  display: flex;
}

* + .countdown {
  margin-top: 40px;
}

.countdown-block + .countdown-block {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .countdown-block + .countdown-block {
    margin-left: 30px;
  }
}

.countdown-block + .countdown-block .countdown-counter::before {
  position: absolute;
  content: ":";
  top: 0.15em;
  left: -20px;
  width: 20px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 576px) {
  .countdown-block + .countdown-block .countdown-counter::before {
    left: -30px;
    width: 30px;
  }
}

.countdown-counter {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  color: #15171a !important;
  font-weight: 500;
}

.countdown-counter > * {
  background-color: #ffffff;
  padding: 5px 2px;
}

@media (min-width: 576px) {
  .countdown-counter > * {
    padding: 5px;
  }
}

.countdown-counter > * + * {
  margin-left: 4px;
}

.countdown-title {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

/** @section Owl Carousel */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

* + .owl-carousel {
  margin-top: 40px;
}

.owl-carousel .owl-nav {
  pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  background: #fbe547;
  color: #15171a;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
  display: block;
  font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  text-decoration: none;
  background: #15171a;
  color: #fbe547;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-carousel .owl-prev {
  left: 10px;
}

.owl-carousel .owl-prev::before {
  content: "\f104";
}

.owl-carousel .owl-next {
  right: 10px;
}

.owl-carousel .owl-next::before {
  content: "\f105";
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
}

.owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #bac4d3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 5px;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
  background: #2889c2;
}

/** @section Lightgallery */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),
    url("../fonts/lg.woff?n1z373") format("woff"),
    url("../fonts/lg.ttf?n1z373") format("truetype"),
    url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1100;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1102;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1100;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1100;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #fbe547;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1100;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1103;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #fbe547;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1100;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1100;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 0.85;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/** @section Material Parallax */

.parallax-content {
  position: relative;
  z-index: 1;
}

.parallax-disabled {
  background-size: cover;
  background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
  background-attachment: fixed;
}

/** @section Bootstrap Modal */
.ios .modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

/** @section Vide */
.vide {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.vide > * {
  position: relative;
  z-index: 1;
}

.vide video {
  will-change: transform;
  pointer-events: none;
}

.vide-overlay {
  background-color: #15171a;
  position: relative;
}

.vide-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(107.56deg, #15171a 0%, rgba(21, 23, 26, 0) 72.7%);
  z-index: 1;
}

.vide-overlay video {
  opacity: 0.8 !important;
}

/**
 * Select 2
 */
.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.select2-container .select2-selection--single {
  display: block;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.select2-container .select2-search--inline {
  align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
  display: block;
  padding: 0;
  border: none;
  font-size: 16px;
  min-height: 26px;
  box-sizing: border-box;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #f0f7f7;
  color: #15171a;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 5px 19px;
  user-select: none;
  font-size: 16px;
  cursor: pointer;
}

.select2-results__option--highlighted {
  background-color: #fbe547;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid white;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #f0f7f7;
  border: 2px solid #f0f7f7;
  padding: 14px 19px;
  font-size: 16px;
  line-height: 28px;
  color: #15171a;
}

.has-error .select2-container--default .select2-selection--single {
  border-color: #e54322;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #15171a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.13825L1.17062 2L5 5.72349L8.82938 2L10 3.13825L5 8L0 3.13825Z' fill='%2315171A'/%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: #f0f7f7;
  color: #373c44;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
  background-color: #f0f7f7;
  cursor: text;
  padding: 14px 19px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #15171a;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  cursor: default;
  font-size: 16px;
  background-color: #f0f7f7;
  color: #fbe547;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  color: #fbe547;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #f0f7f7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #f0f7f7;
  color: #373c44;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default
  .select2-search--inline
  .select2-search__field::-webkit-input-placeholder {
  color: #15171a;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select-wrap-sm .select2-container .select2-selection--single {
  height: 50px;
}

.select-wrap-sm .select2-container--default .select2-selection--single {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 50px;
}

.select2-outline .select2-container {
  display: flex;
  min-width: 120px;
  max-width: 120px;
}

.select2-outline .select2-container--default .select2-selection--single {
  padding: 0;
  border: none;
  background-color: transparent;
  height: auto;
  font-weight: 500;
}

.select2-outline
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 0;
}

.select2-outline .select2-results__option {
  padding-left: 5px;
  padding-right: 5px;
}

/** @section RD RD-Range */
.rd-range {
  height: 18px;
  margin-top: 10px;
  display: flex;
  -webkit-align-items: center;
}

.rd-range__wrap {
  position: relative;
  width: 100%;
  background-color: #f0f7f7;
  transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
  height: 6px;
  border-radius: 3px;
}

.rd-range__pointer {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 6%;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 15%;
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: visible;
  background-color: #ffffff;
  border: 4px solid #15171a;
}

.rd-range__pointer:hover {
  background-color: #fbe547;
  border-color: #fbe547;
}

.rd-range__line {
  background-color: #15171a;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  transition: none;
}

.rd-range .rd-range__pointer-tooltip {
  display: none !important;
}

.rd-range-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #97999b;
}

.rd-range-header > * + * {
  margin-left: 4px;
}

.rd-range-form-wrap {
  position: relative;
  display: flex;
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #ffffff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #97999b;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #15171a;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 7px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 7px;
}

.slick-prev:before {
  content: "<";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 7px;
}

[dir="rtl"] .slick-next {
  left: 7px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media (min-width: 1200px) {
  .slick-gallery {
    margin-right: 60px;
  }
}

.carousel-parent a[data-lightgallery] {
  display: inline-block;
  position: relative;
}

.carousel-parent a[data-lightgallery]::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1V8M1 1L8 1M1 1L8 8' stroke='%2315171A' stroke-width='1.5'/%3E%3Cpath d='M19 19V12M19 19L12 19M19 19L12 12' stroke='%2315171A' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
}

.carousel-child {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.carousel-child .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.carousel-child .slick-slide img {
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}

.carousel-child .slick-slide:hover img,
.carousel-child .slick-slide.slick-current img {
  border-color: #97999b;
}

.carousel-child .slick-slide.slick-current img {
  border-color: #15171a;
}

.stepper {
  position: relative;
  display: inline-block;
  max-width: 90px;
  width: 90px;
}

.stepper input[type="number"] {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding-left: 10px;
  padding-right: 36px;
  text-align: center;
  -moz-appearance: textfield;
}

.stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.stepper-arrow {
  position: absolute;
  right: 17px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  opacity: 0.1;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.stepper-arrow:hover {
  opacity: 1;
}

.stepper-arrow.up {
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L3.50584 0L0 7H7Z' fill='%2315171A'/%3E%3C/svg%3E%0A");
}

.stepper-arrow.down {
  bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L3.50584 7L0 0H7Z' fill='%2315171A'/%3E%3C/svg%3E%0A");
}

.stepper.disabled .stepper-arrow {
  pointer-events: none;
  opacity: 0.5;
} /* Add margin or padding to create separation */
.get-quote-button {
  margin-left: 200px;
}
.vide {
  background-image: url(/images/slide/web-slide-3.jpg) !important;
  height: 100vh;
}
@media (max-width: 574.98px) {
  .vide {
    height: 80vh !important;
  }
}
/* }.btn-links{
	display: flex;
	flex-direction: column;
} */
.why-choose {
  background-image: url(/images/trie/web-slide-1.jpg);
  /* background-position-x: center; */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.why-choose::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 58%);
}

.btn-white1,
.btn-white:focus {
  color: #ffffff;
  background-color: #ffff;
}
.btn-white1:not(:disabled):not(.disabled):active,
.btn-white1:not(:disabled):not(.disabled).active,
.btn-white1:hover,
.btn-white1:active,
.btn-white.active {
  color: #ffffff;
  background-color: #15171a;
  border-color: #15171a;
}
.cta {
  padding: 49px 120px;
}
@media (max-width: 967px) {
  .cta {
    padding: 42px 0px !important ;
  }
  .ft1 {
    margin-top: 35px !important;
    margin-left: -13px;
  }
  .cntr {
    margin-left: 0px !important;
  }
  .counter-sec {
    padding: 68px 45px !important;
  }
} /* Initial text color (non-hover state) */
.service-link {
  color: black;
  transition: color 0.3s;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
}

/* Text color on hover (white) */
.service:hover .service-link {
  color: white;
}
.service-text {
  color: black;
  transition: color 0.3s;
  font-weight: 700;
}

/* Text color on hover (white) */
.service:hover .service-text {
  color: white;
} /* Initial icon color (non-hover state) */

/* Initial icon color (non-hover state) */
.icon-path {
  fill: black;
  transition: fill 0.3s; /* Smooth color transition */
}

/* Icon color on hover (white) */
.service:hover .icon-path {
  fill: white;
}
/* Initial color (non-hover state) */
.service-icon path {
  fill: black;
  transition: fill 0.3s; /* Smooth color transition */
}

/* Color on hover (white) */
.service:hover .service-icon path {
  fill: white;
}
.ft1 {
  margin-top: 105px;
}
.icon-svg:hover path {
  fill: white;
  opacity: 0.1;
}

@media (max-width: 967px) {
  .box-counter-title {
    text-align: center !important;
  }
  .box-counter-main {
    justify-content: center !important;
  }
  .box-counter {
    margin-bottom: 12px;
  }
  .counter-sec {
    background-position: unset !important ;
  }
  .rd-navbar-fixed .navbar-subpanel-item .btn {
    padding: 10px !important;
  }
  .rd-navbar-fixed .navbar-subpanel-item .btn span:not(.btn-icon) {
    display: block !important;
  }
  .navbar-subpanel {
    display: none !important;
  }
  .mbv {
    display: block !important;
    margin: 7px;
  }
  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .slider-nav {
    text-align: right;
    margin-left: 21px !important;
  }
   .testimonial {
    /* width: 355px !important; */
    margin: 18px !important;
  }
   .testimonial p {
   
    font-size: 12px !important;
    
}
.testimonial {
 
  padding: 20px !important;;
  
}
  .testimonial-section {
    padding: 0px !important;
  }
  .section-sm,
  .section-md,
  .section-lg,
  .section-xl {
    padding: 50px 0 !important;
  }
}
.counter-sec {
  background-image: url(/images/line-pattern.webp);
  background-position: center center;
}

figure.snip1194 {
  font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;

  width: 100%;

  color: #000000;
  text-align: center;
}
figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1194 h2,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 40%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
  font-size: 37px;
}
figure.snip1194 h2 span {
  font-weight: 400;
}

figure.snip1194 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2 {
  opacity: 0.9;
}
.snip1194 img {
  max-width: 100% !important;
}
.mbv {
  display: none;
}
.quote-icon {
  margin-left: 220px;
}
.brand img {
  width: 62%;
}
@media (max-width: 968px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 31px !important;
  }
}

/* 
    .testimonial-section {
      font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      padding: 40px 0;
    } */



.testimonial-section h1 {
  text-align: center;
  color: #333;
  font-size: 24px;
}

.border {
  width: 100px;
  height: 3px;
  background: #333;
  margin: 40px auto;
}

.testimonial {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  padding: 40px;

  box-shadow: 0 1px 10px 0 rgb(0 0 0/10%);
}

.test-info {
  display: flex;
  height: 60px;
  align-items: center;
  margin-top: 12px;
  justify-content: space-between;
}
.rating-area .rating li i {
  color: #ffc107;
}

.test-pic {
  width: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.test-name {
  font-size: 12px;
  color: #15171a;
}

.test-name span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #15171a;
}

.testimonial p {
  font-size: 17px;
  line-height: 22px;
  margin-top: 20px;
}

/* Add this to style the previous and next buttons */
.slider-nav {
  text-align: right;
  margin-left: 200px;
}

.prev-button,
.next-button {
  background: #d81e0a;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

.prev-button {
  margin-right: 10px;
}

.prev-button:hover,
.next-button:hover {
  background: #1c1918;
}

#up-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #d81e0a;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  color: #fff;

  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#up-to-top span {
  max-width: 35px;
  transition: 0.3s ease-in-out;
}
#up-to-top span img {
  object-fit: cover;
  object-position: center;
  max-width: 74%;
  margin-left: 5px;
}
#up-to-top:hover {
  background-color: #363b3f;
}
#up-to-top:hover span {
  transform: rotate(-360deg);
}

.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: #d81e0a;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%; /* Adjusted width for full width within the container */
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);

  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px; /* Added margin for spacing between cards */
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 99%;
  background: linear-gradient(#d81e0a, #d81e0a);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
  margin-left: 0px;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: black;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #d81e0a;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

#up-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #35a8a6;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  color: #fff;

  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#up-to-top span {
  max-width: 35px;
  transition: 0.3s ease-in-out;
}
#up-to-top span img {
  object-fit: cover;
  object-position: center;
  max-width: 74%;
  margin-left: 5px;
}
#up-to-top:hover {
  background-color: #363b3f;
}
#up-to-top:hover span {
  transform: rotate(-360deg);
}

.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-heading {
  margin-bottom: 34px;
}

.faq-card {
  border: 1px solid #dce0e8;
  border-radius: 6px;
  padding: 24px 20px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
}

.faq-open-icon {
  font-size: 22px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
  font-weight: 700;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: #d81e0a;
  font-weight: 700;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  color: #8b8b9a;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}
.fw-600 {
  font-weight: 600;
}
.trie {
  font-style: italic;
}

.dlab-box {
  position: relative;
}
.trie-theam {
  background: #142d52;
}
.dlab-team-1 .dlab-box {
  padding: 0 5px;
  z-index: 1;
}
.dlab-media {
  overflow: hidden;
  position: relative;
}
.dlab-team-1 {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: -77px;
}
.dlab-team-1 .dlab-media img {
  position: relative;
  bottom: -20px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-team-1:hover .dlab-media img {
  bottom: 0px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-team-1 .dlab-info-has {
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
}
.dlab-team-1 .dlab-box {
  padding: 0 5px;
  z-index: 1;
}
.dlab-team-1 .team-info:after {
  border: 5px solid #2789c2;
  bottom: 5px;
  box-sizing: border-box;
  content: "";
  height: 65%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dlab-team-1.left .team-info:after,
.dlab-team-1.right .team-info:after {
  border-top: 0px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dlab-team-1.right .dlab-info-has,
.dlab-team-1.left .dlab-info-has {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 40px;
}
.dlab-team-1.right .dlab-info-has {
  left: auto;
  right: 0;
}
.dlab-team-1.left .dlab-social-icon,
.dlab-team-1.right .dlab-social-icon {
  padding: 20px 0;
}

.dlab-team-1:hover .team-info:after {
  height: 70%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2;
}

.dlab-team-1.left .team-info:before,
.dlab-team-1.right .team-info:before {
  border: 5px solid #2789c2;
  bottom: 50px;
  box-sizing: border-box;
  content: "";
  height: 65%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -moz-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-team-1.right .team-info:before {
  -o-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-team-1.left .team-info:after,
.dlab-team-1.right .team-info:after {
  border-top: 0px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dlab-team-1.left:hover .team-info:before,
.dlab-team-1.right:hover .team-info:before {
  height: 70%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dlab-team-1 .dlab-media {
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
}
.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #fff;
  position: relative;
}
.dlab-media {
  overflow: hidden;
  position: relative;
}
.bg-Trie-secondry {
  background: #142d52;
}
.p-a20 {
  padding: 20px;
}
.dlab-title {
  font-size: 16px;
  margin-bottom: 6px;
  color: #fff;
}
.dlab-team-1 .dlab-media img {
  position: relative;
  bottom: -20px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* .directors-msg-section.tesimonial-card {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, .1);
    background: var(--white-color);
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
} */



.directors-msg-section.tesimonial-card .quote-icon {
  margin-left: 0;
  text-align: end !important;
}

.quote-icon svg {
  fill: rgba(34, 34, 34, 0.03);
}

.directors-msg-section.tesimonial-card p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #114f74;
}
.director-name span {
  font-size: 16px;
  font-weight: 600;
  /* text-align: end; */
  color: #2c9fb1;
}
.dlab-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  margin-bottom: 10px;
  position: relative;
}
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 150px;
  height: 2px;
  background: #eee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dlab-separator.style-skew {
  width: 15px;
  height: 10px;
  /* margin-left: 1px; */
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background-color: #2da1ae;
}
.dlab-separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  background-color: #ee3131;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}
.dlab-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  /* left: 20px; */
  background-color: #2886c4;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.directors-message-border {
  margin-left: 166px;
}

.directors-message-border.dlab-separator.style-skew[class*="style-"]:after,
.directors-message-border.dlab-separator.style-skew[class*="style-"]:before {
  width: 150px !important;
}

/* About section */

.about-section-wrapper {
  background-color: #142d52;
  background-image: url("/images/images/Carbon-tire_bg.png");
}
.about-section-wrapper .main-head,
.about-section-wrapper p {
  color: #fff !important;
}
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 10px 10px 10px 10px;
}

.about-img .about-img2 {
  width: 79%;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 12px 12px 12px 12px;
  margin: -28% 13% -2% 41%;
  border-radius: 12px;
}

.about-section-wrapper p {
  font-size: 18px;
}

/* testmonial section */

.tesimonial-card-wrapper .tesimonial-card {
  padding: 35px 30px 25px;
  border-radius: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .tesimonial-card-wrapper .tesimonial-card {
    padding: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tesimonial-card-wrapper .tesimonial-card {
    padding: 20px;
  }
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-content {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .tesimonial-card-wrapper .tesimonial-card .testimonial-content {
    margin-bottom: 20px;
  }
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
  color: rgba(16, 12, 8, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.54px;
  margin-bottom: 0;
  font-style: italic;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
    font-size: 17px;
  }
}

@media (max-width: 1399px) {
  .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
    font-size: 16px;
  }
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating li {
  line-height: 1;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating li i {
  color: #ffc107;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area span {
  font-family: var(--font-jost);
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--title-color);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
}

.tesimonial-card-wrapper
  .tesimonial-card
  .testimonial-bottom
  .rating-area.tripadvisor
  .rating
  li
  i {
  color: #00aa6c;
  font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .quotes-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .quotes-border svg {
  fill: rgba(34, 34, 34, 0.03);
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .date-and-time p {
  color: #222;
  font-family: var(--font-rubik);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .date-and-time span {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-rubik);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.tesimonial-card-wrapper .tesimonial-card::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #ffff;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  width: 23px;
  height: 30px;
}

.tesimonial-card-wrapper .author-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.tesimonial-card-wrapper .author-area .author-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.tesimonial-card-wrapper .author-area .author-img img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.tesimonial-card-wrapper .author-area .author-content h5 {
  color: var(--title-color);
  font-family: var(--font-rubik);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.tesimonial-card-wrapper .author-area .author-content span {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
}

.tesimonial-card-wrapper.style-2 {
  padding: 0 105px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .tesimonial-card-wrapper.style-2 {
    padding: 0 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .tesimonial-card-wrapper.style-2 {
    padding: 0 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tesimonial-card-wrapper.style-2 {
    padding: 0 35px;
  }
}

@media (max-width: 991px) {
  .tesimonial-card-wrapper.style-2 {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .tesimonial-card-wrapper.style-2 {
    padding: 0;
  }
}

.tesimonial-card-wrapper.style-2 .tesimonial-card {
  padding: 55px 50px;
  border-bottom: 3px solid var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card {
    padding: 55px 45px;
  }
}

@media (max-width: 1399px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card {
    padding: 50px 35px;
  }
}

@media (max-width: 767px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card {
    padding: 25px;
  }
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
    font-size: 16px;
  }
  .tesimonial-card-wrapper {
    margin: 0 35px;
  }
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-bottom {
  justify-content: center;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card::before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 33px;
  height: 23px;
  bottom: -22px;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home2/vector/testimonial-card-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .quote {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.tesimonial-card-wrapper.style-2 .author-area .author-content h5 {
  color: var(--white-color);
}

.tesimonial-card-wrapper.style-2 .author-area .author-content span {
  color: rgba(255, 255, 255, 0.5);
}

/* .testimonial-section {
    background-color: #f3eeea;
    padding: 110px 0
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .testimonial-section {
    padding: 80px 0;
  }
}

.quotes-border {
  /* border-top: 2px solid rgba(21, 23, 26, 0.1); */
  padding-top: 20px;
}
.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 2px solid rgba(21, 23, 26, 0.1);
}
.client-carousal {
  padding: 85px 0;
}
.contact-form-section .main-head {
  font-size: 38px;
}
.contact-form-section p {
  font-size: 18px;
}

/* Blog section */

.post-classic-text {
  font-size: 16px;
}
.light-white {
  background-color: #f5faff;
}
.get-guote {
  background: linear-gradient(90deg, rgba(40, 135, 195, 1) 0%, rgba(53, 169, 164, 1) 76%);
  color: #fff;
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
 
  h1 {
    font-size:28px !important;
}
* + .row {
  margin-top: 1.5rem !important;

  display: flex;
}
.lanscape-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lanscape-contact .desc-text {
  margin-top:5px;
  margin-bottom: 5px;
}
}

.whatsapp-chat {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 111111;
}
.hidden {
display:none;
}
.error{
    color:red;
}