body {
  background: url("../img/bg.jpg");
  color: #000;
}

.bg-color2 {
  background: url("../img/bg.jpg");
}

.imgItems {
  width: 204px;
  height: 204px;
  border-radius: 204px;
  overflow: hidden;
  border: #f00 2px dashed;
  padding: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgItemsrat {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed #f00;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.imgItemsrat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.Product_inn h3 {
  margin: 0 !important;
  padding: 0 !important;
}

.cbg1 {
  background: url(../img/bg2.jpg);
}

.cbg2 {
  background: url(../img/bg1.png);
}

.cbg3 {
  background: url(../img/bg3.jpg);
}

.card_sty {
  background-size: cover;
  padding: 1em;
  position: relative;
  border-radius: 0.8em;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  min-height: 210px;
  background-position: center;
}
.card_sty h4 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  height: 200px;
  border: 3px solid rgba(255, 255, 255, 0.296);
}
.card_sty::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.card_my {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1em 0.2em;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.card_my h3 {
  padding: 1em 0;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 2px 3px black;
}
.card_my::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.WhyChoose img {
  height: 90px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .main-header-wrapper .logo-image img {
    height: 55px;
  }
  .breadcumb-wrapper .breadcumb-content {
    padding: 2em 0;
  }
}
.header-top-wrapper a {
  color: #fff !important;
}

.pagecontent img {
  max-width: 100%;
}

.image-style-align-left img, .image-style-align-right img {
  max-width: 450px;
}

@media only screen and (min-width: 968px) {
  .image-style-align-left {
    max-width: 500px;
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }
  .image-style-align-left img {
    max-width: 100%;
    width: 100%;
  }
  .image-style-align-right {
    max-width: 500px;
    display: inline-block;
    float: right;
    margin-left: 1.5em;
  }
  .image-style-align-right img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 968px) {
  .image-style-align-left {
    max-width: 100%;
    width: 100%;
  }
  .image-style-align-left img {
    max-width: 100%;
    width: 100%;
  }
  .image-style-align-right {
    max-width: 100%;
    width: 100%;
  }
  .image-style-align-right img {
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */