:root {
  --theme: #e94a28;
  --sky: #94cdd5;
  --green:  #25D366;
  --blue: #4267B2;
  --dark-pink:#C13584;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--bs-secondary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--theme);
}

/*rating by ashraf*/
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -4px;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 19px;
  font-size: 25px;
  color: #f7bc3d;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

/*ashraf 15-06-2022*/
.left-panelbox {
  position: -webkit-sticky;
  position: sticky;
}

.form-control, .custom-select {
  color: #000;
  height: calc(1.5em + .75rem + 6px);
}

/*end here*/
/*ashraf compare table*/
a {
  text-decoration: none;
  color: var(--theme);
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  width: 200px;
  height: auto;
}

.bg-brown {
  background-color: #BA8C63;
}

.bg-walnut-brown {
  background-color: #5d432C;
}

.bg-blue {
  background-color: #5e82b4;
}

.price-old {
  color: #dc3545;
  text-decoration: line-through;
  font-weight: normal;
}

.price, .price-new {
  color: #888888;
  font-weight: 500;
}

.btn {
  padding: 6.2px 12px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*end*/
.price-strike {
  font-weight: normal;
  color: #888;
  font-size: 18px;
}

.l {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

.fa-x1 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fa-x2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fa-x3 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.fw-medium {
  font-weight: 500;
}

.bg-theme {
  background-color: var(--theme);
}

.text-theme {
  color: var(--theme);
}

.text-sky {
  color: var(--sky);
}

.wa-icon {
  color: var(--green);
}

.fb-icon {
  color: var(--blue);
}

.insta-icon {
  color: var(--dark-pink);
}

.hover-sky:hover {
  color: var(--sky) !important;
}

.hover-wa:hover {
  color: var(--green) !important;
}

.hover-fb:hover {
  color: var(--blue) !important;
}

.hover-insta:hover {
  color: var(--dark-pink) !important;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 60px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.font-12px {
  font-size: 12px;
}

.font-13px {
  font-size: 13px;
}

.font-14px {
  font-size: 14px;
}

.font-15px {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.mmwh-18 {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
}

.mmwh-20 {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.mmwh-40 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.mmwh-44 {
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
}

.mmwh-80 {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.mmwh-90 {
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}

.mmwh-94 {
  min-width: 94px;
  max-width: 94px;
  min-height: 94px;
  max-height: 94px;
}

.maxh-130 {
  max-height: 130px;
}

.maxh-200 {
  max-height: 200px;
}

.maxw-90 {
  max-width: 90px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-120 {
  max-width: 120px;
}

.maxw-150 {
  max-width: 150px;
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.op-center {
  -o-object-position: center;
     object-position: center;
}

.border-t-dashed {
  border-top-style: dashed !important;
}

.border-b-dashed {
  border-bottom-style: dashed !important;
}

.btn-hdark:hover {
  background-color: #000;
  color: #fff;
}

.navbar .navbar-brand img {
  width: 100%;
  max-width: 340px;
  max-height: 46px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar .collapse {
  position: absolute;
  width: 100% !important;
  height: 50px !important;
  background-color: #01B2AA;
  -webkit-transition: 0 !important;
  transition: 0 !important;
}

.navbar .collapse.show {
  width: 100% !important;
  height: 50px !important;
  display: block;
  z-index: 10;
}

.nav-scroller {
  background: #eee;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 1px;
}

.nav-scroller .nav .nav-link {
  margin-right: 30px;
  font-weight: 500;
  color: var(--bs-body);
}
.nav-scroller .nav .nav-link.show {
  color: var(--theme);
}
.nav-scroller .nav .ms-auto {
  margin-right: 0;
}

.navbar-custom {
  background-color: var(--theme);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-custom .nav-link {
  margin-right: 20px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    --bs-gutter-x: 1.5rem;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar .navbar-brand {
    margin-right: 0;
    padding: calc(var(--bs-gutter-x) * .5);
    width: 100%;
    text-align: center;
  }
  .navbar .navbar-brand img {
    max-height: 40px;
    width: auto;
  }
  .navbar .navbar-mobile {
    width: 100%;
    background: #eee;
    padding: 8px calc(var(--bs-gutter-x) * .5);
  }
  .navbar .navbar-mobile .for-mobile {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .user-account .dropdown-toggle::after, .navbar .user-account .dropdown-toggle span {
    display: none;
  }
  .nav-scroller {
    position: fixed;
    width: 220px;
    top: 0;
    left: -240px;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25) !important;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 30px 10px;
  }
  .nav-scroller.active {
    left: 0;
  }
  .nav-scroller .nav {
    display: block;
    overflow: visible;
  }
  .nav-scroller .nav > .d-block {
    border-bottom: 1px solid #ddd;
  }
  .carousel-indicators {
    margin-bottom: -5px;
  }
   .navbar .dropdown-menu-center {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    }
}

@media (max-width: 359.9px) {
  .hideon-360 {
    display: none !important;
  }
  
  .navbar .navbar-brand img {
    max-height: 40px;
  }
}

.carousel-home .carousel-item {
  max-height: 520px;
}

.carousel-home .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.user-account .dropdown-toggle {
  text-decoration: none;
  color: var(--bs-body);
}

.user-account .dropdown-toggle i.fa {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  font-size: 15px;
  background-color: #777;
  color: #fff;
  border-radius: 24px;
  margin-right: 4px;
}

.user-account .dropdown-menu {
  min-width: 180px !important;
}

.category-box {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  border-radius: 8px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.category-box:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.category-box:hover .cate-body {
  background: rgba(0, 0, 0, 0.5);
}

.category-box:hover .cate-body h4 {
  color: var(--theme);
}

.category-box:hover .cate-body p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.category-box:hover .cate-body button {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.category-box:hover .cate-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.category-box .cate-img {
  aspect-ratio: 4 / 3.25;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-box .cate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 450ms;
  transition: 450ms;
}

.category-box .cate-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.category-box .cate-body h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.category-box .cate-body h4 {
  font-weight: bold;
}

.category-box .cate-body p {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.category-box .cate-body button {
  margin-top: auto;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.item-box {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 15px;
  border: 1px solid #eee;
}

.item-box .item-img {
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  text-decoration: none;
}

.item-box .item-img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 450ms;
  transition: 450ms;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 15px 0px 0px;
}

.item-box .item-body {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.item-box .item-body .item-para {
  color: var(--bs-body);
  font-size: 15px;
  padding: 0 15px;
  height: 22px;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
}

.item-box .item-body .item-starprice {
  position: relative;
  -webkit-transition: 450ms;
  transition: 450ms;
}

.item-box .item-body .item-buttons {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  -webkit-transition: 450ms;
  transition: 450ms;
  z-index: 10;
}

.item-box:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.item-box:hover .item-img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.item-box:hover .item-body .item-starprice {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.item-box:hover .item-body .item-buttons {
  opacity: 1;
  bottom: 25px;
}

.ratio-16x8 {
  aspect-ratio: 16 / 7.75;
}

.interior-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#000), to(#000));
  background: linear-gradient(#fff, #000, #000);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.interior-box .btn {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  top: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 0;
}

.interior-box img {
  -webkit-transition: 400ms;
  transition: 400ms;
}

.interior-box:hover img {
  opacity: 0.60;
}

.interior-box:hover .btn {
  top: 80%;
  opacity: 1;
}

.design-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  transition: 400ms;
}

.design-box .design-img {
  display: block;
  background: #000;
}

.design-box .design-img img {
  -webkit-transition: 500ms;
  transition: 500ms;
}

.design-box .design-body {
  padding: 15px;
}

.design-box .design-body a {
  display: block;
  text-decoration: none;
}

.design-box .design-buttons {
  position: absolute;
  width: 48px;
  top: 6px;
  right: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.design-box .design-buttons .btn {
  margin: 8px 0 0 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.design-box:hover {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.design-box:hover .design-img img {
  opacity: 0.6;
}

.design-box:hover .design-buttons {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.nav-underline {
  border-bottom: 1px solid #ddd;
}

.nav-underline .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #888;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1px 0;
  margin-right: 30px;
}

.nav-underline .nav-link.active, .nav-underline .nav-link:hover {
  color: #000;
  border-bottom: 3px solid #f79417;
  margin-bottom: -2px;
}

.star-rating {
  display: inline-block;
  color: #ddd;
  font-family: Arial;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}

.star-rating:before {
  content: '\2605\2605\2605\2605\2605';
  font-family: inherit;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  text-shadow: 0 0px 1px #fff;
}

.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.star-rating span:before {
  content: '\2605\2605\2605\2605\2605';
  position: relative;
  color: #f7bc3d;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
}

.slidesmall-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px;
  padding: 12px 1px;
}

/*Start Zoom*/
.slidebig-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.slidebig-image img {
  width: 100%;
}

.slidebig-image img.zoom {
  position: absolute;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

/*New Css Zoom effect*/


.slidesmall-image img {
  min-width: 80px;
  width: 80px;
  height: 80px;
  max-height: 80px;
  border: 1px solid #eee;
  border-radius: 6px;
  cursor: pointer;
}

.slidesmall-image img.active {
  border: 1px solid #ccc;
}

.accordion-flush .accordion-button::after {
  --bs-accordion-btn-icon-width: 14px;
}

.accordion-underline .accordion-item {
  border-bottom: var(--bs-accordion-border-width) dashed var(--bs-accordion-border-color);
}

.accordion-underline .accordion-item .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
          font-weight:500;
}

.accordion-underline .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme);
  background-color: transparent;
  font-weight:700;
}

footer {
  padding-top: 60px;
  background-color: #f3f5f7;
}

footer .footer-logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
}

footer h4 {
  margin-bottom: 20px;
}

footer .footer-address {
  list-style-type: none;
  padding-left: 0;
}

footer .footer-address li {
  margin-top: 12px;
}

footer .footer-address li .footer-connect {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
}

footer .footer-address li .footer-connect:hover:not(div) {
  color: var(--theme);
}

footer .footer-address li .footer-connect .fa {
  min-width: 26px;
  max-width: 26px;
  color: var(--theme);
  font-size: 15px;
  text-align: left;
}

footer .footer-social {
  list-style-type: none;
  padding-left: 0;
}

footer .footer-social li {
  margin-top: 12px;
}

footer .footer-social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #848484;
  -webkit-transition: 400ms;
  transition: 400ms;
}

footer .footer-social li a:hover {
  color: var(--theme);
}

footer .footer-social li a .fa {
  min-width: 25px;
}

footer .footer-links {
  list-style-type: none;
  padding-left: 0;
}

footer .footer-links li {
  margin-top: 12px;
}

footer .footer-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #848484;
  -webkit-transition: 400ms;
  transition: 400ms;
}

footer .footer-links li a:hover {
  color: var(--theme);
}

footer .footer-para {
  color: #848484;
}

footer .footer-copyright {
  margin-top: 40px;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  background-color: #e94a28;
}

/*14-06-2022*/

.menu-collapse .fa {
    width: 20px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.menu-collapse .fa:nth-child(2) {
    display: none;
}
.menu-collapse.active {
    color: var(--bs-danger);
}

.menu-collapse.active .fa:nth-child(1) {
  display: none;
}
.menu-collapse.active .fa:nth-child(2) {
    display: block;
}


.goto-top{
	position: fixed;
	width: 44px;
	height: 44px;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;
	background: rgb(255,255,255,0.75);
	cursor:pointer;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	color: #e94a28;
	transition: 300ms;
	display: block;
	transform: scale(0);
	box-shadow: 0 2px 5px #bababa;
}
.goto-top:before{
	content: '\27A4';
	font-family: 'Arial',sans-serif;
	font-weight: bold;
	display: block;
	transform: rotate(-90deg);
}
.goto-top:hover{background: rgb(255,255,255,1);color: #293068}
.goto-top.active{transform: scale(1);}

.form-check{font-weight:500;}
.breadcrumb-item{font-weight:400;}

.btn-theme {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--theme);
    --bs-btn-border-color: var(--theme);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme);
    --bs-btn-hover-border-color: var(--theme);
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme);
    --bs-btn-active-border-color: var(--theme);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--theme);
    --bs-btn-disabled-border-color: var(--theme);
}

.item-buttons .btn:hover {
   --bs-btn-color: #fff;
    --bs-btn-bg: var(--theme);
    --bs-btn-border-color: var(--theme);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme);
    --bs-btn-hover-border-color: var(--theme);
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme);
    --bs-btn-active-border-color: var(--theme);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--theme);
    --bs-btn-disabled-border-color: var(--theme); 
}

.btn-outline-secondary {
    --bs-btn-color: var(--theme);
    --bs-btn-border-color: var(--theme);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme);
    --bs-btn-hover-border-color: var(--theme);
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme);
    --bs-btn-active-border-color: var(--theme);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--theme);
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}

.item-box:hover{
    border:1px solid #e94a28;
    -webkit-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

/*Brand Slick Slider*/
.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos .slide {box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(0);
}

.customer-logos .slide:hover{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
   filter: grayscale(100%);
  transform: scale(1.1);
}


/*# sourceMappingURL=style.css.map */