@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;display=swap');

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 265px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #292323;
  font-size: 14px;
  line-height: 24px;
}

*,
*:focus,
*:hover {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none !important;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.fl {
  float: left;
}

-moz-osx-font-smoothing: {
  grayscale;
}


button {
  border: none;
  outline: none;
  background: none;
}

font-smooth: auto;
font-smooth: never;
font-smooth: always;
font-smooth: 2em;
font-smooth: inherit;
font-smooth: initial;
font-smooth: revert;
font-smooth: unset;

header {
  width: 100%;
  position: relative;
  z-index: 1;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
}

.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

header {
  z-index: 1;
  position: relative;
}

.header__main-center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__main-left {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.main-navigation .mainmenu__item {
  display: inline-block;
}

.main-navigation .mainmenu__item>a {
  padding-right: 30px;
  padding-left: 30px;
}

.main-navigation .mainmenu__item>a {
  padding-right: 25px;
  padding-left: 25px;
}

.main-navigation .mainmenu__item:first-child>a {
  padding-left: 0;
}

.main-navigation .mainmenu__item:last-child>a {
  padding-right: 0;
}

.main-navigation .mainmenu__item>a {
  position: relative;
}

.main-navigation .mainmenu__item>a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 36px;
  top: 100%;
}

.main-navigation .mainmenu__item.active>a {
  color: #ff5151;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul {
  position: absolute;
  left: 0;
  top: 150%;
  background: #fff;
  margin-top: 30px;
  min-width: 270px;
  z-index: 9;
  pointer-events: none;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  white-space: -moz-nowrap;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul li a {
  color: #292323;
  display: block;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul li a:not(.megamenu-title) .mm-text {
  position: relative;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul li a:not(.megamenu-title) .mm-text:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -ms-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: #e42127;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul li a:hover {
  color: #e42127;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul li a:hover:not(.megamenu-title) .mm-text:after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  white-space: -moz-nowrap;
  white-space: nowrap;
  padding: 30px 45px;
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu {
  padding: 30px 65px;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu.two-column>li {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu.three-column>li {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu.four-column>li {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  min-width: 240px;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu.five-column>li {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu>li {
  min-width: 215px;
  text-align: left;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu>li a {
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu>li a.megamenu-title {
  text-transform: capitalize;
  color: #292323;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu>li a.megamenu-title:hover {
  color: #ff5151;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.megamenu>li a.megamenu-title .mm-text:after {
  position: absolute;
  content: '';
  background-color: #ff5151;
  width: 50%;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.sub-menu {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 25px;
  z-index: 99999;
  position: absolute;
  width: 250px;
  min-width: 250px;
  left: -35px;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.sub-menu li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
  list-style: none;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  top: 0;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.sub-menu li a {
  padding: 5px 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.main-navigation .mainmenu__item.menu-item-has-children>ul.sub-menu .sub-menu {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 20px 25px;
  width: 250px;
  min-width: 250px;
  left: 100%;
  top: 30px;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-navigation .mainmenu__item.menu-item-has-children:hover>ul {
  pointer-events: visible;
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-navigation .mainmenu__item.megamenu-holder {
  position: static;
}

.main-navigation .mainmenu__link {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.main-navigation .mainmenu__link:hover {
  color: #e42127;
}

.main-navigation .mainmenu__link span i {
  font-size: 16px;
  color: #707070;
}

.menu-item-has-children i {
  font-size: 12px;
  padding-left: 5px;
}

.main-navigation .mainmenu li {
  position: relative;
}

.main-navigation .mainmenu li .sub-menu {
  display: block;
  background: #fff;
}

.uk-sticky-fixed nav ul li a i {
  background: transparent;
  color: #707070;
  font-size: 14px;
}

.main-navigation .mainmenu li ul {
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
  transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
}

.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  left: -265px;
  width: 265px;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}

.offcanvas-menu-wrapper .btn-close {
  top: 25px;
  right: 28px;
  z-index: 100;
}

.offcanvas-navigation {
  padding-top: 60px;
}

.offcanvas-navigation .offcanvas-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.offcanvas-navigation .offcanvas-menu li>.menu-expand {
  top: -1px;
  width: 50px;
  height: 100%;
  line-height: 50px;
  margin-right: 4px;
  color: #999999;
}

.offcanvas-navigation .offcanvas-menu li a {
  color: #000000;
  padding: 15px 0;
  line-height: 1;
}

.offcanvas-navigation .offcanvas-menu li .sub-menu {
  padding-left: 10px;
}

.offcanvas-navigation .offcanvas-menu li .sub-menu li:last-child {
  border-bottom-width: 0px;
}

.offcanvas-navigation .offcanvas-menu li.menu-open>.menu-expand i:before {
  content: '\f113';
}

.offcanvas-navigation .offcanvas-menu li:hover>a {
  color: #ff5151 !important;
}

.offcanvas-navigation .offcanvas-menu li:hover>.menu-expand {
  color: #ff5151 !important;
}

.offcanvas-navigation .site-info {
  margin-bottom: 35px;
  margin-top: auto;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  background-color: #ffffff;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

.sticky-header .header__top {
  display: none;
}

.header__main-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-banner {
  margin-top: -130px;
  float: left;
  width: 100%;
  background-color: #b9c2cb;
}



.home-banner .exploare-btn {
  position: absolute;
  left: 0;
  bottom: 40px;
  float: left;
  text-align: left;
  font-weight: 400;
  width: 718px;
  text-transform: capitalize;
  z-index: 1;
  line-height: 60px;
}

.home-banner .slider-active .exploare-btn {
  animation-delay: 750ms;
  animation-delay: 750ms;
  opacity: 0;
  animation-name: fadeInUP;
  -webkit-animation-name: fadeInUp;
}

.home-banner .exploare-btn a {
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-banner .item {
  height: 700px;
  width: 100%;
}

.home-banner .banner1-bg {}
.home-banner .tm-banner {
   background-image: url(../images/tm-banner.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home-banner .tm-banner-mobile {
  background-image: url(../images/tm-banner-mobile.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}


.home-banner .tm-banner-1080 {
  background-image: url(../images/tm-banner-1080.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  height: 700px;
}
.home-banner .diwali-bg {
  background-image: url(../images/diwali-website-banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home-banner-g {
  float: left;
  width: 100%;
  background-color: #b9c2cb;
  background-image: url(../images/banner-gw-logo.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 33%;
}

.diwali-ts-container {
  position: absolute;
  left: 0;
  top: 140px;
  float: left;
  width: auto;
  z-index: 1;
  height: auto;
}

.banner-wraper .diwali-ts-container .diwali-ts img {
  width: 75%;
  float: left;
}


.diwali-ts-text-container {
  position: absolute;
  left: 311px;
  top: 310px;
  float: left;
  width: auto;
  z-index: 1;
  height: auto;
}

.banner-wraper .diwali-ts-text-container .diwali-ts-text img {
  width: 70%;
  float: left;
}

.diwali-product-container {
  position: absolute;
  right: 0;
  top: 234px;
  float: right;
  width: auto;
  z-index: 1;
  height: auto;
}

.banner-wraper .diwali-product-container .diwali-product-shot img {
  width: 85%;
  float: right;
}




.item .banner-wraper .slider-images {}

.diwali-ts-img.slider-images {}

.home-banner .banner-bg {}

.home-banner .banner2-bg {
  background: #ffe7e1;
}

.home-banner .banner3-bg {
  background: #ffefe0;
}

.home-banner .banner4-bg {
  background: #fff7e1;
}

.home-banner .banner5-bg {
  background: #e1f1ff;
}

.home-banner .banner6-bg {
  background: #ffe9e1;
}

.home-banner .exploar-btn {}

.owl-pagination {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: -40px;
  position: relative;
  bottom: 15px;
}

.slider-text {
  position: absolute;
  left: 0;
  top: 290px;
  float: left;
  text-align: left;
  font-weight: 400;
  width: 718px;
  z-index: 1;
  line-height: 60px;
  height: 300px;
}

.slider-button {
  position: absolute;
  left: 0;
  top: 350px;
  float: left;
  text-align: left;
  font-weight: 400;
  width: 200;
  text-transform: capitalize;
  z-index: 1;
  line-height: 60px;
}

.item .banner-wraper .slider-text .slider-title {
  font-size: 48px;
  color: #292323;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-weight: 200;
}

.item .banner-wraper .slider-text .slider-info {
  font-size: 15px;
  color: #292323;
  width: 100%;
  float: left;
  line-height: 26px;
  text-align: justify;
  font-weight: 300;
}

.item .banner-wraper .slider-text span {
  display: block;
}

.slider-active .item .top-banner-anchor-logo {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

.item .banner-wraper .slider-text .slider-title .slider-info1 {
  line-height: 28px;
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;

}

.item .banner-wraper .slider-text .slider-title .slider-info2 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;

  line-height: 42px;
  text-transform: none;
}

.item .banner-wraper .slider-text .slider-title .slider-info3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 400;
  line-height: 22px;
}

.item .banner-wraper .slider-images {
  position: absolute;
  right: 0%;
  top: 163px;
  float: left;
  text-align: left;
  font-weight: 400;
  width: 490px;
}

.slider-active .item .banner-wraper .slider-images .product-images {
  animation-delay: 750ms;
  opacity: 0;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  text-align: right;
}

.banner-wraper .slider-images .product-images img {
  width: 100%;
}

.slider-active .item .banner-wraper .slider-text .slider-title {
  animation-delay: 750ms;
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;

}

.slider-active .item .banner-wraper .slider-text .slider-info {
  animation-delay: 1000ms;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.slider-active .item .banner-wraper .slogan {
  animation-delay: 1500ms;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.banner-wraper {
  display: block;
  margin: 0 auto;
  padding: 0;
  clear: both;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 8s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.hm-about-right-text {
  padding-top: 0px;
}

.commen-btn {
  color: #292323;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #292323;
  padding: 10px 30px;
  background-image: linear-gradient(135deg, #000 0%, #000 50%, transparent 50%, transparent 100%);
  background-position: right center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-size: 270% auto;
}

.commen-btn:hover {
  background-position: left center;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #fff;
}

.commen-btn-red {
  color: #e42127;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #e42127;
  padding: 10px 30px;
  background-image: linear-gradient(135deg, #e42127 0%, #e42127 50%, transparent 50%, transparent 100%);
  background-position: right center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-size: 270% auto;
}

.commen-btn-red:hover {
  background-position: left center;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #fff;
}


.home-aboutus {
  padding: 65px 0 70px 0;
  float: left;
  width: 100%;
  color: #707070;
}

.title {
  font-size: 40px;
  display: block;
  padding-bottom: 15px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.title span {
  color: #e42127;
}

.hm-about-bottom {
  padding-top: 3rem !important;
}

h5.home-feature-text {
  font-weight: 600;
}

.hm-about-bottom p {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  font-weight: 400;
}

.hm-about-row {
  float: left;
  width: 100%;
  padding-top: 21px;
}

.new-arrival-section {
  float: left;
  width: 100%;
  padding: 30px 0 0px 0;
  background: #f5f5f5;
  margin-bottom: 0px;
}

.white-hover {
  position: relative;
}

.hm-na-box::before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(0);
  transition: all 300ms ease 0s;
}

.hm-na-box:hover::before {
  transform: scale(1);
}

.hm-na-box .buttom-row {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.hm-na-box .buttom-row a {
  display: inline-block;
  text-align: center;
  width: 105px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 7px;
}

.hm-na-box .buttom-row a+a {
  margin-left: 10px;
}

.hm-na-box {
  background: #a9b7c0;
  position: relative;
  width: 100%;
  display: block;
}

.center {
  text-align: center;
}

.hm-cat-row {
  float: left;
  width: 100%;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  background: #fff;
}

.hm-cat-row .owl-prev {
  position: absolute;
  top: 35%;
  left: 10px;
  text-align: center;
  color: rgba(0, 0, 0, .3);
  font-size: 31px;
}

.hm-cat-row .owl-next {
  position: absolute;
  top: 35%;
  right: 10px;
  text-align: center;
  color: rgba(0, 0, 0, .3);
  font-size: 31px;
}

.hm-cat-row .cat-box {
  background: #fcfcfc;
  padding: 30px 0px 45px 0px;
  text-align: center;
  min-height: 100px;
  transition: .3s;
  transform: scale(1.0);
}

.hm-cat-row .cat-box img {
  transition: all 300ms ease 0s;
}

.hm-cat-row .cat-box:hover img {
  transform: scale(1.1);
}

.hm-cat-row .cat-box .image-box {
  padding: 0px 0px 20px 0px;
  text-align: center;
  min-height: 100px;
  display: inline-block;
  width: 100%;
}

.hm-cat-row .cat-box.image-box-gray-bg {
  background: #e7e7e7;
}

.hm-cat-row .cat-box .image-box img {
  text-align: center;
  height: 150px;
  object-fit: cover;
}

.hm-cat-row .cat-box .cat-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #292323;
  font-weight: 400;
  text-transform: uppercase;
}

.hm-cat-row .cat-box {
  margin-right: 0px;
}

.new-arrival-section .col-md-6 {
  padding: 0 1px;
  overflow: hidden;
}

.na-box-text .title {
  color: #fff;
}

.hm-na-box .commen-btn {
  color: #fff;
  border: 1px solid #fff;
}

.na-box1 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 400px;
}

.na-box1 .na-box-text {
  float: left;
  width: 35%;
  position: absolute;
  top: 34%;
  left: 5%;
}

.na-box1 .na-box-text .title {
  float: left;
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box1 .na-box-text::before {
  border-left: 5px solid #e42127;
  padding-right: 5px;
  content: "";
  text-align: left;
  float: left;
  height: 61px;
}

.na-box1 .na-box-text .title span {
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
  padding-left: 3px;
}

.na-box1 .na-box-image {
  float: right;
  margin: 32px 3% 0 0;
  width: 47%;
}

.na-box1 .na-box-image img {
  width: 100%;
}

.na-box-text .title span {
  width: 100%;
  color: #fff;
}

.new-arrival-section .row {
  --bs-gutter-x: inherit;
}

.na-box2 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 500px;
  background: #7e93a2;
}

.na-box2 .na-box-text {
  width: 35%;
  position: absolute;
  top: 34%;
  right: 0%;
}

.na-box2 .na-box-text .title {
  float: left;
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box2 .na-box-text::before {
  border-left: 5px solid #e42127;
  padding-right: 5px;
  content: "";
  text-align: left;
  float: left;
  height: 61px;
}

.na-box2 .na-box-text .title span {
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
  padding-left: 3px;
}

.na-box2 .na-box-image {
  float: left;
  margin: 68px 0 0 9%;
  width: 46%;
}

.na-box2 .na-box-image img {
  width: 100%;
}

.na-box3 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 500px;
  background: #7e93a2;
}

.na-box3 .na-box-text {
  width: 100%;
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  text-align: center;
}

.na-box3 .na-box-text .title {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box3 .na-box-text .title span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
}

.na-box3 .na-box-image {
  width: 100%;
  bottom: 5%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.na-box3 .na-box-image img {
  width: 76%;
}

.na-box3 .buttom-row {
  float: inherit;
  margin-top: 0px;
}

.na-box4 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 400px;
}

.na-box4 .na-box-text {
  width: 100%;
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  text-align: center;
}

.na-box4 .na-box-text .title {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box4 .na-box-text .title span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
}

.na-box4 .na-box-image {
  width: 100%;
  bottom: 0%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.captcha-input-w {
  width: 194px !important;
  margin-left: 10px;
}

.na-box4 .na-box-image img {
  width: 69%;
}

.na-box4 .buttom-row {
  float: inherit;
  margin-top: 0px;
}

.na-box5 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 400px;
  background: #7e93a2;
}

.na-box5 .na-box-text {
  width: 100%;
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  text-align: center;
}

.na-box5 .na-box-text .title {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box5 .na-box-text .title span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
}

.na-box5 .na-box-image {
  width: 100%;
  bottom: 15%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.na-box5 .na-box-image img {
  width: 84%;
  margin-left: 0%;
}

.na-box5 .buttom-row {
  float: inherit;
  margin-top: 0px;
}

.na-box6 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  height: 500px;
}

.na-box6 .na-box-text {
  width: 100%;
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  text-align: center;
}

.na-box6 .na-box-text .title {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: text-top;
  line-height: 31px;
}

.na-box6 .na-box-text .title span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 8px;
  text-transform: capitalize;
}

.na-box6 .na-box-image {
  width: 100%;
  bottom: 4%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.na-box6 .na-box-image img {
  width: 55%;
}

.na-box6 .buttom-row {
  float: inherit;
  margin-top: 0px;
}

.download-section {
  float: left;
  width: 100%;
  padding: 30px 0 0px 0;
}

.title-bottom-info {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 40%;
  margin: 0 auto 0 auto;
  padding-bottom: 30px;
}

.download-part {
  padding: 40px 0 0px 0;
}

.download-part ul li {
  list-style: none;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.app-img {
  float: left;
}

.app-box-bg {
  background: rgba(0, 0, 0, 0) url(../images/app-bg.svg) no-repeat scroll center center;
  content: "";
  position: absolute;
  top: 47px;
  left: 30px;
  width: 500px;
  height: 500px;
  z-index: -1;
  opacity: 0.15;
  animation: ripple 5s infinite;
}

.app-screen-main {
  max-width: 280px;
  margin: 20px auto 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.device {
  position: absolute;
  top: -30px;
  left: -29px;
  width: 340px;
  z-index: 2;
}

.app-screen-main {
  max-width: 280px;
  margin: 20px auto 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.download-app-box {
  margin-bottom: 50px;
}

.download-app-box .app-icon {
  background: #F7F8F9;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
  -webkit-box-shadow: 0 2px 13px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgb(0 0 0 / 25%);
}

.download-app-details {
  margin-left: 110px;
}

.download-app-title {
  font-size: 22px;
  font-weight: 500;
}

.app-des {
  font-size: 14px;
  color: #707070;
  font-weight: 300;
}

.app-wodnload-row {
  float: left;
  width: 100%;
  text-align: center;
}

.app-wodnload-row a {}

.app-wodnload-row a+a {
  margin-left: 10px;
}

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}

.counter-section {
  background-color: #f5f5f5;
  float: left;
  width: 100%;
  padding: 25px 0;
  background-image: url("../images/map-bg.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 50%;
}

.expriance-section {
  float: left;
  width: 100%;
  padding: 80px 0 90px 0;
  margin-top: -15px;
}

.expriance-number {
  font-size: 378px;
  color: #ccc;
  font-weight: 600;
  letter-spacing: -50px;
  line-height: 300px;
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.expriance-text {
  float: left;
  padding-left: 0px;
  padding-top: 15px;
}

.expriance-text .title {
  float: left;
  font-size: 34px;
  line-height: 40px;
  color: #292323;
  padding-left: 26px;
  width: 100%;
  font-weight: 600;
  padding-bottom: 0;
  width: 170px;
}

.expriance-text .title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #d7d7d7;
}

.expriance-section .right-info {
  float: right;
}

.expriance-section .right-info .info-box {
  float: left;
  padding: 23px 0px;
  width: 50%;
}

.expriance-section .right-info .info-box:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}

.expriance-section .right-info .info-box:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}

.expriance-section .right-info .info-box:nth-child(even) {
  border-left: 1px solid #e1e1e1;
}

.expriance-section .right-info .info-box .count-number {
  padding-top: 0;
}

.expriance-section .right-info .info-box .gw_count {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  display: inline-block;
  line-height: 80px;
  color: #292323;
}

.expriance-section .right-info .info-box .counter-text {
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 auto;
  width: 100%;
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

.expriance-section .right-info .info-box .increase-info {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  display: inline-block;
  line-height: 24px;
  color: #707070;
}

.expriance-text a {
  margin-top: 20px;
  float: left;
}

.expriance-text p {
  float: left;
  width: 100%;
  margin-top: 31px;
  color: #707070;
  font-weight: 400;
  font-size: 14px;
}

.gw_count {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  color: #e42127;
}

.increase-info {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  display: inline-block;
  line-height: 50px;
  color: #707070;
}

.increase-info span {
  font-size: 30px;
}

.counter-text {
  text-align: center;
  font-size: 16px;
  float: left;
  margin: 0 auto;
  width: 100%;
}

.count-number {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.best-seller-row {
  padding: 0px 0 0px 0;
  float: left;
  width: 100%;
}

.best-sale-product {
  padding: 60px;
  float: left;
  background: #f5f5f5;
  width: 100%;
}

.best-sale-product-inner {
  background: #fff;
  float: left;
  width: 100%;
  max-height: 540px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15) -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
}

.best-sale-product-img {
  float: left;
  width: 60%;
}

.best-sale-product-info {
  float: left;
  width: 40%;
  margin-top: 187px;
}

.best-sale-product-img img {
  margin-top: 30px;
  width: 63%;
  margin-left: 9%;
}

.best-sale-product-heading-main {
  line-height: 0.22;
  font-size: 100px;
  color: rgba(1, 2, 37, 0.102);
  font-family: "Abril Fatface", cursive;
  display: block;
}

.best-sale-product-heading-sub {
  font-size: 47px;
  color: #000;
  font-weight: 700;
}

.best-sale-product-desc {
  color: #707070;
  max-width: 56%;
  margin-bottom: 44px;
  font-weight: 300;
}

.hm-na-box img {
  transition: .3s;
  transform: scale(1.0);
}

.hm-na-box:hover img {
  transform: scale(1.1);
}

.hm-blog-section {
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;
}

.hm-blog-section .blog-box {
  float: left;
  transition: .3s;
  transform: scale(1.0);
}

.hm-blog-section .blog-box:hover img {
  transform: scale(1.1);
}

.hm-blog-section .blog-box .image-box {
  margin-bottom: 20px;
  overflow: hidden;
}

.hm-blog-section .blog-box .image-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 300ms ease 0s;
}

.hm-blog-section .blog-box .hm-blog-text {
  float: left;
  width: 80%;
  background: #F7F8F9;
  padding: 30px;
  margin-top: -60px;
  position: relative;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
}

.hm-blog-section .blog-box .hm-blog-text .hm-blog-title {
  float: left;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
}

.hm-blog-section .blog-box .hm-blog-text .hm-blog-text {
  font-size: 13px;
  line-height: 18px;
  color: #707070;
  width: 100%;
  font-weight: 300;
  padding: 0;
  margin-top: 0px;
  box-shadow: none;
}

footer {
  padding: 25px 60px 0px 60px;
  float: left;
  background: #f5f5f5;
  width: 100%;
  text-align: justify;
}

.hm-blog-section .blog-box .bottom-row {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.hm-blog-section .blog-box .bottom-row .readmore-btn {
  float: left;
  width: 50%;
}

.hm-blog-section .blog-box .bottom-row .readmore-btn a {
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.hm-blog-section .blog-box .bottom-row .readmore-btn a:hover {
  color: #e42127;
  transition: all .3s
}

.hm-blog-section .blog-box .bottom-row .date {
  float: right;
  font-size: 12px;
  color: #707070;
  padding-top: 3px;
}

.footer-company-block {
  float: left;
  width: 100%
}

.footer-company-block .f-logo {
  float: left;
  width: 100%;
}

.footer-company-block .f-logo img {}

.footer-company-block .f-company-dis {
  float: left;
  width: 80%;
  color: #707070;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px;
  text-align: justify;
  font-weight: 400;
}

.footer-link-box {}

.footer-link-box .top-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.footer-link-box a {
  float: left;
  width: 50%;
  padding-bottom: 10px;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-row {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.footer-bottom-row .copy-text {
  float: left;
  color: #707070;
}

.footer-bottom-row .tc-link {
  float: right;
  color: #707070;
  text-align: right;
  width: 50%;
}

.footer-bottom-row .tc-link a {
  color: #707070;
}

.subscrib-box {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.subscrib-box .title {
  font-size: 16px;
  width: 100%;
  float: left;
  font-weight: 500;
  padding-bottom: 0;
}

.f-follow-us {
  float: left;
  margin-top: 10px;
}

.f-follow-us a {
  margin-right: 10px;
  float: left;
  color: #fff;
  background: #000;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  transition: all .5s;
  background: #989898;
}

.f-follow-us a img{height: 24px;
    width: 24px;
    vertical-align: top;}

.f-follow-us a:hover {
  background: #000;
}

.video-section {
  padding-top: 10px;
}

.scroll-top.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.scroll-top {
  position: fixed;
  bottom: 50%;
  right: 30px;
  z-index: 99999;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  opacity: 0;
  visibility: hidden;
}

.scroll-top button {
  height: 40px;
  width: 40px;
  background: #e42127;
  position: relative;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border: 0;
}

.text-left {
  text-align: left;
}

.no-col-pad {
  padding-left: 0;
  padding-right: 0;
}

.scroll-top button i {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.scroll-top button:after {
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #e42127;
  position: absolute;
  top: 5px;
  left: 5px;
  background: transparent;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

iframe {
  display: block;
}

.scroll-top button:hover:after {
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.count-circle {
  width: 200px;
  padding: 20px;
  background: #fff;
  border-radius: 200px;
  height: 200px;
  box-shadow: 5px 10px 10px 0px rgb(0 0 0 / 10%);
  margin: 0 auto;
}

.hm-about-short-dis {
  font-weight: 400;
  line-height: 24px;
}

.app-screen img {
  height: 520px;
  width: 284px;
  object-fit: cover;
}

.app-icon.icon1 i {
  font-size: 34px;
  color: #e42127;
  line-height: 78px;
}

.ts-banner-info4 {
  margin-top: 5px;
  float: left;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: inherit;
}

.promocode-success {
  float: left;
  color: green;
  padding-top: 5px;
  font-weight: 700;
}

.left-app-video {
  float: left;
  width: 45%;
  margin-right: 2%;
}

.right-app-contant {
  float: left;
  width: 53%;
  text-align: center;
  padding-right: 2%;
}

.download-section .right-app-contant .title {
  font-size: 35px;
  padding-top: 30px;
}

.app-dis {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  padding: 20px 0 25px 0;
  color: #707070;
  font-weight: 300;
}

.app-download-btn {
  display: inline-block;
  margin-top: 25px;
}

.about-row {
  display: flex;
  width: 100%;
  margin-bottom: 2%;
}

.about-row .sbox {
  width: 28%;
  padding: 2%;
  background: #f0f0f0;
  font-size: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
}

.about-row .bbox {
  width: 75%;
  padding: 2%;
  background: #e8e8e8;
  min-height: 252px;
}

.about-row .bbox p {
  margin-bottom: 0;
  padding-bottom: 0;
  justify-items: center;
  display: flex;
  align-items: center;
  min-height: 213px;
  text-align: justify;
}

.about-row .bbox .heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 15px;
}

.about-row .sbox.left-mar {
  margin-left: 2%;
}

.about-row .sbox.right-mar {
  margin-right: 2%;
}

.about-row .bbox .vision-img {
  width: 30%;
  float: left;
  margin-right: 2%;
}

.about-row .sbox span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-row .sbox span img {
  object-fit: contain;
  height: 240px;
}

.about-slider-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

.about-slider-wrapper .owl-item .item img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.title-wrapper {
  margin: 0 auto 25px;
  text-align: center;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}

.title-wrapper h2 {
  font-weight: 400;
  margin: 0;
  display: inline-block;
  padding-bottom: 11px;
  line-height: 32px;
  position: relative;
  font-size: 26px;
  text-transform: uppercase;
}

.title-wrapper h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ed1c24;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.contactut-form {
  width: 100%;
}

.contactut-form ul li {
  list-style: none;
  float: left;
  width: 48%;
  margin-bottom: 15px;
}

.contactut-form ul li input {
  width: 100%;
}

.contactut-form ul li select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.contactut-form ul {
  margin: 0;
  padding: 0;
}

.contactut-form ul li textarea {
  height: 70px;
  width: 100%;
}

.contactut-form ul li+li {
  margin-left: 4%;
}

.contactut-form ul li.last {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="reset"],
input[type="search"],
textarea {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 30px;
}

.common-btn {
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 7px 20px;
  font-weight: bold;
  display: block;
  border-radius: 0;
  width: 150px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

.contact-content {
  max-width: 900px;
  margin: 0px auto;
}

.contact-info-inner {
  font-size: 13px;
  line-height: 22px;
  border: 1px solid #f6f6f6;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 5%);
  border-radius: 0px;
  background: #f2f2f2;
}

.contact-info-inner h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 60
}

.contact-info-inner hr {
  margin: 5px 0;
}

.contact-map {
  float: right;
  margin-top: 0px;
  height: 438px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
}

.contact-map iframe {
  float: right;
  height: 438px;
  width: 100%;
}

.mz-brand-video {
  margin: 0;
  padding: 0;
}

.mz-brand-video li {
  padding: 5px;
  background: #ccc;
  border: 1px solid #eee;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  list-style: none;
}

.mz-brand-video li+li {
  margin-left: 10px;
}

.mz-brand-video li a {
  position: relative;
}

.mz-brand-video li a img {
  height: 200px;
  width: 300px;
  object-fit: cover;
}

.mz-brand-video .youtube-icon {
  background-image: url(../images/youtube.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  width: 128px;
  position: absolute;
  background-size: 80px 80px;
  height: 128px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -34px;
}

.beefup__body {
  border: 1px solid #ececec;
}

.beefup__head {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #000;
}

.beefup.is-open>.beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}

.beefup__head button {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.beefup {
  margin-bottom: 10px;
}

.award-box-row {
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.award-box {
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #f6f6f6;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background: #f2f2f2;
  width: 18%;
  float: left;
  min-height: 420px;
}

.award-box+.award-box {
  margin-left: 2%;
}

.award-box img {
  margin-top: 30px;
}

.csr-image-section {
  margin-top: 20px;
}

.csr-image-section ul {
  padding: 10px;
}

#big .csr-img {
  height: auto;
  display: inline-block;
  margin: 5px 5px;
  overflow: hidden;
}

#big .csr-img a .mz-name {
  background: #000;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

#big .csr-img a:hover {
  text-decoration: none;
}

#big .csr-img a {
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #ccc;
  float: left;
}

#big .csr-img a img {
  object-fit: cover;
  height: 175px;
  width: 175px;
  object-position: center;
  vertical-align: middle;
}

.media-zone-content {}

.media-zone {
  text-align: center;
  overflow: hidden;
}

.media-zone button {
  background-color: inherit;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 25px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  width: 225px;
}

.media-zone button img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.media-zone button span {
  display: block;
  padding-top: 10px;
}

.media-zone button:hover {
  background: #de232a;
}

.media-zone button.active {
  background: #de232a;
}

.mztabcontent {
  display: none;
  ;
  border-top: none;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.mztabcontent ul {
  padding-left: 0;
  text-align: center;
}

.media-zone-toprow {
  background: #807879;
  color: #fff;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.desk-dnone {
  display: none;
}

.pr-box {
  float: left;
  margin: 0;
  padding: 0;
}

.mob-dnone {
  /*display: block;*/
}

.pr-box li {
  list-style: none;
  height: auto;
  display: inline-block;
  margin: 5px 5px;
  overflow: hidden;
  width: 216px;
}

.pr-box li a {
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #ccc;
  float: left;
}

.pr-box li a img {
  object-fit: cover;
  height: 180px;
  width: 200px;
  object-position: center;
  vertical-align: middle;
}

.pr-box li a .pr-title {
  line-height: 18px;
  color: #de232a;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  text-align: left;
  height: 50px;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pr-box li a .sub-title {
  line-height: 16px;
  float: left;
  font-size: 12px;
  color: #5e5e5e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  height: 35px;
}

.pr-text {
  width: 200px;
  float: left;
}

.talk-bubble {
  display: inline-block;
  position: relative;
  height: auto;
  text-align: center;
}

.tri-right.border.btm-left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  position: relative;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  min-height: 132px;
}

.talktext p {
  margin: 0;
  padding: 0;
}

.talktext:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 68px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: #000 transparent transparent #000;
}

.shop-link {
  background: #000;
  color: #fff !important;
  border-radius: 5px;
  line-height: 25px;
  margin-top: -3px
}

.red-btn {
  background: #de232a !important;
}

.payment-opt-text {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  width: 100%;
  display: inline-block;
}

.payment-link {
  width: 300px;
  text-align: center;
  margin: 0 auto 0 auto;
}

.payment-link a {
  background: #f1f1f1;
  color: #000000;
  display: block;
  padding: 10px;
  font-size: 18px;
  margin-top: 10px;
}

.payment-opt-text2 {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.tc-pp-link {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.download-brou-btn {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  display: inline-block;
}

.download-brou-btn a {
  background: #000;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 14px;
  min-width: 100px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: 500;
}

.careers-box .beefup__body {
  padding: 10px;
}

.inner-main {
  margin: 0px auto 0px auto;
  width: 750px;
  float: inherit;
  text-align: center;
}

.innerpage-p-logo {
  margin: 0 auto 30px auto;
  text-align: center;
}

.innerpage-p-logo img {
  object-fit: cover;
  width: 250px;
}

.inner-main h2 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.inner-main .p-containt {
  margin-bottom: 15px;
  text-align: center;
  line-height: 22px;
  /*float:left; */
  font-size: 16px;
  line-height: 25px;
}

.inner-h2 {
  text-transform: capitalize;
  margin-top: 100px !important;
}

.inner-main .two-section-row {
  float: left;
  margin-top: 25px;
}

.inner-main .two-section-row .left-side {
  float: left;
  width: 200px;
  margin-right: 25px;
  text-align: center;
}

.inner-main .two-section-row .left-side img {}

.inner-main .two-section-row .right-side {
  float: left;
  width: 525px;
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
}

.inner-main .two-section-row .right-side.mart0 {
  margin-top: 0;
}

.tow-col-row {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.tow-col-row .left-part {
  float: left;
  width: 350px;
  margin-right: 25px;
}

.tow-col-row .right-part {
  float: left;
  width: 375px;
  text-align: justify;
}

.tow-col-row2 {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.tow-col-row2 .left-part {
  float: left;
  width: 375px;
  text-align: justify;
}

.tow-col-row2 .right-part {
  float: left;
  width: 350px;
  margin-left: 25px;
}

.three-col-text-row {
  float: left;
  width: 100%;
}

.three-col-text {
  text-align: left;
  font-size: 16px;
  width: 230px;
  float: left;
}

.three-col-text+.three-col-text {
  margin-left: 30px;
}

.trivo-col {
  width: 375px;
  float: left;
  margin: 20px 0;
  text-align: left;
  font-size: 16px;
}

.trivo-col .left-part {
  float: left;
  width: 100px;
  margin-right: 25px;
}

.trivo-col .right-part {
  float: left;
  width: 200px
}

.arcus-two-row {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.arcus-two-row .left-part {
  float: left;
  width: 275px;
  margin-right: 25px;
}

.arcus-two-row .right-part {
  float: left;
  width: 450px;
  text-align: left;
  font-size: 16px;
}

.left-text {
  text-align: left;
}

.mart100 {
  margin-top: 100px !important;
}

.mart50 {
  margin-top: 50px !important;
}

.mart25 {
  margin-top: 25px !important;
}

.mart75 {
  margin-top: 75px !important;
}

.mart45 {
  margin-top: 45px !important;
}

.mart70 {
  margin-top: 70px !important;
}

.mart60 {
  margin-top: 60px !important;
}

.three-colom {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
}

.three-colom .colom {
  width: 31%;
  float: left;
}

.three-colom .colom+.colom {
  margin-left: 3%;
}

.four-colom {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
}

.four-colom .colom {
  width: 23.5%;
  float: left;
}

.four-colom .colom+.colom {
  margin-left: 2%;
}

.image-two-colom {
  float: left;
  text-align: center;
  width: 49%;
  margin-bottom: 70px;
}

.image-two-colom+.image-two-colom {
  margin-left: 2%
}

.image-two-colom img {
  height: 320px;
  object-fit: contain;
  width: 320px;
}

.img-bottom-name {
  background: #7a7a7a;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  width: 280px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
}

.fiana3-img {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}

.fiana3-img img {
  width: 100%;
}

.marb20 {
  margin-bottom: 20px;
}

.range-top {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  width: 100px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 10px;
}

.range-name {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.condus-colorbox {
  width: 100px;
  text-align: center;
  display: inline-block;
}

.condus-colorbox .colorbox {
  border: 2px solid #cccccc;
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
}

.condus-colorbox .colorbox-title {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}

.blackbg {
  background: #000000 !important;
}

.greybg {
  background: #747474 !important;
}

.certab {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}

.certab button {
  background-color: inherit;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.certab button:hover {
  background-color: #ddd;
}

.certab button.active {
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.certabcontent {
  display: none;
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-top: none;
}

.certabcontent ul {
  padding-left: 0;
  text-align: center;
}

.download-box {
  /*display: inline-block;
  width: auto;*/
}

.download-title {
  text-align: center;
  display: block;
  border: none;
  outline: none;
  padding: 0px 16px 10px 16px;
  margin-bottom: 15px;
  font-size: 24px;
}

.download-title span {
  font-weight: 700;
  padding: 14px 5px;
}

.sep {
  height: 1px;
  float: left;
  width: 100%;
  margin: 0px 0 25px 0;
  background: #ddd;
}

#big .cer-img {
  height: auto;
  display: inline-block;
  margin: 0 10px 10px 10px;
  background: #f1f1f1;
}

.left-image {
  float: left;
  width: 50%;
}

.left-image img {
  width: 100%;
}

/*.right-part {
  background: #F4F5F7;
  padding: 20px;
  float: left;
  text-align: justify;
  width: 50%;
  height: 247px;
  position: relative;
}*/

.sw-p-link {
  position: absolute;
  bottom: 17px;
}

.sw-p-link a {
  background: #ed1c24;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 22px;
}

.cat-product-box {
  box-shadow: 0px 2px 10px 0px #ccc;
  margin: 10px;
  width: 48%;
  padding: 0;
  margin: 10px;
}

.right-part .sw-ptitle {
  font-size: 30px;
  color: #000;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.right-part .sw-pdesc {
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  line-height: 22px;
}

#big .cer-img a .mz-name {
  background: #000;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

#big .cer-img a img {
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  height: 300px;
  object-fit: cover;
}

.w100per {
  width: 100%;
}

.plist-box {
  float: left;
  margin-bottom: 15px;
}

.plist-box a img {
  border: 1px solid #f7f7f7;
  box-shadow: 0px 2px 10px 0px #ccc;
}

.plist-box a .pdf-name {
  width: 100%;
  float: left;

  text-align: center;
  padding: 10px 0 0px 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

a.download-btn {
  line-height: 28px;
  color: #999;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding: 2px 25px;
  margin: 17px 0 30px 0;
  text-transform: capitalize;
  background: none;
  border: 2px solid #ccc;
  border-radius: 26px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
  background: #f7f7f7;
  outline: none;
  margin-right: 10px;
}


.ha-row {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.ha-row .image-box {
  float: left;
  margin: 7px;
  width: 48%;
  border: 1px solid #ddd;
}

.ha-row .image-box img {
  width: 100%;
  display: block;
}

.ha-inner-botttom-row {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ddd;
  font-weight: 500;
  background: #f1f1f1;
}

.ha-feature-icon {
  float: left;
  margin: 5px 10px 5px 15px;
}

.ha-feature-icon img {
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
  width: 32px;
  height: 32px;
}

.ha-feature-name {
  float: left;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

.ha-more-features {
  float: left;
  width: 100%;
  ;
}

.ha-more-features .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0 10px 0;
}

.ha-more-features .icon-row {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}

.ha-more-features .icon-row .box {
  border: 1px solid #ddd;
  display: inline-block;
  width: 134px;
  margin-bottom: 13px;
}

.account-card {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 30px 30px 30px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}

.account-card svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}

.captcha-row img {
  margin-bottom: 10px;
}

.captcha-row i {
  padding-left: 10px;
}

p.success {
  color: #73af55;
  font-size: 18px;
  padding-top: 20px;
}

.ha-more-features .icon-row .box+.box {
  margin-left: 13px;
}

.ha-more-features .icon-row .box .icon {
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
}

.ha-more-features .icon-row .box .icon-title {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  background: #f1f1f1;
}

.top-shop-link a {
  background: #ed1c24;
  padding: 6px 10px !important;
  border-radius: 20px;
  color: #fff !important;
  font-weight: 500 !important;
}

.brand-row {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.brand-row .brand-box {
  padding: 5px;
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.brand-row .brand-box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.download-app-main .best-sale-product-inner {
  background: #F7F8F9;
}

.slider2-img.slider-images {
  top: 250px !important;
}

.slider3-img.slider-images {
  top: 235px !important;
  width: 590px !important;
}



.slider4-img.slider-images {
  top: 285px !important;
  width: 590px !important;
}

.slider6-img.slider-images {
  width: 46% !important;
  top: 235px !important;
}

.slider1-img.slider-images {
  top: 300px !important;
}

.other-product-row {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.other-product-row .op-box {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  min-height: 650px;
}

.other-product-row .op-box .op-title {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  padding: 30px 0 0 15px;
  color: #292323;
  text-align: left;
  font-weight: 500;
  width: 82%;
}

.other-product-row .op-box .op-title span {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}

.other-product-row .op-box img {
  bottom: 20px;
  width: 90%;
  object-fit: contain;
  height: 500px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.other-product-row .op-box1 {
  background-color: #f5f5f5;
}

.other-product-row .op-box2 {
  background-color: #e7e7e7;
}

.other-product-row .op-box3 {
  background-color: #f5f5f5;
}

.other-product-row .op-box4 {
  background-color: #e7e7e7;
}

.other-product-row .op-box::before {
  background: rgba(255, 255, 255, .3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0
}

.other-product-row .op-box::after {
  background: rgba(255, 255, 255, .6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0
}

.other-product-row .op-box:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all .6s linear;
  transition: all .6s linear
}

.other-product-row .op-box:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all .6s linear;
  transition: all .6s linear
}

.other-product-row .op-box .round-btn {
  float: right;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #4f4f4f;
  background: #fafafa;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 2px solid transparent;
  outline: 0;
  font-size: 16px;
  transition: all .5s ease-in-out;
  margin: 25px 15px 0 0;
}

.other-product-row .op-box:hover .round-btn {
  background: #ed1c24;
  color: #fff;
}

.topbar {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e9e9e9;
}

.topbar .top-email {
  float: right;
  padding-left: 10px;
  line-height: 13px;
}

.topbar .top-email+.top-phone {
  border-right: 1px solid #000;
}

.topbar a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.topbar .top-phone {
  float: right;
  padding-right: 10px;
  line-height: 13px;
}

.brand-slider-section {
  float: left;
  padding: 25px 0 50px 0;
  width: 100%;
}

.str3 .str_item {
  font-size: 0;
  line-height: 0
}

.str3 .brand-box {
  padding: 5px;
  height: 130px;
  width: 130px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}

.str3.str_wrap.str_active {
  background: #fff;
}

.str_wrap {
  overflow: hidden; //zoom:1;width:100%;font-size:12px;line-height:16px;position:relative;-moz-user-select: none;-khtml-user-select: none;user-select: none; white-space:nowrap; text-align: center;}

  .str_wrap.str_active {
    background: #f1f1f1;
  }

  .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
  }

  .str_move_clone {
    display: inline-block; //display:inline;//zoom:1;vertical-align:top;position:absolute; left:100%;top:0;}

    .str_vertical .str_move_clone {
      left: 0;
      top: 100%;
    }

    .str_down .str_move_clone {
      left: 0;
      bottom: 100%;
    }

    .str_vertical .str_move,
    .str_down .str_move {
      white-space: normal;
      width: 100%;
    }

    .str_static .str_move,
    .no_drag .str_move,
    .noStop .str_move {
      cursor: inherit;
    }

    .str3 .brand-box img {
      width: 120px;
      height: 120px;
      object-fit: contain;
    }

    .bottom-light-img {
      width: 74% !important;
      right: 0px !important;
    }

    .inner-mian-product-row {
      float: left;
      margin: 0 auto;
      text-align: center;
    }

    .inner-mian-product-row .product-box {
      padding: 10px;
      width: 30%;
      transition: 0.5sec;
      border: 0px;
      border-radius: 0px;
      box-shadow: 0 0 25px rgb(0 0 0 / 10%);
      cursor: pointer;
      margin: 0 10px;
      display: block;
      text-align: center;
      margin: 0 8px 16px 8px;
      display: inline-block;

    }

    .inner-mian-product-row .product-box:hover {
      color: #000;
    }

    .inner-mian-product-row .product-box img {
      height: 150px;
      object-fit: contain;
      width: 100%;
      margin-bottom: 10px;
    }

    .inner-mian-product-row .product-box .brand-text {
      font-size: 12px;
      width: 100%;
      text-align: center;
      line-height: 16px;
      display: block;
      padding-bottom: 10px;
      color: #707070;
    }

    .inner-mian-product-row .product-box .brand-link {
      width: 100%;
      text-align: center;
      display: block;
      color: #ed1c24;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;

    }

    .inner-mian-product-row .product-box .brand-name {
      text-transform: capitalize;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 20px;
      padding: 10px 0 0 0;
      font-weight: 600;
      padding-bottom: 15px;
    }

    .cantact-vertical-box {
      display: inline-block;
      height: 40px;
      margin: 0;
      padding: 0;
      text-align: left;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: left;
      transform-origin: left;
      white-space: nowrap;
      position: fixed;
      right: -98px;
      top: 40%;
      background: #000;
      color: #fff;
      font-size: 16px;
    }

    .cantact-vertical-box a {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px;
    }

    .brochures-vertical-box {
      display: inline-block;
      height: 40px;
      margin: 0;
      padding: 0;
      text-align: left;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: left;
      transform-origin: left;
      white-space: nowrap;
      position: fixed;
      right: -102px;
      top: 53%;
      background: #000;
      color: #fff;
      font-size: 16px;
    }

    .brochures-vertical-box a {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px;
    }

    .contact-popup-form .popup-title {
      font-size: 18px;
      font-weight: 500;
      width: 100%;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      color: #000;
      padding-top: 0;
    }

    .contact-popup-form textarea {
      width: 100%;
      resize: none;
    }

    .needpopup-opened,
    .needpopup-opened body {
      overflow: hidden;
    }

    .needpopup-opened.needpopup-scrolled,
    .needpopup-opened.needpopup-scrolled body {
      height: auto;
    }

    .needpopup-opened.needpopup-scrolled body {
      position: fixed;
      width: 100%;
    }

    .needpopup_wrapper {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      visibility: hidden;
      overflow: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 40px 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0;
      background: #000;
      background: rgba(0, 0, 0, .8);
    }

    .needpopup-opened .needpopup_wrapper {
      visibility: visible;
      opacity: 1;
    }

    .needpopup-overflow .needpopup_wrapper {
      padding: 10px;
    }

    .needpopup {
      position: relative;
      z-index: 9999;
      top: 50%;
      left: 50%;
      display: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 550px;
      max-width: 100%;
      margin-left: -275px;
      padding: 0px;
      -webkit-transform: scale(.1, .1);
      -ms-transform: scale(.1, .1);
      transform: scale(.1, .1);
      opacity: 0;
      background: #fff;
    }

    .needpopup.opened {
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, transform .5s ease;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    .needpopup.stacked {
      top: 0 !important;
      margin-top: 0 !important;
    }

    .needpopup-overflow .needpopup {
      left: 0;
      width: auto;
      margin-left: 0;
    }

    .needpopup_remover {
      position: fixed;
      z-index: 9999;
      top: 30px;
      right: 30px;
      font-size: 40px;
      line-height: .5;
      color: #fff;
      text-decoration: none;
    }

    .needpopup_remover:hover {
      color: #ccc;
    }

    .needpopup_remover:before {
      content: '×';
    }

    .needpopup .needpopup_remover {
      top: 10px;
      right: 10px;
      font-size: 30px;
      line-height: .5;
      color: #000;
    }

    .needpopup .needpopup_remover:hover {
      color: #000;
    }

    a[data-needpopup-show] {
      display: inline-block;
      color: #fff;
    }

    .popup-signup {
      background: url(../images/signup-bg.jpg) no-repeat top;
      padding-bottom: 20px;
    }

    .popup-signup .topimage {
      display: inline-block;
      margin: 25px 0 0 25px;
    }

    .popup-signup .signup-form {
      display: inline-block;
      margin: 30px 25px 0 25px;
      position: relative;
      width: 91%;
      text-align: center;
    }

    .popup-signup .signup-form ul {
      margin: 0;
      padding: 0;
    }

    .popup-signup .signup-form ul li {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      margin-bottom: 20px;
    }

    .popup-signup .signup-form ul li+li {
      margin-left: 10px;
    }

    .popup-signup .signup-form input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    input[type="date"] {
      color: #000;
      /*border: 0px; background: rgba(255,255,255,.8);*/
      padding: 10px 10px 10px 10px;
      width: 222px;
      display: inline-block;
    }

    .popup-signup .signup-form input[type="submit"] {
      color: #fff;
      padding: 10px !important;
      width: 104px !important;
      border-radius: 1px;
      background: #00afe4 !important;
      border: 0;
    }

    .career-box {
      border-radius: 10px;
      float: left;
      padding: 10px;
      width: 98%;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 15px;
    }

    .position-title {
      float: left;
      font-size: 18px;
      font-weight: 700;
      width: 90%;
    }

    .position-dis {
      float: left;
      font-size: 14px;
      font-weight: 300;
      width: 90%;
      margin-top: 5px;
    }

    .position-apply-btn {
      float: right;
      margin-top: -21px;
    }

    .position-apply-btn a {
      background: #000;
      color: #fff;
      width: 100px;
      text-align: center;
      font-size: 14px;
      padding: 10px;
      float: right;
    }

    .position-apply-btn a:hover {
      text-decoration: none;
    }



    .career-form input[type="text"],
    input[type="email"],
    input[type="file"] {
      width: 100%;
      margin-bottom: 10px;
    }

    #career-form-popup {
      width: 400px;
      padding: 15px;
    }

    .career-form textarea {
      width: 100%;
      margin-bottom: 10px;
      resize: none;
    }

    .pouop-title {
      width: 100%;
      text-align: center;
      font-size: 24px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
    }

    .career-form button {
      background: #000;
      color: #fff;
      width: 100px;
      text-align: center;
      font-size: 14px;
      display: block;
      border: 0;
      padding: 10px;
      margin: 0 auto;
    }

    #career-form-popup .needpopup_remover {
      color: #000;
    }

    .needpopup_remover:hover {
      text-decoration: none;
    }

    .contact-popup-form {
      padding: 15px;
    }

    .popup-form input {
      padding: 10px 15px;
      border: 1px solid #ddd;
      margin-bottom: 15px;
      width: 100%;
    }

    .popup-form select {
      width: 100%;
      padding: 10px 15px;
      border: 1px solid #ddd;
      margin-bottom: 15px;
    }

    .captcha-row {
      float: left;
      width: 100%;
      margin: 0 0 10px 0;
    }

    .ro .city-box {
      float: left;
      width: 100%;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e9e9e9;
    }

    .ro .address-box {
      padding: 10px;
      float: left;
      width: 300px;
      box-shadow: 0 0 25px rgb(0 0 0 / 10%);
      margin-bottom: 15px;
      position: relative;
      min-height: 160px;
      margin-bottom: 20px;
      margin-right: 25px;
      font-size: 13px;
    }

    .ro-map-link-row {
      position: absolute;
      bottom: 10px;
      width: 93%;
    }

    .ro-map-link {
      float: left;
      color: #00afe4;
      font-size: 12px;
    }

    .ro-share-link {
      float: right;
      font-size: 16px;
      color: #535353;
    }

    .ro .store-name {
      font-size: 18px;
      padding-bottom: 10px;
      display: inline-block;
    }

    .ro .city-title {
      float: left;
      width: 500px;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px;
      padding: 10px 0 10px 10px;
      background: -moz-linear-gradient(left, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#00ffffff', GradientType=1);
    }

    .ro-state-row {
      width: 100%;
      margin-bottom: 20px;
    }

    .ro-state-row a {
      background: #f0f0f0;
      padding: 5px 7px;
      float: left;
      margin-right: 10px;
      color: #000;
      font-size: 13px;
      text-align: center;
      text-transform: capitalize;
    }

    .left-text {
      text-align: left;
    }

    .about-row .bbox .vision-img {
      width: 30%;
      float: left;
      margin-right: 2%;
    }

    .pr-row {
      float: left;
      width: 100%;
      margin-bottom: 20px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ddd;
      position: relative;
    }

    .pr-row .left-image-box {
      float: left;
      width: 400px;
      margin-right: 15px;
    }

    .pr-row .left-image-box img {
      object-fit: cover;
      height: 350px;
    }

    .pr-row .right-text {
      float: left;
      width: 750px;
      text-align: justify;
      position: relative;
      font-size: 13px;
      color: #464646;
    }

    .pr-row .right-text .pr-title {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      line-height: 30px;
      text-transform: uppercase;
      text-align: left;

    }

    .pr-inner-text .pr-title {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      line-height: 30px;
      text-transform: uppercase;
      text-align: left;
    }

    .right-text .pr-readmore {
      position: absolute;
      bottom: -15px;
      font-weight: 600;
      font-style: italic;
      color: #535353;
    }

    @media only screen and (max-width:1366px) {
        
.home-banner .tm-banner {
        background-image: url(../images/tm-banner-1366.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
      }
      .banner-wraper .slider-images .product-images img {
        width: 100%;
      }

      .home-banner .item {
        height: 600px;
      }

      .slider-text {
        top: 240px;
      }

      .best-sale-product-img {
        width: 45%;
        margin-right: 5%;
      }

      .best-sale-product-img img {
        margin-left: 3%;
        width: 100%;
      }

      .best-sale-product-info {
        width: 50%;
      }

      .best-sale-product-info {
        margin-top: 100px;
      }

      .best-sale-product-inner {
        /*max-height: 450px;*/
      }

      .slider1-img.slider-images {
        top: 225px !important;
      }

      .slider2-img.slider-images {
        top: 225px !important;
        width: 430px !important;
      }

      .slider4-img.slider-images {
        top: 230px !important;
        width: 550px !important;
      }

      .slider5-img.slider-images {
        bottom: 0px !important;
        width: 410px !important;
      }

      .slider3-img.slider-images {
        top: 245px !important;
        width: 550px !important;

      }

      .title {
        font-size: 36px;
      }

      .hm-cat-row .cat-box .image-box img {
        height: 110px;
      }

      .home-aboutus {
        padding: 50px 0;
      }

      .item .banner-wraper .slider-text .slider-title .slider-info1 {
        font-weight: 500;
        font-size: 26px;
      }

      .item .banner-wraper .slider-text .slider-title .slider-info3 {
        margin-top: 10px;
        font-size: 30px;
      }

      .na-box1 {
        height: 350px;
      }

      .na-box1 .na-box-image {
        margin: 53px 2% 0 0;
        width: 50%;
      }

      .na-box1 .na-box-text {
        width: 43%;
        top: 40%;
        left: 4%;
      }

      .na-box1 .na-box-image img {
        width: 100%;
      }

      .na-box2 {
        height: 400px;
      }

      .na-box2 .na-box-text {
        width: 32%;
        top: 34%;
        right: 0%;
      }

      .na-box2 .na-box-image {
        margin: 55px 0 0 5%;
        width: 59%;
      }

      .na-box2 .na-box-image img {
        width: 90%;
      }

      .na-box3 {
        height: 400px;
      }

      .na-box3 .na-box-image {
        bottom: 4%;
      }

      .na-box3 .na-box-image img {
        width: 87%;
      }

      .na-box6 .na-box-image {
        bottom: 3%;
      }

      .na-box6 {
        height: 400px;
      }

      .na-box6 .na-box-image img {
        width: 57%;
      }

      .na-box2 .na-box-text {
        width: 34%;
      }

      .na-box2 .na-box-image img {
        width: 90%;
      }

      .na-box2 .na-box-image {
        margin: 61px 0 0 5%;
        width: 57%;
      }

      .na-box4 {
        height: 350px;
      }

      .na-box4 .na-box-image img {
        width: 70%;
      }

      .na-box4 .na-box-image {
        bottom: 2%;
      }

      .na-box5 {
        height: 350px;
      }

      .na-box5 .na-box-image img {
        width: 87%;
      }

      .na-box5 .na-box-image {
        bottom: 14%;
      }

      .hm-blog-section .blog-box .hm-blog-text {
        width: 95%;
        padding: 15px;
      }

      .home-banner .exploare-btn {
        bottom: 40px;
      }

      .na-box4 .na-box-image img {
        width: 70%;
      }

      .commen-btn {
        font-size: 14px;
        padding: 8px 24px;
      }

      .other-product-row .op-box {
        min-height: 525px;
      }

      .other-product-row .op-box img {
        height: 400px;
        width: 95%;
      }

      .expriance-section {
        padding: 70px 0 70px 0;
      }

      .new-arrival-section {
        padding: 25px 0 0px 0;
      }

      .new-arrival-section .title {
        padding-bottom: 25px;
      }

      .brand-slider-section {
        padding: 15px 0 35px 0;
      }

      .brochures-vertical-box {
        top: 60%;
      }

      .banner-wraper .diwali-ts-container .diwali-ts img {
        width: 70%;
      }

      .banner-wraper .diwali-ts-text-container .diwali-ts-text img {
        width: 65%;
      }

      .diwali-ts-text-container {
        left: 335px;
        top: 265px;
      }

      .diwali-product-container {
        top: 175px;
      }

      .banner-wraper .diwali-product-container .diwali-product-shot img {
        width: 80%;
      }

      .home-banner .diwali-bg {
        background-position: top center;
      }
    }

    @media only screen and (min-width:2000px) {

      .na-box1 .na-box-image {
        width: 52%;
      }

      .na-box3 .na-box-image img {
        width: 71%;
      }

      .na-box2 .na-box-image {
        margin: 45px 0 0 9%;
        width: 42%;
      }

      .na-box4 .na-box-image img {
        width: 51%;
      }

      .na-box5 .na-box-image img {
        width: 46%;
      }

      .home-banner {
        background-size: 26%;
      }
    }