@font-face {
  font-family: "montserratmedium";
  src: url(./fonts/MontserratMedium.ttf);
}

@font-face {
  font-family: "montserratsemibold";
  src: url(./fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "montserratbold";
  src: url(./fonts/Montserrat-Bold.otf);
}

@font-face {
  font-family: "montserratlight";
  src: url(./fonts/Montserrat-Light.otf);
}

@font-face {
  font-family: "montserratregular";
  src: url(./fonts/Montserrat-Regular.ttf);
}

body {
  font-family: "montserratregular";
}

.main {
    min-height: 85vh;
}

.single-product footer {
    position: fixed !important;
}
@media only screen and (max-width: 768px) {
	.single-product footer {
	    position: relative !important;
	}
}

.btnRed {
  background-color: #e3000f;
  color: white;
  border-radius: 0;
  padding: 0.5em 1.6em;
}

.modalBtn:hover {
  color: #e53034;
}

.py-50 {
  padding: 3em 0;
}

.mt-70 {
  margin-top: 68px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-50 {
  margin-top: -50px;
}

.pt-130 {
  padding-top: 10em;
}

p {
  font-size: 14px;
  color: #6c6c6c;
  font-family: "montserratregular";
}

.btnRed {
  background-color: #e53034;
  color: white;
  font-family: "montserratregular";
}

.btnReset {
  background-color: #6c6c6c;
  color: white;
  font-family: "montserratregular";
  padding: 0.5em 1.6em;
}

.btnOutline, .btnRedOutline, .btngryOutline {
  border: 1px solid black;
  font-family: "montserratsemibold";
  border-radius: 22px;
  font-size: 14px;
  padding: 0.6em 2em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btnOutline:hover, .btnRedOutline:hover, .btngryOutline:hover {
  background-color: #e53034;
  color: white;
  border-color: #e53034;
}

.btn-secondary {
  border-radius: 0;
}

.btnRedOutline {
  color: #e53034;
  border-color: #e53034;
  background-color: transparent;
  border-radius: 0;
  padding: 0.5em 1.6em;
  font-size: 1rem;
}

.btngryOutline {
  color: #666e91;
  border-color: #666e91;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.posRel {
  position: relative;
}

.mobileView {
  display: none;
}

.desktopView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header {
  background-color: #d5d5d5;
}

.bg-Nav {
  background-color: #d5d5d5;
}

.customNav {
  background-color: #d5d5d5;
  -webkit-clip-path: polygon(0 0, 92% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0%, 90% 100%, 0% 100%);
}

.customNav .logo {
  width: 150px;
}

.customNav .nav-link {
  color: black;
  font-family: "montserratmedium";
  padding-right: 1em !important;
  font-size: 0.9em;
}

.customNav .nav-link.active {
  color: #e53034;
}

.customNav .nav-link.active::before {
  content: url(../images/slantline.png);
  padding-right: 4px;
}

.customNav .fa-bars {
  color: #e53034;
  font-size: 1.4em;
}

.customNav .navbar-nav {
  margin-left: auto;
}

.bgTxt {
  position: absolute;
  top: -78px;
  font-family: "montserratbold";
  font-size: 16em;
  z-index: 0;
  opacity: 0.1;
  right: -59px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000082;
}

.bgProducts {
  left: 0px;
  top: 40px;
  z-index: -1;
  font-size: 15em;
}

.homeSlider .homeSlideWrapper {
  position: relative;
  font-family: "montserratsemibold";
}

.homeSlider .sliderOverlay {
  position: absolute;
  top: 40%;
  left: 30%;
  bottom: 0;
}

.homeSlider .sliderOverlay h1 span {
  color: white;
  padding: 0 0.3em;
}

.homeSlider .sliderOverlay .btnRed {
  margin-top: 2.5em;
}

.homeSlider .carousel-indicators {
  bottom: 24%;
  left: -10px;
  right: unset;
}

.homeSlider .carousel-indicators .noIndicators {
  text-indent: 0;
  color: white;
  background-color: transparent;
  border: none;
  width: auto;
  opacity: 1;
}

.homeSlider .carousel-indicators .active {
  background-color: #e53034;
}

.homeSlider .headerBottomIcon {
  position: absolute;
  bottom: -1px;
  background-color: white;
  padding: 0.5em;
  width: 35%;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.homeSlider .headerBottomIcon img {
  width: 50%;
  padding: 0.5em;
  margin-left: 8em;
}

.homeSlider .sliderIcon {
  position: absolute;
  bottom: 2%;
  left: 36%;
}

.homeSlider .sliderIcon .whiteBox {
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  border: 1px solid white;
  display: inline-block;
  margin: 0.4em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.homeSlider .sliderIcon .whiteBox:hover {
  border-color: #e53034;
}

.homeSlider .sliderIcon .whiteBox .fab {
  font-size: 1.4em;
  color: white;
  padding-top: 0.123em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.homeSlider .sliderIcon .whiteBox .fab:hover {
  color: #e53034;
}

.redTitle h1 {
  color: #e53034;
  text-transform: uppercase;
  font-family: "montserratbold";
  font-size: 2rem;
}

.abtWrapper .icn {
  display: inline-block;
}

.abtWrapper img {
  display: none;
}

.abtWrapper p {
  color: #6c6c6c;
  font-family: "montserratlight";
  font-size: 14px;
}

.abtWrapper a {
  color: black;
  font-family: "montserratsemibold";
  text-decoration: underline;
}

.abtWrapper a .fas {
  color: #e53034;
}

.aboutBg {
  background: url(../images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5em;
  margin-top: 1em;
}

.abtBottom .horizontalLine {
  background-color: #6c6c6c;
  height: 1px;
  width: 345px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  opacity: 0.2;
}

.abtBottom .arrowCircle {
  height: 50px;
  width: 50px;
  margin-left: -4px;
}

.abtindicactor {
  left: 0;
  width: 50%;
  bottom: -100px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  top: unset;
  opacity: 1;
}

.brandLogo {
  text-align: center;
}

.brandLogo img {
  width: 65%;
  padding: 6px;
}

.brandLogo img :last-child {
  border: none;
}

.portfoiliobg {
  background: url(../images/contact-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.brandContent p {
  margin-bottom: 0;
  padding: 1em 0;
}

.brandContent .brandImg {
 width: 200px;
  padding: 8px 12px;
}

.brandContent img {
  width: 150px;
  padding: 8px 12px;
}

.brandSlider .owl-item img {
  display: inline;
  width: auto;
}

.brandSlider .owl-dots {
  text-align: center;
}

.brandSlider .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
}

.iconWrapper {
  text-align: center;
}

.iconWrapper img {
  padding: 1em;
}

.iconWrapper h6 {
  color: #e53034;
  text-transform: uppercase;
  font-family: "montserratbold";
  margin: 1em 0;
}

.contactForm {
  background-color: white;
}

.contactWarpper {
  position: relative;
  z-index: 999;
}

.contactWarpper h4 {
  background-color: #f2f2f2;
  padding: 0.4em;
  font-family: "montserratbold";
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 99%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 94% 99%, 0% 100%);
  margin: 2em 0;
  font-size: 16px;
}

.contactWarpper h6 {
  font-family: "montserratbold";
  text-transform: uppercase;
  margin-bottom: 1em;
}

.contactWarpper p {
  margin-bottom: 2em;
}

.contactWarpper .blackForm {
  background-color: black;
  color: white;
  -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
  padding: 2em 9em;
  z-index: 1;
}

.contactWarpper .blackForm p {
  text-decoration: underline;
  font-size: 13px;
  color: white;
}

.contactWarpper .blackoverlay {
  background: #e53034;
  top: 7%;
  left: 3%;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
}

.cool-b4-form .btn {
  border-radius: 0;
  color: #e53034;
}

.cool-b4-form .btn:hover {
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cool-b4-form ::-webkit-input-placeholde {
  font-size: 13px;
  color: #919191 !important;
}

.cool-b4-form .form-group {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0;
  /* If there's only 1 input make it full height */
}

.cool-b4-form .form-group:first-child:last-child {
  height: 100%;
}

.cool-b4-form .form-group:first-child:last-child .form-control {
  height: 100%;
}

.cool-b4-form .form-group textarea {
  resize: none;
}

.cool-b4-form .form-group .input-highlight {
  content: "";
  width: 0;
  height: 2px;
  background: black;
  position: absolute;
  display: block;
  bottom: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.cool-b4-form .form-group label {
  position: absolute;
  left: 10px;
  top: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 12px;
  color: #919191;
  text-transform: capitalize;
}

.cool-b4-form .form-group .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background-color: transparent;
  border-color: #919191;
}

.cool-b4-form .form-group .form-control:focus, .cool-b4-form .form-group .form-control.hasValue {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e53034;
}

.cool-b4-form .form-group .form-control:focus ~ .input-highlight, .cool-b4-form .form-group .form-control.hasValue ~ .input-highlight {
  width: 100%;
}

.cool-b4-form .form-group .form-control:focus ~ label, .cool-b4-form .form-group .form-control.hasValue ~ label {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  top: 0;
  left: 0;
  color: #e53034;
}

.filterForm label {
  font-size: 12px;
  color: #7a7d8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-top: 8px;
}

.filterForm .form-control {
  color: #7a7d8d;
  font-size: 12px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  float: right;
  margin-right: 10px;
}

.testimonialBg {
  background: url(../images/testimonialbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -200px;
  height: 700px;
}

.testiWrapper {
  padding-top: 26em;
  color: white;
}

.testiWrapper .testiImg {
  position: relative;
  width: 130px;
}

.testiWrapper .testiImg img {
  border: 6px solid white;
  border-radius: 50%;
  height: 130px;
  background-color: #6c6c6c;
}

.testiWrapper .testiImg p {
  color: white;
}

.testiWrapper .testiOverlay {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
}

.testiWrapper .testiOverlay img {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.testiWrapper .verticalBrdr {
  width: 1px;
  background-color: #6c6c6c;
  height: 100px;
}

.testiContent p {
  color: white;
  font-family: "montserratregular";
  padding: 1em 0;
}

.testiContent .fas {
  color: #fac113;
}

.prdct-img h4 {
  font-family: "montserratregular";
  color: black;
}

.prdct-img h4 a {
  color: black;
}

.prdct-img img {
  height: 55px;
  text-align: end;
}

.leftimg {
  position: relative;
}

.leftimg .rotateImg {
  position: absolute;
  top: 0px;
  right: 95px;
  background: white;
  width: 55px;
  text-align: center;
  height: 40px;
  color: #6c6c6c !important;
  line-height: 40px;
  font-size: 21px;
  z-index: 9;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

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

.imagezoomeffect {
  width: 100%;
}

.custom-tbl {
  font-size: 14px;
  background-color: #e8e8e8;
}

.modal_tab_img img {
  width: 100%;
}

.vimg {
  height: 753px;
  overflow: scroll;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #d5d5d5;
}

.innerBanner .sliderOverlay {
  position: absolute;
  top: 0%;
  left: 13%;
  bottom: 0;
  right: 0;
  padding: 6em 0;
}

.innerBanner .sliderOverlay p {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}

.innerBanner .sliderOverlay h2 {
  color: white;
  text-transform: uppercase;
}

.breadcrumb {
  background-color: transparent;
  font-family: "montserratregular";
  padding: 0;
  bottom: 48px;
  position: absolute;
}

.breadcrumb a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb .breadcrumb-item.active {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.modaltbl {
  font-size: 12px;
}

.vimg {
  width: 448px !important;
  height: 909px !important;
}

.imgRight {
  width: 100%;
  height: 660px;
}

.grid-item {
  width: 25%;
}

.grid-item--width2 {
  width: 50%;
}

.listWrapper {
  position: relative;
  z-index: 1;
}

.listWrapper img {
  height: 450px;
  width: 100%;
}

.listWrapper a {
  color: black;
  text-decoration: underline;
  float: right;
}

.listWrapper a .icn {
  height: auto;
  width: 30px;
}

.listWrapper h4 {
  margin-bottom: 0;
  float: left;
}

.listWrapper .listingOverlay {
  position: absolute;
  top: 0px;
  right: 25px;
  background: white;
  width: 55px;
  text-align: center;
  height: 40px;
  color: #6c6c6c !important;
  line-height: 40px;
  font-size: 21px;
  z-index: 9;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.listWrapper .listingOverlay .fas {
  color: #e53034;
}

.networkAccordion .card {
  border: 0;
  border-radius: 0;
}

.networkAccordion .card .card-header {
  margin: 1em 0;
  background-color: black;
  color: white;
  cursor: pointer;
  font-size: 12px;
  border-radius: 0;
}

.networkAccordion .card .card-header .h5 {
  color: white;
  font-family: "montserratsemibold";
}

.networkAccordion .card .card-body {
  background-color: #f2f0f0;
}

.networkAccordion .accordionContent {
  font-size: 12px;
  font-family: "montserratregular";
}

.networkAccordion .card-header.collapsed:before {
  float: right !important;
  content: "\f067";
  font-family: FontAwesome;
}

.networkAccordion .card-header:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.innrTitl h4 {
  color: black;
  font-weight: bold;
}

.innrTitl h4 span {
  color: #e53034;
}

.whyBg {
  background: url(../images/mission-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 0;
}

.abt-bnr {
  margin-top: -130px;
}

.abt-bnr {
  margin-top: 0;
}

.mt-80 {
  margin-top: -80px;
}

.contactBg {
  background: url(../images/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5em;
}

.contactwrapp {
  padding: 1em 0;
}

.contactwrapp p {
  margin-bottom: 0.9em;
}

.contactwrapp p .fas {
  color: #e53034;
}

.contactwrapp p a {
  color: #6c6c6c;
}

.contactForm fieldset {
  border: 1px solid #e53034;
  padding: 2em;
}

.contactForm fieldset legend {
  display: inline;
  margin: auto;
  width: auto;
  background-color: #e53034;
  color: white;
  padding: 0 1em;
}

.modalBtn:hover {
  color: #e53034 !important;
}

.footerMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #f1f2f5;
  border-bottom: 1px solid #f1f2f5;
}

.footerMenu .nav-link {
  text-transform: uppercase;
  color: black;
  font-family: "montserratsemibold";
}

.footerTittle {
  color: #e53034;
  font-family: "montserratsemibold";
  text-transform: capitalize;
  margin-bottom: 1.2em;
}

.footLinks ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.footLinks a {
  color: #6c6c6c;
  font-family: "montserratregular";
  font-size: 13px;
}

.footrAddress {
  color: #6c6c6c;
  font-family: "montserratregular";
  font-size: 13px;
}

.footrAddress img {
  width: 35px;
  padding: 4px;
}

.ftrIcon {
  color: white;
  background-color: #6c6c6c;
  font-size: 1.2em;
  padding-top: 7px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  margin-top: 3px;
}

.footerBottom {
  padding-bottom: 0.9em;
  margin-top:20px;
}

.footerBottom p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.footerBottom a {
  color: #6c6c6c;
}

.footerBottom .fab {
  font-size: 1.5em;
  color: #6c6c6c;
  height: 35px;
  width: 35px;
  border-radius: 6px;
  border: 2px solid #6c6c6c;
  text-align: center;
  padding-top: 4px;
  opacity: 0.4;
  margin-left: 0.4em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.footerBottom .fab:hover {
  color: #e53034;
  border-color: #e53034;
  opacity: 1;
}

.ftScoial {
  text-align: right;
}

/*Default*/
#zoom_01 {
  width: 100%;
}

.ourbg {
  background: url(./images/ourrangebg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "montserratmedium";
  src: url(./fonts/MontserratMedium.ttf);
}

@font-face {
  font-family: "montserratsemibold";
  src: url(./fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "montserratbold";
  src: url(./fonts/Montserrat-Bold.otf);
}

@font-face {
  font-family: "montserratlight";
  src: url(./fonts/Montserrat-Light.otf);
}

@font-face {
  font-family: "montserratregular";
  src: url(./fonts/Montserrat-Regular.ttf);
}

@media (max-width: 1380px) {
  .customNav .navbar-nav {
    margin: auto;
  }
  .whyBg {
    background: none;
    padding: 0;
  }
  .contactBg {
    background-position: bottom;
  }
  .ourbg {
    background: none;
  }
}

@media (max-width: 1199px) {
  .brandLogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
  }
  .brandLogo img {
    width: 100%;
  }
  .vimg {
    width: 300.125px !important;
    height: 760.412px !important;
  }
  .customNav {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 991px) {
  .mt-80 {
    margin-top: 0;
  }
  .abtWrapper img {
    display: block;
  }
  .abtindicactor {
    left: 0;
    width: 100%;
    bottom: -61px;
  }
  .brandLogo {
    margin-top: 3em;
    text-align: center;
  }
  .contactWarpper .blackForm {
    margin-top: 3em;
  }
  .vimg {
    width: 100% !important;
    height: 760.412px !important;
    padding-bottom: 1em;
  }
  .listWrapper img {
    margin: 1em 0;
  }
  .innerBanner .sliderOverlay {
    padding: 1em 0;
  }
  .mobileView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .desktopView {
    display: none;
  }
  .zoomContainer {
    display: none;
  }
  .imgRight {
    height: 660px;
	width:100%
  }
  .pt-130 {
    padding-top: 1em;
  }
  .whyBg {
    display: none;
  }
}

@media (max-width: 767px) {
  .aboutBg {
    background-image: none;
  }
  .brandslideimg {
    text-align: center;
  }
  .brandContent p {
    padding: 1.5em 0;
  }
  .brandContent p {
    padding: 1em 0;
  }
  .brandContent .brandImg {
    padding: 1em 0;
  }
  .homeSlider .homeSlideWrapper img {
    height: 250px;
    width: 100%;
  }
  .homeSlider .sliderOverlay {
    top: 30%;
  }
  .homeSlider .sliderOverlay h1 {
    font-size: 1em;
  }
  .headerBottomIcon img {
    width: 70% !important;
    margin-left: 1em !important;
  }
  .sliderIcon {
    position: absolute;
    bottom: 2%;
    left: 36%;
  }
  .sliderIcon .whiteBox {
    height: 25px !important;
    width: 25px !important;
    margin: 0.1em !important;
  }
  .sliderIcon .whiteBox .fab {
    font-size: 1em !important;
  }
  .footerBottom {
    text-align: center;
  }
  .testiWrapper {
    padding-top: 23em;
  }
  .testiWrapper .testiImg {
    width: 90px;
  }
  .testiWrapper .testiImg .tImg {
    border: 4px solid white;
    height: 90px;
  }
  .testiWrapper .testiOverlay {
    width: 30px;
    height: 30px;
    padding-top: 2px;
  }
  .testiWrapper .testiOverlay img {
    width: 15px;
    height: 15px;
  }
  .testiContent p {
    font-size: 12px;
  }
  .contactWarpper .blackForm {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    padding: 2em 5em;
  }
  .contactWarpper .blackoverlay {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  }
  .bgTxt {
    right: 0px;
    font-size: 8em;
  }
  .bgProducts {
    left: 0px;
  }
  .prdct-img {
    margin-bottom: 1.5em;
    text-align: center !important;
  }
  .filterForm {
    margin: 1em;
  }
  .filterForm .form-control {
    width: 100%;
  }
  .networkAccordion .accordionContent {
    margin: 1em 0;
  }
}

@media (max-width: 567px) {
  .contactWarpper .blackForm {
    padding: 2em;
    -webkit-clip-path: none;
            clip-path: none;
    margin: 2em;
  }
  .contactWarpper .blackoverlay {
    -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
            clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
    top: 2%;
    left: 1%;
    display: none;
  }
  .homeSlider .homeSlideWrapper img {
    height: 250px;
  }
  .homeSlider .sliderOverlay {
    top: 25%;
    left: 15%;
  }
  .homeSlider .sliderOverlay h1 {
    font-size: 1.6rem;
  }
  .homeSlider .sliderOverlay h2 {
    font-size: 1.2rem;
  }
  .headerBottomIcon img {
    width: 90% !important;
    margin-left: 1em !important;
  }
  .abtindicactor {
    bottom: -76px;
  }
  .abtBottom .horizontalLine {
    width: 250px;
  }
  .testimonialBg {
    margin-top: -198px;
  }
  .brandLogo {
    background-color: #e53034;
  }
  .btnRedOutline {
    width: 100%;
  }
  .btnRed {
    width: 100%;
    margin: 1em 0;
	margin-bottom :0px !important;
  }
  .ftrPargraph {
    width: 100% !important;
  }
  .footerTittle {
    margin-top: 1em;
  }
  .brandContent img {
    width: 100px;
  }
  .prdct-img img {
    height: 40px;
  }
  .listWrapper .listingOverlay {
    top: 16px;
  }
}

@media (max-width: 365px) {
  .homeSlider .sliderOverlay {
    top: 6%;
  }
  .homeSlider .homeSlider .sliderIcon .whiteBox {
    height: 25px;
    width: 25px;
  }
}


footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  //  margin-top: 10px;
    overflow: hidden;
     flex: 0 0 50px;/*or just height:50px;*/
    margin-top: auto;
}
main {
    min-height: 85vh;
}
.single-product footer {
    position: fixed !important;
}
@media only screen and (max-width: 768px) {
	.single-product footer {
	    position: relative !important;
	}
}
/*# sourceMappingURL=style.css.map */