@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *   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 Typography
 *     3.2 Brand
 *     3.3 Links
 *     3.4 Blocks
 *     3.5 Boxes
 *     3.6 Groups
 *     3.7 Responsive units
 *     3.8 Lists
 *     3.9 Images
 *     3.10 Icons
 *     3.11 Tables custom
 *     3.12 Testimonials
 *     3.13 Dividers
 *     3.14 Buttons
 *     3.15 Forms
 *     3.16 Posts
 *     3.17 Quotes
 *     3.18 Thumbnails
 *     3.19 Team
 *     3.20 Breadcrumbs
 *     3.21 Pricing
 *     3.22 Pagination custom
 *     3.23 Snackbars
 *     3.24 Services
 *     3.25 Video
 *     3.26 Footers
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Swiper
 *     4.6 Google Map
 *     4.7 Search
 *     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 Lightgallery
 *     4.16 Material Parallax
 *     4.17 Slick Carousel
 *     4.18 Bootstrap Modal
 */
/** @group Base */
/** @section Reset Styles */
a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;

}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

/** @section Context Styles */
.context-dark,
.bg-gray-700,
.bg-primary,
.bg-secondary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.bg-secondary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-primary h2,
.bg-secondary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-primary h3,
.bg-secondary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-primary h4,
.bg-secondary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-primary h5,
.bg-secondary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-primary h6,
.bg-secondary h6,
.context-dark .heading-1,
.bg-gray-700 .heading-1,
.bg-primary .heading-1,
.bg-secondary .heading-1,
.context-dark .heading-2,
.bg-gray-700 .heading-2,
.bg-primary .heading-2,
.bg-secondary .heading-2,
.context-dark .heading-3,
.bg-gray-700 .heading-3,
.bg-primary .heading-3,
.bg-secondary .heading-3,
.context-dark .heading-4,
.bg-gray-700 .heading-4,
.bg-primary .heading-4,
.bg-secondary .heading-4,
.context-dark .heading-5,
.bg-gray-700 .heading-5,
.bg-primary .heading-5,
.bg-secondary .heading-5,
.context-dark .heading-6,
.bg-gray-700 .heading-6,
.bg-primary .heading-6,
.bg-secondary .heading-6 {
  color: #ffffff;
}

/** @section Page layout */
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page.fadeIn {
  animation-timing-function: ease-out;
}

.page.fadeOut {
  animation-timing-function: ease-in;
}

html.boxed body {
  background: #f5f5f5 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
  html.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
  }
  html.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  html.boxed .rd-navbar-static.rd-navbar--is-stuck {
    max-width: 1600px;
    width: 100%;
    left: calc(50% - 1600px);
    right: calc(50% - 1600px);
  }
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  box-shadow: #7c7a78 0px -1px 0px 0px inset;
}

.text-underline-lg {
  box-shadow: #7c7a78 0px -2.5px 0px 0px inset;
}

.bg-primary .text-underline {
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

.bg-primary .text-underline-lg {
  box-shadow: #ffffff 0px -2px 0px 0px inset;
}

.text-strike {
  text-decoration: line-through;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-sbold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-ubold {
  font-weight: 900;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-spacing-200 {
  letter-spacing: 0.2em;
}

.text-accent {
  color: #f9b32c;
}

.text-gray-600 {
  color: #7c7a78;
}

.text-height-reset {
  line-height: 0;
}

/** @section Row spacing */
.row-0 {
  margin-bottom: 0px;
}

.row-0:empty {
  margin-bottom: 0;
}

.row-0 > * {
  margin-bottom: 0px;
}

.row-2 {
  margin-bottom: -2px;
}

.row-2:empty {
  margin-bottom: 0;
}

.row-2 > * {
  margin-bottom: 2px;
}

.row-10 {
  margin-bottom: -10px;
}

.row-10:empty {
  margin-bottom: 0;
}

.row-10 > * {
  margin-bottom: 10px;
}

.row-15 {
  margin-bottom: -15px;
}

.row-15:empty {
  margin-bottom: 0;
}

.row-15 > * {
  margin-bottom: 15px;
}

.row-20 {
  margin-bottom: -20px;
}

.row-20:empty {
  margin-bottom: 0;
}

.row-20 > * {
  margin-bottom: 20px;
}

.row-30 {
  margin-bottom: -30px;
}

.row-30:empty {
  margin-bottom: 0;
}

.row-30 > * {
  margin-bottom: 30px;
}

.row-40 {
  margin-bottom: -40px;
  padding-top: 30px;
}

.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: 992px) {
  .row-lg-30 {
    margin-bottom: -30px;
  }
  .row-lg-30:empty {
    margin-bottom: 0;
  }
  .row-lg-30 > * {
    margin-bottom: 30px;
  }
  .row-lg-50 {
    margin-bottom: -50px;
  }
  .row-lg-50:empty {
    margin-bottom: 0;
  }
  .row-lg-50 > * {
    margin-bottom: 50px;
  }
  .row-lg-100 {
    margin-bottom: -100px;
  }
  .row-lg-100:empty {
    margin-bottom: 0;
  }
  .row-lg-100 > * {
    margin-bottom: 100px;
  }
}

/** @section Sections */
.section-xxs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-collapse + .section-collapse {
  padding-top: 0;
}

.section-collapse:last-child {
  padding-bottom: 0;
}

html [class*="section-"].section-bottom-0 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-lg {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .section-md {
    padding-top: 48px;
    padding-bottom: 85px;
  }
  .section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-xl {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .section-md {
    padding-top: 82px;
    padding-bottom: 48px;
  }
  .section-lg {
    padding-top: 0px;
    padding-bottom: 31px;
  }
  .section-xl {
    padding-top: 185px;
    padding-bottom: 185px;
  }
}

.section-single {
  display: flex;
  text-align: center;
}

.section-single p {
  margin-left: auto;
  margin-right: auto;
}

.section-single * + .rights {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .section-single * + .rights {
    margin-top: 60px;
  }
}

.section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}

.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
  padding: calc(1em + 4vh) 0;
}

.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}

.section-single-inner > * {
  width: 100%;
}

.section-third-left,
.section-third-right {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .section-third {
    display: flex;
  }
  .section-third-left,
  .section-third-right {
    display: flex;
    align-items: center;
  }
  .section-third-left {
    width: 38.7%;
    flex-basis: 38.7%;
  }
  .section-third-right {
    width: 61.3%;
    flex-basis: 61.3%;
  }
  .section-third-left-item {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
  }
  .section-third-right-item {
    max-width: 845px;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    margin-right: auto;
  }
}

/** @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 #ebebeb;
  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 #ebebeb;
}

@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 #ebebeb;
}

.grid-demo-underlined [class*="col"] {
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.service12{
  width: 357px;
  padding-bottom: 20px;
    background-color: #ffffff;
    transition: 0.3s ease-out background-color, 0.3s ease-out color;
    min-height: 410px;
    border-radius: 20px;
}

@media (min-width: 1200px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.card_ser_page{
  padding: 100px 60px 30px !important;
}

.hashaha{
  max-width: 1320px !important;
}
.container-wide {
  max-width: 1800px;
}

.container-fluid-minus-gutter {
  padding-left: 0;
  padding-right: 0;
}

.flex-column {
  display: flex;
}

.flex-column > * {
  flex-grow: 1;
}

.container + .container {
  margin-top: 35px;
}

h2 + .row {
  margin-top: 35px;
}

.row + .row {
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .container + .container {
    margin-top: 60px;
  }
  h2 + .row {
    margin-top: 43px;
  }
  h2 + .row-lg {
    margin-top: 55px;
  }
  .row + .row {
    margin-top: 60px;
  }
}

.row-narrow {
  margin-left: -10px;
  margin-right: -10px;
}

.row-narrow > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-narrow-xxs {
  margin-left: -1px;
  margin-right: -1px;
}

.row-narrow-xxs > [class*="col"] {
  padding-left: 1px;
  padding-right: 1px;
}

@media (min-width: 768px) {
  .row-bordered-item + .row-bordered-item {
    border-left: 1px solid #f1f1f1;
  }
}

/** @section Backgrounds */
.context-dark .text-primary {
  color: #f9b32c;
}

.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark,
.bg-secondary .brand .brand-logo-dark {
  display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light,
.bg-secondary .brand .brand-logo-light {
  display: block;
}

.bg-default {
  background-color: #ffffff;
}

.bg-default:not([style*="background-"])
  + .bg-default:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-100 {
  background-color: #f5f5f5;
}

.bg-gray-100:not([style*="background-"])
  + .bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-700 {
  color: #b0afaf;
  background-color: #2d2c2b;
}

.bg-gray-700:not([style*="background-"])
  + .bg-gray-700:not([style*="background-"]) {
  padding-top: 0;
}

.bg-primary {
  background-color: #002b80;
}

.bg-primary + .bg-primary {
  padding-top: 0;
}

.bg-secondary {
  background-color: #517bc0;
}

.bg-secondary:not([style*="background-"])
  + .bg-secondary:not([style*="background-"]) {
  padding-top: 0;
}

.bg-decoration {
  display: none;
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 0;
  right: 0;
}

.bg-decoration-item {
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  display: none;
}

@media (min-width: 480px) {
  .bg-decoration-item {
    display: block;
  }
  .bg-decoration-item:nth-child(1) {
    left: calc(50% - 480px / 2 + 480px / 12 * 0);
  }
  .bg-decoration-item:nth-child(2) {
    left: calc(50% - 480px / 2 + 480px / 12 * 4);
  }
  .bg-decoration-item:nth-child(3) {
    left: calc(50% - 480px / 2 + 480px / 12 * 8);
  }
  .bg-decoration-item:nth-child(4) {
    left: calc(50% - 480px / 2 + 480px / 12 * 12 - 9px);
  }
}

@media (min-width: 576px) {
  .bg-decoration-item {
    display: block;
  }
  .bg-decoration-item:nth-child(1) {
    left: calc(50% - 540px / 2 + 540px / 12 * 0);
  }
  .bg-decoration-item:nth-child(2) {
    left: calc(50% - 540px / 2 + 540px / 12 * 4);
  }
  .bg-decoration-item:nth-child(3) {
    left: calc(50% - 540px / 2 + 540px / 12 * 8);
  }
  .bg-decoration-item:nth-child(4) {
    left: calc(50% - 540px / 2 + 540px / 12 * 12 - 9px);
  }
 
}

@media (max-width: 576px){
  .service{
    max-width:100% !important;
  }
}
@media (max-width: 350px){
  .block-inset-right-40 {
    padding-right:50px !important;
  }
  .unit {
    margin-right: 25px !important;
  }
  .section_design_new {
    padding:1px 1px !important;
  }
}
@media (max-width: 990px){
  .unit{
    margin-right: 0px !important;
  }
  .block-inset-right-40{
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .bg-decoration-item {
    display: block;
  }
  .bg-decoration-item:nth-child(1) {
    left: calc(50% - 720px / 2 + 720px / 12 * 0);
  }
  .bg-decoration-item:nth-child(2) {
    left: calc(50% - 720px / 2 + 720px / 12 * 4);
  }
  .bg-decoration-item:nth-child(3) {
    left: calc(50% - 720px / 2 + 720px / 12 * 8);
  }
  .bg-decoration-item:nth-child(4) {
    left: calc(50% - 720px / 2 + 720px / 12 * 12 - 9px);
  }
}

@media (min-width: 992px) {
  .bg-decoration-item {
    display: block;
  }
  .bg-decoration-item:nth-child(1) {
    left: calc(50% - 960px / 2 + 960px / 12 * 0);
  }
  .bg-decoration-item:nth-child(2) {
    left: calc(50% - 960px / 2 + 960px / 12 * 4);
  }
  .bg-decoration-item:nth-child(3) {
    left: calc(50% - 960px / 2 + 960px / 12 * 8);
  }
  .bg-decoration-item:nth-child(4) {
    left: calc(50% - 960px / 2 + 960px / 12 * 12 - 9px);
  }
}

@media (min-width: 1200px) {
  .bg-decoration-item:nth-child(1) {
    left: calc(50% - 1200px / 2 + 17px);
  }
  .bg-decoration-item:nth-child(2) {
    left: calc(50% - 1200px / 2 + 1200px / 12 * 4);
  }
  .bg-decoration-item:nth-child(3) {
    left: calc(50% - 1200px / 2 + 1200px / 12 * 8 - 22px);
  }
  .bg-decoration-item:nth-child(4) {
    left: calc(50% + 1200px / 2 - 42px);
  }
}

.swiper-slider-wrapper,
.breadcrumbs-custom {
  position: relative;
  margin-top: -6px;
}

.swiper-slider-wrapper .bg-decoration,
.breadcrumbs-custom .bg-decoration {
  display: block;
  top: 0;
}

.swiper-slider-wrapper .bg-decoration-item,
.breadcrumbs-custom .bg-decoration-item {
  position: absolute;
  top: 0;
  width: auto;
  height: 6px;
  display: none;
  background-color: #ffffff;
}

@media (min-width: 480px) {
  .swiper-slider-wrapper .bg-decoration-item,
  .breadcrumbs-custom .bg-decoration-item {
    display: block;
    width: calc(100% / 5 - 6px);
  }
  .swiper-slider-wrapper .bg-decoration-item:nth-child(1),
  .breadcrumbs-custom .bg-decoration-item:nth-child(1) {
    left: 0;
  }
  .swiper-slider-wrapper .bg-decoration-item:nth-child(2),
  .breadcrumbs-custom .bg-decoration-item:nth-child(2) {
    left: calc(100% / 5);
  }
  .swiper-slider-wrapper .bg-decoration-item:nth-child(3),
  .breadcrumbs-custom .bg-decoration-item:nth-child(3) {
    left: calc(100% / 5 * 2);
  }
  .swiper-slider-wrapper .bg-decoration-item:nth-child(4),
  .breadcrumbs-custom .bg-decoration-item:nth-child(4) {
    left: calc(100% / 5 * 3);
  }
  .swiper-slider-wrapper .bg-decoration-item:nth-child(5),
  .breadcrumbs-custom .bg-decoration-item:nth-child(5) {
    left: calc(100% / 5 * 4);
    width: calc(100% / 5);
  }
}

.section:not(.bg-default) + .bg-default,
.section:not(.bg-secondary) + .bg-secondary,
.section + .section-third,
.section:not(.bg-default) + .footer-classic {
  position: relative;
}

.section:not(.bg-default) + .bg-default .bg-decoration,
.section:not(.bg-secondary) + .bg-secondary .bg-decoration,
.section + .section-third .bg-decoration,
.section:not(.bg-default) + .footer-classic .bg-decoration {
  display: block;
}

.section:not(.bg-default) + .bg-default .bg-decoration-item {
  background-color: #ffffff;
}

.section:not(.bg-secondary) + .bg-secondary .bg-decoration-item {
  background-color: #517bc0;
}

.section + .section-third .bg-decoration-item {
  background-color: #f9b32c;
}

@media (min-width: 992px) {
  .section + .section-third .bg-decoration-item {
    background-color: #517bc0;
  }
  .section + .section-third .bg-decoration-item:nth-child(1) {
    background-color: #f9b32c;
  }
  .section + .section-third .bg-decoration-item:nth-child(1) {
    left: 19.5%;
  }
  .section + .section-third .bg-decoration-item:nth-child(2) {
    left: 40%;
  }
  .section + .section-third .bg-decoration-item:nth-child(3) {
    left: 59.5%;
  }
  .section + .section-third .bg-decoration-item:nth-child(4) {
    left: 79.5%;
  }
}

.section:not(.bg-default) + .footer-classic .bg-decoration-item {
  background-color: #2d2c2b;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

.bg-with-icon {
  position: relative;
}

.bg-with-icon .container {
  position: relative;
  z-index: 2;
}

.bg-with-icon-item,
.bg-with-icon-item-1,
.bg-with-icon-item-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 58%;
  pointer-events: none;
}

.bg-with-icon-item > img,
.bg-with-icon-item-1 > img,
.bg-with-icon-item-2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.bg-with-icon-item-1 {
  right: 76.13516%;
}

.bg-with-icon-item-1 > img {
  object-position: right top;
  mix-blend-mode: luminosity;
}

.bg-with-icon-item-2 {
  right: 69%;
}

.bg-with-icon-item-2 > img {
  object-position: left top;
}

@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: #ebebeb;
  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: #b0afaf;
}

p.rights a {
  color: inherit;
}

p.rights a:hover {
  color: #f9b32c;
}

[style*="z-index: 1000;"] {
  z-index: 1101 !important;
}

.text-block > * {
  margin-left: 0.125em;
  margin-right: 0.125em;
}

.privacy-link {
  display: inline-block;
}

* + .privacy-link {
  margin-top: 30px;
}

/** @group Components */
/** @section Typography */
/**
* Body
*/
body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 1200px) {
  body {
    line-height: 2.125;
  }
}

/**
* Headings
*/
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  margin-bottom: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  /* line-height: 1.2; */
  color: #001938;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a,
.heading-6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.heading-6 a:hover {
  color: #f9b32c;
}

h1,
.heading-1 {
  font-size: 20px;
  letter-spacing: -0.04em;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 56px;
    line-height: 1.11111;
    width: 49rem;
  }
}

@media (min-width: 1600px) {
  h1,
  .heading-1 {
    font-size: 90px;
  }
}

h2,
.heading-2 {
  font-size: 32px;
}

@media (min-width: 992px) {
  h2,
  .heading-2 {
    font-size: 50px;
    line-height: 1.2;
  }
  h2 .head-big,
  .heading-2 .head-big {
    font-size: 60px;
  }
  h2 .head-small,
  .heading-2 .head-small {
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
  }
}

h6 + h2,
h6 + .heading-2,
.heading-6 + h2,
.heading-6 + .heading-6 {
  margin-top: 7px;
}

p + h2,
p + .heading-2 {
  margin-top: 15px;
}

h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.5;
}

h3 .head-big,
.heading-3 .head-big {
  font-weight: 600;
 

}

@media (min-width: 992px) {
  h3 .head-big,
  .heading-3 .head-big {
    font-size: 30px;
  }
}

.row + h3,
.row + .heading-3 {
  margin-top: 80px;
}

h4,
.heading-4 {
  font-size: 20px;
  line-height: 1.5;
}

h5,
.heading-5 {
  font-size: 13px;
  line-height: 1.22222;
  font-weight: 600;
}

h5 .head-action,
.heading-5 .head-action {
  font-weight: 500;
  color: #7c7a78;
  line-height: 1.2;
}

h5 .head-action > a,
.heading-5 .head-action > a {
  position: relative;
  font-weight: 600;
}

h5 .head-action > a,
h5 .head-action > a:focus,
h5 .head-action > a:active,
.heading-5 .head-action > a,
.heading-5 .head-action > a:focus,
.heading-5 .head-action > a:active {
  color: #f9b32c;
}

h5 .head-action > a:hover,
.heading-5 .head-action > a:hover {
  color: inherit;
}

h5 .head-action > a:after,
.heading-5 .head-action > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid;
  transition: 0.3s cubic-bezier(0.4, 0, 0.04, 1.13) width;
}

h5 .head-action > a:hover:after,
.heading-5 .head-action > a:hover:after {
  width: 0;
}

.row + h5,
.row + .heading-5 {
  margin-top: 25px;
  padding-top: 45px;
}

@media (min-width: 992px) {
  .row + h5,
  .row + .heading-5 {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  .row + h5,
  .row + .heading-5 {
    margin-top: 55px;
  }
}

h3 + h5 {
  margin-top: 10px;
}

h6,
.heading-6 {
  font-size: 14px;
  line-height: 1.21429;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #f9b32c;
}

h6 .head-text,
.heading-6 .head-text {
  position: relative;
  display: inline;
  line-height: 1.7;
  padding-bottom: 2px;
  box-shadow: #002b80 0px -1px 0px 0px inset;
}

.bg-secondary h6 .head-text,
.swiper-slider h6 .head-text {
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

img + h6,
img + .heading-6 {
  margin-top: 16px;
}

/**
* Emphasis
*/
small,
.small {
  display: block;
  font-size: 13px;
  line-height: 1.23077;
}

small-md,
.small-md {
  font-size: 14px;
}

* + .small-md {
  margin-top: 25px;
}

mark,
.mark {
  padding: 3px 5px;
  color: #ffffff;
  background: #f9b32c;
}

/**
* Big text
*/
.big {
  font-size: 18px;
  line-height:0.667;
}

* + .big {
  margin-top: 20px;
}

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

code {
  padding: 3px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111111;
  background: #f5f5f5;
}

/**
* Paragraph
*/
p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #f9b32c;
}

p [style*="max-width"] {
  display: inline-block;
}

* + p {
  margin-top: 15px;
}

p + p {
  margin-top: 12px;
}

figure + p {
  margin-top: 5px;
}

img + p {
  margin-top: 15px;
}

h2 + p,
.heading-2 + p {
  margin-top: 25px;
}

@media (min-width: 992px) {
  h2 + p,
  .heading-2 + p {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  h2 + p,
  .heading-2 + p {
    margin-top: 50px;
  }
}

/**
* Selection
*/
::selection {
  background: #f9b32c;
  color: #ffffff;
}

::-moz-selection {
  background: #f9b32c;
  color: #ffffff;
}

* + .text-block {
  margin-top: 30px;
}

/** @section Brand */
.brand {
  display: inline-block;
}

.brand .brand-logo-light {
  display: none;
}

.brand .brand-logo-dark {
  display: block;
}

/** @section Links */
/**
* Standard link style
*/
a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: #f9b32c;
}

a:hover {
  color: #517bc0;
}

a[href*="tel"],
a[href*="mailto"] {
  white-space: nowrap;
}

.link-hover {
  color: #517bc0;
}

.link-press {
  color: #517bc0;
}

/**
* Link Inline
*/
.link-inline {
  position: relative;
  display: inline-block;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.link-inline:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  
  transition: 0.3s cubic-bezier(0.4, 0, 0.04, 1.13) width;
}

.link-inline:hover:after {
  width: 50%;
}

h4 + .link-inline {
  margin-top: 15px;
}

/**
* Link brand
*/
.link-brand,
.link-brand:focus,
.link-brand:active {
  opacity: 0.5;
}

.link-brand:hover {
  opacity: 1;
}

/**
* Brands Slider
*/
.brand-slider .slick-list {
  margin: 0 -15px;
}

.brand-slider .slick-track {
  display: flex;
  align-items: center;
}

.brand-slider .brand-slide {
  padding: 0 15px;
}

/** @section Blocks */
/**
* Block center
*/
.block-center {
  margin-left: auto;
  margin-right: auto;
}

/**
* Block Lg
*/
.block-xs {
  display: inline-block;
  max-width: 270px;
  padding-right: 15px;
}

.block-md {
  max-width: 490px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .block-md {
    max-width: 560px;
    padding-left: 100px;
    margin-left: 0;
  }
}

.block-lg {
  max-width: 640px;
}

/**
* Block insets
*/
.block-inset-right-40 {
  padding-right: 90px;
}

.block-inset-left-40 {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .block-lg-left-30 {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .block-xl-left-70 {
    padding-left: 70px;
  }
  .block-xl-left-25 {
    padding-left: 25px;
  }
}

/** @section Boxes */
/**
* Box Minimal
*/
.box-minimal {
  text-align: center;
}

.box-minimal .box-minimal-icon {
  font-size: 50px;
  line-height: 50px;
  color: #f9b32c;
}

.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #f9b32c;
}

.box-minimal-text {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

* + .box-minimal {
  margin-top: 30px;
}

* + .box-minimal-title {
  margin-top: 10px;
}

* + .box-minimal-divider {
  margin-top: 20px;
}

* + .box-minimal-text {
  margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p,
.bg-secondary .box-minimal p {
  color: #7c7a78;
}

/**
* History box
*/
* + .box-history {
  margin-top: 30px;
}

@media (min-width: 992px) {
  * + .box-history {
    margin-top: 55px;
  }
}

/**
* Box Question
*/
.box-question {
  position: relative;
  max-width: 550px;
  padding-right: 25px;
  background-color: #517bc0;
}

.box-question-quote {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 67.2%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.box-question-quote:after {
  position: absolute;
  top: 100%;
  left: 15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 22.5px 0 22.5px;
  border-color: #ffffff transparent transparent transparent;
}

.box-question-quote-title {
  font-weight: 600;
}

.box-question-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 16px 16px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  margin-bottom: -5px;
  margin-left: -5px;
}

.box-question-footer:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.box-question-footer > * {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
}

.box-question-footer-link {
  display: inline-block;
}

.box-question-footer-link,
.box-question-footer-link:focus,
.box-question-footer-link:active {
  color: #ffffff;
}

.box-question-footer-link:hover {
  color: #f9b32c;
}

.box-question-footer-icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}

.box-question-footer-icon,
.box-question-footer-icon:focus,
.box-question-footer-icon:active {
  color: #517bc0;
  background-color: #ffffff;
}

.box-question-footer-icon:hover {
  color: #ffffff;
  background-color: #f9b32c;
}

@media (min-width: 480px) {
  .box-question-footer {
    padding: 16px 0 16px 38px;
  }
}

@media (min-width: 576px) {
  .box-question {
    padding-right: 40px;
  }
  .box-question-quote {
    top: 30px;
    left: 30px;
    padding: 30px 36px;
  }
  .box-question-quote:after {
    left: 36px;
  }
}

@media (min-width: 1200px) {
  .box-question-quote {
    top: 40px;
    left: 40px;
    padding: 40px 46px;
  }
  .box-question-quote:after {
    left: 46px;
  }
}

/**
* Box Info
*/
.box-info {
  padding: 40px 30px;
  background-color: #f5f5f5;
}

* + .box-info-title {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .box-info {
    padding: 15% 16% 10%;
  }
}

@media (min-width: 992px) {
  .box-info-title {
    font-size: 26px;
    line-height: 1.76923;
  }
}

/**
* Contact Info
*/
.contact-info * + p {
  margin-top: 25px;
}

.contact-info .small-md {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.contact-info * + p.small-md {
  margin-top: 5px;
}

/** @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-flow: wrap column;
  max-width: 100%;
  margin-bottom: -10px;
}

html .group-custom > * {
  flex-grow: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  html .group-custom {
    flex-flow: row nowrap;
    align-items: center;
  }
  html .group-custom > * {
    margin-right: 10px;
  }
  html .group-custom > *:last-child {
    margin-right: 0;
  }
}

* + .group-custom {
  margin-top: 30px;
}

* + .group {
  margin-top: 30px;
}

* + .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; */
  margin-right: 79px;
}

.unit > * {
  margin-bottom: 30px;
  margin-left: 20px;
}

.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

/**
* Unit Spacing
*/
.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}

.unit-spacing-xs > * {
  margin-bottom: 15px;
  margin-left: 7px;
}

.unit-spacing-sm {
  margin-bottom: -10px;
  margin-left: -20px;
}

.unit-spacing-sm > * {
  margin-bottom: 10px;
  margin-left: 20px;
}

.unit-spacing-md {
  margin-bottom: -20px;
  margin-left: -15px;
}

.unit-spacing-md > * {
  margin-bottom: 20px;
  margin-left: 15px;
}

@media (min-width: 480px) {
  .unit-spacing-md {
    margin-bottom: -20px;
    margin-left: -25px;
  }
  .unit-spacing-md > * {
    margin-bottom: 20px;
    margin-left: 25px;
  }
}

.unit-spacing-lg {
  margin-bottom: -20px;
  margin-left: -25px;
}

.unit-spacing-lg > * {
  margin-bottom: 20px;
  margin-left: 25px;
}

.unit-spacing-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}

.unit-spacing-xl > * {
  margin-bottom: 20px;
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .unit-spacing-lg {
    margin-bottom: -20px;
    margin-left: -40px;
  }
  .unit-spacing-lg > * {
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .unit-spacing-xl {
   /* margin-top: 95px; */
    margin-left: -63px;
  }
  .unit-spacing-xl > * {
    margin-bottom: 20px;
    margin-left: 63px;
  }
}

/** @section Lists */
/**
* Vertical list
*/
.list > li + li {
  margin-top: 10px;
}

.list-xs > li + li {
  margin-top: 5px;
}

.list-sm > li + li {
  margin-top: 10px;
}

.list-md > li + li {
  margin-top: 18px;
}

.list-lg > li + li {
  margin-top: 25px;
}

* + .list-lg {
  margin-top: 30px;
}

.list-xl > li + li {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}

/**
* List inline
*/
.list-inline > li {
  display: inline-block;
}

.list-inline-sm {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline-sm > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .list-inline-sm {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .list-inline-sm > * {
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .list-inline-sm {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-inline-sm > * {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline-md > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .list-inline-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-inline-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
* List terms
*/
.list-terms dt + dd {
  margin-top: 5px;
}

.list-terms dd + dt {
  margin-top: 25px;
}

* + .list-terms {
  margin-top: 25px;
}

.index-list {
  counter-reset: li;
}

.index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

/**
* Marked list
*/
.list-marked {
  text-align: left;
}

.list-marked > li {
  position: relative;
  padding-left: 25px;
}

.list-marked > li a,
.list-marked > li a:focus,
.list-marked > li a:active {
  color: inherit;
}

.list-marked > li a:hover {
  color: #f9b32c;
}

.list-marked > li::before {
  content: "\f14a";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  min-width: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  color: #f9b32c;
}

@media (min-width: 1200px) {
  .list-marked > li::before {
    line-height: 34px;
  }
}

.list-marked > li + li {
  margin-top: 2px;
}

* + .list-marked {
  margin-top: 15px;
}

p + .list-marked {
  margin-top: 15px;
}

@media (min-width: 992px) {
  p + .list-marked {
    margin-top: 25px;
  }
}

/**
* Ordered List
*/
.list-ordered {
  counter-reset: li;
  text-align: left;
}

.list-ordered > li {
  position: relative;
  padding-left: 25px;
}

.list-ordered > li:before {
  position: absolute;
  content: counter(li, decimal) ".";
  counter-increment: li;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #b0afaf;
}

.list-ordered > li + li {
  margin-top: 10px;
}

* + .list-ordered {
  margin-top: 15px;
}

/**
* List flex
*/
.list-flex {
  margin-bottom: -30px;
  margin-left: -50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-flex:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.list-flex > * {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 50px;
}

@media (min-width: 768px) {
  .list-flex {
    margin-bottom: -30px;
    margin-left: -30px;
    justify-content: space-between;
  }
  .list-flex:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .list-flex > * {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

/**
* List Features
*/
.list-ordered {
  counter-reset: li;
  text-align: left;
}

.list-ordered > li {
  position: relative;
  padding-left: 25px;
}

.list-ordered > li:before {
  position: absolute;
  content: counter(li, decimal) ".";
  counter-increment: li;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #b0afaf;
}

.list-ordered > li + li {
  margin-top: 10px;
}

.list-features {
  counter-reset: li;
}

.list-features > li {
  padding: 25px 13px;
}

/* .list-features > li:nth-child(odd) {
  background-color: #f5f5f5;
} */
.hover_design:hover{
  background-color: #f5f5f5;
}


.list-features > li .list-features-index {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #f9b32c;
  overflow: hidden;
  border-radius: 50%;
}

.list-features > li .list-features-index:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.list-features-sm {
  max-width: 500px;
}

* + .list-features {
  margin-top: 25px;
}

@media (min-width: 576px) {
  .list-features > li {
    padding: 30px 25px;
  }
}

@media (min-width: 992px) {
  * + .list-features {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  * + .list-features {
    margin-top: 50px;
  }
}

/**
* List Tags
*/
.list-tags {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.list-tags > li {
  display: inline-block;
}

.list-tags > li:after {
  content: ",";
}

.list-tags > li:last-child:after {
  display: none;
}

.list-tags > li + li {
  margin-left: 2px;
}

.list-tags a:hover {
  box-shadow: #f9b32c 0px -1px 0px 0px inset;
}

* + .list-tags {
  margin-top: 25px;
}

.context-dark .list-tags a,
.context-dark .list-tags a:focus,
.context-dark .list-tags a:active {
  color: #ffffff;
}

.context-dark .list-tags a:hover {
  color: #ffffff;
}

.context-dark .list-tags a:hover {
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

/** @section Images */
/**
* Standard img style
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}

.img-responsive {
  width: 100%;
}

/**
* Image wrappers
*/
.image-wrap-modern {
  position: relative;
  display: inline-block;
  padding-bottom: 50px;
}

.image-wrap-modern-decor {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  border: 10px solid #517bc0;
  margin: 40px 40px -40px -40px;
}

@media (min-width: 992px) {
  .image-wrap-modern {
    padding-bottom: 60px;
  }
  .image-wrap-modern-decor {
    margin: 50px 60px -50px -60px;
  }
}

/**
* Image shadows
*/
.image-with-shadow {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/**
* Image wrap wide
*/
.image-wrap-wide {
  margin-bottom: -30px;
}

.image-wrap-wide:empty {
  margin-bottom: 0;
}

.image-wrap-wide > * {
  margin-bottom: 30px;
}

.image-wrap-wide-achivka {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.image-wrap-wide-achivka:before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border: 1px dashed rgba(45, 44, 43, 0.1);
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.image-wrap-wide-achivka > span {
  display: block;
  line-height: 1.2;
}

.image-wrap-wide-achivka-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f9b32c;
}

.image-wrap-wide-achivka-count {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #2d2c2b;
}

.image-wrap-wide-item img {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .image-wrap-wide {
    position: relative;
    padding-left: 38px;
  }
  .image-wrap-wide-item-absolute {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    padding-left: 88px;
  }
  .image-wrap-wide-item-absolute img {
    max-width: none;
  }
  .image-wrap-wide-achivka {
    margin: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 176px;
    height: 176px;
  }
  .image-wrap-wide-achivka > span {
    line-height: 1;
  }
}

h2 + img,
.heading-2 + img {
  margin-top: 30px;
}

h3 + figure {
  margin-top: 20px;
}

h3 + img {
  margin-top: 42px;
}

@media (min-width: 1200px) {
  h2 + img,
  .heading-2 + img {
    margin-top: 50px;
  }
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

/** @section Icons */
/**
* Base styles
*/
.icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-style: normal;
  speak: none;
  text-transform: none;
}

/**
* Alternate icons
*/
.icon-default {
  color: #2d2c2b;
}

.icon-primary {
  color: #f9b32c;
  fill: #f9b32c;
}

.icon-secondary {
  color: #517bc0;
  fill: #517bc0;
}

.icon-gray-700 {
  color: #2d2c2b;
  fill: #2d2c2b;
}

a.icon-gray-700:hover {
  color: #f9b32c;
  fill: #f9b32c;
}

/**
* Icon Shapes
*/
.icon-circle {
  border-radius: 50%;
}

/**
* Icon Sizes
*/
.icon-xs {
  font-size: 13px;
}

.icon-sm {
  font-size: 16px;
}

.icon-lg {
  font-size: 22px;
}

/**
* Svg icons
*/
svg.icon {
  width: 28px;
  height: 28px;
}

svg.icon-lg {
  width: 52px;
  height: 52px;
}

svg.icon-xl {
  width: 60px;
  height: 60px;
}

svg.icon-xxl {
  width: 84px;
  height: 84px;
}

.svg-icon-wrapper {
  width: 56px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.svg-icon-wrapper-rounded {
  border-radius: 50%;
}

.svg-icon-wrapper-gray-100 {
  background-color: #f5f5f5;
}

/** @section Tables custom */
.table-custom {
  width: 100%;
  min-width: 510px;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  color: #2d2c2b;
  background: #ffffff;
}

.table-custom th {
  padding: 35px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #ebebeb;
}

@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 #f4f3f2;
}

.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: #f9b32c;
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #ebebeb;
}

.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 #f4f3f2;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-custom.table-custom-striped {
  border-bottom: 1px solid #f4f3f2;
}

.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: #ebebeb;
}

.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 Testimonials */
.testimonial {
  margin-bottom: 33px;
  height: 300px;
  position: relative;
  border-radius: 30px;
  padding: 10% 8% 59px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f5;
  transition: 0.3s ease-out background-color, 0.3s ease-out color;
}

.testimonial-quote {
  display: inline-block;
  width: 50px;
  height: 50px;
  /* line-height: 60px; */
  font-size: 30px;
  font-weight: 600;
  /* border-radius: 50%; */
  transition: 0.3s ease-out background-color;
}

.testimonial-quote,
.testimonial-quote:focus,
.testimonial-quote:active {
  color: #ffffff;
  /* background-color: #517bc0; */
}

.testimonial-text {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.875;
}

.testimonial-author {
  color:  #4da6ff;
  line-height: 1.2;
  transition: 0.3s ease-out color;
}

.testimonial-cite {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.testimonial-img {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial:hover {
  color: #ffffff;
  background-color: #517bc0;
}

.testimonial:hover .testimonial-author {
  color: #ffffff;
}

.testimonial:hover .testimonial-quote {
  /* background-color: #f9b32c; */
}

* + .testimonial-text {
  margin-top: 11px;
}

* + .testimonial-author {
  margin-top: 24px;
}

* + .testimonial-cite {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  * + .testimonial-author {
    margin-top: 28px;
  }
}

.bg-gray-100 .testimonial {
  background-color: #ffffff;
}

.bg-gray-100 .testimonial:hover {
  background-color: #517bc0;
}

/**
* Testimonial Slider
*/
.testimonial-slider {
  margin: 0 -15px;
}

.testimonial-slide {
  padding: 0 15px;
}

/** @section Dividers */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #f5f5f5;
}

.divider {
  font-size: 0;
  line-height: 0;
}

.divider::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #f9b32c;
}

/** @section Buttons */
/**
* Button General Styles
*/
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 4px;
  font-size: 12px;
  line-height: 1.25;
  border: 2px solid;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s all ease-in-out;
  /**
  * Button Icon styles
  */
}

.button.button-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.button.button-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
}

.button.button-icon-left .icon {
  padding-right: 11px;
}

.button.button-icon-right {
  flex-direction: row-reverse;
}

.button.button-icon-right .icon {
  padding-left: 11px;
}

.button.button-icon.button-link .icon {
  top: 5px;
  font-size: 1em;
}

.button.button-icon.button-xs .icon {
  top: 0.05em;
  font-size: 1.2em;
  padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
  padding-left: 8px;
}

.button-block {
  display: block;
  width: 100%;
}

/**
* Appearance style
*/
.button-default,
.button-default:focus {
  color: #f4f3f2;
  background-color: #2d2c2b;
  /* border-color: #2d2c2b; */
}

.button-default:hover,
.button-default:active,
.button-default.active {
  color: #ffffff;
  background-color: #f9b32c;
  /* border-color: #f9b32c; */
}

.button-default.button-ujarak::before {
  background: #f9b32c;
}

.button-gray-100,
.button-gray-100:focus {
  color: #32302d;
  background-color: #f5f5f5;
  /* border-color: #f5f5f5; */
}

.button-gray-100:hover,
.button-gray-100:active,
.button-gray-100.active {
  color: #32302d;
  background-color: #e8e8e8;
  /* border-color: #e8e8e8; */
}

.button-gray-100.button-ujarak::before {
  background: #e8e8e8;
}

.button-primary,
.button-primary:focus {
  color: black;
  background-color: #f9b32c;
  /* border-color: white; */
  border: none;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
  color: black;
  background-color: white;
  border: none;
  
}

.button-primary.button-ujarak::before {
  background: white;
}

.bg-primary .button-primary,
.bg-primary .button-primary:focus {
  color:  black;
  background-color: #f9b32c ;
  border: none;
}

.bg-primary .button-primary:hover,
.bg-primary .button-primary:active,
.bg-primary .button-primary.active {
  color: #32302d;
  background-color: #ffffff;
  /* border-color: #ffffff; */
}

.bg-primary .button-primary.button-ujarak::before {
  background: #ffffff;
}

.button-secondary,
.button-secondary:focus {
  color: #ffffff;
  background-color: #517bc0;
  border-color: #517bc0;
}

.button-secondary:hover,
.button-secondary:active,
.button-secondary.active {
  color: #ffffff;
  background-color: #32302d;
  border-color: #32302d;
}

.button-secondary.button-ujarak::before {
  background: #32302d;
}

.button-white,
.button-white:focus {
  color: #517bc0;
  background-color: #ffffff;
  border-color: #ffffff;
}

.button-white:hover,
.button-white:active,
.button-white.active {
  color: #ffffff;
  background-color: #f9b32c;
  border-color: #f9b32c;
}

.button-white.button-ujarak::before {
  background: #f9b32c;
}

/**
* Outline
*/
.button-default-outline,
.button-default-outline:focus {
  color: #2d2c2b;
  background-color: transparent;
  /* border-color: #2d2c2b; */
}

.button-default-outline:hover,
.button-default-outline:active,
.button-default-outline.active {
  color: #ffffff;
  background-color: #f9b32c;
  /* border-color: #f9b32c; */
}

.button-default-outline.button-ujarak::before {
  background: #f9b32c;
}

.button-ghost {
  border: 0;
  background-color: transparent;
}

.button-ghost:hover {
  color: #ffffff;
  background: #f9b32c;
}

/**
* Social
*/
.button-facebook,
.button-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}

.button-facebook:hover,
.button-facebook:active,
.button-facebook.active {
  color: #ffffff;
  background-color: #456497;`
  border-color: #456497;
}

.button-facebook.button-ujarak::before {
  background: #456497;
}

.button-twitter,
.button-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}

.button-twitter:hover,
.button-twitter:active,
.button-twitter.active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
  background: #02a8da;
}

.button-google,
.button-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}

.button-google:hover,
.button-google:active,
.button-google.active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
  background: #cc3a1a;
}

/**
* Btn with shadow
*/
.button-shadow {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.button-shadow:hover {
  box-shadow: 0 9px 10px 0 rgba(244, 243, 242, 0.15);
}

.button-shadow:focus,
.button-shadow:active {
  box-shadow: none;
}

/**
* Button effects
*/
.button-ujarak {
  position: relative;
  width: 170px;
  padding: 20px;
  border-radius: 10px;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}

.button-ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9b32c;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}

.button-ujarak,
.button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
  transition: background 0.4s 0.4s, border-color 0.4s 0s, color 0.2s 0s;
}

.button-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1.01);
}

/**
* Button Sizes
*/
.button-xs {
  padding: 14px 28px;
  font-size: 13px;
  line-height: 1.5;
}

.button-sm {
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.5;
}

.button-lg {
  padding: 23px 55px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
}

.button-xl {
  padding: 23px 55px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
}

@media (min-width: 992px) {
  .button-xl {
    padding: 30px 65px;
  }
}

/**
* Button Shapes
*/
.button-circle {
  border-radius: 30px;
}

.button-round-1 {
  border-radius: 5px;
}

.button-round-2 {
  border-radius: 10px;
}

/**
* Bootstrap buttons
*/
.btn-primary {
  border-radius: 3px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  color: #ffffff;
  background: #f9b32c;
  border-color: #f9b32c;
}

.btn-primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

* + .button {
  margin-top: 30px;
}

/**
* Button Custom Offset
*/
.button-custom-offset {
  margin-top: 25px;
}

/** @section Forms */
/**
* RD Form
*/
.rd-form {
  position: relative;
  text-align: left;
}

.rd-form .button {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
}

* + .rd-form {
  margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}

.rd-mailform {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

/**
* Form wrap
*/
.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-wrap.has-focus .form-input {
  border-color: #f9b32c;
}

/**
* Form wrap offset
*/
.form-wrap + * {
  margin-top: 20px;
}

/**
* Form input
*/
.form-input {
  display: block;
  width: 100%;
  min-height: 70px;
  padding: 21px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7a78;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) calc(0% + 35px - 9px);
  background-size: 18px;
  border: 1px solid #f5f5f5;
}

.form-input:focus {
  outline: 0;
}

/**
* Form textarea
*/
textarea.form-input {
  height: 241px;
  min-height: 70px;
  max-height: 410px;
  resize: vertical;
}

/**
* ReCaptcha
*/
.recaptcha div {
  display: block;
  transform-origin: 0 0;
}

.recaptcha iframe {
  display: block;
}

/**
* Form labels
*/
.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #7c7a78;
  font-weight: 500;
}

.form-label {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #7c7a78;
}

/**
* Form label out of the field
*/
.form-label-outside {
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  margin-bottom: 4px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside,
  .form-label-outside.focus,
  .form-label-outside.auto-fill {
    transform: none;
  }
}

[data-x-mode="true"] .form-label {
  pointer-events: auto;
}

/**
* Form validation
*/
.form-validation {
  display: none;
  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: #dc3545;
  transition: 0.3s;
}

.form-validation-left .form-validation {
  right: auto;
  left: 8px;
}

.form-validation-captcha .form-validation {
  display: block;
}

/**
* Form output
*/
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #dc3545;
}

.form-output.success {
  color: #28a745;
}

/**
* Radio and Checkbox Custom
*/
.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: 0.22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

/**
* Custom Radio Styles
*/
.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 #b0afaf;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #2d2c2b;
  border-radius: inherit;
}

/**
* Custom Checkbox Styles
*/
.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 #b0afaf;
}

.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: #f4f3f2;
}

/**
* Checkbox Toggle
*/
.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #f9b32c;
  transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #f5f5f5;
  cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #b0afaf;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: 0.22s;
}

/**
* RD Form Inline
*/
.rd-form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  margin-bottom: -15px;
  margin-left: -15px;
}

.rd-form-inline:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.rd-form-inline > * {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

.rd-form-inline > * {
  margin-top: 0;
}

.rd-form-inline .form-wrap {
  flex-grow: 1;
  min-width: 270px;
}

.rd-form-inline .form-wrap-select {
  text-align: left;
}

.rd-form-inline .form-button {
  flex-shrink: 0;
  max-width: calc(100% - 10px);
  min-height: 70px;
  width: 100%;
}

.rd-form-inline .form-button .button {
  width: 100%;
  min-height: inherit;
}

@media (min-width: 576px) {
  .rd-form-inline .button {
    display: block;
  }
}

@media (min-width: 768px) {
  .rd-form-inline .form-button {
    width: auto;
  }
  .rd-form-inline .form-button .button {
    width: auto;
  }
}

.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}

/**
* Form Small
*/
.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 60px;
}

.form-sm .form-input {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: calc(100% - 8px) calc(0% + 30px - 9px);
}

.form-sm .form-label {
  padding-left: 20px;
  font-size: 14px;
  top: 30px;
}

.form-sm * + .button {
  margin-top: 10px;
}

/**
* Form Large
*/
.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 {
  min-height: 78px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 16px;
}

.form-lg .form-button {
  min-height: 80px;
}

.form-lg .form-label {
  top: 40px;
}

.bg-secondary .form-input {
  color: #7c7a78;
  background-color: #ffffff;
}

.bg-secondary .form-label-outside {
  color: #ffffff;
}

/**
* Offsets
*/
* + .rd-form {
  margin-top: 30px;
}

/** @section Posts */
/**
* News
*/
.news {
  display: block;
  position: relative;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px 30px;
  text-align: left;
  overflow: hidden;
  z-index: 1;
}

.news-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #2d2c2b;
  pointer-events: none;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition: 0.3s ease-out opacity;
}

.news-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 65px;
  height: 65px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f9b32c;
}

.news-date > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-content {
  display: block;
  margin-top: 70px;
}

.news-meta {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bdb6ad;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -13px;
  margin-right: -13px;
  transition: 0.3s ease-out color;
}

.news-meta > * {
  margin-top: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.news-meta > li {
  position: relative;
  display: inline-block;
}

.news-meta > li:after {
  content: "-";
  position: absolute;
  top: 49%;
  right: -2px;
  transform: translate(50%, -50%);
}

.news-meta > li:last-child:after {
  display: none;
}

.news-title {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
}

.news-title > span {
  background-size: 1px 1px;
  display: inline;
  transition: 0.3s ease-out all;
}

@media (min-width: 992px) {
  .news-title {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  .news-title {
    font-size: 24px;
  }
}

.news:hover .news-img img {
  opacity: 0.5;
}

.news:hover .news-meta {
  color: #ffffff;
}

.news:hover .news-title > span {
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

@media (min-width: 1200px) {
  .news {
    padding: 50px 53px 41px;
  }
  .news-content {
    margin-top: 107px;
  }
}

/**
 * Posts
*/
.post {
  max-width: 770px;
  text-align: left;
}

.post-header {
  position: relative;
  display: block;
  overflow: hidden;
}

.post-header:hover .post-img {
  transform: scale(1.02);
}

.post-img {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-out transform;
}

.post-date {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 65px;
  height: 65px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f9b32c;
}

.post-date > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.post-meta {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bdb6ad;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -13px;
  margin-right: -13px;
  transition: 0.3s ease-out color;
}

.post-meta > * {
  margin-top: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.post-meta > li {
  position: relative;
  display: inline-block;
}

.post-meta > li:after {
  content: "-";
  position: absolute;
  top: 49%;
  right: -2px;
  transform: translate(50%, -50%);
}

.post-meta > li:last-child:after {
  display: none;
}

.post-link {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.post-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  transition: 0.3s ease-out width;
}

.post-link:hover:after {
  width: 0;
}

* + .post {
  margin-top: 45px;
}

* + .post-content {
  margin-top: 20px;
}

* + .post-text {
  margin-top: 12px;
}

* + .post-link {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .post-date {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
  }
  .post-text {
    line-height: 1.875;
  }
  * + .post {
    margin-top: 50px;
  }
  * + .post-content {
    margin-top: 35px;
  }
  * + .post-text {
    margin-top: 30px;
  }
  * + .post-link {
    margin-top: 30px;
  }
}

/**
* Blog Aside
*/
.blog-aside-element {
  padding: 30px;
  background-color: #f5f5f5;
}

.blog-aside-element-primary {
  background-color: #f9b32c;
}

* + .blog-aside-element {
  margin-top: 30px;
}

.blog-aside-element + * {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .blog-aside-element {
    padding: 45px 45px 50px 50px;
  }
}

/**
* Post Mini
*/
.post-mini {
  max-width: 320px;
  line-height: 1.625;
}

.post-mini-img {
  display: inline-block;
  border-radius: 50%;
}

.post-mini-img img {
  border-radius: 50%;
}

.post-mini-title {
  display: inline;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

.post-mini-title,
.post-mini-title:focus,
.post-mini-title:active {
  color: #7c7a78;
}

.post-mini-title:hover {
  color: #2d2c2b;
}

.post-mini-title:hover {
  box-shadow: #2d2c2b 0px -1px 0px 0px inset;
}

* + .post-mini {
  margin-top: 19px;
}

/**
* Blog Aside List
*/
.blog-aside-list {
  max-width: 310px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  color: #7c7a78;
}

.blog-aside-list .icon {
  font-size: 16px;
  margin-right: 20px;
  transition: 0.3s ease-out all;
}

.blog-aside-list a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  z-index: 1;
}

.blog-aside-list a,
.blog-aside-list a:focus,
.blog-aside-list a:active {
  color: inherit;
}

.blog-aside-list a:hover {
  color: #2d2c2b;
}

.blog-aside-list a:hover .icon {
  color: #517bc0;
}

.blog-aside-list > li + li {
  margin-top: 11px;
}

* + .blog-aside-list {
  margin-top: 25px;
}

/**
* Blog Aside Banner
*/
.blog-aside-banner {
  z-index: 1;
  position: relative;
  display: block;
  max-width: 370px;
  text-align: center;
  overflow: hidden;
}

.blog-aside-banner:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 44, 43, 0.6);
}

.blog-aside-banner img {
  transform: scale(1);
  transition: 0.3s ease-out transform;
}

.blog-aside-banner:hover img {
  transform: scale(1.05);
}

.blog-aside-banner-content {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.blog-aside-banner-title {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
}

/**
* Single Post
*/
.single-post-header {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-post-date {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 65px;
  height: 65px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f9b32c;
}

.single-post-date > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-post-meta {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bdb6ad;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -13px;
  margin-right: -13px;
  transition: 0.3s ease-out color;
}

.single-post-meta > * {
  margin-top: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.single-post-meta > li {
  position: relative;
  display: inline-block;
}

.single-post-meta > li:after {
  content: "-";
  position: absolute;
  top: 49%;
  right: -2px;
  transform: translate(50%, -50%);
}

.single-post-meta > li:last-child:after {
  display: none;
}

.single-post-quote {
  padding: 50px 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background-color: #517bc0;
}

.single-post-quote-title {
  font-weight: 600;
  color: #ffffff;
}

.single-post-divider {
  border-bottom: 1px solid #f5f5f5;
}

.single-post-info {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.single-post-info-title {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #2d2c2b;
}

.single-post-info-list {
  display: inline;
}

.single-post-info-list > li {
  display: inline-block;
}

.single-post-info-list > li:after {
  content: ",";
}

.single-post-info-list > li:last-child:after {
  display: none;
}

.single-post-info-list > li + li {
  margin-left: 2px;
}

.single-post-info-list a,
.single-post-info-list a:focus,
.single-post-info-list a:active {
  color: #7c7a78;
}

.single-post-info-list a:hover {
  color: #f9b32c;
}

* + .single-post-info-list {
  margin-left: 5px;
}

.single-post-author {
  background-color: #f5f5f5;
  padding: 30px 20px;
}

.single-post-author-img img {
  border-radius: 50%;
}

.single-post-author-text {
  line-height: 1.875;
}

.single-post-comment-title {
  font-weight: 700;
}

.single-post-comment-img img {
  border-radius: 50%;
}

.single-post-comment-time {
  display: block;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f9b32c;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -13px;
  margin-right: -13px;
  transition: 0.3s ease-out color;
}

.single-post-comment-time > * {
  margin-top: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.single-post-comment-time > li {
  position: relative;
  display: inline-block;
}

.single-post-comment-time > li:after {
  content: "-";
  position: absolute;
  top: 49%;
  right: -2px;
  transform: translate(50%, -50%);
}

.single-post-comment-time > li:last-child:after {
  display: none;
}

.single-post-comment-text {
  line-height: 1.875;
}

.single-post-comment-divider {
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767.98px) {
  .single-post-comment-name {
    font-size: 16px;
  }
  .single-post-comment-img {
    width: 80px;
  }
  .single-post-comment-time {
    font-size: 12px;
    transform: translate3d(0, -4px, 0);
    margin-bottom: -4px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .single-post-comment-time > * {
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-post-comment .button-xs {
    padding: 10px 20px;
    font-size: 12px;
  }
  .single-post-comment-bottom {
    margin-top: 20px;
  }
}

@media (min-width: 480px) {
  .single-post-comment-bottom {
    margin-top: -50px;
  }
}

@media (min-width: 576px) {
  .single-post-comment-bottom {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .single-post-comment-bottom {
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  .single-post-comment-bottom {
    margin-top: -55px;
    margin-bottom: -35px;
    padding-right: 55px;
  }
}

* + .single-post-content {
  margin-top: 20px;
}

* + .single-post-text {
  margin-top: 12px;
}

* + .single-post-quote {
  margin-top: 30px;
}

* + .single-post-divider {
  margin-top: 30px;
}

* + .single-post-author {
  margin-top: 30px;
}

* + .single-post-comment-wrapper {
  margin-top: 30px;
}

* + .single-post-comment {
  margin-top: 25px;
}

* + .single-post-comment-time {
  margin-top: 5px;
}

* + .single-post-comment-divider {
  margin-top: 30px;
}

* + .single-post-comment-leave {
  margin-top: 30px;
}

.single-post-divider + * {
  margin-top: 15px;
}

.single-post-comment-divider + * {
  margin-top: 45px;
}

.single-post-comment-leave-title + * {
  margin-top: 30px;
}

.single-post-quote + .single-post-text {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .single-post-date {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .single-post-author {
    padding: 60px;
  }
  * + .single-post-author-text {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .single-post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
  }
  .single-post-text {
    line-height: 1.875;
  }
  * + .single-post {
    margin-top: 50px;
  }
  * + .single-post-content {
    margin-top: 35px;
  }
  * + .single-post-text {
    margin-top: 30px;
  }
  * + .single-post-quote {
    margin-top: 50px;
  }
  * + .single-post-divider {
    margin-top: 50px;
  }
  * + .single-post-comment-wrapper {
    margin-top: 50px;
  }
  * + .single-post-comment {
    margin-top: 40px;
  }
  * + .single-post-comment-divider {
    margin-top: 60px;
  }
  * + .single-post-comment-leave {
    margin-top: 50px;
  }
  .single-post-divider + * {
    margin-top: 30px;
  }
  .single-post-comment-divider + * {
    margin-top: 60px;
  }
  .single-post-comment-leave-title + * {
    margin-top: 50px;
  }
  .single-post-quote + .single-post-text {
    margin-top: 50px;
  }
}

/** @section Quotes */
/**
* Quote primary
*/
.quote-primary-mark {
  position: relative;
  top: 6px;
  display: block;
  width: 37px;
  height: 27px;
  fill: #f9b32c;
  flex-shrink: 0;
}

.quote-primary-body {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #ebebeb;
}

.quote-primary-body::before,
.quote-primary-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 13px;
  border-style: solid;
  border-color: #ebebeb;
}

.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 Default
*/
.quote-default {
  position: relative;
  max-width: 370px;
  margin-bottom: 22px;
}

.quote-default-independent .quote-default-inner {
  position: relative;
}

* + .quote-default-independent {
  margin-top: 30px;
}

.quote-default-inner {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.quote-default-inner:after {
  position: absolute;
  top: 100%;
  left: 15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 22.5px 0 22.5px;
  border-color: #ffffff transparent transparent transparent;
}

.quote-default-title {
  font-weight: 600;
}

.quote-default + * {
  margin-top: 35px;
}

@media (min-width: 576px) {
  .quote-default-inner {
    padding: 30px 36px;
  }
  .quote-default-inner:after {
    left: 36px;
  }
  .quote-default + * {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .quote-default-inner {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

@media (min-width: 992px) {
  .quote-default + * {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .quote-default-inner {
    padding: 40px 46px;
  }
  .quote-default-inner:after {
    left: 46px;
  }
  .quote-default + * {
    margin-top: 70px;
  }
}

/** @section Thumbnails */
/**
* Figure Light
*/
.figure-light figcaption {
  padding-top: 10px;
  color: #b0afaf;
}

/**
* Thumb Default
*/
.thumb-big {
  display: block;
  position: relative;
}

.thumb-big-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  opacity: 0;
  transition: 0.3s ease-out opacity;
}

.thumb-big-content:after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  background-color: rgba(249, 179, 44, 0.95);
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-out height, 0.3s ease-out opacity;
}

.thumb-big-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumb-big-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-big-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.3s ease-out transform, 0.3s ease-out opacity;
}

.thumb-big-icon {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #2d2c2b;
  opacity: 0;
  transform: translateX(-30px);
  transition: 0.3s ease-out transform, 0.3s ease-out opacity;
}

.thumb-big:hover .thumb-big-content {
  opacity: 1;
}

.thumb-big:hover .thumb-big-content:after {
  height: 100%;
  opacity: 1;
}

.thumb-big:hover .thumb-big-title,
.thumb-big:hover .thumb-big-icon {
  opacity: 1;
  transform: translateX(0px);
}

.thumb-big:hover .thumb-big-icon {
  transition-delay: 0.3s;
}

* + .thumb-big-icon {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .thumb-big-content {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  * + .thumb-big-icon {
    margin-top: 130px;
  }
}

@media (min-width: 1200px) {
  .thumb-big-title {
    font-size: 24px;
  }
  .thumb-big-content {
    padding: 14%;
  }
  * + .thumb-big-icon {
    margin-top: 238px;
  }
}

/**
* Thumbnail Slider
*/
.thumb-big-slider {
  display: flex;
}

.thumb-big-slider .slick-list {
  margin: 0 -15px;
  display: flex;
  height: 100%;
}

.thumb-big-slider .slick-track {
  display: flex;
}

.thumb-big-slider .thumb-big {
  height: 100%;
}

.thumb-big-slide {
  padding: 0 15px;
}

/** @section Team */
/**
* Team Member
*/
.team-member {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.team-member-img > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-member-img img {
  transform: scale(1);
  transition: 0.3s ease-out transform;
}

.team-member-list {
  position: relative;
  z-index: 1;
  padding: 13px 5px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #517bc0;
  text-align: center;
  border-radius: 2px;
  margin-top: -45px;
  transform: translateY(0);
  opacity: 0;
  transition: 0.3s ease-out opacity, 0.3s ease-out transform;
}

.team-member-list > li {
  display: inline-block;
}

.team-member-list > li + li {
  margin-left: 12px;
}

.team-member-list .icon {
  font-size: 14px;
}

.team-member-list a.icon,
.team-member-list a.icon:focus,
.team-member-list a.icon:active {
  color: #ffffff;
}

.team-member-list a.icon:hover {
  color: #f9b32c;
}

.team-member-cite {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.team-member-footer {
  transform: translateY(0);
  transition: 0.3s ease-out all;
}

.team-member:hover .team-member-img img {
  transform: scale(1.05);
}

.team-member:hover .team-member-footer,
.team-member:hover .team-member-list {
  transform: translateY(25px);
  opacity: 1;
}

.team-member:hover .team-member-footer {
  transition-delay: 0.2s;
}

* + .team-member-cite {
  margin-top: 10px;
}

* + .team-member-footer {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .team-member-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/** @section Breadcrumbs */
/**
* Base styles
*/
.breadcrumbs-custom {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f4f3f2;
  background-position: center;
}

.breadcrumbs-custom:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 44, 43, 0.6);
}

.breadcrumbs-custom-path {
  margin-left: -10px;
  margin-right: -10px;
}

.breadcrumbs-custom-path > * {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

.breadcrumbs-custom-path a:hover {
  box-shadow: #ffffff 0px 0px 0px 0px inset;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: #ffffff;
}

.breadcrumbs-custom-path span {
  box-shadow: #ffffff 0px -1px 0px 0px inset;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
  color: #ffffff;
}

.breadcrumbs-custom-path a:hover > span,
.breadcrumbs-custom-path li.active > span {
  box-shadow: #ffffff 0px 0px 0px 0px inset;
}

* + .breadcrumbs-custom-path {
  margin-top: 14px;
}

* + .breadcrumbs-custom-title {
  margin-top: 2px;
}

@media (min-width: 576px) {
  * + .breadcrumbs-custom-path {
    margin-top: 18px;
  }
}
.breadcrumbs-custom-title{
margin-top: 52px;
font-size: 30px;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-title {
  
    text-align: left;
  }
}

/** @section Pricing */
.pricing {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  text-align: center;
  background-color: #f5f5f5;
  transition: 0.3s ease-out background-color, 0.3s ease-out color;
}

.pricing-icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  fill: #ffffff;
  background-color: #f9b32c;
  border-radius: 50%;
  transform: translateY(0);
  transition: 0.3s ease-out all;
}

.pricing-icon-shadow {
  line-height: 0;
}

.pricing-icon-shadow:before {
  content: "";
  width: 75px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  transition: 0.3s ease-out background-color;
}

.pricing-title {
  font-weight: 500;
}

.pricing-price {
  line-height: 1.2;
  transition: 0.3s ease-out color;
}

.pricing-price > span {
  display: inline-block;
  vertical-align: top;
}

.pricing-price-top {
  position: relative;
  top: 3px;
  font-size: 0.61em;
}

.pricing-text {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.pricing:hover {
  color: #ffffff;
  background-color: #517bc0;
}

.pricing:hover .pricing-price {
  color: #ffffff;
}

.pricing:hover .pricing-icon-shadow:before {
  background-color: #466fb3;
}

.pricing:hover .pricing-icon-svg {
  fill: #517bc0;
  background-color: #ffffff;
  transform: translateY(-10px);
}

.pricing:hover .pricing-title > a,
.pricing:hover .pricing-title > a:focus,
.pricing:hover .pricing-title > a:active {
  color: #ffffff;
}

.pricing:hover .pricing-title > a:hover {
  color: #f9b32c;
}

* + .pricing-icon-shadow {
  margin-top: 10px;
}

* + .pricing-title {
  margin-top: 15px;
}

* + .pricing-price {
  margin-top: 2px;
}

* + .pricing-text {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .pricing {
    padding: 50px 30px 50px;
  }
  .pricing-text {
    font-size: 18px;
    line-height: 1.77778;
  }
  .pricing-icon-svg {
    width: 100px;
    height: 100px;
  }
  * + .pricing-title {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .pricing-price-title {
    font-size: 54px;
  }
  .pricing-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  * + .pricing-text {
    margin-top: 20px;
  }
}

/** @section Pagination custom */
.pagination-classic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -10px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.pagination-classic:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pagination-classic > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.pagination-classic-item:nth-child(1) {
  display: none;
}

.pagination-classic-link-prev,
.pagination-classic-link-next,
.pagination-classic-link {
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  border-radius: 50%;
}

.pagination-classic-link-prev,
.pagination-classic-link-prev:focus,
.pagination-classic-link-prev:active,
.pagination-classic-link-next,
.pagination-classic-link-next:focus,
.pagination-classic-link-next:active,
.pagination-classic-link,
.pagination-classic-link:focus,
.pagination-classic-link:active {
  color: #7c7a78;
  background: #f5f5f5;
}

.pagination-classic-link-prev,
.pagination-classic-link-next {
  font-size: 20px;
}

.pagination-classic-link-prev.disabled,
.pagination-classic-link-prev.active,
.pagination-classic-link-prev:hover,
.pagination-classic-link-next.disabled,
.pagination-classic-link-next.active,
.pagination-classic-link-next:hover {
  color: #ffffff;
  background-color: #f9b32c;
}

.pagination-classic-link-prev.disabled,
.pagination-classic-link-next.disabled {
  cursor: auto;
}

.pagination-classic-link {
  font-size: 14px;
  font-weight: 600;
}

.pagination-classic-link.active,
.pagination-classic-link:hover {
  color: #ffffff;
  background-color: #517bc0;
}

@media (min-width: 480px) {
  .pagination-classic-link-prev,
  .pagination-classic-link-next,
  .pagination-classic-link {
    width: 60px;
    height: 60px;
  }
  .pagination-classic-item:nth-child(1) {
    display: block;
  }
}

* + .pagination-classic {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .pagination-classic {
    margin-bottom: -15px;
    margin-left: -15px;
  }
  .pagination-classic:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .pagination-classic > * {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  * + .pagination-classic {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  * + .pagination-classic {
    margin-top: 60px;
  }
}

/** @section Snackbars */
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #32302d;
  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 Services */
/**
* Service box
*/
.service {
  max-width: 311px;
  
  margin-left: auto;
  margin-right: auto;
  margin: 10px;
 
  padding-bottom: 20px;
  background-color: #ffffff;
  transition: 0.3s ease-out background-color, 0.3s ease-out color;
  min-height: 410px;
  border-radius: 20px;
}

.service-icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  fill: #ffffff;
  background-color: #f9b32c;
  border-radius: 50%;
  transform: translateY(0);
  transition: 0.3s ease-out all;
}

.service-icon-shadow {
  line-height: 0;
}

.service-icon-shadow:before {
  content: "";
  width: 75px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f4f3f2;
  transition: 0.3s ease-out background-color;
}

.service-text {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.service-divider {
  font-size: 0;
  line-height: 0;
 
}

.service-divider:before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f4f3f2;
  opacity: 1;
  transition: 0.3s ease-out opacity;
}
.head-text {
  color: #001a66;
  font-size: 35px;
  font-weight: 800;
}
#do {
  font-size: 35px;
  font-weight: 700;
  padding-top: 10px;
}
.do {
  font-size: 35px;
  font-weight: 700;
  padding-top: 10px;
}
.service-link {
  display: inline-block;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #001a66;
  text-transform: uppercase;
  /* margin-top: 30px; */
  bottom: 0px;
  /* padding-top: 70px; */
}

.service:hover {
  color: #ffffff;
  background-color: #517bc0;
}

/* .service:hover .service-icon-shadow:before {
  background-color: #466fb3;
} */

.service:hover .service-icon-svg {
  fill: #517bc0;
  background-color: #ffffff;
  transform: translateY(-10px);
}

.service:hover .service-divider:before {
  opacity: 0.15;
}

.service:hover .service-title > a,
.service:hover .service-title > a:focus,
.service:hover .service-title > a:active,
.service:hover .service-link,
.service:hover .service-link:focus,
.service:hover .service-link:active {
  color: #ffffff;
}

.service:hover .service-title > a:hover,
.service:hover .service-link:hover {
  color: #f9b32c;
}

* + .service-icon-shadow {
  margin-top: 10px;
}

* + .service-title {
  margin-top: 20px;
}

* + .service-text {
  margin-top: 20px;
}

* + .service-divider {
  margin-top: 25px;
}

* + .service-link {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .service {
    padding:  20px;
 
  }
  .service-icon-svg {
    width: 71px;
    height: 71px;
  }
}

@media (min-width: 1200px) {
  .service-text {
    padding: -3 45px;
  }
  * + .service-text {
    margin-top: 12px;
  }
}

/**
* Single Services
*/
.single-service * + .single-service-title {
  margin-top: 25px;
}

.single-service * + .row {
  margin-top: 25px;
}

.single-service * .button {
  margin-top: 25px;
}

.single-service .single-service-title + * {
  margin-top: 25px;
}

.single-service .row + * {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .single-service * + .single-service-title {
    margin-top: 28px;
  }
  .single-service * + .row {
    margin-top: 50px;
  }
  .single-service * + .button {
    margin-top: 50px;
  }
  .single-service .row + * {
    margin-top: 50px;
  }
}

/**
* Single Services Aside
*/
.single-service-aside {
  padding: 30px;
  background-color: #f5f5f5;
}

/**
* Single Services Banner
*/
.single-service-banner {
  display: block;
  max-width: 310px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.single-service-banner img {
  transform: scale(1);
  transition: 0.3s ease-out transform;
}

.single-service-banner:hover img {
  transform: scale(1.05);
}

.single-service-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.single-service-banner-title {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
}

/**
* Single Service List
*/
.single-service-list {
  max-width: 310px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  color: #7c7a78;
}

.single-service-list .icon {
  font-size: 16px;
  margin-right: 20px;
  transition: 0.3s ease-out all;
}

.single-service-list a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 22px 20px;
  background-color: #ffffff;
}

.single-service-list a,
.single-service-list a:focus,
.single-service-list a:active {
  color: inherit;
}

.single-service-list a:hover {
  color: #2d2c2b;
}

.single-service-list a:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: 0.33s ease-out all;
}

.single-service-list a:hover {
  z-index: 2;
}

.single-service-list a:hover:before {
  opacity: 1;
}

.single-service-list a:hover .icon {
  color: #517bc0;
}

.single-service-list > li + li {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .single-service-list a {
    padding: 22px 32px;
  }
}

/** @section Video */
/**
* Video Link Classic
*/
.video-link-classic-wrapper {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.video-link-classic-wrapper:hover .video-link-classic {
  background-color: #f9b32c;
  color: #ffffff;
  transform: scale(0.95);
}

.video-link-classic {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  text-align: center;
  background-color: #f9b32c;
  color: #ffffff;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1;
  transition: 0.3s ease-out all;
}

.video-link-classic > span {
  display: inline-block;
  transform: translateX(5px);
}

.video-link-classic,
.video-link-classic:focus,
.video-link-classic:active {
  background-color: #f9b32c;
  color: #ffffff;
}

.video-link-classic-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgba(45, 44, 43, 0.2);
  z-index: -1;
  transform: scale(1);
  transition: 0.5s ease-out all;
  animation: videoLinkScale 1.8s ease-out infinite;
}

@media (min-width: 1200px) {
  .video-link-classic {
    width: 161px;
    height: 161px;
    line-height: 161px;
    font-size: 40px;
  }
}

@keyframes videoLinkScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  80% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/**
* Box Video Mini
*/
.video-mini {
  display: inline-block;
  max-width: 520px;
  text-align: left;
}

.video-mini-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.875;
}

.video-mini-link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.video-mini-link,
.video-mini-link:focus,
.video-mini-link:active {
  color: inherit;
}

.video-mini-link:hover {
  color: #f9b32c;
}

.video-mini-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid;
}

.video-mini-play {
  display: inline-block;
  position: relative;
}

.video-mini-play-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  font-size: 14px;
  line-height: 63px;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s ease-out all;
}

.video-mini-play-link,
.video-mini-play-link:focus,
.video-mini-play-link:active {
  color: #ffffff;
  background-color: #f9b32c;
}

.video-mini-play-link:hover {
  color: #ffffff;
  background-color: #517bc0;
}

/** @section Footers */
/**
* Footer Classic
*/
.footer-classic {
  font-size: 14px;
  line-height: 1.5;
  color: #b0afaf;
  background: #2d2c2b;
}

.footer-classic a.icon {
  transform: scale(1);
}

.footer-classic a.icon,
.footer-classic a.icon:focus,
.footer-classic a.icon:active {
  color: #ffffff;
}

.footer-classic a.icon:hover {
  color: #002699;
}

.footer-classic a.icon:hover {
  transform: scale(1.1);
}

.footer-classic hr {
  border-color: rgba(255, 255, 255, 0.05);
}

.footer-classic-list a {
  position: relative;
  line-height: 1.2;
}

.footer-classic-list a,
.footer-classic-list a:focus,
.footer-classic-list a:active {
  color: #b0afaf;
}

.footer-classic-list a:hover {
  color:
  #3399ff;
}

.footer-classic-list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: 0.3s ease-out width;
}

.footer-classic-list a:hover:after {
  width: 100%;
}

.footer-classic-list > li + li {
  margin-top: 12px;
}

.footer-classic-address dt,
.footer-classic-address dd {
  display: inline-block;
}

.footer-classic-address a,
.footer-classic-address a:focus,
.footer-classic-address a:active {
  color: #ffffff;
}

.footer-classic-address a:hover {
  color: #3399ff;
}

.footer-classic-title + * {
  margin-top: 15px;
}

* + .footer-classic-address {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .footer-classic-title + * {
    margin-top: 26px;
  }
  * + .footer-classic-address {
    margin-top: 16px;
  }
}

/** @group Plugins */
/** @section Animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.swiper-container .animated {
  opacity: 1 !important;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* .col-xs-6:hover{
  background-color: #3399ff;
  color: white;

} */



.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

/** @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 ease opacity;
}

[data-x-mode="true"] .preloader,
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader-body {
  text-align: center;
}

.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
}

.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.cssload-dot:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 47px;
  background: #f9b32c;
  position: absolute;
  left: 50%;
  transform: translateY(0);
  margin-left: -16.5px;
  margin-top: -16.5px;
}

.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 43.5px;
  height: 43.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
}

.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
  background-color: #517bc0;
  animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
  background-color: #f9b32c;
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
  background-color: rgba(249, 179, 44, 0.98);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
  background-color: #517bc0;
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }
  18%,
  22% {
    transform: translateY(-66px);
  }
  40%,
  100% {
    transform: translateY(0);
  }
}

@keyframes cssload-dot-colors {
  0% {
    background-color: #517bc0;
  }
  25% {
    background-color: #517bc0;
  }
  50% {
    background-color: #f9b32c;
  }
  75% {
    background-color: rgba(249, 179, 44, 0.98);
  }
  100% {
    background-color: #517cc0;
  }
}

@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }
  100% {
    transform: rotate(540deg);
  }
}

@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }
  100% {
    transform: rotate(810deg);
  }
}

@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}

/** @section ToTop */
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  background: #f9b32c;
  border-radius: 50%;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
  color: #ffffff;
  background: #111111;
  text-decoration: none;
}

.ui-to-top:focus {
  color: #ffffff;
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

/** @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-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: #969595;
  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: #969595;
  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: #7c7a78;
  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: #7c7a78;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
  content: "";
}

.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}

.rd-navbar-brand a {
  display: block;
}

.rd-navbar-search {
  position: relative;
  display: inline-flex;
}

.rd-navbar-search .form-input {
  padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #f4f3f2;
  transition: 0.33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
  color: #f9b32c;
}

.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-dropdown {
  display: none;
}

.header-mail .unit-body span,
.header-phone .unit-body span {
  display: block;
}

.header-mail,
.header-mail:focus,
.header-mail:active,
.header-phone,
.header-phone:focus,
.header-phone:active {
  color: #7c7a78;
}

.header-mail:hover,
.header-phone:hover {
  color: #f9b32c;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-navbar-aside {
  display: flex;
  justify-content: left;
}

.rd-navbar-static .rd-navbar-aside > * + * {
  margin-left: 3px;
}

.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: #f9b32c;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link:after,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link:after {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #f9b32c;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
   color: #002b80;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link:after {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #f9b32c;
}

.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: 3px;
  font-family: "Material Design Icons";
  font-size: 15px;
  cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: 0.22s;
  content: "\f236";
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: #f9b32c;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 47px;
  }
}

.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: 0.25s;
}

.rd-navbar-static .rd-nav-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 66%;
  left: 0;
  border-top: 1px solid;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s cubic-bezier(0.4, 0, 0.04, 1.13) transform,
    0.2s ease-out opacity, 0.55s ease-out width;
}


.rd-navbar-static .rd-nav-link,
.rd-navbar-static .rd-nav-link:not([href]) {
  color: #7c7a78;
}

.rd-navbar-static .rd-nav-link:hover {
  color: #003399;
}

.rd-navbar-static .rd-nav-link:hover:after {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
}

.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 22px;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ebebeb;
  transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 270px;
  padding: 20px 25px;
  background: #ffffff;
  z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: #f9b32c;
}

.rd-navbar-static .rd-dropdown-link {
  color: #7c7a78;
}

.rd-navbar-static .rd-dropdown-link.active,
.rd-navbar-static .rd-dropdown-link:hover {
  color: #f9b32c;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a:focus,
.rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
  color: #7c7a78;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  color: #f9b32c;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
  transition: 0.15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
  position: relative;
  top: 0;
  left: -6px;
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: inherit;
  color: #f9b32c;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a.active,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a.active,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a.active::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a.active::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.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.active,
.rd-navbar-static .rd-megamenu-list-link:hover {
  color: #f9b32c;
  background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
  visibility: visible;
  opacity: 1;
}

.rd-navbar-static .rd-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-top: 20px;
  z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
  margin-left: 30px;
}

.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-flex;
  color: #7c7a78;
}

.rd-navbar-static .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: #f9b32c;
}

.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: #ffffff;
  transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck.scroll-bottom,
.rd-navbar-static.rd-navbar--is-clone.scroll-bottom {
  transform: translateY(-100%);
}

.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 58px;
  width: auto;
  height: auto;
}

@media (max-width: 767.98px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    max-height: 36px;
  }
}

.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: #7c7a78;
  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;
  border: 1px solid #ebebeb;
  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: #fcd78f;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: #f9b32c;
  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:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #ffffff;
  background: #f9b32c;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ffffff;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed .rd-nav-link,
.rd-navbar-fixed .rd-nav-link:not([href]) {
  color: #7c7a78;
}

.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;
  max-height: 100vh;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
  display: block;
  transition: 0.3s ease-out all;
  opacity: 0;
  max-height: 0;
  overflow-y: scroll;
}

.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: #7c7a78;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  color: #ffffff;
  background: #f9b32c;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  position: relative;
  display: block;
  padding: 0 18px 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #f4f3f2;
}

.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: #f4f3f2;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: #f9b32c;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid 1px solid #ebebeb;
}

.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: #7c7a78;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 700 14px "Font Awesome 5 Free";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-main-address * + p,
.rd-navbar-fixed .rd-navbar-main-address * + span.small-md {
  margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-main-address .rd-navbar-brand {
  display: none;
}

.rd-navbar-fixed * + .rd-navbar-main-address-item {
  margin-top: 15px;
}

.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;
  color: #f4f3f2;
  background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #f9b32c;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
  color: #7c7a78;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: blue;
}

.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-info-toggle {
  position: fixed;
  display: block;
  top: 4px;
  z-index: 1101;
  right: 46px;
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: right;
}

.rd-navbar-fixed .rd-navbar-info-toggle > span:before,
.rd-navbar-fixed .rd-navbar-info-toggle > span:after {
  font-family: "Font Awesome 5 Free";
}

.rd-navbar-fixed .rd-navbar-info-toggle > span:before {
  opacity: 1;
  content: "\f192";
  transition: 0.2s ease-out all;
  transition-delay: 0.1s;
}

.rd-navbar-fixed .rd-navbar-info-toggle > span:after {
  opacity: 0;
  content: "\f057";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.rd-navbar-fixed .rd-navbar-info-toggle.active {
  right: 11px;
  text-align: right;
}

.rd-navbar-fixed .rd-navbar-info-toggle.active > span:before {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

.rd-navbar-fixed .rd-navbar-info-toggle.active > span:after {
  opacity: 1;
  transition: 0.2s ease-out all;
  transition-delay: 0.1s;
}

.rd-navbar-fixed .rd-navbar-aside-outer {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s ease-out all;
}

.rd-navbar-fixed .rd-navbar-aside-outer.active {
  opacity: 1;
  transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-aside {
  display: flex;
  flex-wrap: wrap;
  height: 61px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px 10px 10px;
  text-align: center;
  transform: translate3d(0, -3px, 0);
  margin-bottom: -3px;
  margin-left: -2px;
  margin-right: -2px;
}

.rd-navbar-fixed .rd-navbar-aside > * {
  margin-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

.rd-navbar-fixed .rd-navbar-aside > .small {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
}

.rd-navbar-fixed .rd-navbar-aside > .small .icon {
  font-size: 10px;
}

.rd-navbar-fixed .rd-navbar-aside > .small > span {
  display: inline-block;
}

.rd-navbar-fixed .rd-navbar-aside > .small .icon + * {
  margin-left: 6px;
}

.rd-navbar-fixed .rd-navbar-aside > .small * + .icon {
  margin-left: 6px;
}

@media (min-width: 480px) {
  .rd-navbar-fixed .rd-navbar-aside > .small {
    font-size: 12px;
  }
  .rd-navbar-fixed .rd-navbar-aside > .small .icon {
    font-size: 12px;
  }
}

.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;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}

@media (min-width: 768px) {
  .rd-navbar-fixed .rd-navbar-panel {
    height: 80px;
    padding: 16px;
  }
  .rd-navbar-fixed .rd-navbar-collapse {
    top: 80px;
  }
  .rd-navbar-fixed .rd-navbar-aside {
    height: 80px;
  }
  .rd-navbar-fixed [class*="rd-navbar-fixed-element"] {
    top: 16px;
  }
  html.rd-navbar-fixed-linked .page {
    padding-top: 80px;
  }
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
  display: block;
  background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 60px 22px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
  display: flex;
  align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
  margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
  min-width: 200px;
  text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1101;
  width: 450px;
  padding: 94px 0 0;
  background: #ffffff;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
  box-shadow: 0 0 13px 0 rgba(244, 243, 242, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
  transition-delay: 0.1s;
  transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #ebebeb;
}

.rd-navbar-sidebar .rd-nav-item {
  position: relative;
  display: block;
  padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
  color: #f9b32c;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
  font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
  border-top: 1px solid #ebebeb;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
  max-width: calc(100% - 30px);
  word-break: break-all;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
}

.rd-navbar-sidebar .rd-nav-link,
.rd-navbar-sidebar .rd-nav-link:not([href]),
.rd-navbar-sidebar .rd-nav-link:not([href]):hover {
  color: #f4f3f2;
}

.rd-navbar-sidebar .rd-nav-link:hover {
  color: #f9b32c;
}

.rd-navbar-sidebar
  .rd-navbar-submenu
  .opened
  > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: opacity 0.2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu
  > .rd-navbar-dropdown,
.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu
  > .rd-navbar-megamenu {
  transform: translateY(30px);
}

.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu.opened
  > .rd-navbar-dropdown,
.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu.opened
  > .rd-navbar-megamenu {
  transform: translateY(0);
}

.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu
  .rd-navbar-submenu
  > .rd-navbar-dropdown {
  transform: translateX(-20px);
}

.rd-navbar-sidebar
  .rd-navbar-submenu
  > .rd-navbar-submenu
  .rd-navbar-submenu.opened
  > .rd-navbar-dropdown {
  transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar
  .rd-nav-item
  .rd-navbar--has-dropdown
  > .rd-navbar-submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: 10px;
  margin-bottom: inherit;
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  color: #7c7a78;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar
  .rd-nav-item
  .rd-navbar--has-dropdown
  > .rd-navbar-submenu-toggle:hover {
  color: #f9b32c;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar
  .rd-nav-item
  .rd-navbar--has-dropdown
  > .rd-navbar-submenu-toggle::after {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  transition: 0.4s all ease;
  z-index: 2;
  will-change: transform;
}

.rd-navbar-sidebar
  .rd-nav-item
  .rd-navbar--has-dropdown
  > .rd-navbar-submenu-toggle {
  font-size: 14px;
  color: #f4f3f2;
  margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
  margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
  font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
  color: #7c7a78;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
  color: #f9b32c;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
  transition: 0.15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
  position: relative;
  top: 0;
  left: -6px;
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: inherit;
  color: #f9b32c;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a.active,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a.active,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a.active::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a.active::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
  max-width: 450px;
  margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
  margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
  display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
  margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
  margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
  padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
  display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
  padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
  padding-left: 0;
}

.rd-navbar-sidebar
  .rd-navbar-dropdown
  .rd-navbar--has-dropdown.opened
  > .rd-navbar-submenu-toggle {
  color: #f9b32c;
}

.rd-navbar-sidebar
  .rd-navbar-dropdown
  .rd-navbar--has-dropdown.opened
  > .rd-navbar-submenu-toggle::after {
  top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
  margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
  margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
  margin-top: 10px;
  padding-left: 15px;
}

.rd-navbar-sidebar
  .rd-nav-item
  > .rd-navbar-dropdown
  .rd-navbar-dropdown
  > li
  > a {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .rd-navbar-sidebar .rd-navbar-megamenu {
    margin-bottom: -30px;
  }
  .rd-navbar-sidebar .rd-navbar-megamenu > * {
    margin-bottom: 30px;
  }
  .rd-navbar-sidebar .rd-navbar-dropdown > li + li,
  .rd-navbar-sidebar .rd-megamenu-list > li + li {
    margin-top: 18px;
  }
}

@media (min-width: 1200px) {
  .rd-navbar-sidebar .rd-navbar-nav-wrap {
    width: auto;
    left: calc(50% + 600px - 80px);
  }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
  padding-top: 11px;
  padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-classic.rd-navbar-static {
  border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  /* padding-left: 15px; */
  padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a,
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a:focus,
.rd-navbar-classic.rd-navbar-static
  .rd-navbar-aside-outer.bg-gray-700
  a:active {
  color: #ffffff;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a:hover {
  color: #f9b32c;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  /* max-width: 1200px; */
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  /* padding-right: 15px; */
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
  padding: 4px 0;
  text-align: left;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .small {
  font-weight: 600;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .small > span {
  display: inline-block;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .small .icon + * {
  margin-left: 6px;
}
*/ .rd-navbar-classic.rd-navbar-static .rd-navbar-aside .small * + .icon {
  margin-left: 6px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-address-item {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 270px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-address-item-average {
  /* padding-right: 20px; */
  padding-left: 0;
  flex-grow: 2;
  text-align: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-address * + p,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-address * + span.small-md {
  margin-top: 5px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
  display: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}
/* 
.rd-navbar-classic.rd-navbar-static * + .rd-navbar-main-element {
  border-top: 1px solid #ebebeb;
} */

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand > a {
  display: inline-block;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  box-shadow: -4px 0px 6px 0px rgba(0, 0, 0, 0.09);
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-address,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-address,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck
  .rd-navbar-nav-item
  > .rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone
  .rd-navbar-nav-item
  > .rd-navbar-submenu {
  margin-top: 17px;
}

/**
*
* RD Modern
* =====================================================
*/
.rd-navbar-modern {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-modern.rd-navbar-static {
  z-index: 1020;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: 0.3s ease-out transform;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
  padding: 28px 15px;
  transition: 0.3s ease-out padding;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a,
.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a:focus,
.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a:active {
  color: #ffffff;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer.bg-gray-700 a:hover {
  color: #f9b32c;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1400px) {
  .rd-navbar-modern.rd-navbar-static {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
  padding: 15px 0;
  text-align: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .small {
  font-weight: 600;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .small > span {
  display: inline-block;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .small .icon + * {
  margin-left: 6px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .small * + .icon {
  margin-left: 6px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-address * + p,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-address * + span.small-md {
  margin-top: 5px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 180px;
  flex-basis: 180px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main > *:last-child {
  min-width: 210px;
  flex-basis: 210px;
}

@media (min-width: 1600px) {
  .rd-navbar-modern.rd-navbar-static .rd-navbar-main > * {
    min-width: 220px;
    flex-basis: 220px;
  }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main .rd-navbar-main-element {
  flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand > a {
  display: inline-block;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 10px;
}

@media (min-width: 1300px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 15px;
  }
}

@media (min-width: 1400px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 20px;
  }
}

@media (min-width: 1600px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 40px;
  }
}

@media (min-width: 1800px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 55px;
  }
}

.rd-navbar-modern.rd-navbar-static
  .rd-navbar-submenu.focus
  > .rd-navbar-megamenu,
.rd-navbar-modern.rd-navbar-static
  .rd-navbar-submenu.opened
  > .rd-navbar-megamenu {
  transform: translate3d(-50%, 0, 0);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
  left: 50%;
  transform: translate3d(-50%, 20px, 0);
}

.rd-navbar-modern.rd-navbar-static.scroll-static {
  background-color: #ffffff;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck.scroll-static,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone.scroll-static {
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck
  .rd-navbar-nav-item
  > .rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone
  .rd-navbar-nav-item
  > .rd-navbar-submenu {
  margin-top: 17px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
  display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
  padding: 10px 0;
}

/** @section Swiper */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
  will-change: transfrom;
  transition: 0.3s ease-out all;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  font-size: 24px;
  line-height: 1.2;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #2d2c2b;
  background-color: white;
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
}

@media (min-width: 1200px) {
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: block;
    left: 60px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    display: block;
    right: 60px;
    left: auto;
  }
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(#000000);
  transform: translate3d(#000000);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f9b32c;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f9b32c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container-vertical {
  max-height: 40.10417vw;
}

.swiper-slider {
  display: flex;
  min-height: 40.10417vw;
}

[class*="ie-"] .swiper-slider {
  height: 41.02429vw;
}

.swiper-slider .swiper-wrapper {
  height: auto;
}

.swiper-slider .swiper-slide {
  height: auto;
}

.swiper-slider h6 {
  font-weight: 600;
}

.swiper-slider * + h6 {
  margin-top: 25px;
}

.swiper-slider h6 + * {
  margin-top: 17px;
}

.swiper-slide {
  display: flex;
  align-items: center;
}

.swiper-slide > * {
  flex-grow: 1;
}

.main-slider .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.main-slider .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background-position: center;
  background-size: cover;
}

.main-slider .swiper-slide .slide-bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 44, 43, 0.6);
}

.main-slider .swiper-slide .entity-img {
  display: none;
}

@media (max-width: 991.98px) {
  .main-slider .button {
    padding: 16px 29px;
  }
}

/**
* Swiper Modern
*/
@media (min-width: 1200px) {
  .swiper-modern .swiper-slide-content {
    padding-left: 180px;
  }
}

@media (min-width: 1600px) {
  .swiper-modern .swiper-slide-content {
    padding-left: 0;
  }
}

/** @section Google Map */
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map {
  height: 250px;
  width: 100%;
}

@media (min-width: 480px) {
  .google-map {
    height: 250px;
  }
}

@media (min-width: 480px) {
  .google-map {
    height: 570px;
  }
}

/** @section Search */
/**
*  Search Secondary
*/
.search-secondary .form-label,
.search-secondary .form-input {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.search-secondary .form-input {
  background-color: #517bc0;
}

/** @section Nav custom */
.tabs-custom {
  text-align: left;
}

.tabs-custom .nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
}

.tabs-custom .nav-item {
  flex-grow: 1;
}

.tabs-custom .nav-link {
  display: block;
  padding: 15px 5px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 0;
  color: #2d2c2b;
  background-color: #f5f5f5;
}

.tabs-custom .nav-link:hover,
.tabs-custom .nav-link.active {
  color: #ffffff;
  background-color: #517bc0;
}

.tabs-horizontal .tab-content {
  padding-top: 40px;
}

.tabs-vertical .tab-content {
  padding-top: 40px;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

* + .tabs-custom {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .tabs-custom .nav-tabs {
    flex-direction: row;
  }
  .tabs-custom .nav-link {
    padding: 30px 10px;
  }
}

@media (min-width: 992px) {
  .tabs-custom .nav-link {
    padding: 40px 10px;
  }
  .tabs-horizontal .tab-content {
    padding-top: 60px;
  }
  .tabs-vertical {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tabs-vertical .nav-tabs {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 50px;
  }
  .tabs-vertical .tab-content {
    padding-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tabs-vertical .nav-item {
    width: 100%;
  }
  .tabs-vertical .nav-link {
    display: flex;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  * + .tabs-custom {
    margin-top: 45px;
  }
}

/** @section Panel custom */
.card-group-custom {
  margin-bottom: 0;
  padding: 30px 20px;
  background-color: #f5f5f5;
}

.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;
}

@media (min-width: 992px) {
  .card-group-custom {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .card-group-custom {
    padding: 39px 30px;
  }
}

.card-group-custom.card-group-corporate .card + .card {
  margin-top: 2px;
}

.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: 15px;
}

.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: 22px 58px 22px 32px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d2c2b;
  transition: 1.3s all ease;
  border-radius: 0 0 0 0;
}

.card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-title a.collapsed {
  border-radius: 0;
  border-bottom-width: 0;
  color: #7c7a78;
}

.card-corporate .card-title a.collapsed .card-arrow {
  color: #7c7a78;
  background-color: #f5f5f5;
}

.card-corporate .card-title a.collapsed .card-arrow:before,
.card-corporate .card-title a.collapsed .card-arrow:after {
  background: #7c7a78;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}

.card-corporate .card-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background-color: #f9b32c;
  border-radius: 50%;
  text-align: center;
  transition: 0.33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #ffffff;
}

.card-corporate .card-arrow::before {
  width: 8px;
  height: 2px;
}

.card-corporate .card-arrow::after {
  width: 2px;
  height: 8px;
}

.card-corporate .collapse {
  position: relative;
  z-index: 1;
  color: #7c7a78;
  border-radius: 0 0 0 0;
}

.card-corporate .card-body {
  padding: 0 44px 25px 32px;
  font-size: 14px;
  color: #7c7a78;
}

@media (max-width: 991.98px) {
  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left: 25px;
  }
}

/** @section Tooltop Custom */
.tooltip {
  font-size: 16px;
  line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f9b32c;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f9b32c;
}

/** @section Counter */
.box-counter {
  position: relative;
  text-align: center;
  color: #2d2c2b;
}

.box-counter-title {
  display: inline-block;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.box-counter-main {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 0;
  font-weight: 400;
  line-height: 1.2;
}

.box-counter-main > * {
  display: inline;
  font-size: 45px;
}

.box-counter-main .small {
  font-size: 28px;
}

.box-counter-main .small_top {
  position: relative;
  top: 0.2em;
  vertical-align: top;
}

.box-counter-divider {
  font-size: 0;
  line-height: 0;
}

.box-counter-divider::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #f9b32c;
}

* + .box-counter-title {
  margin-top: 10px;
}

* + .box-counter-main {
  margin-top: 20px;
}

* + .box-counter-divider {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .box-counter-title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .box-counter-main > * {
    font-size: 60px;
  }
  .box-counter-main .small {
    font-size: 36px;
  }
  * + .box-counter-main {
    margin-top: 30px;
  }
  * + .box-counter-divider {
    margin-top: 15px;
  }
  * + .box-counter-title {
    margin-top: 18px;
  }
}

.bg-primary .box-counter {
  color: #ffffff;
}

.bg-primary .box-counter-divider::after {
  background: #ffffff;
}

.box-counter-modern {
  padding: 10px 0;
}

.box-counter-modern-main .counter {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #2d2c2b;
}

@media (min-width: 1200px) {
  .box-counter-modern-main .counter {
    font-size: 29px;
  }
}

.box-counter-modern-title {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 992px) {
  .box-counter-modern {
    padding: 40px 0;
  }
}

* + .box-counter-modern-main {
  margin-top: 20px;
}

/** @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: 3px;
  background: #f5f5f5;
}

.progress-linear-bar {
  position: relative;
  width: 0;
  height: inherit;
  background: #517bc0;
  transition: 1s all ease-in-out;
}

.progress-linear-bar:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  overflow: hidden;
  left: 100%;
  top: 50%;
  background-color: #517bc0;
  transform: translate(-50%, -50%);
}

.progress-linear-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #2d2c2b;
}

.progress-linear-counter {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7c7a78;
}

.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: 18px;
  }
}

/** @section Progress Circle */
.progress-circle {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.progress-circle-block {
  position: relative;
}

.progress-circle-bg {
  fill: transparent;
  stroke: #f5f5f5;
  stroke-width: 6px;
}

.progress-circle-fg {
  fill: transparent;
  stroke: #f9b32c;
  stroke-width: 6px;
}

.progress-circle-counter {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 36px;
  line-height: 36px;
  transform: translate(-50%, -50%);
  color: #2d2c2b;
}

.progress-circle-counter::after {
  content: "%";
}

.progress-circle-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2c2b;
}

* + .progress-bar-circle-title {
  margin-top: 12px;
}

/** @section Countdown */
.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: -20px;
}

.countdown:empty {
  margin-bottom: 0;
}

.countdown > * {
  margin-bottom: 20px;
}

.countdown-block {
  position: relative;
  flex: 0 1 auto;
  padding: 0 5px;
  flex-basis: 40%;
  width: 40%;
}

.countdown-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-circle {
  fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
  width: 100%;
  height: auto;
}

.countdown-circle-bg {
  stroke: white;
  stroke-width: 5px;
}

.countdown-circle-fg {
  stroke: #f9b32c;
  stroke-width: 10px;
}

.countdown-counter {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #111111;
}

.countdown-title {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #7c7a78;
}

* + .countdown {
  margin-top: 35px;
}

.countdown + * {
  margin-top: 35px;
}

@media (min-width: 576px) {
  .countdown {
    flex-wrap: nowrap;
  }
  .countdown-block {
    flex-basis: 25%;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .countdown {
    margin-left: -15px;
    margin-right: -15px;
  }
  .countdown-block {
    padding: 0 15px;
  }
  .countdown-counter {
    font-size: 34px;
  }
  .countdown-circle-bg {
    stroke-width: 3px;
  }
  .countdown-circle-fg {
    stroke-width: 5px;
  }
}

@media (min-width: 992px) {
  .countdown-counter {
    font-size: 48px;
  }
}

.context-dark .countdown-title,
.bg-gray-700 .countdown-title,
.bg-primary .countdown-title,
.bg-secondary .countdown-title {
  color: #ffffff;
}

.context-dark .countdown-counter,
.bg-gray-700 .countdown-counter,
.bg-primary .countdown-counter,
.bg-secondary .countdown-counter {
  color: #ffffff;
}

/** @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: 1090;
  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: 1092;
  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: 1090;
}

.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: 1090;
  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: #f9b32c;
}

.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: 1090;
  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: 1093;
  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: #f9b32c;
  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: 1090;
  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: 1091;
  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: 1090;
  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-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !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-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1090;
}

.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-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: 1090;
  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-container {
  position: relative;
  overflow: hidden;
}

.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 0;
}

.parallax-content {
  position: relative;
  z-index: 1;
}

.parallax-content:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 44, 43, 0.6);
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
  background-size: cover;
  background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
  background-attachment: fixed;
}

/** @section Slick Carousel */
.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-loading .slick-list {
  background: #ffffff slick-image-url("../images/ajax-loader.gif") center center
    no-repeat;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  padding-bottom: 50px;
}

.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.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;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #517bc0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
  transition: 0.3s ease-out all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: #2d2c2b;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  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: "Roboto", -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;
}

.child-slick-slider .slick-track {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.child-slick-slider .slick-slide {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
  display: inline-block;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s ease-out all;
}

.child-slick-slider .slick-slide:hover,
.child-slick-slider .slick-slide.slick-current {
  opacity: 1;
}

* + .slick-dots {
  margin-top: 30px;
}

* + .carousel-parent {
  margin-top: 20px;
}

@media (min-width: 992px) {
  * + .carousel-parent {
    margin-top: 30px;
  }
}

/**
 * Select 2
 */
.select2-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.select2-container .select2-selection--single {
  display: block;
  height: 70px;
  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;
}

.has-error .select2-container {
  outline: 1px solid red;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #f5f5f5;
  color: #7c7a78;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding-left: 25px;
  padding-right: 25px;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.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-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: #f5f5f5;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1;
  color: #7c7a78;
  padding-right: 25px;
}

.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: #7c7a78;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  border-color: #7c7a78 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: default;
  background-color: #f5f5f5;
  color: #a2a09f;
}

.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
  b {
  border-color: transparent transparent #7c7a78 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  width: 100%;
  padding: 22px 30px 17px 20px;
  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: #7c7a78;
}

.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: #f9b32c;
  color: #ffffff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  color: #ffffff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #f5f5f5;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  cursor: default;
  background-color: #f5f5f5;
  color: #a2a09f;
}

.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: #7c7a78;
}

.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[aria-disabled="true"] {
  background-color: #f5f5f5;
  color: #a2a09f;
}

.select2-container--default
  .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f9b32c;
  color: #ffffff;
}

.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;
}

.form-sm .select2-container .select2-selection--single {
  height: 60px;
}

.form-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 22px;
  padding-bottom: 22px;
}

.form-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
}

.bg-secondary
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #ffffff;
}

/** @section Bootstrap Modal */
.ios .modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

html .dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}

html .dtp > .dtp-content {
  background: #ffffff;
  max-width: 300px;
  max-height: 100vh;
  overflow-y: auto;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
  position: relative;
  left: 50%;
  margin: 0 auto;
}

html .dtp-header {
  background: #f9b32c;
  color: #ffffff;
  text-align: center;
  padding: 0.3rem;
  position: relative;
}

html .dtp-date,
html .dtp-time {
  background: #fac55e;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

html .dtp-date > div {
  padding: 0;
  margin: 0;
}

html .dtp-actual-month {
  font-size: 1.5em;
}

html .dtp-actual-num,
html .dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9;
}

html .dtp-actual-year {
  font-size: 1.5em;
  color: #ffffff;
}

html .dtp-picker {
  padding: 0.625rem;
  text-align: center;
}

html .dtp-picker-month,
html .dtp-actual-time {
  font-weight: 500;
  text-align: center;
}

html .dtp-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
}

html .dtp-close > a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

html .dtp table.dtp-picker-days {
  margin: 0;
  border: none;
}

html .dtp table.dtp-picker-days tr {
  border: none;
}

html .dtp table.dtp-picker-days tr > td {
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 1rem 0.3rem;
}

html .dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #bdbdbd !important;
}

html .dtp table.dtp-picker-days tr > td > a {
  color: #000000;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

html .dtp .dtp-picker-time > a {
  color: #000000;
  padding: 0.25rem 0.3125rem 0.3125rem 0.375rem;
  border-radius: 50% !important;
}

html .dtp table.dtp-picker-days tr > td > a.selected {
  background: #f9b32c;
  color: #ffffff;
}

html .dtp table.dtp-picker-days tr > th {
  color: #000000;
  text-align: center;
  font-weight: 700;
  padding: 0.4rem 0.3rem;
  border-bottom: none;
}

html .dtp .p10,
html .dtp .p20,
html .dtp .p60,
html .dtp .p80 {
  display: inline-block;
  vertical-align: middle;
}

html .dtp .p10 {
  width: 10%;
}

html .dtp .p10 > a {
  color: #ebebeb;
  transition: 0.3s all ease;
}

html .dtp .p10 > a:hover {
  color: #ffffff;
}

html .dtp .p20 {
  width: 20%;
}

html .dtp .p60 {
  width: 60%;
}

html .dtp .p80 {
  width: 80%;
}

html .dtp-picker-month {
  display: none !important;
}

html .dtp-meridien-am,
html .dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #000000;
  font-weight: 500;
  padding: 0.4375rem 0.3125rem;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eeeeee;
  font-size: 0.625rem;
}

html .dtp-actual-meridien a.selected {
  background: #f9b32c;
  color: #ffffff;
}

html .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1em;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 500;
  text-align: center !important;
}

html .dtp-picker-time > a {
  display: block;
  line-height: 23px;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

html .dtp-picker-time > a.dtp-select-hour.selected {
  background: #f9b32c;
  color: #ffffff;
}

html .dtp-picker-time > a.dtp-select-hour.disabled {
  color: #2d2c2b;
}

html .dtp-picker-time > a.dtp-select-minute.disabled {
  color: #2d2c2b;
}

html .dtp-picker-time > a.dtp-select-minute.selected {
  background: #f9b32c;
  color: #ffffff;
}

html .dtp-picker-clock {
  margin: 0.625rem 1.25rem 0 1.25rem;
  padding: 0.625rem;
  border-radius: 50% !important;
  background: #f4f3f2;
}

html .dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #2d2c2b;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}

html[class*="ie"] html .dtp-clock-center {
  display: none;
}

html .dtp-hand,
html .dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: #2d2c2b;
  transform: rotate(0deg);
  transform-origin: bottom;
  z-index: 1;
}

html[class*="ie"] html .dtp-hand,
html[class*="ie"] html .dtp-hour-hand {
  display: none;
}

html .dtp-minute-hand {
  width: 2px;
  margin-left: -1px;
}

html .dtp-hand.on {
  background: #f9b32c;
}

html .dtp-buttons {
  padding: 0 0.625rem 0.625rem 0.625rem;
  margin: 0;
  text-align: right;
}

html .dtp-buttons .btn {
  margin-bottom: 0;
}

html .dtp.hidden,
html .dtp .hidden {
  display: none;
}

html .dtp .invisible {
  visibility: hidden;
}
.new-container {
  display: flex;
}
.container-contant {
  display: flex;
  padding: 90px;
  /* align-items: flex-start; */
  justify-content: space-between;
}

@media (max-width: 1010px) {
  .container-contant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px;
  }
  .right_cont1 {
    margin-top: 30px;
  }
}

.conainer-1-12 {
  /* background-image: url("../img/bg_1.jpg"); */
  background-image: url("../images/banner1112.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

  z-index: 1;
}
.hindi{
  font-size: 15px;
}
.form {
  background-color: black;
  width: 30%;
}
.from-h {
  color: white;
  font-size: 21px;
  text-align: center;
}
.right_cont1 {
  background-color: #2d5986;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_min {
  display: flex;
  flex-direction: column;
  width: 25rem;
  padding: 2rem;
  border-radius: 15px;
}
.box_min > h3 {
  color: #ffff;
  text-align: center;
  font-size: 26px;
}
.box_min > input {
  padding: 0.7rem;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  width: 100%;
}
.it {
  line-height: 20px;
  padding: 16px;
  width: 10rem;
  font-size: larg;
  font-weight: 600;
  border-radius: 8px;
  color: #001a66;
  border: none;
  margin-top: 2rem;
  background-color: #ffcc00;
  margin-left: auto;
  margin-right: auto;
}
.it:hover {
  background-color: #0099ff;
  color: white;
}

.pre {
  font-size: 20px;
  color: black;
  padding-top: 6rem;
}

.history-detail {
  display: flex;
  padding: 100px 60px;
}
#about-first-section{
  margin-right: 101px;
}
.history-detail-1 {
  margin: 100px 23px;
}
.history-img {
  width: 4867px;
}

.vision-detail {
  display: flex;
  padding: 50px 60px;
  margin-top: -77px;
}
.vision-detail-1 {
  margin-right: 23px;
}
.vision-detail-2{
  margin: 55px 30px;
}
.vision-img {
  width: 4867px;
}
.mission-detail {
  display: flex;
  padding: 90px;
  margin-top: -77px;
}
.mission-detail-1 {
  margin-right: 59px;
}
.mission-img {
  width: 4867px;
}

.detail-img {
  width: 340px;
}

.pop-2 {
  background-color: black;
  height: 89px;
  text-align: center;
}

.list {
  padding: 90px;
}

.line {
  font-size: 24px;
  list-style: circle;
}

.new-111 {
  margin-top: 10px;
}
.iNDIA{
  padding: 100px 0px !important;
}
@media (min-width: 766px) {

}
.section_design_new{
  padding: 100px 60px !important;
}

#chose-moling{
  padding: 100px 60px !important;
}

#fourth-section{
  text-align: right;
}

@media (max-width: 650px) {
  .history-detail {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    padding: 0px 20px;
  }
  #about-first-section {
    margin-right: 0px;
  }
  .history-img {
    max-width:100%;
  }
  .vision-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    padding: 50px 60px 0px 60px;
    margin-top:0px;
  } 
  .vision-detail-2 {
    margin: 55px 0px;
  }
  #fourth-section{
    text-align:center;
  }
  .section-lg{
    padding-top: 0px;
}
}

@media (max-width:450px) {
  .history-detail-1 {
    margin: 80px 0px;
  }
  .vision-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    padding: 50px 20px 0px 20px;
  }
  .section-lg{
    padding-top: 0px;
    /* padding-bottom: 50px; */
  }
  .vision-detail-2 {
    margin: 55px 0px 20px 0px;
  }
  .history-detail {
    padding: 0px 10px;
  }
}

@media (max-width: 350px){
  .section_design_new {
    padding:1px 1px !important;
  }
  element.style {
    padding:0px 0px !important;
  }
  #chose-moling {
    padding: 60px 10px !important;
  }
}

/* -------------home------- */
@media (max-width:749px) {
  .block-inset-right-40{
    padding-right: 0px !important;
  }
}
  @media (max-width:430px) {
    .section_design_new{
      padding: 50px 30px !important;
  }
    h2 + .row{
      padding-bottom: 25px;
  }
    #chose-moling{
      padding: 60px 20px !important;
  }
    .list-features > li {
      padding: 25px 0px !important;
  }
}
@media (max-width:400px) {
  .section_design_new{
    padding: 40px 0px !important;
}
  #chose-moling{
    padding: 40px 0px !important;
}
  .packing-card-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .block-inset-left-40{
    padding-left: 0px !important;
  }
}

/* --------------services----------- */

.service-card{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  align-items: center;
  gap:30px;
  padding-top:40px;
}
.row {
  margin-right:0px !important;
}

@media (max-width: 992px) {
  .service-card {
    display: flex;
    justify-content:center;
    padding-top:20px;
  }
  .container{
    max-width: 100%;
  }
  .card_ser_page {
    padding: 0px 10px 30px !important;
}
}
@media (max-width: 895px) {
  .service-card{
    gap: 10px;
  }
  .card_ser_page {
    padding: 30px 0px 0px !important;
  }
}
@media (max-width:750px) {
  img {
    max-width: 100%;
    width: 100%;
  }
  .service12 {
    width:100%;
    margin-top:20px;
   }
   .container {
    padding: 0px 50px 0px 50px;
  }
  .last-card{
    padding-bottom: 40px;
  }
  .section-lg{
    padding-bottom:0px !important;
  }
  }
  

  /* -----------Gallery--------- */
  .gallery-first-section{
    display: flex;
    justify-content:center;
    align-items: center;
  }
  .first-section-text {
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
  }
  

  @media (max-width:650px) {
    .breadcrumbs-custom-title {
      margin-top:0px;
  }
  }

  @media (max-width:400px) {
    .card-image{
      padding-left:0px;
      padding-right: 0px;
    }
  }

/* ------------contact----------- */
.contact-first-section{
  display: flex;
  justify-content: center;
  align-items:center;
}
.contact-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width:800px){
  .contact-form{
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width:600px) {
  .form-section{
    padding: 50px 40px 30px 40px !important;
  }
}
@media (max-width:450px){
  .form-section{
    padding: 50px 10px 30px 20px !important;
  }
  .contact-info h6{
    text-align: center;
  }
  .contact-info{
    text-align: center;
  }
  .form-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:335px) {
  .form-section{
    padding: 50px 0px 30px 0px !important;
  }
}
