
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.btn-float-opt {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 10px;
  top: 32%;
  z-index: 9999;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid;
  border-color: var(--v-primary-base);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: right 0.3s ease-out;
}
.theme--dark .btn-float-opt {
  box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.2), 0px 3px 4px 0px rgba(50, 50, 50, 0.14), 0px 3px 3px -2px rgba(50, 50, 50, 0.12);
}
.theme--light .btn-float-opt {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}
.theme--light .btn-float-opt {
  background: rgba(255, 255, 255, 0.6);
}
.theme--dark .btn-float-opt {
  background: rgba(66, 66, 66, 0.6);
}
@media (max-width: 599px) {
  .btn-float-opt {
    top: 45%;
  }
}
.btn-float-opt.active {
  right: 610px;
  border: none;
}
.btn-float-opt button.btn {
  padding: 12px !important;
  width: 56px;
  background: inherit;
  height: 56px;
  border-radius: 50%;
  background: none;
}
@media (max-width: 599px) {
  .btn-float-opt button.btn {
    padding: 8px !important;
    width: 40px;
    height: 40px;
  }
}
.btn-float-opt button.btn i {
  font-size: 32px;
}
.theme--light .btn-float-opt button.btn i {
  color: rgba(0, 0, 0, 0.54);
}
.theme--dark .btn-float-opt button.btn i {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 599px) {
  .btn-float-opt button.btn i {
    font-size: 18px;
    line-height: 26px !important;
  }
}

.sidenav-opt.drawer-opt {
  z-index: 1201;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  right: 0;
  left: auto;
  transform: translateX(105%);
  position: fixed;
  top: 0;
  margin: 0;
  height: calc(100% + 60px);
  padding-bottom: 60px;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: auto;
}
.theme--light .sidenav-opt.drawer-opt {
  background: rgba(255, 255, 255, 0.6);
}
.theme--dark .sidenav-opt.drawer-opt {
  background: rgba(66, 66, 66, 0.6);
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt {
    width: 100%;
  }
}
.sidenav-opt.drawer-opt .btn-icon {
  position: absolute;
  width: 36px;
  left: 8px;
  top: 10px;
  z-index: 90;
}
.sidenav-opt.drawer-opt .btn-icon i {
  margin: 0;
  line-height: 36px;
}
.sidenav-opt.drawer-opt .tabs {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}
.theme--light .sidenav-opt.drawer-opt .tabs {
  background-color: #fff;
}
.theme--dark .sidenav-opt.drawer-opt .tabs {
  background-color: #424242;
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .tabs {
    padding-left: 64px;
  }
}
.sidenav-opt.drawer-opt .tabs .tab {
  height: auto;
}
.sidenav-opt.drawer-opt .tabs .tab a {
  line-height: 56px;
}
.sidenav-opt.drawer-opt .tabs .tab a.active i {
  color: var(--v-primary-base);
}
.sidenav-opt.drawer-opt .tabs .tab i {
  display: inline-block;
  top: 6px;
  position: relative;
}
[dir=ltr] .sidenav-opt.drawer-opt .tabs .tab i {
  margin-right: 16px;
}
[dir=rtl] .sidenav-opt.drawer-opt .tabs .tab i {
  margin-left: 16px;
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .tabs .tab i {
    display: none;
  }
}
.sidenav-opt.drawer-opt .indicator {
  background-color: var(--v-primary-base);
}
.sidenav-opt.drawer-opt .carousel-item {
  -webkit-transition: auto;
  -o-transition: auto;
  transition: auto;
}
.sidenav-opt.drawer-opt .tabs-content {
  overflow: auto;
  height: calc(100% - 100px) !important;
  position: absolute;
  display: block;
  margin-top: 40px;
}
.sidenav-opt.drawer-opt .tab-label {
  font-weight: bold;
}
.sidenav-opt.drawer-opt .tab-item {
  width: 100% !important;
  padding: 80px 16px 40px 16px;
}
.sidenav-opt.drawer-opt .paper {
  padding: 16px;
  border-radius: 10px !important;
}
.sidenav-opt.drawer-opt .paper .row {
  width: 100%;
}
.sidenav-opt.drawer-opt .opt-wrap {
  width: 600px;
  overflow: hidden;
  height: 100%;
  overflow: auto;
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .opt-wrap {
    width: 100%;
  }
}
.sidenav-opt.drawer-opt .opt-wrap .carousel.carousel-slider .carousel-item,
.sidenav-opt.drawer-opt .opt-wrap .carousel .carousel-item {
  left: 0;
  margin-right: -100%;
  right: auto;
  margin-left: 0;
}
.sidenav-opt.drawer-opt .wrapper {
  flex-direction: row;
  justify-content: space-evenly;
}
.sidenav-opt.drawer-opt .theme-switched {
  margin-bottom: 24px;
}
.sidenav-opt.drawer-opt .theme-switched h6 {
  margin-bottom: 8px;
}
.sidenav-opt.drawer-opt .theme-switched label {
  line-height: 40px;
}
.sidenav-opt.drawer-opt .thumb-switch {
  background-color: var(--v-secondary-base);
}
.sidenav-opt.drawer-opt .track-switch {
  background-color: var(--v-secondary-base);
}
.sidenav-opt.drawer-opt .swatch {
  height: auto !important;
  width: auto !important;
  min-width: auto !important;
  position: relative;
  text-align: center;
  padding: 24px !important;
  border-radius: 10px;
  margin-left: -12px;
}
.sidenav-opt.drawer-opt .swatch.active {
  box-shadow: 0 0 0 2px var(--v-primary-base);
}
.sidenav-opt.drawer-opt .primary-swatch {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
}
.sidenav-opt.drawer-opt .secondary-swatch {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 60%;
  top: 60%;
}
.sidenav-opt.drawer-opt .theme-color .row > div {
  text-align: center;
}
.sidenav-opt.drawer-opt .theme-color h6 {
  margin-bottom: 8px;
}
.sidenav-opt.drawer-opt .explore {
  margin-bottom: 32px;
}
.sidenav-opt.drawer-opt .explore ul {
  padding: 0;
  margin: 0;
}
.sidenav-opt.drawer-opt .explore ul li {
  list-style: none;
  display: inline-block;
  float: left;
  text-align: center;
  margin-bottom: 32px;
  width: 33%;
  padding: 0 8px;
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .explore ul li {
    width: 100%;
  }
}
.sidenav-opt.drawer-opt .explore ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: var(--font-medium);
  font-family: "Arial";
  transition: all 0.3s ease;
  top: 0;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.theme--light .sidenav-opt.drawer-opt .explore ul li a {
  color: rgba(0, 0, 0, 0.87);
}
.theme--dark .sidenav-opt.drawer-opt .explore ul li a {
  color: #fff;
}
.sidenav-opt.drawer-opt .explore ul li a:hover {
  top: -5px;
}
.sidenav-opt.drawer-opt .explore ul li a figure {
  margin: 0px 0px 8px 0px;
  overflow: hidden;
  border-radius: 6px;
  height: 200px;
  width: 170px;
}
.theme--dark .sidenav-opt.drawer-opt .explore ul li a figure {
  box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.2), 0px 3px 4px 0px rgba(50, 50, 50, 0.14), 0px 3px 3px -2px rgba(50, 50, 50, 0.12);
}
.theme--light .sidenav-opt.drawer-opt .explore ul li a figure {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .explore ul li a figure {
    width: 190px;
    height: 242px;
  }
}
.sidenav-opt.drawer-opt .explore ul li a img {
  width: 100%;
}
@media (max-width: 599px) {
  .sidenav-opt.drawer-opt .margin-bottom {
    margin-bottom: 24px;
  }
}
.sidenav-opt.drawer-opt .overline {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  font-weight: bold;
}
.sidenav-opt.drawer-opt .switch-toggle .lever {
  background-color: var(--v-secondarylight-base);
}
.sidenav-opt.drawer-opt .switch-toggle .lever:before {
  background-color: var(--v-secondarylight-base);
}
.sidenav-opt.drawer-opt .switch-toggle .lever:after {
  background-color: var(--v-secondary-base);
}
.sidenav-opt.drawer-opt .caption {
  text-transform: none;
}
.sidenav-opt.drawer-opt .flex {
  display: flex;
}

.material-tooltip {
  background: rgba(0, 0, 0, 0.8);
}
#map-address .map {
  height: 520px !important;
}
.ftr_soc a {
  color: #444;
}
.ftr_soc a:hover {
  color: #444;
}
#map-address .paper {
  padding: 20px 40px 20px 40px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 1280px) {
  .title-deco h3 {
    margin-left: -30px !important;
  }
}
@media (min-width: 960px) {
  .title-deco h3 {
    padding-top: 66px !important;
    margin-top: 66px !important;
  }
}
.theme--light .footer .body-2 {
  margin-bottom: 0px;
}
.foot_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foot_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .socmed .icon {
  font-size: 20px !important;
  color: #444;
}
.header-content .logo img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 48px !important;
  width: auto !important;
}
.title-deco h3 {
  font-size: 40px !important;
  line-height: 74px !important;
}
.single_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_img {
  height: 70px;
  width: 70px;
  overflow: hidden;
  margin-right: 16px;
  border: 6px solid #ff912a;
  border-radius: 50%;
  padding: 14px;
  min-width: 70px;
}
.single_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.single_txts {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #444;
}
#call-to-action .background {
  left: -2% !important;
}
#testimonials .root {
  padding: 70px 0 70px 0 !important;
}
.single_model {
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: grayscale(80%);
}
.single_model:hover {
  box-shadow: 10px 10px 10px rgb(0 0 0 / 5%);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: grayscale(0%);
}
.model_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #fff;
  padding: 16px;
}
.model_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mod_txt {
  padding: 10px 10px;
  margin: 2px 8px;
  font-size: 17px;
  line-height: 20px;
  color: #444;
  text-align: center;
  border-top: 1px solid rgb(0 0 0 / 5%);
  min-height: 65px;
}
.main_title {
  font-size: 28px;
  line-height: 30px;
  color: #444;
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.main_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 30px;
  margin-top: 12px;
  margin-left: -40px;
  background: #ff912a;
  border-radius: 4px;
}
.main_title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 5px;
  width: 30px;
  margin-top: 12px;
  margin-right: -40px;
  background: #ff912a;
  border-radius: 4px;
}
.nav-menu .scrollactive-nav li.current .btn:after {
  border-bottom-color: #ff912a !important;
  width: 80% !important;
}
.doco1 {
  margin-top: -65px !important;
}
.doco1 h3 {
  padding-left: 40px !important;
}
.theme--dark .single_txts, .theme--dark .main_title, .theme--dark .ftr_soc a, .theme--dark .footer .socmed .icon, .theme--dark .mod_txt {
  color: #fff;
}
.theme--dark .single_model {
  background: #444;
}
.theme--dark .header.fixed {
  background-color: #707070;
}
.space-top {
  margin-top: 120px !important;
}
.deco-2 h3 {
  word-break: normal;
  width: 100% !important;
  font-size: 24px !important;
}
.collection.with-header .collection-item.avatar {
  padding-left: 16px !important;
}
.bnr_logos {
  display: grid;
  margin-top: 50px;
}
.bnr_logos img {
  height: 120px;
  width: auto;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .nav-menu .scrollactive-nav li {
    margin: 0 10px 0 10px !important;
  }
}
@media (min-width: 960px) {
  #main-wrap .header .container {
    padding: 0 5px !important;
  }
}
.nav-menu .scrollactive-nav .btn {
  margin: 0 0px 0 0px !important;
}
@media (min-width: 960px) and (max-width: 1279px) {
  [dir=ltr] .title-deco h3 {
    margin-left: -13px !important;
  }
}
@media (max-width: 1279px) {
  .space-top {
      margin-top: 20px !important;
  }
}
.mLEp {
  padding-left: 60px !important;
}


@media (max-width: 767px) {
  .setting .icon {
    color: #000 !important;
  }

  .theme--light .header {
    background: #fff;
  }
  [dir=ltr] .header-content .logo img {
    width: 100% !important;
    height: auto !important;
  }
  [dir=ltr] .title-deco h3 {
    padding-left: 0px !important;
  }
  .foot_right {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  .foot_left {
    display: none !important;
  }
  .footer {
    margin-top: 0px !important;
  }
  [dir=ltr] .title-deco h3 {
    padding-left: 0px !important;
  }
  .doco1 h3 {
    padding-left: 0px !important;
  }
  .space-top-short {
    margin-top: 0px !important;
  }
  .m-application .pa-6 {
    padding: 0px!important;
  }
  #about .root h4 {
    margin-top: 0px !important;
  }
  #testimonials .root {
    padding: 0px 0 0px 0 !important;
  }
  .single_txts {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .m-application .py-6 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .main_title {
    margin-top: 20px;
  }
  .single_img {
    height: 50px !important;
    width: 50px !important;
    margin-right: 12px !important;
    padding: 6px !important;
    min-width: 50px !important;
  }
  .title-deco h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .deco3 h3 {
    margin-top: 60px !important;
  }
  .bnr_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bnr_logos img {
    height: 70px;
    width: auto;
    margin-bottom: 0px;
  }
  #banner .banner-text {
    padding: 10px 22px !important;
    margin-top: 68px !important;
    background: #b5b5b5;
    border-top: 1px solid #c7c7c7;
  }
  #banner .mobile-cover img {
    opacity: .9 !important;
  }
  #about .root h4 {
    text-align: left !important;
  }
  .mobile-menu {
    height: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
  }
  #banner .mobile-cover {
    display: none !important;
  }
  #banner .hero-content {
    padding-bottom: 0px !important;
  }
  #banner .banner-text {
    background-color: #fff !important;
    border-bottom: 1px solid #ddd !important;
    padding: 30px 25px !important;
  }
}
