@import url("vendor/bootstrap/css/bootstrap.min.css");
@import url("vendor/font-awesome/css/all.min.css");
@import url("vendor/stoCookie/stoCookie.css");
/*  1. Basic Style 
/* =================================== */
body, html {
  height: 100%;
}

body {
  background: #dddddd;
  font-family: "Plus Jakarta Sans", sans-serif;
}

::selection {
  background: #f5df4e;
  color: #fff;
  text-shadow: none;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a, a:focus {
  color: #f5df4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, a:active {
  color: #f3d92c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus, a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
  outline: none;
}

p {
  line-height: 1.8;
}

blockquote {
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #eee;
  padding: 10px 20px;
}

.rtl blockquote {
  border-width: 0 5px 0 0px;
}

iframe {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

/* =================================== */
/*  2. Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-center {
  align-items: center !important;
}

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

.h-100 {
  height: 100% !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

/* Border Radius */
.rounded-lg {
  border-radius: 0.6rem !important;
}

.rounded-top-0 {
  border-top-start-radius: 0px !important;
  border-top-end-radius: 0px !important;
}

.rounded-bottom-0 {
  border-bottom-start-radius: 0px !important;
  border-bottom-end-radius: 0px !important;
}

.rounded-start-0 {
  border-top-start-radius: 0px !important;
  border-bottom-start-radius: 0px !important;
}

.rounded-end-0 {
  border-top-end-radius: 0px !important;
  border-bottom-end-radius: 0px !important;
}

/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

@media (min-width: 1200px) {
  .text-11 {
    font-size: 2.75rem !important;
  }
}

.text-12 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

@media (min-width: 1200px) {
  .text-12 {
    font-size: 3rem !important;
  }
}

.text-13 {
  font-size: calc(1.45rem + 2.4vw) !important;
}

@media (min-width: 1200px) {
  .text-13 {
    font-size: 3.25rem !important;
  }
}

.text-14 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

@media (min-width: 1200px) {
  .text-14 {
    font-size: 3.5rem !important;
  }
}

.text-15 {
  font-size: calc(1.5rem + 3vw) !important;
}

@media (min-width: 1200px) {
  .text-15 {
    font-size: 3.75rem !important;
  }
}

.text-16 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

@media (min-width: 1200px) {
  .text-16 {
    font-size: 4rem !important;
  }
}

.text-17 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

@media (min-width: 1200px) {
  .text-17 {
    font-size: 4.5rem !important;
  }
}

.text-18 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

@media (min-width: 1200px) {
  .text-18 {
    font-size: 5rem !important;
  }
}

.text-19 {
  font-size: calc(1.65rem + 4.8vw) !important;
}

@media (min-width: 1200px) {
  .text-19 {
    font-size: 5.25rem !important;
  }
}

.text-20 {
  font-size: calc(1.7rem + 5.4vw) !important;
}

@media (min-width: 1200px) {
  .text-20 {
    font-size: 5.75rem !important;
  }
}

.text-21 {
  font-size: calc(1.775rem + 6.3vw) !important;
}

@media (min-width: 1200px) {
  .text-21 {
    font-size: 6.5rem !important;
  }
}

.text-22 {
  font-size: calc(1.825rem + 6.9vw) !important;
}

@media (min-width: 1200px) {
  .text-22 {
    font-size: 7rem !important;
  }
}

.text-23 {
  font-size: calc(1.9rem + 7.8vw) !important;
}

@media (min-width: 1200px) {
  .text-23 {
    font-size: 7.75rem !important;
  }
}

.text-24 {
  font-size: calc(1.95rem + 8.4vw) !important;
}

@media (min-width: 1200px) {
  .text-24 {
    font-size: 8.25rem !important;
  }
}

.text-25 {
  font-size: calc(2.025rem + 9.3vw) !important;
}

@media (min-width: 1200px) {
  .text-25 {
    font-size: 9rem !important;
  }
}

.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
  line-height: 1.3;
}

/* Font Weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

/* Background light */
.bg-light-1 {
  background-color: #e9ecef !important;
}

.bg-light-2 {
  background-color: #dee2e6 !important;
}

.bg-light-3 {
  background-color: #ced4da !important;
}

.bg-light-4 {
  background-color: #adb5bd !important;
}

/* Background Dark */
.bg-dark {
  background-color: #111418 !important;
}

.bg-dark-1 {
  background-color: #212529 !important;
}

.bg-dark-2 {
  background-color: #343a40 !important;
}

.bg-dark-3 {
  background-color: #495057 !important;
}

.bg-dark-4 {
  background-color: #6c757d !important;
}

/* Progress Bar */
.progress-sm {
  height: 0.5rem !important;
}

.progress-lg {
  height: 1.5rem !important;
}

hr {
  opacity: 0.1;
}

/* =================================== */
/*  3. Layouts
/* =================================== */
#main-wrapper {
  background: #fff;
}

.box #main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section {
  position: relative;
  padding: 6.5rem 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0;
  }
}

/*== Fullscreen Height ==*/
.fullscreen {
  min-height: 100vh !important;
}

/*== Fullscreen Height ==*/
.fullscreen-with-header {
  min-height: calc(100vh - 67px) !important;
}

/*== Scroll Down Arrow ==*/
.scroll-down-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.scroll-down-arrow .animated {
  position: relative;
  animation: fadeInDown 1.5s infinite;
  -webkit-animation: fadeInDown 1.5s infinite;
  -moz-animation: fadeInDown 1.5s infinite;
  -o-animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

/*== Heading Separator Line ==*/
.heading-separator-line {
  width: 80px;
}

/* =================================== */
/*  4. Header
/* =================================== */
#header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .navbar {
  padding: 0px;
}

#header .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/*=== 4.1 Navigation ===*/
.navbar-light .navbar-nav .active > .nav-link {
  color: #0c2f55;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: #0c2f55;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f55;
}

.primary-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.primary-menu.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.primary-menu.sticky-on {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -webkit-animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.primary-menu.sticky-on .none-on-sticky {
  display: none !important;
}

.primary-menu ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.primary-menu ul.navbar-nav > li + li {
  margin-left: 2px;
}

.primary-menu ul.navbar-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-menu ul.navbar-nav > li > a:not(.btn) {
  height: 70px;
  padding: 0px 0.85em;
  color: #252b33;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  position: relative;
}

.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li a.btn {
  padding: 0.4rem 1.4rem;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 8px 0px;
  background-color: transparent;
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #f5df4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  padding: 10px 15px;
  min-width: 230px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1021;
}

.primary-menu .dropdown-menu-right {
  left: auto !important;
  right: 100% !important;
}

.primary-menu .dropdown-toggle:after {
  content: none;
}

.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  right: 0;
  bottom: 16px;
  background-color: transparent;
  color: #fff;
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  border-color: #f5df4e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0) translateZ(0);
  -webkit-transform: translate(-50%, 0) translateZ(0);
}

.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:hover:not(.logo):after, .primary-menu.navbar-line-under-text ul.navbar-nav > li > a.active:after {
  width: calc(100% - 1.7em);
}

/*== Side Header ==*/
.side-header #main-wrapper {
  margin-left: 260px;
}

.side-header.rtl #main-wrapper {
  margin-right: 260px;
  margin-left: auto;
}

.side-header #header {
  border: none;
}

.side-header .primary-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 100% !important;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
}

.side-header.rtl .primary-menu {
  left: auto;
  right: 0;
}

.side-header .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}

.side-header ul.navbar-nav li {
  display: block;
}

.side-header ul.navbar-nav li a:not(.btn) {
  display: block;
  height: auto;
}

.side-header ul.navbar-nav li + li {
  margin-left: 0px;
}

.side-header ul.navbar-nav li > a:hover:after, .side-header ul.navbar-nav li > a.active:after {
  content: none;
  width: 0px;
}

.side-header ul.navbar-nav > li > a:not(.btn) {
  height: auto;
  padding: 10px 0;
  position: relative;
}

.side-header.side-header-right #main-wrapper {
  margin-right: 260px;
  margin-left: auto;
}

.side-header.side-header-right .primary-menu {
  left: auto;
  right: 0;
}

.side-header.side-header-right.rtl #main-wrapper {
  margin-left: 260px;
  margin-right: auto;
}

.side-header.side-header-right.rtl .primary-menu {
  right: auto;
  left: 0;
}

@media (max-width: 991.98px) {
  .side-header #main-wrapper {
    margin-left: auto;
  }
  .side-header.rtl #main-wrapper {
    margin-right: auto;
  }
  .side-header .primary-menu {
    position: initial;
    width: 100%;
    height: auto !important;
    overflow: visible;
  }
  .side-header.side-header-right #main-wrapper {
    margin-right: auto;
  }
  .side-header.side-header-right.rtl #main-wrapper {
    margin-left: auto;
  }
}

/*== Color Options ==*/
.primary-menu.navbar-text-light .navbar-toggler span {
  background: #fff;
}

.primary-menu.navbar-text-light .navbar-nav > li > a:not(.btn) {
  color: rgba(250, 250, 250, 0.9);
}

.primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a:not(.logo):after, .primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a.active:after {
  border-color: rgba(250, 250, 250, 0.6);
}

.sticky-on.bg-transparent:not(.navbar-text-light), .sticky-top .sticky-on-top.bg-transparent:not(.navbar-text-light) {
  background-color: #fff !important;
  border-bottom: 1px solid #efefef !important;
}

.sticky-on.navbar-text-light.bg-transparent, .sticky-top .sticky-on-top.navbar-text-light.bg-transparent {
  background-color: #111 !important;
  -webkit-box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.03);
  box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.03);
  border-bottom: none !important;
}

/* Hamburger Menu Button */
.navbar-toggler {
  width: 25px;
  height: 30px;
  padding: 10px;
  margin: 18px 15px;
  position: relative;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3c3636;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler.show span:nth-child(1) {
  top: 5px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.show span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.navbar-toggler.show span:nth-child(3) {
  top: 22px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapse:not(.show) {
  display: none;
}

.navbar-accordion {
  position: initial;
}

.navbar-expand-none .navbar-collapse {
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  background: #fff;
  margin-top: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.navbar-expand-none .navbar-collapse .navbar-nav {
  overflow: hidden;
  overflow-y: auto;
  max-height: 65vh;
  padding: 15px;
}

.navbar-expand-none ul.navbar-nav li {
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.navbar-expand-none ul.navbar-nav li:last-child {
  border: none;
}

.navbar-expand-none ul.navbar-nav li + li {
  margin-left: 0px;
}

.navbar-expand-none ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-expand-none ul.navbar-nav li:hover > a:not(.btn), .navbar-expand-none ul.navbar-nav li > a.active:not(.btn) {
  color: #f5df4e;
}

.navbar-expand-none ul.navbar-nav li > a:hover:after, .navbar-expand-none ul.navbar-nav li > a.active:after {
  content: none !important;
  width: 0px !important;
}

.navbar-expand-none ul.navbar-nav > li > a:not(.btn) {
  height: auto;
  padding: 8px 0;
  position: relative;
}

.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 8px 0;
  position: relative;
}

.navbar-expand-none ul.navbar-nav > li.dropdown:hover > a:after {
  content: none;
}

.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(134deg);
  transform: translate(-50%, -50%) rotate(134deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0px 0px 0px 15px;
}

.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  margin: 0;
}

.navbar-expand-none.navbar-text-light .navbar-collapse {
  background: rgba(0, 0, 0, 0.95);
}

.navbar-expand-none.navbar-text-light .navbar-collapse ul.navbar-nav li {
  border-color: rgba(250, 250, 250, 0.15);
}

.navbar-expand-none.navbar-overlay-dark .navbar-toggler.show span {
  background: #fff;
}

.navbar-expand-none.navbar-overlay-dark .navbar-nav > li > a:not(.btn) {
  color: #fff;
}

.navbar-expand-none.navbar-overlay-dark .navbar-collapse {
  background: rgba(0, 0, 0, 0.95);
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-sm ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-sm ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-sm ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-sm ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-sm ul.navbar-nav li:hover > a:not(.btn), .navbar-expand-sm ul.navbar-nav li > a.active:not(.btn) {
    color: #f5df4e;
  }
  .navbar-expand-sm ul.navbar-nav li > a:hover:after, .navbar-expand-sm ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-sm ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-sm.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-sm.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
  .navbar-expand-sm.navbar-overlay-dark .navbar-toggler.show span {
    background: #fff;
  }
  .navbar-expand-sm.navbar-overlay-dark .navbar-nav > li > a:not(.btn) {
    color: #fff;
  }
  .navbar-expand-sm.navbar-overlay-dark .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-md .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-md ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-md ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-md ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-md ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-md ul.navbar-nav li:hover > a:not(.btn), .navbar-expand-md ul.navbar-nav li > a.active:not(.btn) {
    color: #f5df4e;
  }
  .navbar-expand-md ul.navbar-nav li > a:hover:after, .navbar-expand-md ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-md ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-md.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-md.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
  .navbar-expand-md.navbar-overlay-dark .navbar-toggler.show span {
    background: #fff;
  }
  .navbar-expand-md.navbar-overlay-dark .navbar-nav > li > a:not(.btn) {
    color: #fff;
  }
  .navbar-expand-md.navbar-overlay-dark .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-lg ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-lg ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-lg ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-lg ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-lg ul.navbar-nav li:hover > a:not(.btn), .navbar-expand-lg ul.navbar-nav li > a.active:not(.btn) {
    color: #f5df4e;
  }
  .navbar-expand-lg ul.navbar-nav li > a:hover:after, .navbar-expand-lg ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-lg ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-lg.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-lg.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
  .navbar-expand-lg.navbar-overlay-dark .navbar-toggler.show span {
    background: #fff;
  }
  .navbar-expand-lg.navbar-overlay-dark .navbar-nav > li > a:not(.btn) {
    color: #fff;
  }
  .navbar-expand-lg.navbar-overlay-dark .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-xl ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-xl ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-xl ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-xl ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-xl ul.navbar-nav li:hover > a:not(.btn), .navbar-expand-xl ul.navbar-nav li > a.active:not(.btn) {
    color: #f5df4e;
  }
  .navbar-expand-xl ul.navbar-nav li > a:hover:after, .navbar-expand-xl ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-xl ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-xl.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-xl.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
  .navbar-expand-xl.navbar-overlay-dark .navbar-toggler.show span {
    background: #fff;
  }
  .navbar-expand-xl.navbar-overlay-dark .navbar-nav > li > a:not(.btn) {
    color: #fff;
  }
  .navbar-expand-xl.navbar-overlay-dark .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
}

/*== Overlay Menu ==*/
.navbar-overlay .navbar-collapse {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: auto;
  height: 100% !important;
  opacity: 0 !important;
  visibility: hidden;
  background: rgba(255, 255, 250, 0.95);
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.navbar-overlay .navbar-collapse.show {
  opacity: 1 !important;
  visibility: visible;
}

.navbar-overlay .navbar-collapse .navbar-nav {
  width: min(100%, 400px);
  min-width: 400px;
  max-height: 80vh;
}

.navbar-overlay .navbar-toggler {
  z-index: 1001;
}

.navbar-overlay ul.navbar-nav li {
  text-align: center;
  max-width: 400px;
  border: 0px none;
}

.navbar-overlay ul.navbar-nav li:hover > a:not(.btn), .navbar-overlay ul.navbar-nav li > a.active:not(.btn) {
  color: #f5df4e;
}

.navbar-overlay ul.navbar-nav li a {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: opacity 0.6s 0.14s ease, transform 0.44s 0.14s ease, color 0.2s linear;
  transition: opacity 0.6s 0.14s ease, transform 0.44s 0.14s ease, color 0.2s linear;
}

.navbar-overlay .navbar-collapse.show ul.navbar-nav li a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*== Push Side Open Menu ==*/
.navbar-side-open .navbar-collapse {
  position: fixed;
  display: block;
  right: 0px;
  left: auto;
  top: 0;
  width: 300px;
  padding: 65px 15px 15px 15px;
  pointer-events: auto;
  height: 100% !important;
  background: rgba(255, 255, 250, 0.95);
  -webkit-transform: translateX(calc(100% + 15px));
  transform: translateX(calc(100% + 15px));
  -webkit-transition: transform 0.5s ease !important;
  transition: transform 0.5s ease !important;
}

.navbar-side-open .navbar-collapse.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navbar-side-open .navbar-collapse .navbar-nav {
  max-height: 80vh;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-side-open .navbar-toggler {
  z-index: 1001;
}

.navbar-side-open ul.navbar-nav li {
  border: 0px none;
}

.navbar-side-open ul.navbar-nav li a {
  display: block;
  padding: 10px 0 !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  font-size: 14px;
  font-size: 0.875rem;
}

/*=== 4.2 Secondary Nav ===*/
.secondary-nav.nav {
  padding-left: 8px;
}

.secondary-nav.nav .nav-link {
  text-align: center;
  font-size: 16px;
  padding: 1rem 20px;
  white-space: nowrap;
  color: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.secondary-nav.nav .nav-link:hover {
  color: #fafafa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.secondary-nav.nav .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}

.secondary-nav.nav .nav-item .nav-link.active {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.secondary-nav.nav.alternate .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

.secondary-nav.nav.alternate .nav-link:hover {
  color: black;
}

.secondary-nav.nav.alternate .nav-item .nav-link.active {
  background-color: transparent;
  color: #1e1d1c;
  border-bottom: 3px solid #f5df4e;
}

@media (max-width: 991.98px) {
  .secondary-nav.nav {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}

/*=== 4.3 Page Header ===*/
.page-header {
  margin: 0 0 30px 0;
  padding: 30px 0;
}

.page-header h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  padding: 5px 0;
}

.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}

.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header.page-header-text-light {
  color: #fff;
}

.page-header.page-header-text-light h1 {
  color: #fff;
}

.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}

.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}

.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}

.page-header.page-header-text-dark h1 {
  color: #1e1d1c;
}

.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}

.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}

.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #f5df4e;
}

/* =================================== */
/*  5. Elements
/* =================================== */
/*=== 5.1 Featured Box ===*/
.featured-box {
  box-sizing: border-box;
  position: relative;
}

.featured-box h3, .featured-box h4 {
  font-size: 1.25rem;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.featured-box:not(.style-5) .featured-box-icon {
  display: inline-block;
  font-size: 48px;
  min-width: 55px;
  min-height: 55px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #4c4d4d;
  border-radius: 0;
}

.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
  padding-left: 50px;
  padding-top: 8px;
}

.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 30px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}

.featured-box.style-2 p {
  margin-left: -50px;
}

.featured-box.style-3 {
  padding-left: 90px;
  padding-top: 0px;
}

.featured-box.style-3 .featured-box-icon {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-box.style-4 {
  text-align: center;
}

.featured-box.style-4 .featured-box-icon {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 120px;
  height: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}

.featured-box.style-5 {
  text-align: center;
  background: #fff;
  border: 1px solid #f0f2f3;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-box.style-5:hover {
  border: 1px solid #ebeded;
  -webkit-box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
}

.featured-box.style-5 h3 {
  background: #f1f5f6;
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 0px;
}

.featured-box.style-5 .featured-box-icon {
  font-size: 50px;
  margin: 44px 0px;
}

.featured-box.featured-box-reverse, .rtl .featured-box:not(.style-4) {
  text-align: right;
}

.featured-box.featured-box-reverse.style-1, .featured-box.featured-box-reverse.style-2, .rtl .featured-box:not(.style-4).style-1, .rtl .featured-box:not(.style-4).style-2 {
  padding-right: 50px;
  padding-left: 0px;
}

.featured-box.featured-box-reverse.style-1 .featured-box-icon, .featured-box.featured-box-reverse.style-2 .featured-box-icon, .rtl .featured-box:not(.style-4).style-1 .featured-box-icon, .rtl .featured-box:not(.style-4).style-2 .featured-box-icon {
  left: auto;
  right: 0px;
}

.featured-box.featured-box-reverse.style-2 p, .rtl .featured-box:not(.style-4).style-2 p {
  margin-right: -50px;
  margin-left: 0;
}

.featured-box.featured-box-reverse.style-3, .rtl .featured-box:not(.style-4).style-3 {
  padding-left: 0;
  padding-right: 90px;
}

.featured-box.featured-box-reverse.style-3 .featured-box-icon, .rtl .featured-box:not(.style-4).style-3 .featured-box-icon {
  left: auto;
  right: 0px;
}

@media (min-width: 576px) {
  .featured-box.featured-box-reverse-sm {
    text-align: right;
  }
  .featured-box.featured-box-reverse-sm.style-1, .featured-box.featured-box-reverse-sm.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-sm.style-1 .featured-box-icon, .featured-box.featured-box-reverse-sm.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-sm.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-sm.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-sm.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 768px) {
  .featured-box.featured-box-reverse-md {
    text-align: right;
  }
  .featured-box.featured-box-reverse-md.style-1, .featured-box.featured-box-reverse-md.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-md.style-1 .featured-box-icon, .featured-box.featured-box-reverse-md.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-md.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-md.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-md.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 992px) {
  .featured-box.featured-box-reverse-lg {
    text-align: right;
  }
  .featured-box.featured-box-reverse-lg.style-1, .featured-box.featured-box-reverse-lg.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-1 .featured-box-icon, .featured-box.featured-box-reverse-lg.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-lg.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-lg.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 1200px) {
  .featured-box.featured-box-reverse-xl {
    text-align: right;
  }
  .featured-box.featured-box-reverse-xl.style-1, .featured-box.featured-box-reverse-xl.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-1 .featured-box-icon, .featured-box.featured-box-reverse-xl.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-xl.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-xl.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

/* Video Play button */
.btn-video-play {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.btn-video-play:hover {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
}

/* Testimonial */
.testimonial {
  background: #fff;
  border: 1px solid #f1f5f6;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=== 5.2 Team ===*/
.team {
  text-align: center;
}

.team .team-img {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.team .team-overlay {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team:hover .team-overlay {
  opacity: 1;
}

.team .team-overlay-details {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.team .team-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team:hover .team-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.team .team-details {
  padding: 1.5rem 0;
}

/*=== 5.3 Accordion ===*/
.accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  margin-bottom: 0.6rem;
  background-color: transparent;
}

.accordion .accordion-header .accordion-button {
  box-shadow: none;
  padding: 1.25rem 1.25rem 1.25rem 2.25rem;
  border-radius: 4px;
  position: relative;
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 600;
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button {
  background-color: #f5df4e;
  color: #212529;
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button.collapsed {
  background-color: rgba(0, 0, 0, 0.06);
  color: #4c4d4d;
}

.accordion .accordion-header .accordion-button:after {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 9px;
  height: 9px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: none;
}

.accordion .accordion-header .accordion-button.collapsed:after {
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.accordion .accordion-body {
  line-height: 1.8;
  padding: 1rem 0 0.4rem 2.25rem;
}

.accordion.arrow-right .accordion-header .accordion-button {
  padding-left: 1.25rem;
}

.accordion.arrow-right .accordion-header .accordion-button:after {
  right: 15px;
  left: auto;
}

.accordion.arrow-right .accordion-body {
  padding-left: 1.25rem;
}

.accordion.accordion-flush .accordion-item {
  margin: 0;
}

.accordion.accordion-flush .accordion-header .accordion-button {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: transparent;
  color: #212529;
}

.accordion.accordion-flush .accordion-item:first-of-type .accordion-header .accordion-button {
  border-top: 0px;
}

.accordion.accordion-flush .accordion-header .accordion-button:after {
  left: 18px;
}

.accordion.accordion-flush .accordion-header .accordion-button.collapsed {
  color: rgba(0, 0, 0, 0.4);
}

.accordion.accordion-flush .accordion-body {
  padding: 0rem 0 1rem 2.25rem;
}

.accordion.accordion-flush.arrow-right .accordion-header .accordion-button {
  padding-left: 0;
}

.accordion.accordion-flush.arrow-right .accordion-header .accordion-button:after {
  right: 0px;
  left: auto;
}

.rtl .accordion .accordion-header .accordion-button {
  padding: 1rem 2.25rem 1rem 1.25rem;
}

.rtl .accordion .accordion-header .accordion-button:after {
  left: auto;
  right: 12px;
}

.rtl .accordion .accordion-body {
  padding-right: 2.25rem;
  padding-left: 0;
}

.rtl .accordion.arrow-right .accordion-header .accordion-button {
  padding-right: 1.25rem;
  padding-left: 2.25rem;
}

.rtl .accordion.arrow-right .accordion-header .accordion-button::after {
  left: 20px;
  right: auto;
}

.rtl .accordion.arrow-right .accordion-body {
  padding-right: 1.25rem;
  padding-left: 0;
}

.rtl .accordion.accordion-flush.arrow-right .accordion-header .accordion-button {
  padding-right: 0;
  padding-left: 2.25rem;
}

.rtl .accordion.accordion-flush.arrow-right .accordion-header .accordion-button::after {
  left: 6px;
  right: auto;
}

/* 5.4 Nav */
.nav .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.4);
}

.nav.nav-light .nav-item .nav-link {
  color: #ddd;
}

.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover {
  color: #212529;
}

.nav-pills .nav-link:not(.active):hover {
  color: #000;
}

.nav-pills .nav-link.active, .nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link {
  color: #212529;
}

.nav.nav-separator .nav-item .nav-link {
  position: relative;
}

.nav.nav-separator .nav-item + .nav-item .nav-link:after {
  height: 14px;
  width: 1px;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.rtl .nav.nav-separator .nav-item + .nav-item .nav-link:after {
  right: 0;
  left: auto;
}

.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after {
  background-color: rgba(250, 250, 250, 0.2);
}

.nav.nav-sm .nav-item .nav-link {
  font-size: 14px;
}

/*=== 5.5 Tabs ===*/
.nav-tabs .nav-item .nav-link {
  border: 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  padding: 0.6rem 1rem;
  white-space: nowrap !important;
}

.nav-tabs .nav-item .nav-link.active {
  color: #0c2f55;
}

.nav-tabs .nav-item .nav-link.active:after {
  height: 3px;
  width: 100%;
  content: ' ';
  background-color: #f5df4e;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
  color: #000;
}

.nav-tabs.flex-column {
  border-right: 1px solid #d7dee3;
  border-bottom: 0px;
  padding: 1.5rem 0;
}

.nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
}

.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item .nav-link.active {
  background-color: transparent;
}

.nav-tabs.flex-column .nav-item .nav-link.active:after {
  height: 100%;
  width: 2px;
  background: #fff;
  right: -2px;
  left: auto;
}

.rtl .nav-tabs.flex-column {
  border-left: 1px solid #d7dee3;
  border-right: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-left: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link.active:after {
  left: -1px;
  right: auto;
}

.nav-tabs:not(.flex-column) {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs:not(.flex-column) .nav-item {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .search-input-2 .form-control {
    border-radius: 0px;
  }
  .search-input-2 .custom-select:not(.custom-select-sm) {
    border-radius: 0px;
    height: calc(3.05rem);
  }
  .search-input-2 .btn {
    border-radius: 0px;
  }
  .search-input-2 .form-group:first-child .form-control, .search-input-2 .form-group:first-child .custom-select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .search-input-2 .form-group:last-child .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .search-input-2 .form-control:focus, .search-input-2 .custom-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-2 .form-group .form-control, .search-input-2 .custom-select {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  /* CSS hack for Chrome */
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
  .search-input-2 .custom-select:not(.custom-select-sm) {
    height: calc(3.00rem);
  }
  .search-input-2 .btn {
    line-height: inherit;
  }
}

@media (min-width: 992px) {
  /*  CSS hack for Firfox */
  @-moz-document url-prefix() {
    .search-input-2 .custom-select:not(.custom-select-sm) {
      height: calc(3.05rem);
    }
    .search-input-2 .btn {
      line-height: 1.4;
    }
  }
}

/*=== 5.6 Hero Background ===*/
.hero-wrap {
  position: relative;
  overflow: hidden;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-wrap .hero-mask {
  z-index: 1;
}

.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}

.hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}

.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

/*=== 5.7 Owl Carousel ===*/
.owl-theme.single-slideshow .owl-nav button.owl-prev, .owl-theme.single-slideshow .owl-nav button.owl-next {
  font-size: 17px;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
}

.owl-theme.single-slideshow .owl-nav button.owl-prev {
  left: 10px;
}

.owl-theme.single-slideshow .owl-nav button.owl-next {
  right: 10px;
}

.owl-theme.single-slideshow .owl-stage {
  padding: 0;
}

.owl-theme .hero-wrap .hero-bg {
  background-attachment: inherit;
}

.owl-theme.single-slideshow .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.owl-theme.single-slideshow .owl-dots .owl-dot.active span, .owl-theme.single-slideshow .owl-dots .owl-dot:hover span {
  border-color: #f5df4e;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme.single-slideshow .owl-dots .owl-dot.active span:after, .owl-theme.single-slideshow .owl-dots .owl-dot:hover span:after {
  background-color: #f5df4e;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #f5df4e;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after {
  background-color: #f5df4e;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme.owl-light .owl-dots .owl-dot span:after {
  background-color: rgba(250, 250, 250, 0.5);
}

.owl-theme.owl-light .owl-dots .owl-dot.active span:after, .owl-theme.owl-light .owl-dots .owl-dot:hover span:after {
  background-color: #f5df4e;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme.owl-light .owl-nav button.owl-prev, .owl-theme.owl-light .owl-nav button.owl-next {
  background-color: rgba(250, 250, 250, 0.3);
  color: #fff;
}

.owl-theme.owl-light .owl-nav [class*='owl-']:hover:not(.disabled) {
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}

.owl-video-wrapper iframe {
  position: absolute;
}

/*=== 5.8 Brands Grid ===*/
.brands-grid {
  overflow: hidden;
}

.brands-grid > .row > * {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.brands-grid.separator-border > .row > *:after, .brands-grid.separator-border > .row > *:before {
  content: '';
  position: absolute;
}

.brands-grid.separator-border > .row > *:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}

.brands-grid.separator-border > .row > *:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dotted rgba(0, 0, 0, 0.15);
}

.brands-grid.separator-border.separator-border-light > .row > *:after {
  border-bottom: 1px dotted rgba(250, 250, 250, 0.15);
}

.brands-grid.separator-border.separator-border-light > .row > *:before {
  border-left: 1px dotted rgba(250, 250, 250, 0.15);
}

/*=== 5.9 Portfolio ===*/
.portfolio .portfolio-box {
  position: relative;
}

.portfolio .portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-box .portfolio-overlay {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-box:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-box .portfolio-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-box:hover .portfolio-img img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.portfolio .portfolio-box .portfolio-overlay-details {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.portfolio .portfolio-details {
  padding: 1.5rem 0;
  text-align: center;
}

.ajax-container {
  position: relative;
  background: #FFF;
  margin: 40px auto;
  max-width: 1170px;
  padding: 30px;
}

.rtl .mfp-content {
  text-align: right;
}

.rtl .mfp-close {
  left: 0px;
  right: auto;
}

/*=== 5.10 List Style ===*/
.list-style-1 > li {
  position: relative;
  list-style-type: none;
  line-height: 24px;
}

.list-style-1 > li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -15px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.rtl .list-style-1 > li:after {
  right: -15px;
  left: auto;
  border-color: #000;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.list-style-2 {
  padding: 0;
}

.list-style-2 > li {
  list-style-type: none;
  border-bottom: 1px solid #eaeaea;
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-style-2.list-style-light > li {
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
}

/* =================================== */
/*  6. Footer
/* =================================== */
#footer {
  background: #fff;
  color: #252b33;
  padding: 66px 0px;
  padding: 4.125rem 0;
}

#footer .nav .nav-item {
  display: inline-block;
  line-height: 12px;
  margin: 0;
}

#footer .nav .nav-item .nav-link {
  color: #252b33;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav .nav-item .nav-link:focus {
  color: #f5df4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}

#footer .nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

#footer .nav .nav-link:hover {
  color: #f5df4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .footer-copyright {
  border-top: 1px solid #e2e8ea;
  padding: 0px 0px;
  color: #67727c;
}

#footer .footer-copyright .nav .nav-item .nav-link {
  color: #67727c;
}

#footer .footer-copyright .nav .nav-link:hover {
  color: #f5df4e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav.flex-column .nav-item {
  padding: 0px;
}

#footer .nav.flex-column .nav-item .nav-link {
  margin: 0.7rem 0px;
}

#footer.footer-text-light {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link:hover {
  color: #fafafa;
}

#footer.footer-text-light .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.5);
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a:hover {
  color: #fafafa;
}

#footer.footer-text-light.bg-primary {
  color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link {
  color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover {
  color: rgba(250, 250, 250, 0.7);
}

#footer.footer-text-light.bg-primary .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.9);
}

#footer.footer-text-light.bg-primary :not(.social-icons) a {
  color: #fff;
}

#footer.footer-text-light.bg-primary :not(.social-icons) a:hover {
  color: rgba(250, 250, 250, 0.7);
}

body:not(.rtl) #footer .nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}

body:not(.rtl) #footer .nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.rtl #footer .nav .nav-item:first-child .nav-link {
  padding-right: 0px;
}

.rtl #footer .nav .nav-item:last-child .nav-link {
  padding-left: 0px;
}

/*=== 6.1 Social Icons ===*/
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.social-icons li {
  margin: 2px 6px;
  padding: 0;
  overflow: visible;
}

.social-icons li a {
  display: block;
  height: 26px;
  line-height: 26px;
  width: 26px;
  font-size: 20px;
  text-align: center;
  color: #4d555a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-icons li i {
  line-height: inherit;
}

.social-icons.social-icons-sm li {
  margin: 2px 4px;
}

.social-icons.social-icons-sm li a {
  font-size: 16px;
}

.social-icons.social-icons-lg li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 26px;
}

.social-icons.social-icons-light li a {
  color: #eee;
}

.social-icons.social-icons-muted li a {
  color: #aab1b8;
}

.social-icons li:hover a {
  color: #999;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.social-icons li:hover.social-icons-twitter a, .social-icons.social-icons-colored li.social-icons-twitter a {
  color: #00ACEE;
}

.social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {
  color: #3B5998;
}

.social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
  color: #0E76A8;
}

.social-icons li:hover.social-icons-rss a, .social-icons.social-icons-colored li.social-icons-rss a {
  color: #EE802F;
}

.social-icons li:hover.social-icons-dribbble a, .social-icons.social-icons-colored li.social-icons-dribbble a {
  color: #ea4c89;
}

.social-icons li:hover.social-icons-github a, .social-icons.social-icons-colored li.social-icons-github a {
  color: #333333;
}

.social-icons li:hover.social-icons-behance a, .social-icons.social-icons-colored li.social-icons-behance a {
  color: #053eff;
}

.social-icons li:hover.social-icons-google a, .social-icons.social-icons-colored li.social-icons-google a {
  color: #DD4B39;
}

.social-icons li:hover.social-icons-pinterest a, .social-icons.social-icons-colored li.social-icons-pinterest a {
  color: #cc2127;
}

.social-icons li:hover.social-icons-youtube a, .social-icons.social-icons-colored li.social-icons-youtube a {
  color: #C4302B;
}

.social-icons li:hover.social-icons-instagram a, .social-icons.social-icons-colored li.social-icons-instagram a {
  color: #3F729B;
}

.social-icons li:hover.social-icons-skype a, .social-icons.social-icons-colored li.social-icons-skype a {
  color: #00AFF0;
}

.social-icons li:hover.social-icons-email a, .social-icons.social-icons-colored li.social-icons-email a {
  color: #6567A5;
}

.social-icons li:hover.social-icons-vk a, .social-icons.social-icons-colored li.social-icons-vk a {
  color: #2B587A;
}

.social-icons li:hover.social-icons-xing a, .social-icons.social-icons-colored li.social-icons-xing a {
  color: #126567;
}

.social-icons li:hover.social-icons-tumblr a, .social-icons.social-icons-colored li.social-icons-tumblr a {
  color: #34526F;
}

.social-icons li:hover.social-icons-reddit a, .social-icons.social-icons-colored li.social-icons-reddit a {
  color: #C6C6C6;
}

.social-icons li:hover.social-icons-delicious a, .social-icons.social-icons-colored li.social-icons-delicious a {
  color: #205CC0;
}

.social-icons li:hover.social-icons-stumbleupon a, .social-icons.social-icons-colored li.social-icons-stumbleupon a {
  color: #F74425;
}

.social-icons li:hover.social-icons-digg a, .social-icons.social-icons-colored li.social-icons-digg a {
  color: #191919;
}

.social-icons li:hover.social-icons-blogger a, .social-icons.social-icons-colored li.social-icons-blogger a {
  color: #FC4F08;
}

.social-icons li:hover.social-icons-flickr a, .social-icons.social-icons-colored li.social-icons-flickr a {
  color: #FF0084;
}

.social-icons li:hover.social-icons-vimeo a, .social-icons.social-icons-colored li.social-icons-vimeo a {
  color: #86C9EF;
}

.social-icons li:hover.social-icons-yahoo a, .social-icons.social-icons-colored li.social-icons-yahoo a {
  color: #720E9E;
}

.social-icons li:hover.social-icons-apple a, .social-icons.social-icons-colored li.social-icons-apple a {
  color: #000;
}

.social-icons.social-icons-colored li:hover a {
  color: #999;
}

body:not(.rtl) .social-icons li:first-child {
  margin-left: 0px;
}

body:not(.rtl) .social-icons li:last-child {
  margin-right: 0px;
}

.rtl .social-icons li:first-child {
  margin-right: 0px;
}

.rtl .social-icons li:last-child {
  margin-left: 0px;
}

/*=== 6.2 Back to Top ===*/
#back-to-top {
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: 8px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

#back-to-top:hover {
  background-color: #f5df4e;
  color: #000;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rtl:not(.side-header-right) #back-to-top {
  left: 10px;
  right: auto;
}

#back-to-top {
  z-index: 1029;
}

/* =================================== */
/*  Extras
/* =================================== */
/* Bootstrap Specific */
.form-control, .custom-select {
  border-color: #dae1e3;
  font-size: 1.25rem;
  color: #656565;
}

.form-control:not(.form-control-sm) {
  padding: .810rem .96rem;
  height: inherit;
}

.form-control-sm {
  font-size: 14px;
}

.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.form-control-sm + .icon-inside {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
  height: auto;
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.custom-select:not(.custom-select-sm) {
  height: calc(3.05rem + 2px);
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.col-form-label-sm {
  font-size: 13px;
}

.custom-select-sm {
  padding-left: 5px !important;
  font-size: 14px;
}

.custom-select:not(.custom-select-sm).border-0 {
  height: 3.00rem;
}

.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-control:focus[readonly] {
  box-shadow: none;
}

.input-group-text {
  border-color: #dae1e3;
  background-color: #f1f5f6;
  color: #656565;
}

.form-control::-webkit-input-placeholder {
  color: #b1b4b6;
}

.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #b1b4b6;
}

.form-control::-moz-placeholder {
  /* FF 19+ */
  color: #b1b4b6;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b4b6;
}

/* Form Dark */
.form-dark .form-control, .form-dark .custom-select {
  border-color: #232a31;
  background: #232a31;
  color: #fff;
}

.form-dark .form-control:focus {
  border-color: #80bdff !important;
}

.form-dark .form-control::-webkit-input-placeholder {
  color: #777b7f;
}

.form-dark .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #777b7f;
}

.form-dark .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #777b7f;
}

.form-dark .form-control:-ms-input-placeholder, .form-dark .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #777b7f;
}

.form-dark .custom-select {
  color: #777b7f;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
  border-color: #232a31;
  background-color: #232a31;
}

.form-dark .icon-inside {
  color: #777b7f;
}

/*  Input with only bottom border  */
.form-border .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  padding-left: 0px !important;
  color: black;
}

.form-border .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-border .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(0, 0, 0, 0.4);
}

.form-border .form-control::-moz-placeholder {
  /* FF 19+ */
  color: rgba(0, 0, 0, 0.4);
}

.form-border .form-control:-ms-input-placeholder, .form-border .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.4);
}

.form-border .custom-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.4);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(0,0,0,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}

.form-border .form-control:focus, .form-border .custom-select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}

.form-border .form-control:not(output):-moz-ui-invalid:not(:focus), .form-border .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  border-bottom: 2px solid #b00708;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-border .icon-inside {
  color: rgba(0, 0, 0, 0.25);
}

.form-border select option {
  color: #666;
}

.form-border-light .form-control {
  border-bottom: 2px solid rgba(250, 250, 250, 0.3);
  color: #fafafa;
}

.form-border-light .form-control::-webkit-input-placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.form-border-light .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(250, 250, 250, 0.7);
}

.form-border-light .form-control::-moz-placeholder {
  /* FF 19+ */
  color: rgba(250, 250, 250, 0.7);
}

.form-border-light .form-control:-ms-input-placeholder, .form-border-light .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(250, 250, 250, 0.7);
}

.form-border-light .custom-select {
  border-bottom: 2px solid rgba(250, 250, 250, 0.3);
  color: #fafafa;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}

.form-border-light .form-control:focus, .form-border-light .custom-select:focus {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
}

.form-border-light .icon-inside {
  color: #999;
}

.form-border-light select option {
  color: #333;
}

.btn {
  padding: 0.8rem 2.6rem;
  font-weight: 500;
  border-width: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-sm {
  padding: 0.5rem 1rem;
}

.btn:not(.btn-link) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.btn:not(.btn-link):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input-group-append .btn, .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group-append .btn:hover, .input-group-prepend .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .btn:not(.btn-sm) {
    padding: .810rem 2rem;
  }
  .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
    padding: 0 0.75rem;
  }
}

.bg-primary, .badge-primary {
  background-color: #f5df4e !important;
}

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

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

.btn-link {
  color: #f5df4e;
}

.btn-link:hover {
  color: #f3d92c;
}

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

.text-light {
  color: #dee3e4 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #f3d92c !important;
}

.border-primary {
  border-color: #f5df4e !important;
}

.border-secondary {
  border-color: #939597 !important;
}

.btn-primary {
  background-color: #f5df4e;
  border-color: #f5df4e;
  color: #212529;
}

.btn-primary:hover {
  background-color: #f3d92c;
  border-color: #f3d92c;
  color: #212529;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f3d92c;
  border-color: #f3d92c;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #f3d92c;
  border-color: #f3d92c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: #939597;
  border-color: #939597;
}

.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #f5df4e;
  border-color: #f5df4e;
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover {
  background-color: #f5df4e;
  border-color: #f5df4e;
  color: #212529;
}

.btn-outline-secondary {
  color: #939597;
  border-color: #939597;
}

.btn-outline-secondary:hover {
  background-color: #939597;
  border-color: #939597;
  color: #fff;
}

.progress-bar,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active {
  background-color: #f5df4e;
}

.page-item.active .page-link,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f5df4e;
  border-color: #f5df4e;
}

.list-group-item.active {
  background-color: #f5df4e;
  border-color: #f5df4e;
}

.page-link {
  color: #f5df4e;
}

.page-link:hover {
  color: #f3d92c;
}

/* Pagination */
.page-link {
  border: none;
  border-radius: 0.25rem;
  margin: 0 0.22rem;
  font-size: 16px;
  font-size: 1rem;
}

.page-link:hover {
  background-color: #e9eff0;
}

/* Vertical Multilple input group */
.vertical-input-group .input-group:first-child {
  padding-bottom: 0;
}

.vertical-input-group .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vertical-input-group .input-group:last-child {
  padding-top: 0;
}

.vertical-input-group .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}

.vertical-input-group .input-group:not(:first-child) * {
  border-top: 0;
}

/* styles-switcher */
#styles-switcher {
  background: #fff;
  width: 202px;
  position: fixed;
  top: 35%;
  z-index: 99;
  padding: 20px;
  left: -202px;
}

#styles-switcher ul {
  padding: 0;
  margin: 0;
}

#styles-switcher ul li {
  list-style-type: none;
  width: 32px;
  height: 32px;
  margin: 4px 2px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

#styles-switcher ul li.cyan {
  background: #00ffff;
}

#styles-switcher ul li.green-yellow {
  background: #adff2f;
}

#styles-switcher ul li.lime-punch {
  background: #d6ed17;
}

#styles-switcher ul li.orange {
  background: #fdbb2e;
}

#styles-switcher ul li.yellow {
  background: #f5df4e;
}

#styles-switcher ul li.pale-golden-rod {
  background: #eee8aa;
}

#styles-switcher ul li.spring-green {
  background: #00fe9c;
}

#styles-switcher ul li.violet {
  background: #ff91fb;
}

#styles-switcher ul li.active {
  transform: scale(0.7);
  cursor: default;
}

#styles-switcher .switcher-toggle {
  position: absolute;
  background: #555;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0px 4px 4px 0;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

#styles-switcher.right {
  left: auto;
  right: -202px;
}

#styles-switcher.right .switcher-toggle {
  right: auto;
  left: -40px;
  border-radius: 4px 0px 0px 4px;
}

/* =================================== */
/*  Ommig Page
/* =================================== */
body.ommig-page {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --text: #0e0e0e;
  --muted: rgba(14, 14, 14, 0.6);
  --line: rgba(255, 255, 255, 0.24);
  --line-dark: rgba(14, 14, 14, 0.1);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  --accent: #f16a3d;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 240ms ease, color 240ms ease;
}

body.ommig-page[data-theme="dark"] {
  --bg: #1c1c1c;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #fcfcfc;
  --muted: rgba(252, 252, 252, 0.64);
  --line-dark: rgba(252, 252, 252, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  --accent: #ff7a4f;
}

body.ommig-page *,
body.ommig-page *::before,
body.ommig-page *::after {
  box-sizing: border-box;
}

body.ommig-page button,
body.ommig-page input,
body.ommig-page a {
  font: inherit;
}

body.ommig-page a {
  color: inherit;
  text-decoration: none;
}

body.ommig-page button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

body.ommig-page img,
body.ommig-page svg {
  display: block;
  max-width: 100%;
}

body.ommig-page.is-locked {
  overflow: hidden;
}

body.ommig-page .site-shell {
  position: relative;
  min-height: 100vh;
}

body.ommig-page .corner-logo {
  position: fixed;
  top: 1.6rem;
  left: 2rem;
  z-index: 30;
}

body.ommig-page .brand-logo {
  height: 50px;
  width: auto;
}

body.ommig-page .hero-slider {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #111;
}

body.ommig-page .slide {
  position: absolute;
  inset: 0;
  background: #111;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

body.ommig-page .slide.is-active,
body.ommig-page .slide.is-entering,
body.ommig-page .slide.is-leaving {
  visibility: visible;
}

body.ommig-page .slide.is-active,
body.ommig-page .slide.is-entering {
  opacity: 1;
  z-index: 2;
}

body.ommig-page .slide.is-entering {
  z-index: 3;
}

body.ommig-page .slide.is-leaving {
  opacity: 1;
  z-index: 2;
}

body.ommig-page .slide-inner {
  width: 100%;
  height: 100%;
}

body.ommig-page .slide-media,
body.ommig-page .slide-media img,
body.ommig-page .video-frame iframe,
body.ommig-page .video-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.ommig-page .slide-media img,
body.ommig-page .video-frame iframe {
  object-fit: cover;
}

body.ommig-page .video-frame {
  overflow: hidden;
  background: #000;
}

body.ommig-page .slide-media img {
  left: -12vw;
  width: calc(100% + 24vw);
  max-width: none;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.ommig-page .slide.is-entering.from-right .slide-media img {
  transform: translate3d(0, 0, 0) scale(1);
}

body.ommig-page .slide.is-entering.from-left .slide-media img {
  transform: translate3d(0, 0, 0) scale(1);
}

body.ommig-page .slide.is-active .slide-media img,
body.ommig-page .slide.is-active .video-frame iframe {
  transform: translate3d(0, 0, 0) scale(1);
}

body.ommig-page .slide.is-leaving.to-left .slide-media img {
  transform: translate3d(-12%, 0, 0) scale(1);
}

body.ommig-page .slide.is-leaving.to-right .slide-media img {
  transform: translate3d(12%, 0, 0) scale(1);
}

body.ommig-page .slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  background-image: radial-gradient(at center right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.59) 100%);
}

body.ommig-page .video-backdrop {
  z-index: 1;
  background:
    radial-gradient(at center right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.59) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
}

body.ommig-page .video-frame iframe {
  top: 50%;
  left: 50%;
  inset: auto;
  z-index: 0;
  width: 177.78vh;
  min-width: 100%;
  min-height: 100%;
  height: 56.25vw;
  transform: translate(-48%, -50%) scale(1.24);
  pointer-events: none;
  transition: transform 1400ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body.ommig-page .slide.is-leaving .video-frame iframe {
  transform: translate(-52%, -50%) scale(1.19);
}

body.ommig-page .slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  padding: 10rem 2rem 7rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

body.ommig-page .slide-content > * {
  max-width: initial;
}

body.ommig-page .slide-content .eyebrow,
body.ommig-page .slide-content h1,
body.ommig-page .slide-content .description,
body.ommig-page .slide-content .cta {
  transform: translate3d(72px, 0, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 900ms ease;
}

body.ommig-page .slide.is-active .slide-content .eyebrow {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 140ms;
}

body.ommig-page .slide.is-active .slide-content h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 220ms;
}

body.ommig-page .slide.is-active .slide-content .description {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 320ms;
}

body.ommig-page .slide.is-active .slide-content .cta {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 420ms;
}

body.ommig-page .slide.is-leaving .slide-content .eyebrow,
body.ommig-page .slide.is-leaving .slide-content h1,
body.ommig-page .slide.is-leaving .slide-content .description,
body.ommig-page .slide.is-leaving .slide-content .cta {
  transform: translate3d(-56px, 0, 0);
  opacity: 0;
  transition-duration: 520ms;
  transition-delay: 0ms;
}

body.ommig-page .slide-content::before {
  content: "";
  flex: 0 0 50px;
}

body.ommig-page .slide-content > .eyebrow,
body.ommig-page .slide-content > h1,
body.ommig-page .slide-content > .description,
body.ommig-page .slide-content > .cta {
  max-width: none;
}

body.ommig-page .slide article,
body.ommig-page .slide section,
body.ommig-page .slide .inner {
  max-width: initial;
}

body.ommig-page .eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

body.ommig-page .slide h1 {
  margin: 15px 0;
  font-family: "Inter", sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.06em;
  text-indent: -12px;
  text-transform: uppercase;
  color: #fff;
}

body.ommig-page .description {
  max-width: 41rem;
  margin: 0 0 40px;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.22);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

body.ommig-page .cta {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

body.ommig-page .cta-badge {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 14px;
}

body.ommig-page .circle-fill,
body.ommig-page .circle-outline,
body.ommig-page .circle-icon {
  position: absolute;
  inset: 0;
}

body.ommig-page .circle-fill {
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

body.ommig-page .circle-outline {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
}

body.ommig-page .circle-icon {
  display: grid;
  place-items: center;
}

body.ommig-page .circle-icon svg {
  width: 12px;
  height: 10px;
  fill: #fff;
}

body.ommig-page .cta-label {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 4pt;
}

body.ommig-page .cta-text {
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

body.ommig-page .cta-line {
  display: block;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

body.ommig-page .cta:hover .circle-fill {
  transform: scale(1);
}

body.ommig-page .cta:hover .cta-text {
  transform: translateX(4px);
}

body.ommig-page .cta:hover .cta-line {
  transform: scaleX(0.82);
}

body.ommig-page .slider-controls {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  pointer-events: none;
}

body.ommig-page .slider-arrow {
  position: absolute;
  bottom: 1.042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px);
  color: #fff;
  pointer-events: auto;
  transition: background-color 200ms ease;
}

body.ommig-page .slider-prev {
  left: 2.7rem;
}

body.ommig-page .slider-next {
  right: 2.7rem;
}

body.ommig-page .slider-arrow:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.ommig-page .slider-arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ommig-page .slider-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  display: flex;
  align-items: center;
  width: 32vw;
  height: 80px;
  margin: 0 auto;
  color: #fff;
  pointer-events: auto;
}

body.ommig-page .count-current,
body.ommig-page .count-total {
  font-size: 20px;
  font-weight: 700;
}

body.ommig-page .count-current {
  margin-right: 16pt;
}

body.ommig-page .count-total {
  margin-left: 16pt;
}

body.ommig-page .slider-pagination {
  position: relative;
  flex: 1;
}

body.ommig-page .slider-bar {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.47);
}

body.ommig-page .slider-bar-fill {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 33.333%;
  border-radius: 3px;
  background: #fff;
  transition: transform 400ms ease;
}

body.ommig-page .slider-dots {
  position: absolute;
  inset: -16px 0 auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.ommig-page .dot {
  justify-self: center;
  width: 1.2rem;
  height: 2rem;
  opacity: 0;
}

body.ommig-page .dot:focus-visible {
  opacity: 1;
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  body.ommig-page .corner-logo {
    top: 1rem;
    left: 1.2rem;
  }

  body.ommig-page .slide-content {
    justify-content: center;
    padding: 6rem 1rem 7rem;
    text-align: center;
    align-items: center;
  }

  body.ommig-page .slide-content::before {
    content: none;
  }

  body.ommig-page .slide h1 {
    font-size: 15vw;
    text-indent: 0;
  }

  body.ommig-page .description {
    padding: 0.95rem 1.05rem;
    font-size: 18px;
  }

  body.ommig-page .slider-arrow {
    bottom: 2rem;
    width: 60px;
    height: 60px;
  }

  body.ommig-page .slider-prev {
    left: 1.5rem;
  }

  body.ommig-page .slider-next {
    right: 1.5rem;
  }

  body.ommig-page .slider-progress {
    bottom: 2rem;
    width: min(60vw, 28rem);
  }
}

@media (max-width: 767px) {
  body.ommig-page .brand-logo {
    height: 40px;
  }

  body.ommig-page .slide h1 {
    font-size: 4rem;
  }

  body.ommig-page .description {
    margin-bottom: 2rem;
    padding: 0.85rem 0.95rem;
    font-size: 14px;
    line-height: 1.8;
  }

  body.ommig-page .slider-controls {
    inset: auto 0 0;
  }

  body.ommig-page .slider-arrow {
    bottom: 1rem;
    width: 52px;
    height: 52px;
  }

  body.ommig-page .slider-prev {
    left: 1rem;
  }

  body.ommig-page .slider-next {
    right: 1rem;
  }

  body.ommig-page .slider-progress {
    bottom: 1rem;
    width: calc(100vw - 8.5rem);
    height: 52px;
  }

  body.ommig-page .count-current,
  body.ommig-page .count-total {
    font-size: 16px;
  }

  body.ommig-page .count-current {
    margin-right: 0.6rem;
  }

  body.ommig-page .count-total {
    margin-left: 0.6rem;
  }
}

/* =================================== */
/*  Portfolio Page
/* =================================== */
body.portfolio-page {
  --bg: #f3f3f1;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;
  --text: #171717;
  --muted: #616161;
  --line: rgba(23, 23, 23, 0.08);
  --accent: #fcca73;
  --shadow: 0 28px 70px rgba(18, 18, 18, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1320px;
  margin: 0;
  height: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(252, 202, 115, 0.32), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(180deg, #f6f5f1 0%, var(--bg) 52%, #ecebe5 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

body.portfolio-page *,
body.portfolio-page *::before,
body.portfolio-page *::after {
  box-sizing: border-box;
}

body.portfolio-page a,
body.portfolio-page button {
  color: inherit;
  font: inherit;
}

body.portfolio-page a {
  text-decoration: none;
}

body.portfolio-page button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

body.portfolio-page img {
  display: block;
  max-width: 100%;
}

body.portfolio-page .site-shell {
  overflow: clip;
  height: 100vh;
  position: relative;
}

body.portfolio-page .site-header,
body.portfolio-page .hero-section,
body.portfolio-page .portfolio-section,
body.portfolio-page .site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

body.portfolio-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.55rem 0;
  backdrop-filter: blur(18px);
}

body.portfolio-page .brand {
  display: inline-flex;
  align-items: center;
}

body.portfolio-page .brand img {
  width: 110px;
  height: auto;
}

body.portfolio-page .brand-light {
  display: none;
}

body.portfolio-page .footer-links {
  display: flex;
  gap: 1.2rem;
}

body.portfolio-page .footer-links a,
body.portfolio-page .contact-link {
  color: rgba(23, 23, 23, 0.8);
}

body.portfolio-page .footer-links a:hover,
body.portfolio-page .contact-link:hover {
  color: var(--text);
}

body.portfolio-page .hero-section {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 0;
  min-height: calc(100vh - 140px);
  padding: 120px 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.portfolio-page .hero-heading-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

body.portfolio-page .hero-section h1,
body.portfolio-page .site-footer h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

body.portfolio-page .hero-section h1 {
  max-width: none;
  font-size: 4vw;
}

body.portfolio-page .hero-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

body.portfolio-page .magnetic_hero {
  container: inline-block;
  display: flex;
  place-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

body.portfolio-page .hero__images {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
  touch-action: none;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh + 8vh);
  z-index: 1;
  margin-top: -29vh;
}

body.portfolio-page .hero__image {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  width: 15vw;
  max-width: none;
  min-width: 0;
  user-select: none;
  overflow: visible;
}

body.portfolio-page .hero__image:not(:last-child) {
  margin-right: -6%;
}

body.portfolio-page .hero__image img {
  border-radius: inherit;
  box-shadow: var(--shadow);
  pointer-events: auto;
  width: auto;
  height: 100%;
  user-select: none;
  object-fit: cover;
  will-change: transform;
  transform: translateX(calc(var(--offsetX, 0) * 1px)) translateY(calc(var(--offsetY, 0) * 1px + var(--translateY, 0%)));
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

body.portfolio-page .hero__images .hero__image:nth-child(1) img {
  rotate: calc(2deg - var(--velocity, 0) * 0.25deg);
  --translateY: 5%;
}

body.portfolio-page .hero__images .hero__image:nth-child(2) img {
  rotate: calc(-3deg - var(--velocity, 0) * 0.25deg);
  --translateY: -6%;
}

body.portfolio-page .hero__images .hero__image:nth-child(3) img {
  rotate: calc(6deg - var(--velocity, 0) * 0.25deg);
  --translateY: 5%;
}

body.portfolio-page .hero__images .hero__image:nth-child(4) img {
  rotate: calc(-2deg - var(--velocity, 0) * 0.25deg);
  --translateY: -4%;
}

body.portfolio-page .hero__images .hero__image:nth-child(5) img {
  rotate: calc(2deg - var(--velocity, 0) * 0.25deg);
  --translateY: 5%;
}

body.portfolio-page .hero-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body.portfolio-page .hero-description {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 28px;
}

body.portfolio-page .hero-actions,
body.portfolio-page .portfolio-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

body.portfolio-page .hero-actions {
  width: 500px;
  gap: 20px;
  margin-top: 24px;
}

body.portfolio-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.portfolio-page .button:hover {
  transform: translateY(-2px);
}

body.portfolio-page .button-solid {
  background: var(--text);
  color: #fff;
  box-shadow: 0 18px 40px rgba(23, 23, 23, 0.12);
}

body.portfolio-page .button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}

body.portfolio-page .portfolio-section {
  padding: 0 0 5rem;
}

body.portfolio-page .filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2.2rem;
}

body.portfolio-page .filter-pill {
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.portfolio-page .filter-pill.is-active,
body.portfolio-page .filter-pill:hover {
  border-color: transparent;
  background: var(--text);
  color: #fff;
}

body.portfolio-page .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.8rem;
}

body.portfolio-page .portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

body.portfolio-page .portfolio-card[hidden],
body.portfolio-page .portfolio-card.is-hidden-by-load {
  display: none;
}

body.portfolio-page .portfolio-card figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 50px rgba(23, 23, 23, 0.1);
}

body.portfolio-page .portfolio-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 300ms ease;
}

body.portfolio-page .portfolio-card:hover img {
  transform: scale(1.03);
}

body.portfolio-page .portfolio-copy h3 {
  margin: 0 0 0.3rem;
  font-size: 1.55rem;
  font-weight: 700;
}

body.portfolio-page .portfolio-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

body.portfolio-page .portfolio-copy span,
body.portfolio-page .footer-label,
body.portfolio-page .footer-bottom p {
  color: var(--muted);
}

body.portfolio-page .portfolio-actions {
  margin-top: 2.4rem;
}

body.portfolio-page .site-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 2rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

body.portfolio-page .footer-top {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem;
  align-items: end;
}

body.portfolio-page .footer-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

body.portfolio-page .footer-label {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 500;
}

body.portfolio-page .footer-links {
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

body.portfolio-page .contact-link {
  font-size: 1.1rem;
}

body.portfolio-page .ticker {
  overflow: hidden;
  margin: 1rem 0 0.75rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body.portfolio-page .ticker-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}

body.portfolio-page .ticker-track span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.portfolio-page .ticker-track img {
  width: clamp(1.1rem, 2.3vw, 2.2rem);
  height: clamp(1.1rem, 2.3vw, 2.2rem);
}

body.portfolio-page .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  body.portfolio-page .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.portfolio-page .footer-top,
  body.portfolio-page .footer-meta,
  body.portfolio-page .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  body.portfolio-page .hero-canvas {
    min-height: 230px;
  }

  body.portfolio-page .hero__image {
    width: clamp(6rem, 22vw, 12rem);
  }

  body.portfolio-page .hero-footer {
    width: 660px;
  }
}

@media (max-width: 767px) {
  body.portfolio-page .site-header,
  body.portfolio-page .hero-section,
  body.portfolio-page .portfolio-section,
  body.portfolio-page .site-footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  body.portfolio-page .site-header {
    padding: 1rem 0;
  }

  body.portfolio-page .hero-section {
    min-height: 100vh;
    padding: 5.5rem 0 4rem;
  }

  body.portfolio-page .hero-heading-wrap {
    width: 90vw;
  }

  body.portfolio-page .hero-section h1 {
    font-size: 28px;
  }

  body.portfolio-page .hero-canvas {
    min-height: 100vw;
  }

  body.portfolio-page .hero__images {
    height: 100vw;
  }

  body.portfolio-page .hero__image {
    width: clamp(5rem, 15vw, 7rem);
    aspect-ratio: 9 / 16;
    border-radius: 14px;
  }

  body.portfolio-page .hero-footer {
    width: 100%;
    padding: 0 15px;
  }

  body.portfolio-page .hero-description {
    font-size: 16px;
    line-height: 24px;
  }

  body.portfolio-page .hero-actions {
    width: 100%;
    gap: 8px;
    margin-top: 8vw;
  }

  body.portfolio-page .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.portfolio-page .footer-meta {
    gap: 1.4rem;
  }

  body.portfolio-page .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* =================================== */
/*  Roger Pages
/* =================================== */
.roger-page {
  --ptf-color-1: #f4f0ea;
  --ptf-color-2: #c4b7a6;
  --ptf-color-3: #111111;
  --ptf-color-4: #8e8e8e;
  --ptf-color-5: rgba(255, 255, 255, 0.12);
  --ptf-color-6: rgba(0, 0, 0, 0.72);
  --ptf-color-accent: #d8fa08;
  --ptf-transition-duration: 300ms;
  --ptf-transition-easing: ease;
  margin: 0;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  background: var(--ptf-color-3);
  color: var(--ptf-color-4);
}

body.resume-page {
  --ptf-color-3: #25292B;
}

.roger-page *,
.roger-page *::before,
.roger-page *::after {
  box-sizing: border-box;
}

.roger-page img {
  max-width: 100%;
  display: block;
}

.roger-page a {
  color: inherit;
  text-decoration: none;
}

.roger-page button,
.roger-page input,
.roger-page select,
.roger-page textarea {
  font: inherit;
}

.roger-page .ptf-main {
  min-height: 100vh;
}

.roger-page .ptf-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--ptf-color-3);
  overflow: hidden;
}

.roger-page .ptf-section__vertical-align,
.roger-page .ptf-section__content {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
}

.roger-page .ptf-section__content {
  align-items: center;
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.roger-page .ptf-section--contact .ptf-section__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.86) 0%, rgba(17, 17, 17, 0.68) 45%, rgba(17, 17, 17, 0.8) 100%);
  z-index: -1;
}

.roger-page .ptf-section__ken-burn-background {
  position: absolute;
  inset: 0;
}

.roger-page .ptf-section__ken-burn-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  animation: ptf_ken_burn 5s var(--ptf-transition-easing) forwards;
}

.roger-page .container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.roger-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y, 0px) * -1);
  margin-left: -15px;
  margin-right: -15px;
}

.roger-page .row > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: var(--bs-gutter-y, 0px);
}

.roger-page .align-items-center {
  align-items: center;
}

.roger-page .text-md-end,
.roger-page .text-end {
  text-align: left;
}

.roger-page .col-sm-12,
.roger-page .col-md-3,
.roger-page .col-md-4,
.roger-page .col-md-5,
.roger-page .col-md-6,
.roger-page .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.roger-page h1,
.roger-page h2,
.roger-page h3,
.roger-page h4,
.roger-page h5,
.roger-page p {
  margin-top: 0;
}

.roger-page h1,
.roger-page h2,
.roger-page h3,
.roger-page h4,
.roger-page h5 {
  color: var(--ptf-color-1);
  line-height: 1.15;
}

.roger-page h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 600;
  margin-bottom: 0;
}

.roger-page h2 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  margin-bottom: 0;
}

.roger-page h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}

.roger-page h4 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 0;
}

.roger-page h5 {
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  font-weight: 500;
  max-width: 620px;
  margin-bottom: 0;
}

.roger-page .contact-subheading {
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  max-width: 620px;
  margin-bottom: 0;
}

.roger-page p {
  line-height: 1.8;
}

.roger-page .has-color-white {
  color: var(--ptf-color-1);
}

.roger-page .has-color-accent {
  color: var(--ptf-color-accent);
}

.roger-page .section-heading {
  margin-bottom: 12px;
}

.roger-page .ptf-gap-25 {
  height: 25px;
}

.roger-page .ptf-gap-30 {
  height: 30px;
}

.roger-page .ptf-gap-50 {
  height: 50px;
}

.roger-page .ptf-gap-80 {
  height: 80px;
}

.roger-page .ptf-gap-100 {
  height: 100px;
}

.roger-page .ptf-animate-element {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.roger-page .ptf-animate-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.roger-page .ptf-timeline-slider {
  position: relative;
  overflow: unset;
}

.roger-page .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.roger-page .swiper-wrapper {
  display: flex;
  width: 100%;
}

.roger-page .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.roger-page .ptf-timeline-item {
  padding-bottom: 2.8125rem;
}

.roger-page .ptf-timeline-item + .ptf-timeline-item {
  padding-top: 3.4375rem;
  border-top: 1px solid var(--ptf-color-5);
}

.roger-page .ptf-timeline-item__image {
  max-height: 54px;
  width: auto;
  margin-top: 0.8rem;
}

.roger-page .ptf-timeline-item__year {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ptf-color-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.roger-page .ptf-timeline-item__title {
  color: var(--ptf-color-1);
}

.roger-page .ptf-timeline-item__text {
  padding-right: 1.875rem;
  color: #F5F5F7;
}

.roger-page .ptf-swiper-button-prev,
.roger-page .ptf-swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: calc(50% - 5rem);
  width: 48px;
  height: 48px;
  color: var(--ptf-color-1);
  background: transparent;
  border: none;
  transition: color var(--ptf-transition-duration) var(--ptf-transition-easing), transform var(--ptf-transition-duration) var(--ptf-transition-easing);
}

.roger-page .ptf-swiper-button-prev:hover,
.roger-page .ptf-swiper-button-next:hover {
  color: var(--ptf-color-accent);
  transform: translateY(-2px);
}

.roger-page .ptf-swiper-pagination {
  margin-top: 5rem;
  line-height: 0;
  text-align: center;
}

.roger-page .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--ptf-color-1);
  opacity: 1;
  cursor: pointer;
  transition: opacity var(--ptf-transition-duration) var(--ptf-transition-easing), transform var(--ptf-transition-duration) var(--ptf-transition-easing), background-color var(--ptf-transition-duration) var(--ptf-transition-easing);
}

.roger-page .swiper-pagination-bullet-active {
  background: var(--ptf-color-accent);
}

.roger-page .ptf-timeline-slider .ptf-swiper-button-prev {
  left: -7.5rem;
}

.roger-page .ptf-timeline-slider .ptf-swiper-button-next {
  right: -7.5rem;
}

.roger-page .contact-copy {
  max-width: 330px;
}

.roger-page .contact-link {
  display: inline-block;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 500;
}

.roger-page .contact-link:hover {
  color: var(--ptf-color-accent);
}

body.contact-page #header .primary-menu .text-3,
body.contact-page #header .primary-menu .text-3 .text-4,
body.ommig-page #header .primary-menu .text-3,
body.ommig-page #header .primary-menu .text-3 .text-4,
body.resume-page #header .primary-menu .text-3,
body.resume-page #header .primary-menu .text-3 .text-4 {
  color: #fff !important;
}

body.ommig-page #header .primary-menu .navbar-toggler span,
body.contact-page #header .primary-menu .navbar-toggler span,
body.resume-page #header .primary-menu .navbar-toggler span {
  background: #fff;
}

body.contact-page .site-footer,
body.resume-page .site-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), 1320px);
  margin: 0;
  padding: 1.25rem 0 2rem;
  text-align: center;
  z-index: 2;
}

body.contact-page .footer-bottom,
body.resume-page .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}

body.contact-page .footer-bottom p,
body.resume-page .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

#home .site-footer {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), 1320px);
  text-align: center;
  z-index: 2;
}

#home .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}

#home .footer-bottom p {
  margin: 0;
  color: #000;
}

body.contact-page #content {
  position: relative;
  min-height: 100vh;
}

body.contact-page .ptf-main {
  min-height: 100vh;
}

body.resume-page #content {
  position: relative;
  min-height: 100vh;
}

body.resume-page .ptf-main {
  min-height: 100vh;
}

body.contact-page .ptf-section__content,
body.resume-page .ptf-section__content {
  padding-bottom: 9rem;
}

.roger-page .ptf-contact-form {
  position: relative;
}

.roger-page .ptf-form-row {
  display: grid;
  grid-gap: 1.5625rem;
  grid-template-columns: repeat(1, 1fr);
}

.roger-page .ptf-form-group {
  position: relative;
  display: block;
  margin-bottom: 3.125rem;
}

.roger-page .ptf-form-control {
  width: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0;
  color: var(--ptf-color-1);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ptf-color-1);
  border-radius: 0;
  outline: none;
  transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  appearance: none;
}

.roger-page textarea.ptf-form-control {
  min-height: 7rem;
  resize: vertical;
}

.roger-page .ptf-form-control:focus {
  border-bottom-color: var(--ptf-color-accent);
}

.roger-page .ptf-form-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  color: var(--ptf-color-1);
  pointer-events: none;
  backface-visibility: hidden;
  transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
}

.roger-page .ptf-form-group.active .ptf-form-label {
  font-size: 0.75em;
  transform: translateY(-15px);
  color: var(--ptf-color-accent);
}

.roger-page .message {
  display: none;
  margin-bottom: 1.875rem;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
}

.roger-page .message.success {
  color: #d9ffe8;
  background: rgba(40, 167, 69, 0.18);
  border: 1px solid rgba(40, 167, 69, 0.32);
}

.roger-page .message.danger {
  color: #ffd8d8;
  background: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.32);
}

.roger-page .ptf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 1rem 1rem 1rem 2rem;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform var(--ptf-transition-duration) var(--ptf-transition-easing), opacity var(--ptf-transition-duration) var(--ptf-transition-easing);
}

.roger-page .ptf-btn:hover {
  transform: translateY(-2px);
}

.roger-page .ptf-btn--primary {
  color: var(--ptf-color-3);
  background: var(--ptf-color-accent);
}

@keyframes ptf_ken_burn {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

.roger-page .ptf-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.roger-page .ptf-btn__icon svg {
  display: block;
}

@media (min-width: 768px) {
  .roger-page .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .roger-page .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .roger-page .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .roger-page .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .roger-page .text-md-end {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .roger-page .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .roger-page .ptf-form-row.two-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .roger-page .ptf-section__content {
    padding: 72px 0;
  }

  .roger-page .ptf-gap-80 {
    height: 48px;
  }

  .roger-page .ptf-gap-100 {
    height: 64px;
  }

  .roger-page .ptf-form-row.two-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .roger-page .ptf-timeline-item__text {
    padding-right: 0;
  }

  .roger-page .ptf-swiper-button-prev,
  .roger-page .ptf-swiper-button-next {
    position: static;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-top: 2rem;
  }

  .roger-page .ptf-swiper-pagination {
    margin-top: 2rem;
  }

  .roger-page .ptf-timeline-slider .ptf-swiper-button-prev,
  .roger-page .ptf-timeline-slider .ptf-swiper-button-next {
    right: auto;
    left: auto;
  }
}

@media (max-width: 1919px) {
  .roger-page .ptf-timeline-slider .ptf-swiper-button-prev,
  .roger-page .ptf-timeline-slider .ptf-swiper-button-next {
    display: none;
  }
}

/* =================================== */
/*  Mobile Polish
/* =================================== */
html,
body {
  overflow-x: hidden;
}

img {
  height: auto;
}

@media (max-width: 991.98px) {
  body:not(.ommig-page):not(.portfolio-page):not(.roger-page) {
    min-height: 100svh;
    overflow: hidden;
  }

  body:not(.ommig-page):not(.portfolio-page):not(.roger-page) #main-wrapper,
  body:not(.ommig-page):not(.portfolio-page):not(.roger-page) #content,
  body:not(.ommig-page):not(.portfolio-page):not(.roger-page) #home {
    min-height: 100svh;
  }

  body:not(.ommig-page):not(.portfolio-page):not(.roger-page) #home {
    overflow: hidden;
  }

  #header .primary-menu .container {
    gap: 0.5rem;
    align-items: center;
  }

  #header .primary-menu .text-3 {
    font-size: 0.875rem;
    white-space: nowrap;
    margin-right: 0.25rem !important;
  }

  #home {
    min-height: auto;
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
  }

  #home .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #home .row {
    row-gap: 1.5rem;
  }

  #home .col-lg-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
  }

  #home .col-lg-7 h1 {
    font-size: clamp(2rem, 8vw, 3.25rem) !important;
  }

  #home .col-lg-7 h2 {
    font-size: clamp(2.4rem, 11vw, 5rem) !important;
    line-height: 0.95;
  }

  #home .col-lg-7 .text-5 {
    font-size: 1.05rem !important;
    margin-bottom: 0.25rem;
  }

  #home .col-lg-7 .btn,
  #home .col-lg-7 .btn-link {
    width: min(100%, 20rem);
    justify-content: center;
    margin-top: 0 !important;
  }

  #home .col-lg-5 .bg-light {
    max-width: min(78vw, 20rem);
    padding: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  #home .col-lg-7 {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  #header .primary-menu .text-3 {
    display: none;
  }

  #header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-toggler {
    margin: 14px 0 14px 8px;
  }

  #home .col-lg-7 .btn-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-overlay .navbar-collapse .navbar-nav {
    min-width: 0;
    width: min(100%, 22rem);
  }

  .navbar-overlay ul.navbar-nav li a {
    font-size: clamp(2rem, 10vw, 2.8rem);
    padding: 0.35rem 0 !important;
  }
}

body.ommig-page {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body.ommig-page {
    min-height: 100svh;
    overflow: hidden;
  }

  body.ommig-page .site-shell {
    min-height: 100svh;
    overflow: hidden;
  }

  body.ommig-page .hero-slider,
  body.ommig-page .slide-content {
    min-height: 100svh;
  }

  body.ommig-page .slide-content {
    padding: 5.5rem 1rem 7.5rem;
  }

  body.ommig-page .slide h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  body.ommig-page .description {
    max-width: min(100%, 34rem);
  }

  body.ommig-page .cta {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  body.ommig-page .cta-label {
    align-items: center;
  }

  body.ommig-page .slider-controls {
    padding: 0 0.75rem 0.75rem;
  }

  body.ommig-page .slider-arrow {
    width: 44px;
    height: 44px;
    bottom: 0.75rem;
  }

  body.ommig-page .slider-arrow svg {
    width: 22px;
    height: 22px;
  }

  body.ommig-page .slider-progress {
    width: calc(100vw - 6.25rem);
    bottom: 0.75rem;
  }
}

body.portfolio-page {
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  body.portfolio-page {
    overflow: hidden;
    min-height: 100svh;
  }

  body.portfolio-page .site-shell {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  body.portfolio-page .site-header {
    position: relative;
    width: min(calc(100% - 1.5rem), var(--max-width));
    padding: 1rem 0;
  }

  body.portfolio-page .hero-section {
    min-height: 100svh;
    padding: 9rem 0 7rem;
    gap: 1.5rem;
  }

  body.portfolio-page .hero-heading-wrap {
    width: min(92vw, 32rem);
  }

  body.portfolio-page .hero-section h1 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  body.portfolio-page .hero-canvas {
    min-height: auto;
  }

  body.portfolio-page .hero__images {
    width: min(92vw, 30rem);
    height: auto;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  body.portfolio-page .hero__image {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  body.portfolio-page .hero__image:not(:last-child) {
    margin-right: 0;
  }

  body.portfolio-page .site-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(calc(100% - 1.5rem), var(--max-width));
    margin: 0;
    padding-top: 1rem;
  }

  body.portfolio-page .footer-bottom {
    padding-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  body.portfolio-page .hero-section {
    padding-top: 10.5rem;
  }

  body.portfolio-page .hero__images {
    width: min(94vw, 22rem);
    gap: 0.5rem;
  }

  body.portfolio-page .hero__image {
    aspect-ratio: 1 / 1.25;
    border-radius: 12px;
  }
}

.roger-page {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .roger-page .container {
    width: min(1200px, calc(100% - 24px));
  }

  .roger-page .ptf-main,
  .roger-page .ptf-section {
    min-height: auto;
  }

  .roger-page .ptf-section__content {
    padding: 56px 0;
    align-items: flex-start;
  }

  .roger-page h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .roger-page h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .roger-page .contact-subheading {
    font-size: clamp(1.4rem, 6vw, 1.9rem);
  }

  .roger-page .contact-copy {
    max-width: none;
  }

  .roger-page .ptf-form-group {
    margin-bottom: 2.25rem;
  }

  .roger-page .ptf-btn {
    width: 100%;
    gap: 14px;
    padding: 1rem 1.25rem;
    justify-content: space-between;
  }

  body.contact-page .ptf-section__content,
  body.resume-page .ptf-section__content {
    padding-bottom: 7rem;
  }

  body.contact-page .ptf-section__content,
  body.resume-page .ptf-section__content {
    padding-top: 9rem;
  }

  .roger-page .ptf-timeline-item {
    padding-bottom: 2rem;
  }

  .roger-page .ptf-timeline-item + .ptf-timeline-item {
    padding-top: 2rem;
  }

  .roger-page .ptf-swiper-pagination {
    margin-top: 1.25rem;
  }

  .roger-page .ptf-timeline-slider .ptf-swiper-button-prev,
  .roger-page .ptf-timeline-slider .ptf-swiper-button-next {
    display: inline-flex;
  }
}

@media (max-width: 575.98px) {
  body.contact-page .ptf-section__content,
  body.resume-page .ptf-section__content {
    padding-top: 10.5rem;
  }
}
