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: "Outfit", 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-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.4117647059);
}

.logo-sec .mbl-logo img {
  width: 152px;
  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 {
  border-bottom: 1px solid #e5e1e1;
  padding-bottom: 20px;
}
.logo-sec .speaker-list ul {
  margin-top: 24px;
  text-align: right;
}
.logo-sec .speaker-list ul li {
  display: inline-block;
  margin-right: 16px;
}
.logo-sec .speaker-list ul li a {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
}
.logo-sec .speaker-list ul li i {
  margin-right: 5px;
  color: #121212;
}
.logo-sec .speaker-list ul li .left-menu {
  background: #fff none repeat scroll 0 0;
  right: 5px;
  padding: 10px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  top: 68px;
  z-index: 9999999999;
  /*    border: 1px solid #adbcc1;*/
  width: 300px;
}
.logo-sec .speaker-list ul li .left-menu .search-sec {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #172430;
  height: 40px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 45px;
}
.logo-sec .speaker-list ul li .left-menu .search-sec .search-fld {
  width: 89%;
  outline: none;
  border-right: none;
  padding: 5px 17px;
  background: transparent;
  border: none;
}
.logo-sec .speaker-list ul li .left-menu .search-sec .search-btm {
  background: transparent;
  width: 10%;
  height: 34px;
  color: #172430;
  outline: none;
  border: none;
  margin-left: -4px;
  margin-top: 2px;
}
.logo-sec .speaker-list ul li:hover .left-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.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: 10px;
}
.logo-sec .menu-sec li.phone-menu {
  text-align: left;
  float: right;
}
.logo-sec .menu-sec .menusub-title {
  text-align: left;
  color: #cf9916;
  font-weight: 700;
}

.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;
}

/*---------- 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;
}

.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: #172430;
}
.home-bnnr .slider-text .slider-txt-bg h1 {
  font-size: 60px;
  color: #172430;
  line-height: 96px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.home-bnnr .slider-text .slider-txt-bg p {
  color: #333;
  font-size: 20px;
  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;
}

.category-sec {
  padding: 80px 0;
}

.category-box {
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.category-box .categoryimg {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.category-box .categoryimg img {
  transition: all 0.3s;
  border-radius: 20px;
}
.category-box .category-txt {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.category-box .category-txt h3 {
  margin-top: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.category-box .icon img {
  width: 50px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.category-box:hover .categoryimg img {
  transform: scale(1.2);
  border-radius: 20px;
}

.h-titl .title {
  font-size: 50px;
  font-weight: 700;
  color: #172430;
  letter-spacing: 1px;
}
.h-titl .sub-title {
  font-size: 22px;
  color: #172430;
}

.home-about-sec {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.home-about-sec .home-about-txt {
  margin-bottom: 30px;
  padding-top: 110px;
}
.home-about-sec .home-about-txt h5 {
  position: relative;
  color: #000;
  font-size: 16px;
}
.home-about-sec .home-about-txt h5:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 60px;
  height: 1px;
  background: #000;
  margin-left: 15px;
}
.home-about-sec .home-about-txt h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
}
.home-about-sec .home-about-txt h1 span {
  color: #172430;
}
.home-about-sec .home-about-txt .about-read {
  background: #172430;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all linear 0.5s;
}
.home-about-sec .home-about-txt .about-read:after {
  background: #172430;
}
.home-about-sec .h-about-img {
  padding-left: 40px;
  margin-top: 40px;
  position: relative;
}
.home-about-sec .h-about-img .year-box {
  position: absolute;
  bottom: 90px;
  left: 150px;
}
.home-about-sec .h-about-img .year-box .year-txt {
  float: left;
  background: #fff;
  padding: 20px 20px;
  color: #172430;
  font-weight: 700;
  font-size: 40px;
}
.home-about-sec .h-about-img .year-box .year-txt1 {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 0;
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #3a3939;
}

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

.product-box {
  margin-bottom: 30px;
}
.product-box .prod-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.product-box .prod-img img {
  transition: all 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-box .prodt-txt h4 {
  font-size: 18px;
  color: #172430;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-box .prodt-txt .price {
  color: #323232;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-box .prodt-txt .price span {
  color: #ae3d01;
}

.cta-btm {
  color: #ffffff;
  background-color: #172430;
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
}
.cta-btm:hover {
  color: #ffffff;
  background-color: #172430;
}

.product-box:hover .prod-img img {
  transform: scale(1.2);
}

.why-choose-us-sec {
  background-image: url(./images/why-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.why-choose-us-sec .why-box {
  padding: 18px;
  border-radius: 10px;
  height: 151px;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(131.5deg, #eaeaea 25.92%, #fff 71.18%);
  box-shadow: -7px -7px 25px #fff, 7px 7px 15px rgba(0, 0, 0, 0.1490196078);
}
.why-choose-us-sec .why-box .one-txt {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 50px;
  font-weight: 800;
  color: #ebebeb;
}
.why-choose-us-sec .why-box h4 {
  color: #172430;
}
.why-choose-us-sec .why-txt {
  margin-top: 50px;
}
.why-choose-us-sec .why-txt h2 {
  font-size: 44px;
  margin-bottom: 10px;
  line-height: 70px;
  color: #172430;
}
.why-choose-us-sec .why-txt p {
  font-size: 18px;
  line-height: 43px;
}

.clients-say {
  background: url(./images/bg-bottom-home5.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 150px 0;
}
.clients-say h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 50px;
  position: relative;
}
.clients-say h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 100px;
  height: 3px;
  background-color: #91c90b;
}
.clients-say .customer-review-box {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.clients-say .customer-review-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 50%;
}
.clients-say .customer-review-box .rating-txt {
  color: #91c90b;
  font-size: 16px;
  margin-bottom: 15px;
}
.clients-say .customer-review-box p {
  line-height: 28px;
  font-size: 17px;
}
.clients-say .customer-review-box .name {
  color: #2D3954;
  font-size: 20px;
  font-weight: 700;
}
.clients-say .customer-review-box .des {
  font-size: 15px;
  color: #a2a2a1;
}
.clients-say .slick-prev {
  display: none !important;
}
.clients-say .slick-next {
  display: none !important;
}
.clients-say .slick-prev,
.clients-say .slick-next {
  border: none;
}
.clients-say .customer-review-subbox {
  box-shadow: 0 10px 15px 0 rgba(26, 46, 85, 0.05);
  padding: 20px;
  border-radius: 5px;
}

.footer {
  background-image: url(./images/footer-bg.jpg);
  padding: 80px 0 0;
  background-size: cover;
  background-position: top right;
}
.footer .footer-about {
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.footer .footer-about .txtt {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 19px;
}
.footer .f-title {
  font-size: 23px;
  color: #172430;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer p {
  color: #172430;
  line-height: 30px;
  margin-bottom: 20px;
}

.f-logo img {
  width: 190px;
}

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

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

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

.f-social-list {
  margin-bottom: 20px;
}
.f-social-list ul {
  margin-top: 30px;
}
.f-social-list ul li {
  display: inline-block;
  margin-right: 5px;
}
.f-social-list ul li a {
  color: #172430;
  font-size: 14px;
  background: #fff;
  box-shadow: 2px 2px 15px rgba(221, 221, 221, 0.8666666667);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.f-social-list ul li a::hover {
  color: #323232;
  background: #fff;
}

.footer-list {
  margin-bottom: 20px;
}
.footer-list ul li a {
  color: #172430;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
}

.sub-title {
  font-size: 26px;
  color: #6f4f37;
}

.newsletter-sec {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newsletter-sec .newletter-form {
  margin-bottom: 5px;
}
.newsletter-sec .newletter-form .form-control {
  border-radius: 0;
  background: #fff;
  border: 1px solid #172430;
  color: #172430;
  height: 60px;
  width: 85%;
  float: left;
}
.newsletter-sec .newletter-form .newletter-btm {
  background: #172430;
  width: 15%;
  height: 60px;
  color: #fff;
  outline: none;
  border: none;
}
.newsletter-sec .newletter-form h4 {
  color: #172430;
  font-weight: 500;
  margin-bottom: 25px;
}

.brand-sec {
  background: #172430;
  padding: 58px;
  text-align: center;
}
.brand-sec h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.category-box.box-3 .categoryimg img {
  width: 100%;
}

.mobile-search-sec {
  display: none;
}
.mobile-search-sec .m-search-sec {
  background: #ededed;
  border: none;
  height: 48px;
  padding: 0px;
  outline: none;
  position: relative;
}
.mobile-search-sec .m-search-sec .m-h-fld.form-control {
  margin-top: 40px;
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
}
.mobile-search-sec .m-search-sec .m-h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.mobile-search-sec .m-search-sec .m-searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: #000;
  color: #fff;
}

.mbil-phone-show {
  display: none;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
}/*# sourceMappingURL=cssstyle.css.map */