html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.top-bar {
  text-align: center;
  background: #cf950e;
  color: #fff;
  padding-top: 15px;
}
.top-bar p {
  color: #fff;
}

.logo-sec .mbl-logo img {
  width: 100px;
  padding: 5px 0;
}
.logo-sec .search-sec {
  margin-top: 20px;
  height: 48px;
  padding: 0px;
  outline: none;
  position: relative;
  border: 1px solid #000000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.logo-sec .search-sec .h-fld.form-control {
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
}
.logo-sec .search-sec .h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.logo-sec .search-sec .searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: #000;
}
.logo-sec .search-sec .searchbtm img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.logo-sec .speaker-list ul {
  margin-top: 34px;
  text-align: right;
}
.logo-sec .speaker-list ul li {
  display: inline-block;
  margin-right: 16px;
}
.logo-sec .speaker-list ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.logo-sec .speaker-list ul li i {
  margin-right: 5px;
  color: #f90;
}
.logo-sec .speaker-list ul li:last-child {
  margin-right: 0;
  text-align: right;
}
.logo-sec .phone-txt {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.logo-sec .phone-txt ul {
  text-align: right;
}
.logo-sec .phone-txt ul li {
  display: inline-block;
  margin-right: 16px;
}
.logo-sec .phone-txt ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.logo-sec .menu-sec {
  position: relative;
  margin-top: 20px;
}
.logo-sec .menu-sec li.phone-menu {
  text-align: left;
  float: right;
}
.logo-sec .menu-sec .menusub-title {
  text-align: left;
}

.delivery-inf-sec {
  background: #212121;
  padding: 20px 0;
}
.delivery-inf-sec .delivery-infbox {
  position: relative;
  display: block;
  padding-left: 76px;
}
.delivery-inf-sec .delivery-infbox::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -8px;
  width: 2px;
  height: 36px;
  background: #fff;
}
.delivery-inf-sec .delivery-infbox h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.delivery-inf-sec .delivery-infbox img {
  width: 50px;
  position: absolute;
  left: 0;
  top: -15px;
  filter: brightness(0) invert(1);
}
.delivery-inf-sec .delivery-infbox.last:after {
  display: none;
}

/********************
*****Slide effect
**********************/
.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity ease-in-out 1s;
}

.fade .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 44%;
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #000;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 45px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all linear 0.5s;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 0%;
}

.control-round .carousel-control.right {
  right: 0%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fff;
  background: #000;
  border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel-inner {
  overflow: hidden;
}

.video-final {
  position: relative;
  width: 100%;
  padding-top: 34%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.video-final video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* or 'contain' if you don't want crop */
}

.home-bnnr .slider-text {
  position: absolute;
  right: 0;
  bottom: 255px;
  left: 0;
  z-index: 99;
}
.home-bnnr .slider-text .slider-txt-bg {
  width: 100%;
}
.home-bnnr .slider-text .slider-txt-bg .slider-subtxt {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.home-bnnr .slider-text .slider-txt-bg h1 {
  font-size: 100px;
  color: #fff;
  line-height: 96px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.8px;
}
.home-bnnr .slider-text .slider-txt-bg p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-bnnr .slider-text .slider-txt-bg .bnr-cont {
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  padding: 8px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.home-bnnr {
  position: relative;
}
.home-bnnr .videotxt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}
.home-bnnr .videotxt h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}
.home-bnnr .videotxt .sub-title {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}

.categor-sec {
  padding: 0 0 50px;
}

.h-titl .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #303030;
}
.h-titl .title span {
  color: #0a12df;
}
.h-titl .sub-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #303030;
}
.h-titl .text-white {
  color: #fff;
}

.categoriesbox {
  position: relative;
  margin-bottom: 30px;
}
.categoriesbox::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #202aae;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.categoriesbox .categoriesimg {
  position: relative;
  cursor: pointer;
}
.categoriesbox .categoriesimg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  top: 0;
}
.categoriesbox .categoriesimg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f90;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.categoriesbox .categoriestxt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}
.categoriesbox .categoriestxt .cate-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.categoriesbox .categoriestxt p {
  margin-bottom: 0;
}
.categoriesbox .categoriestxt p a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}

.categoriesbox:hover .categoriesimg::before {
  opacity: 0.5;
}

.categoriesbox:hover .categoriesimg {
  background-color: #f90;
  width: 100%;
  height: 100%;
}

.product-sec {
  background: #f7f7f7;
  padding: 50px 0;
}

.product-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.product-box h4 {
  font-size: 20px;
  margin-top: 0;
  color: #303030;
  font-weight: 600;
}
.product-box .prodt-txt p {
  color: #303030;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 1px;
}

.vist-btm {
  background: #0a12df;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vist-btm:hover {
  background: #212121;
  color: #fff;
}

.shop-nowbtm {
  background: #f90;
  padding: 7px 12px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
}
.shop-nowbtm:hover {
  background: #212121;
  color: #fff;
}

.shop-nowbtm.view-more {
  padding: 15px 30px;
  font-size: 15px;
  background: #000;
  padding-top: 20px;
}

p {
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

.newletter-sec {
  padding: 50px 0;
  background: #f3f3f3;
}
.newletter-sec .subscribe-form {
  margin-bottom: 5px;
}
.newletter-sec .subscribe-form .subscribe-fld {
  width: 100%;
  height: 72px;
  border: 1px solid #000;
  padding: 14px 19px;
  position: relative;
  color: #fff;
}
.newletter-sec .subscribe-form .subscribe-fld .subscribe-fld1 {
  outline: none;
  border: none;
  background: transparent;
  color: #000;
  font-weight: 600;
  width: 100%;
  padding-right: 129px;
  height: 40px;
}
.newletter-sec .subscribe-form .subscribe-fld .subscribe-fld1::-moz-placeholder {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
}
.newletter-sec .subscribe-form .subscribe-fld .subscribe-fld1::placeholder {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
}
.newletter-sec .subscribe-form .subscribe-fld .h-btm {
  position: absolute;
  right: 6px;
  padding: 12px 21px;
  top: 11px;
  background-color: #0a12df;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer {
  background-image: url(./images/footer-bg.jpg);
  padding: 80px 0 0;
}
.footer .footer-about {
  margin-bottom: 20px;
}
.footer .footer-about img {
  width: 70px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.footer .f-title {
  font-size: 23px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer .footer-list {
  margin-bottom: 20px;
}
.footer .footer-list ul li a {
  color: #b8b8b8;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
}
.footer p {
  color: #b8b8b8;
  line-height: 30px;
  margin-bottom: 20px;
}

.sub-footer {
  border-top: 1px solid #2c2c2c;
  padding-top: 21px;
  margin-top: 20px;
}

.social-list ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}

.social-list ul li a {
  color: white;
  font-size: 16px;
}

.ganty-sec {
  padding: 40px 0;
}
.ganty-sec .ganty-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px;
}
.ganty-sec .ganty-box img {
  width: 60px;
  position: absolute;
  left: 0;
}
.ganty-sec .ganty-box .title {
  font-size: 25px;
  font-weight: 600;
}
.ganty-sec .ganty-box p {
  font-size: 14px;
  line-height: 26px;
}

.information {
  background: #181716;
  padding: 50px 0;
}
.information .infom-tab {
  margin-bottom: 12px;
}
.information .infom-tab .nav-tabs > li.active > a,
.information .infom-tab .nav-tabs > li.active > a:hover,
.information .infom-tab .nav-tabs > li.active > a:focus {
  color: #f90;
  cursor: default;
  background-color: transparent;
  border: 1px solid #f90;
  border-bottom-color: #f90;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.information .infom-tab .nav-tabs > li.active > a .tb-img,
.information .infom-tab .nav-tabs > li.active > a:hover .tb-img,
.information .infom-tab .nav-tabs > li.active > a:focus .tb-img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  filter: initial;
}
.information .infom-tab .nav > li > a {
  position: relative;
  display: block;
  padding: 35px 35px;
}
.information .infom-tab .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  color: #6e6e6e;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.information .infom-tab .nav-tabs > li > a .tb-img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.information .infom-tab .nav-tabs {
  border-bottom: none;
  text-align: center;
}
.information .infom-tab .nav > li > a:hover,
.information .infom-tab .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.information .infom-tab .nav-tabs > li {
  float: none;
  margin-bottom: -1px;
  margin: 0 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 140px;
}
.information .infom-tab .nav-tabs > li::after {
  position: absolute;
  content: "";
  right: -48px;
  width: 36px;
  height: 1px;
  background: #fff;
  top: 50%;
}
.information .infom-tab .tab-body {
  background: #fff;
  margin-top: 40px;
}
.information .infom-tab .tab-body .tab-bodytxt {
  padding: 50px;
}
.information .infom-tab .tab-body .tab-body-img img {
  position: relative;
  right: -1px;
}

.information .infom-tab .nav-tabs > li:last-child:after {
  display: none;
}

.bugetfrndly {
  background: #f1f1f1;
  padding: 80px 0;
}
.bugetfrndly .bugetfrndlysub {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.bugetfrndly .bugetfrndlysub .buget-txtbox h2 {
  font-size: 38px;
  line-height: 56px;
  margin-top: 0;
}
.bugetfrndly .bugetfrndlysub .buget-txtbox .budetlist ul li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #403f3e;
}
.bugetfrndly .bugetfrndlysub .buget-txtbox .budetlist ul li i {
  color: #f90;
}
.bugetfrndly .bugtimg {
  width: 100%;
  max-width: 100%;
}
.bugetfrndly .bugtimg img {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}

.cmpn-sec {
  background-image: url(./images/compn-bg.jpg);
  padding: 100px 0 150px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.cmpn-sec .compntxt h2 {
  font-size: 55px;
  line-height: 96px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cmpn-sec .c-btm {
  background: #fff;
  padding: 18px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.crt-sec {
  padding: 80px 0;
}
.crt-sec .title {
  font-size: 40px;
  font-weight: 600;
}
.crt-sec .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.crt-sec .crt-box {
  background: #f3f3f3;
  margin-top: 50px;
  border-radius: 20px;
}
.crt-sec .crtbox-txt {
  padding: 40px;
}
.crt-sec .crtbox-txt ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 34px;
  color: #181818;
  position: relative;
  padding-left: 40px;
}
.crt-sec .crtbox-txt ul li i {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #2e2d2d;
  line-height: 30px;
  font-size: 12px;
  position: absolute;
  left: 0;
}
.crt-sec .crtboximg img {
  border-radius: 15px;
}

.bestselling {
  padding: 60px 0;
}
.bestselling .h-titl.mbt30 {
  margin-bottom: 100px;
}
.bestselling .slick-prev {
  left: 47%;
  top: -60px;
  transition: all linear 0.2s;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  padding-left: 12px;
}
.bestselling .slick-next {
  right: 47%;
  top: -60px;
  transition: all linear 0.2s;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  padding-left: 15px;
}

.selling-box .sellingtxt {
  position: relative;
  margin-top: 10px;
  padding-right: 140px;
}
.selling-box .sellingtxt .selling-t {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1px;
  display: inline-block;
}
.selling-box .sellingtxt .shopnowbtm {
  position: absolute;
  right: 0;
  top: 7px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.selling-box .sellingtxt .shopnowbtm:hover {
  background-color: #f90;
}/*# sourceMappingURL=cssstyle.css.map */