@charset "UTF-8";
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  counter-reset: section;
  font-size: 14px;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  min-height: 100%;
  position: relative;
}

ul, ol, h1, h2, h3, h4, h5, h6 {
  outline: none !important;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

iframe {
  max-width: 100%;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
}

.b {
  border: 1px solid red;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #25283a;
  border-radius: 0;
  margin-left: -26px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 2px 2px 0px #007bff;
}

.scrollToTop i {
  line-height: 40px;
  font-size: 38px;
  /*transform: rotate(-87deg);*/
  color: #fff;
}

.scrollToTop:hover {
  background: #007bff;
}

.scrollToTop:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 0 #25283a;
  -ms-box-shadow: 2px 2px 0 #25283a;
  box-shadow: 2px 2px 0 #25283a;
}

/*common css*/
.custom-container {
  width: 1200px;
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.hidden {
  overflow: hidden;
}

.top-head {
  background-color: #f8f8f8;
  vertical-align: middle;
  padding: 0;
}

.btn-icon {
  margin-left: -1px;
}

.btn-icon .btn {
  border-radius: 0;
  background-color: #0ba4ae;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.contact-block {
  padding-left: 60px;
  padding-top: 22px;
}

.contact-icon {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 17px;
}

.contact-block-inner {
  display: table-cell;
  vertical-align: middle;
  color: #333;
}

.callus [class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  color: #0ba4ae;
  font-size: 45px;
}

.form-control:focus {
  box-shadow: none;
  border-color: none;
}

.logo {
  color: #fff;
  padding: 10px 0;
}

.logo img {
  width: 140px;
  margin: 0 auto;
}

.input-group {
  padding-top: 29px;
}

.top-sec {
  background-color: #0ba4ae;
}

/*HEADER*/
.bg-black {
  /*background-color: #ff401b !important;*/
  position: relative;
  z-index: 1;
}

/*.bg-light{background:transparent !important;}*/
.sticky {
  color: #ff401b;
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  border-top: 0 !important;
  background-image: none !important;
  border-top: 0 !important;
  background: #0ba4ae;
  min-height: 38px !important;
  -webkit-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.3);
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  display: none;
}

.navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  line-height: 20px;
  /* margin-left: 40px; */
  padding: 10px 20px 10px 12px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #e2048b;
}

.navbar .navbar-nav li.current-menu-item .nav-link {
  color: #fff;
  background-color: #e2048b;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 3px 9px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #0ba4ae;
  /* border-bottom: 1px solid #383737; */
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #222;
}

.dropdown-menu {
  left: 0;
  display: block;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  min-width: 138px;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
  border: none;
  z-index: 9999 !important;
  border-radius: 0;
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  -ms-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #e2048b;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFD200;
}

.dropdown-menu .dropdown {
  position: relative;
}

.dropdown-item {
  color: #222;
  padding: 8px 18px;
}

.dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  border: none;
  vertical-align: top;
  margin-left: 2px;
  font-size: 11px;
  margin-top: 2px;
}

.dropdown-item:active,
.dropdown-item:hover,
.navbar .navbar-nav .nav-link:hover {
  color: #fff;
}

.quick-access {
  padding: 18px 0;
  text-align: center;
}

.quick-access span {
  font-size: 12px;
}

.quick-access ul {
  display: inline-block;
}
.quick-access ul li {
  display: inline-block;
}
.quick-access ul a {
  color: #989898;
  padding: 0 5px;
  font-size: 12px;
}
.quick-access ul a:hover {
  color: #e2048b;
}

.carousel-caption h1 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 37px;
  text-align: left;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.carousel-caption {
  top: 26%;
  /* right: 0; */
  left: 150px;
  text-align: left;
  max-width: 337px;
}

.carousel-caption h4 {
  color: #000;
  font-size: 26px;
  text-align: right;
}

.carousel-caption h4 span {
  color: #C70A0A;
}

.carousel-control-prev {
  width: 25px;
  height: 25px;
  background-color: #000;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 26px;
}

.carousel-control-next {
  width: 25px;
  height: 25px;
  background-color: #000;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
  z-index: 9;
  position: absolute;
  top: 50%;
  right: 26px;
}

.carousel-control-next img, .carousel-control-prev img {
  width: 15%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.product-section {
  margin-top: 40px;
}

.title-products h6 {
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 16px;
  font-family: "Whitney-Semibold Regular";
  color: #282C3F;
  font-size: 23px;
  text-transform: uppercase;
}

.product-detail {
  padding: 0px;
}

.products_cat .product-img {
  border-right: 1px solid #F0F0F0;
  margin-bottom: 2px;
  width: auto;
  height: 250px;
}

.products_cat .product-img:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.products_cat .item:last-child {
  border-right: transparent;
}

.products_cat .product-img img {
  height: 100%;
  object-fit: cover;
}

.product-photo-p {
  max-width: 100%;
  max-height: 100%;
}

.product-title {
  margin-bottom: 0px;
}

.product-title a h2, .product-title a {
  line-height: 15px;
  padding: 12px 0 0;
  color: #222;
  font-size: 15px;
  margin-bottom: 0 !important;
  display: inline-block;
  font-weight: 600;
}

.product-title-font a {
  font-size: 16px;
}

.procuct-category {
  padding: 0 0 6px 0;
  color: #9b9b9b;
  font-size: 13px;
  margin-bottom: 0;
}

.price em {
  color: #646464;
  font-size: 13px;
  font-style: normal;
  text-decoration: line-through;
  padding-right: 3px;
  font-weight: normal;
}

span.Rupees {
  padding: 0 !important;
  margin: 0 !important;
}

.black {
  font-size: 13px;
  color: #000000;
}

span.off {
  color: #ed1c24;
  font-size: 13px;
  margin-left: 3px;
  font-weight: normal;
}

.product-section .owl-carousel .owl-nav {
  position: absolute;
  top: -68px;
  text-align: right;
  display: block;
  width: 100%;
}

.product-section .owl-carousel .owl-nav > div {
  border: 1px solid #e3e3e3;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-left: 6px;
  text-align: center;
  top: 0;
  width: 40px;
  /* position: static; */
  background-color: transparent;
  line-height: 40px;
  /* vertical-align: middle; */
  /* border-radius: 50%; */
}

.product-section .owl-carousel .owl-nav .owl-prev {
  /*background-color: rgb(255, 193, 7,.3);*/
  border-color: #e2048b;
  /* float: left; */
}

.product-section .owl-carousel .owl-nav .owl-prev:hover,
.product-section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #e2048b;
  transition: all 0.2s;
}

.product-section .owl-carousel .owl-nav .owl-next {
  /*background-color: rgb(255, 193, 7,.3);*/
  border-color: #e2048b;
  /* float: right; */
}

.product-section .owl-carousel .owl-nav > div > i {
  display: block;
  line-height: 40px;
  font-size: 21px;
  color: #e2048b;
}

.product-section .owl-carousel .owl-nav > div:hover > i {
  color: #fff;
  background-color: #e2048b;
}

.product-section .owl-carousel .owl-nav .disabled {
  border-color: #ddd;
  color: #ddd;
  cursor: no-drop;
}

.ad-img {
  position: relative;
  height: auto;
  margin-bottom: 25px;
}

.ad-img:before {
  /* content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.6);
   transition: all 1s;*/
}

.ad-img:hover:before {
  background-color: transparent;
}

.ad-img img {
  height: 100%;
  object-fit: cover;
}

.ad-img1 {
  height: 290px;
  margin-bottom: 28px;
  width: 299px;
  display: table-cell;
}

.ad-img1 img {
  height: 100%;
  object-fit: cover;
}

.type-material {
  padding-left: 36px;
  margin-bottom: 30px;
}

.text-material {
  display: table-cell;
  vertical-align: middle;
  padding-left: 19px;
}

.text-material span.name a {
  color: #222;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Whitney-Semibold Regular";
  color: #282C3F;
}

.text-material p {
  color: #777;
  padding: 10px 49px 0px 0;
  line-height: 19px;
}

.text-ad {
  position: absolute;
  top: 83px;
  left: 21px;
  color: #fff;
}

.text-ad span.deal {
  display: block;
  line-height: 18px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
}

.text-ad span.deal a {
  color: #fff;
}

.text-ad span.fest {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 20px;
  display: block;
}

.btn-icon i {
  color: #fff;
}

.deal-sec .owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  text-align: center;
  display: block;
  width: 100%;
}

.deals-day .product-deal {
  display: table-cell;
}

.deals-day .product-deal img {
  object-fit: cover;
}

.product-desc {
  display: table-cell;
  vertical-align: top;
}

.trending-section .product-detail {
  margin-bottom: 20px;
}

.trending-section .product-img {
  overflow: hidden;
}

.trending-section .product-img img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.trending-section .product-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

footer {
  background-color: #040605;
  padding: 0px;
  margin-top: 45px;
}

.footer-title {
  padding: 0px 0 25px;
  position: relative;
  margin-bottom: 0px;
}

.footer-title h6 {
  font-size: 22px;
  font-weight: 600;
  color: #EBEBEB;
  transition: all 0.3s;
}

.footer-title:hover h6 {
  color: #e2048b;
}

/*.footer-title:before{
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 15px;
      background-color: #fff;
      content: "";
}
.footer-title:after{
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 30px;
  background-color: #fff;
  content: "";
}*/
.desc {
  font-weight: 400;
  color: #EBEBEB;
  font-size: 13px;
}

.f-title-d h6 {
  padding-bottom: 20px;
}

.quick-link ul {
  columns: 3;
}

.footer-contact ul li {
  color: #fff;
  list-style: none;
  position: relative;
  vertical-align: middle;
  padding-left: 24px;
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 16px 0;
  font-weight: 400;
}

ul.solutions-links li {
  padding-left: 0px;
  /*border-bottom: 1px dotted #4a4646;*/
  /*padding-bottom: 10px;*/
  margin: 0 0 10px 0;
}

.logo-footer {
  width: 145px;
}

ul.solutions-links li:last-child {
  border-bottom: transparent;
}

.footer-contact ul li i {
  position: absolute;
  vertical-align: middle;
  top: 4px;
  left: 0px;
}

.solutions-links li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  display: block;
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  transition: all 500ms ease;
}

.solutions-links li a {
  position: relative;
  display: block;
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 400;
  /*padding-left: 20px;*/
  transition: all 500ms ease;
  /* font-family: 'Roboto', sans-serif; */
}

.solutions-links li a:hover {
  /*padding-left: 25px;*/
  color: #e2048b;
}

.solutions-links li a:hover:before {
  /*left: 5px;*/
}

.solutions-links li a:before {
  /*position: absolute;
  top: 1px;
  left: 0;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #EBEBEB;
  font-size: $font-main-size;
  transition: all 0.3s ease-in-out 0.1s;*/
}

.acitivity-footer {
  margin-bottom: 10px;
}

.post-img {
  display: table-cell;
  height: 60px;
  width: 90px;
  vertical-align: middle;
}

.post-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-desc {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.post-desc h6 a {
  color: #fff;
  /*font-family: 'Roboto', sans-serif;*/
}

.post-desc span {
  display: block;
  color: #888f96;
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
  padding: 4px 0;
}

.footer-section {
  padding: 70px 0 0;
  /* background-color: #1a1a1a; */
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.footer-section:before {
  /* content: ''; */
  /* position: absolute; */
  /* top: -146%; */
  /* left: -18%; */
  /* width: 44%; */
  /* height: 257%; */
  /* transform: rotate(54deg); */
  /* background-color: rgb(29, 28, 28); */
  /* -webkit-transform: rotate(54deg); */
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  /* z-index: -10; */
}

.footer-section:after {
  /* position: absolute; */
  /* content: ''; */
  background-color: #1d1c1c;
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.footer-copyright {
  padding: 3px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  margin-top: 16px;
}

.footer-copyright p {
  padding: 9px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  /*font-family: 'Roboto',sans-serif;*/
}

span.webpage {
  color: #0ba943;
  font-size: 13px;
  font-weight: 500;
}

/*product detail start*/
.vertical-divider-left, .vertical-divider-left-lg {
  border-left: 1px solid #eeeeee;
  padding-left: 50px;
  margin-left: 20px;
}

.product_description {
  padding: 0px 0 10px 0;
}

.productTitle h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  float: left;
}

.product-detail-img img {
  width: 100%;
  height: auto;
}

/*.productTitle .share_detail {
    float: right;
    margin: 0;
}*/
.product_description ul {
  margin-top: 14px;
}

.productTitle .share_detail li {
  display: inline-block;
  vertical-align: top;
}

.productTitle .share_detail li .facebook {
  background-color: #3b5998;
}

.productTitle .share_detail li a {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 5px;
}

.product_description .price {
  margin: 10px 0 5px 0;
  font-size: 15px;
  padding-bottom: 6px;
}

.product_description .price b {
  margin-right: 10px;
}

.genral_details {
  border: 1px solid #E7E3E3;
  margin-bottom: 20px;
}

.genral_details h6 {
  border-bottom: 1px solid #E7E3E3;
  color: #252525;
  padding: 7px 20px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.product_description .genral_details ul {
  margin: 0;
}

.product_description .genral_details ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #e7e3e3;
  font-weight: normal;
  list-style: none;
}

.product_description .genral_details ul li b {
  width: 120px;
  display: inline-block;
  font-size: 14px;
}

.product_description .genral_details ul li:last-child {
  border-bottom: none;
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form input[type=tel],
.contact-form form textarea,
.contact-form form select {
  border: 1px solid #ddd;
  color: #999999;
  display: block;
  font-size: 15px;
  height: 55px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
  border-radius: 0px;
}

.contact-form form textarea {
  height: 180px;
  margin-bottom: 10px;
  padding: 10px 20px;
  height: 200px;
}

.btn-main input[type=submit] {
  background-color: #e2048b;
  color: #fff;
  padding: 11px 16px;
  display: inline-block;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.btn-main input[type=submit]:hover {
  background-color: #0ba4ae;
}

/*product detail end*/
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .scrollToTop i {
    line-height: 40px;
    font-size: 20px;
  }
}

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