/*=================================
01. Global css / Header Css
==================================*/

/*-- Font load*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


html {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover {
    color: #ea5400;
}
.plain-text-pupup-button {
    color: #ea5400;
    cursor: pointer;
}
.plain-text-pupup-button:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "DM Sans", sans-serif;
}

h1,
.h1 {
    font-size: 90px;
    font-weight: 900;
}

h2,
.h2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 48px;
    font-weight: 800;
}

h4,
.h4 {
    font-size: 32px;
    font-weight: 800;
}

h5,
.h5 {
    font-size: 22px;
    font-weight: 800;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 800;
}

/* Unyson modified */
section>.fw-container-fluid.rull-container {
    padding: 0;
}

/* Inner page heading Start */
h2.inner-page-content-heading,
.h2.inner-page-content-heading {
    font-size: 34px;
    font-weight: 600;
}

.mini-title {
    position: relative;
    padding-left: 32px;
}

.mini-title:before {
    position: absolute;
    background: #E94914;
    content: "";
    width: 20px;
    height: 4px;
    top: 12px;
    left: 0;
}

/* Inner page heading end */
.container>.row>.row {
    width: 100%;
}

.container>.row>div {
    width: 100%;
}

.light-mode {
    background-color: #fff;
}

.light-mode.gray-mode {
    background-color: #F5F5F5;
}

.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6 {
    color: #000;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #fff;
}

.section-heading>h2,
.section-heading>.h2 {
    padding-top: 60px;
    padding-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.section-heading.with-desc>h2,
.section-heading.with-desc>.h2 {
    padding-bottom: 15px;
}

.section-heading h1 span,
.section-heading>h2 span,
.section-heading>.h2 span,
.page-title h1 span {
    color: #E94914;
}

.dark-mode {
    background-color: #000;
    color: #fff;
}

a,
button {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    cursor: pointer;
}

/* Button style */
.rul-button {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    padding: 11px 29px;
    border-radius: 5px;
    background: rgb(255, 52, 0);
    background: -o-linear-gradient(left, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 52, 0, 1)), to(rgba(248, 121, 39, 1)));
    background: linear-gradient(90deg, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3400", endColorstr="#f87927", GradientType=1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 75px;
}

.rul-button:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 14px;
    background-image: url(../../images/button-arrow.png);
    right: 38px;
    top: 50%;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.rul-button:hover {
    background: rgb(248, 121, 39);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87927", endColorstr="#ff3400", GradientType=1);
    text-decoration: none;
    color: #fff
}

.rul-button.button-white {
    font-weight: 600;
    color: #E94914;
    background: #fff;
}

.rul-button.button-white:hover {
    color: #fff;
    background: rgb(248, 121, 39);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87927", endColorstr="#ff3400", GradientType=1);
}

.rul-button.button-white:after {
    width: 28px;
    height: 28px;
    background-image: url(../../images/big_simle.png);
}

.rul-button.button-white:after {
    width: 28px;
    height: 28px;
    background-image: url(../../images/big_simle.png);
}

.rul-button.smile:after {
    width: 28px;
    height: 28px;
    background-image: url(../../images/big_simle.png);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

#lightcase-case {
    z-index: 99991 !important;
    text-shadow: none !important;
}

#lightcase-sequenceInfo,
.lightcase-icon-next,
.lightcase-icon-prev {
    display: none !important;
}

.lightcase-open .lightcase-icon-close {
    z-index: 99999 !important;
    display: block !important;
}

#lightcase-overlay {
    background: #000 !important;
    z-index: 99991 !important;
    cursor: crosshair !important;
}

.slick-slide {
    outline: 0;
}

/*=================================
02.Header css
==================================*/
:root {
    --primary-color: #ea5400;
    --primary-black: #000;
    --primary-white: #fff;
    --default-font-size: 16px;
}
header {
    background: transparent;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99991;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

header .container-fluid {
    max-width: 1400px;
    position: relative;
    z-index: 99992;
}

header a {
    text-decoration: none;
}

header a:hover {
    text-decoration: none;
}

.navbar {
    padding: 0;
    position: relative;
}

/* From front-end repo */

.rul-header {
  --rul-break: 1200px;
  background-color: var(--primary-black);
}
@media screen and (max-width: 991px) {
  .rul-header {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .rul-header::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
}
.rul-header.stickyTop nav .navbar-brand {
  padding-bottom: 8px;
}
.rul-header.stickyTop nav .navbar-brand .nav-logo {
  height: 40px;
}
.rul-header.stickyTop nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
  top: 53px;
}
.rul-header.stickyTop nav .navbar-nav .nav-item .dropdown-menu {
  top: 49px;
}
.rul-header.stickyTop nav .navbar-nav .nav-item .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.rul-header.stickyTop nav .navbar-nav .nav-item .nav-link.nav-button {
  padding: 8px 20px;
}
.rul-header.stickyTop nav .navbar-nav .nav-item .nav-link.search-button {
  width: 37px;
  height: 37px;
}
.rul-header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.rul-header .megamenu-li {
  position: static;
}
.rul-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rul-header a {
  text-decoration: none !important;
}
@media screen and (max-width: 991px) {
  .rul-header nav.navbar {
    justify-content: flex-start;
  }
}
.rul-header nav .navbar-brand {
  padding-top: 8px;
  padding-bottom: 7px;
  flex-shrink: 0;
}
.rul-header nav .navbar-brand .nav-logo {
  height: 55px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-brand .nav-logo {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-toggler {
    background: none;
    border: none;
    padding: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 13px;
  }
  .rul-header nav .navbar-toggler:active, .rul-header nav .navbar-toggler:focus {
    outline: 0;
  }
  .rul-header nav .navbar-toggler .icon-bar {
    width: 27px;
    height: 2px;
    border-radius: 10px;
    transition: all 0.4s linear;
    opacity: 1;
    background-color: var(--primary-white);
  }
  .rul-header nav .navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 7px);
    transition-delay: 0.1s;
  }
  .rul-header nav .navbar-toggler .icon-bar:nth-of-type(2) {
    transform: translateX(60px);
    opacity: 0;
  }
  .rul-header nav .navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(315deg) translate(6px, -7px);
    transition-delay: 0.2s;
  }
  .rul-header nav .navbar-toggler.collapsed .icon-bar {
    transform: initial;
    opacity: 1;
  }
}
.rul-header nav .mobile-search-btn {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.rul-header nav .mobile-search-btn .search-button {
  background-color: var(--primary-white);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0;
}
.rul-header nav .mobile-search-btn .nav-button {
  background-color: var(--primary-color);
  padding: 3px 12px;
  color: var(--primary-white);
  margin-right: 13px;
}
.rul-header nav .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav {
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item {
    width: 100%;
  }
}
.rul-header nav .navbar-nav .nav-item.mobile-last-item .nav-link {
  border-bottom-color: transparent;
  transition: border 0s;
}
.rul-header nav .navbar-nav .nav-item.mobile-last-item .nav-link.active {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.rul-header nav .navbar-nav .nav-item.mobile-last-item .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.rul-header nav .navbar-nav .nav-item .nav-link {
  font-size: var(--default-font-size);
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: var(--primary-white) !important;
  padding-top: 22px;
  padding-bottom: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px !important;
  }
}
.rul-header nav .navbar-nav .nav-item .nav-link.search-button {
  background-color: var(--primary-white);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 26px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .nav-link.search-button {
    display: none;
  }
}
.rul-header nav .navbar-nav .nav-item .nav-link.nav-button {
  background-color: var(--primary-color);
  padding: 10px 24px;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .nav-link.nav-button {
    display: none;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-toggle {
    --icon-size: 20px;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-toggle > * {
  flex-shrink: 0;
}
.rul-header nav .navbar-nav .nav-item .dropdown-toggle .btn-expand {
  background-color: transparent;
  margin-left: 5px;
  margin-top: 1px;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-toggle .btn-expand {
    display: none !important;
    pointer-events: none !important;
  }
}
@media (min-width: 1200px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-toggle .btn-expand {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-toggle::after {
  position: absolute;
  top: 52%;
  right: 23px;
  transform: translate(0%, -50%);
  border: none;
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
  transition: transform 0.25s linear;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-toggle::after {
    top: 25px;
    right: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-toggle.active::after {
  transform: translate(0%, -50%) rotate(-180deg);
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 14px;
  background-color: var(--primary-white);
  border: none;
  border-radius: 0px;
  margin: 0;
  top: 97%;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    transition: none;
    background-color: #181818;
    color: var(--primary-white);
    padding: 0;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  left: 44px;
  top: -15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent var(--primary-white) transparent;
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-menu::before {
    display: none;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: var(--primary-black);
  font-size: calc(var(--default-font-size) + 0px);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.01em;
  transition: all 0.3s linear;
  padding: 4px 20px;
  padding-right: 30px !important;
  position: relative;
  --icon-size: 20px;
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: var(--primary-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    filter: brightness(70%);
    font-weight: 400;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ea5400' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size);
  display: inline-flex;
  transition: all 0.25s linear;
  margin-left: 5px;
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: initial;
    color: var(--primary-color);
    filter: brightness(100%);
  }
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.rul-header nav .navbar-nav .nav-item .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.rul-header nav .navbar-nav .nav-item:hover:not(.is-tablet) .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.rul-header nav .navbar-nav .nav-item:hover:not(.is-tablet) .dropdown-toggle::before {
  opacity: 1;
  visibility: visible;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu {
  position: initial;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle {
  display: flex;
  position: relative;
  z-index: 10;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(100% - 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: rgba(0, 0, 0, 0) var(--primary-white) rgba(0, 0, 0, 0);
  transform: rotate(90deg) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
@media (max-width: 991px) {
    .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle::before {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle {
    justify-content: space-between;
    padding-right: 0;
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle::after {
  position: initial;
  transform: initial;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle.active::after {
  transform: rotate(-180deg);
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-toggle.active::before {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 12px);
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu.is-tablet .dropdown-toggle::before {
  display: block !important;
}

.rul-header nav .navbar-nav .nav-item.custom-megamenu.is-tablet:has(.dropdown-menu.show) .dropdown-toggle::before {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
  padding: 38px 24px 50px;
  top: 65px;
  transform: translateX(-50%);
  width: 85%;
  left: 50%;
}
@media screen and (max-width: 1410px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
    width: 95%;
  }
}
@media screen and (max-width: 1250px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu {
    transform: none;
    padding: 0;
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .dropdown-menu::before {
  display: none !important;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row {
  gap: 40px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row {
    flex-direction: column;
    gap: 0px;
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col {
  flex: 1;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title {
  font-weight: 700;
  padding-bottom: 16px;
  font-size: calc(var(--default-font-size) - 0px);
  font-family: "Open Sans", sans-serif;
  margin: 0;
  display: block;
  color: var(--primary-black);
}
@media screen and (min-width: 992px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    --icon-size: 20px;
  }
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ea5400' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: var(--icon-size);
    display: inline-block;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s linear;
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title:hover {
    color: var(--primary-white);
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title:hover::after {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    color: var(--primary-white);
    filter: brightness(70%);
    font-weight: 400;
    --icon-size: 20px;
  }
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title::after {
    position: absolute;
    right: 15px;
    transform: translateY(2px);
    content: "";
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: var(--icon-size);
    background-repeat: no-repeat;
    transition: transform 0.25s linear;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
  }
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title.active::after {
    transform: rotate(-180deg);
  }
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .title.link-active {
    filter: brightness(100%);
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li:not(:last-child) {
    margin-bottom: 0;
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a {
  font-size: var(--default-font-size);
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #595959;
  transition: all 0.25s linear;
  --icon-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a {
    color: var(--primary-white);
    filter: brightness(60%);
    font-weight: 300;
    width: 100%;
  }
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a.link-active {
    filter: brightness(100%);
  }
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ea5400' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size);
  display: inline-block;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a:hover {
  color: var(--primary-color);
  filter: brightness(100%);
}
.rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a:hover::after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .rul-header nav .navbar-nav .nav-item.custom-megamenu .grid-row .grid-col .links-parent li a:hover::after {
    opacity: 0;
  }
}
.rul-header nav .navbar-nav .nav-item .link-active {
  color: var(--primary-color) !important;
  font-weight: 700;
}
.rul-header nav .navbar-nav .nav-item .link-active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.8' stroke='%23ea5400' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
}

/*=================================
Page Header
==================================*/
.page-header {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-header.page-header {
    color: #fff;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .20);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .20);
}

.page-header .overlay {
    padding: 100px 0 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.rul-breadcrumb {
    overflow: hidden;
}

.dark-header .rul-breadcrumb {
    margin-top: 33px;
}

section.black-header-fix.breadcrumb-section {
    padding-top: 130px;
    background-color: #fff;
    color: #000;
    padding-bottom: 33px;
}

section.black-header-fix.breadcrumb-section .rul-breadcrumb ul li a {
    color: #000;
}

.rul-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rul-breadcrumb ul li {
    display: inline;
    font-size: 24px;
}

.rul-breadcrumb ul li a {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 30px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.rul-breadcrumb ul li a:after {
    position: absolute;
    content: ">";
    right: -26px;
    top: 1px;
}

.rul-breadcrumb ul li a:hover {
    text-decoration: none;
    color: #E94914;
}

.page-title {
    margin-top: 39px;
    overflow: hidden;
}

.page-title h1 {
    font-weight: 800;
    font-size: 85px;
    color: #fff;
}

.page-title p {
    font-size: 18px;
}

/*=================================
Inner page - Category inline style
==================================*/
.cat-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-list ul li {
    display: inline;
}

.cat-list ul li a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.cat-list ul li a:hover,
.cat-list ul li a.active {
    border-color: rgb(246, 152, 57, .1);
    background: rgb(255, 52, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 52, 0, 1)), to(rgba(248, 121, 39, 1)));
    background: -o-linear-gradient(left, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3400", endColorstr="#f87927", GradientType=1);
    border-left-color: #fe4007;
    border-right-color: #f69839;
}

/* Unyson */
body>p {
    display: none;
}

/* Button Css :: Gloabl Button */
a.fasc-button {
    display: inline-block;
    text-decoration: none;
    margin: 3px 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.fasc-button:hover,
a.fasc-button:focus,
a.fasc-button:visited,
a.fasc-button:active {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* styles for global button */
.fasc-button {
    color: #fff;
    border-radius: 5px;
    background: rgb(255, 52, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 52, 0, 1)), to(rgba(248, 121, 39, 1)));
    background: -o-linear-gradient(left, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3400", endColorstr="#f87927", GradientType=1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-decoration: none;
}

.fasc-button:hover {
    background: rgb(248, 121, 39);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87927", endColorstr="#ff3400", GradientType=1);
    text-decoration: none;
    color: #fff;
}

.fasc-type-popout.fasc-rounded-medium {
    color: #e94914;
    background: #fff;
}

.fasc-type-popout.fasc-rounded-medium:hover {
    color: #fff;
    background: rgb(248, 121, 39);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87927", endColorstr="#ff3400", GradientType=1);
}

/* sizes */
.fasc-size-xsmall {
    font-size: 10px;
    padding: 0px 10px;
    border: 0;
}

.fasc-size-small {
    font-size: 12px;
    padding: 7px 13px;
    border: 0;
    line-height: 17px;
}

.fasc-size-medium {
    font-size: 14px;
    padding: 7px 18px;
    font-size: 14px;
    line-height: 19px;
    border: 0;
}

.fasc-size-large {
    font-size: 18px;
    padding: 8px 22px;
    border: 0;
    line-height: 24px;
}

.fasc-size-xlarge {
    font-size: 28px;
    padding: 11px 26px;
    border: 0;
    line-height: 38px;
}



a.fasc-style-bold {
    font-weight: bold;
}

a.fasc-style-italic {
    font-style: italic;
}

a.fasc-style-strikethrough {
    text-decoration: line-through;
}

.fasc-button.fasc-style-strikethrough:hover {
    text-decoration: line-through;
}

/*
Search Section 
*/
.search-section {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .90);
    z-index: 99999;
    cursor: crosshair;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.search-active .search-section {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;

}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 55%;
}

.search-active .search-box {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-box input {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 100%;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    outline: 0;
    padding-left: 61px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    border-radius: 24px;
}

.search-icon-input.fa {
    position: absolute;
    color: #CBCBCB;
    left: 4px;
    top: 3px;
    font-size: 21px;
    margin: 0;
    cursor: pointer;
    padding: 11px 17px;
}

.close-search {
    position: absolute;
    top: 25px;
    width: 27px;
    color: #fff;
    right: 40px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.close-search:hover {
    color: #E94914;
}

.search-result {
    position: absolute;
    width: 100%;
    display: none;
    padding-bottom: 50px;
}

.search-result-inner {
    background: #fff;
    padding: 10px 26px;
}

.stop-search .search-result {
    display: none !important;
}

.stop-search .clear-search-field {
    display: none !important;
}

.search-result a {
    display: block;
    color: #333;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 600;
    text-decoration: none;
}

.search-result a:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.search-result a:hover {
    color: #E94914;
}


.search-loading-spin.fa-spinner {
    position: absolute;
    color: #CBCBCB;
    right: 5px;
    top: 12px;
    font-size: 25px;
    margin: 0;
    display: none;
}

.clear-search-field {
    position: absolute;
    color: #CBCBCB;
    right: 9px;
    top: 1px;
    font-size: 26px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    display: none;
    cursor: pointer;
    padding: 5px 7px;
}

.no-found-text {
    display: block;
    margin-bottom: 23px;
    font-weight: 600;
    color: #222;
}