/* RST critical chrome — auto-extracted; full styles in main.css */
@font-face {
  font-family: "RevxNeueDemo"; /* Choose a name for your font */
  src: url("../fonts/RevxNeueDemo-Regular.ttf") format("truetype"); /* Path to your font file */
  font-weight: normal; /* Define the font weight (normal, bold, etc.) */
  font-style: normal; /* Define the font style (normal, italic, etc.) */
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Syne', sans-serif;
  --tp-ff-heading: 'Syne', sans-serif;
  --tp-ff-p: 'Syne', sans-serif;
  --tp-ff-syne: 'Syne', sans-serif;
  --tp-ff-gallery: 'gallery_modernregular', sans-serif;
  --tp-ff-shoulders: 'Big Shoulders Display', cursive;
  --tp-ff-marcellus: 'Marcellus', sans-serif;
  --tp-ff-aladin: 'Aladin', system-ui;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-ff-hogira: "RevxNeueDemo", sans-serif;
  /**
  @color declaration
  */
  --tp-common-white: #F5F7F5;
  --tp-common-white-solid: #fff;
  --tp-common-black: #000;
  --tp-common-black-2: #000;
  --tp-common-black-3: #000;
  --tp-common-dark: #000;
  --tp-common-orange: #EB5939;
  --tp-grey-1: #262626;
  --tp-grey-2: #F4F4F4;
  --tp-grey-3: #000;
  --tp-grey-4: #F7F7F7;
  --tp-text-body: #000;
  --tp-theme-1: #336EF9;
  --tp-border-1: #EAEAEB;
}
body {
  font-family: var(--tp-ff-hogira);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}
.z-index-9 {
  position: relative;
  z-index: 9;
}
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}
.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px){
.back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
.preloader-wrap {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preloader-2 {
  display: inline-block;
}
.preloader-2 .line {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 0 4px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
}
.preloader-2 .line-1 {
  animation-delay: 800ms;
}
.preloader-2 .line-2 {
  animation-delay: 600ms;
}
.preloader-2 .line-3 {
  animation-delay: 400ms;
}
.preloader-2 .line-4 {
  animation-delay: 200ms;
}
.preloader-2 .line-6 {
  animation-delay: 200ms;
}
.preloader-2 .line-7 {
  animation-delay: 400ms;
}
.preloader-2 .line-8 {
  animation-delay: 600ms;
}
.preloader-2 .line-9 {
  animation-delay: 800ms;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.tp-offcanvas-logo img {
  width: 200px;
  height: 100%;
}
.tp-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 99999;
  padding: 50px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px){
.tp-offcanvas-area {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.tp-offcanvas-area {
    width: 450px;
  }
}
.tp-offcanvas-area.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-area .tp-homemenu-wrapper {
  margin-top: 20px;
}
.tp-offcanvas-area .tp-homemenu-wrapper .gx-25 {
  --bs-gutter-x: 10px;
}
.tp-offcanvas-area .homemenu-thumb-wrap {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.tp-offcanvas-area .homemenu {
  margin-bottom: 15px;
}
.tp-offcanvas-area .homemenu-title {
  font-size: 13px;
}
.tp-offcanvas-area .tp-megamenu-list-box {
  padding: 0;
}
.tp-offcanvas-area .tp-megamenu-wrapper {
  padding: 20px 0px;
}
.tp-offcanvas-area .tp-megamenu-title {
  margin-bottom: 15px;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul {
  margin-left: 0;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul li a::before {
  top: 17px;
}
.tp-offcanvas-area .tp-main-menu-mobile ul li > a {
  font-size: 15px;
}
.tp-offcanvas-area .tp-megamenu-portfolio {
  padding-top: 20px;
}
.tp-offcanvas-area .tp-megamenu-portfolio-banner {
  display: none;
}
.tp-offcanvas-area .tp-megamenu-list-2 {
  padding-left: 0;
}
.tp-offcanvas-top {
  margin-bottom: 40px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 18px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-offcanvas-2-area .tp-main-menu-mobile {
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile {
    padding: 30px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul {
  margin-bottom: 10px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
  padding: 23px 0;
  font-size: 62px;
  font-weight: 700;
  padding-left: 85px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 30px;
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
  left: 30px;
  top: 35px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  content: "0" counter(count);
  counter-increment: count;
  color: var(--tp-common-black);
  transform: rotate(270deg) translateY(100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
    display: none;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul {
  padding-top: 20px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li {
  padding-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li {
    padding-left: 30px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 0;
  padding: 12px 0;
  text-transform: uppercase;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
    font-size: 18px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a:hover {
  padding-left: 20px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  top: 0;
  right: 0;
  padding: 44px 20px;
  padding-left: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    padding: 28px 20px;
    padding-left: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    padding: 33px 20px;
    padding-left: 200px;
  }
}
@media (max-width: 767px){
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    padding: 28px 20px;
    padding-left: 200px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav > ul > li {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li:not(:last-child) a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul.submenu {
  border-top: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  font-size: 22px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}
.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: rgba(0, 0, 0);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}
.tp-header-logo img {
  width: 250px;
  height: 100%;
}
.tp-header-area.header-sticky .container {
  max-width: 100%;
}
.tp-header-area.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 27px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-header-mob-space {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-header-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-header-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-header-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 11px;
}
.tp-header-menu > nav > ul > li > a {
  padding: 40px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.tp-header-bar {
  line-height: 0;
}
.tp-header-bar button span {
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
  margin: 6px 0;
}
.tp-header-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-bar button:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.header-main-menu > nav > ul > li > .submenu {
  position: absolute;
  width: 300px;
  z-index: 999;
  padding: 35px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  overflow: visible;
  transform-origin: top;
  transition-duration: 0.1s;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.header-main-menu > nav > ul > li > .submenu > li {
  list-style: none;
  display: block;
  padding: 0 45px;
}
.header-main-menu > nav > ul > li > .submenu > li:not(:last-child) {
  margin-bottom: 13px;
}
.header-main-menu > nav > ul > li > .submenu > li > a {
  color: #575758;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
}
.header-main-menu > nav > ul > li > .submenu > li:hover > a {
  color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li.has-dropdown {
  position: relative;
}
.header-main-menu > nav > ul > li > .submenu > li.has-dropdown > a .rst2-loc-chevron {
  float: right;
  margin-left: 10px;
  opacity: 0.55;
  font-style: normal;
  line-height: inherit;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.header-main-menu > nav > ul > li > .submenu > li.has-dropdown:hover > a .rst2-loc-chevron {
  opacity: 1;
  transform: translateX(2px);
}
.tp-main-menu-mobile .rst2-loc-chevron {
  display: none !important;
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu {
  position: absolute;
  left: 100%;
  top: -35px;           /* flush with L2 container top padding */
  width: 260px;
  padding: 20px 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  transform: none;      /* no 3-D flip on L3 */
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 8px 10px 30px rgba(25, 25, 26, 0.13);
  overflow: visible;
}
.header-main-menu > nav > ul > li > .submenu > li.has-dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li {
  list-style: none;
  display: block;
  padding: 0 30px;
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li:not(:last-child) {
  margin-bottom: 11px;
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li > a {
  display: block;
  color: #575758;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s, padding-left 0.2s;
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li > a::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  height: 2px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out;
  background-color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li:hover > a {
  padding-left: 20px;
  color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li > .submenu > li:hover > a::before {
  width: 14px;
  opacity: 1;
  visibility: visible;
}
.header-main-menu > nav > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.header-main-menu > nav > ul > li.has-homemenu {
  position: static;
}
.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile nav ul {
  position: static;
  display: block;
  box-shadow: none;
  margin-bottom: 50px;
}
.tp-main-menu-mobile nav ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile nav ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  text-align: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 15px 20px;
  padding-left: 100px;
}
@media (max-width: 767px){
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    right: 0;
  }
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile nav ul li > a {
  display: block;
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}
.tp-main-menu-mobile nav ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile nav ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile nav ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile nav ul li img {
  width: 100%;
}
.tp-main-menu-mobile nav ul li ul {
  padding: 0;
}
.tp-main-menu-mobile nav ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile nav ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu,
.tp-main-menu-mobile nav ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile nav ul li .mega-menu li,
.tp-main-menu-mobile nav ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile nav ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}
.tp-hero-6-bar.tp-header-bar button span {
  background-color: var(--tp-common-white);
}
.tp-brand-item {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-brand-item {
    text-align: center;
  }
}
.tp-brand-slider-active .swiper-wrapper {
  display: flex;
  align-items: center;
}
.tp-brand-3-slider-active .tp-brand-item {
  text-align: center;
}
.tp-float-btn {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  left: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tp-float-btn:hover,
.tp-float-btn:focus {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.tp-float-whatsapp {
  bottom: 24px;
  background-color: #25d366;
  color: #fff !important;
}
.tp-float-phone {
  bottom: 96px;
  background-color: #3b82f6;
  color: #fff !important;
}
.tp-float-whatsapp:hover,
.tp-float-whatsapp:focus {
  background-color: #1ebe5d;
  color: #fff !important;
}
.tp-float-phone:hover,
.tp-float-phone:focus {
  background-color: #2563eb;
  color: #fff !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 991px){
.tp-offcanvas-contact ul li a,
.tp-offcanvas-social ul li a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
.back-to-top-btn {
    min-width: 44px;
    min-height: 44px;
  }
}
.tp-submenu li span[style*="cursor:default"] {
  font-size: 0.9em;
  letter-spacing: 0;
}
@media (max-width: 480px){
.tp-offcanvas-contact h3,
.tp-offcanvas-social h3 {
    font-size: 0.85rem;
    margin-bottom: 6px;
  }
}
:root {
  --rst-blue:     #29ABE2;
  --rst-red:      #E63329;
  --rst-green:    #37B34A;
  --rst-charcoal: #414042;
  --rst-dark:     #19191A;
  --rst-blue-dim: rgba(41,171,226,0.15);
  --rst-blue-rule: rgba(41,171,226,0.30);
}
.tp-float-phone {
  background-color: var(--rst-blue) !important;
}
.tp-float-phone:hover,
.tp-float-phone:focus {
  background-color: #1a8fbd !important;
}
.tp-main-menu-content ul > li > a {
  transition: color 0.18s ease;
}
.tp-main-menu-content ul > li > a:hover,
.tp-main-menu-content ul > li.active > a {
  color: var(--rst-blue) !important;
}
.tp-submenu li a:hover {
  color: var(--rst-blue) !important;
}
.back-to-top-btn:hover,
.back-to-top-btn:focus {
  background: var(--rst-blue) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.tp-offcanvas-title.sm {
  color: var(--rst-blue) !important;
  font-size: 0.70rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.tp-brand-item img {
  transition: opacity 0.2s ease, filter 0.2s ease;
  filter: grayscale(40%) opacity(0.75);
}
.tp-brand-item:hover img {
  filter: grayscale(0%) opacity(1);
}
body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--rst-red) 0%, var(--rst-blue) 50%, var(--rst-green) 100%);
  z-index: 10000;
  pointer-events: none;
}
.tp-brand-item img {
  height: 52px !important;
  width: auto !important;
  max-width: 140px;
  object-fit: contain;
}

/* rst2 first-paint helpers */
:root {
  --rst2-blue: #29ABE2;
  --rst2-ink: #0b1b2b;
  --rst2-paper: #ffffff;
}
.pl-60 { padding-left: 60px; }
.pr-60 { padding-right: 60px; }
@media (max-width: 991px) {
  .pl-60 { padding-left: 15px; }
  .pr-60 { padding-right: 15px; }
}