@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Black.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Black.woff) format("woff"),
    url(../fonts/Lato-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Bold.woff) format("woff"),
    url(../fonts/Lato-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Regular.woff) format("woff"),
    url(../fonts/Lato-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Light.woff) format("woff"),
    url(../fonts/Lato-Light.ttf) format("truetype");
}

body {
  font-family: "Lato-Regular" !important;
  overflow-x: hidden;
}

.layoutsonia {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato-Bold" !important;
}

footer {
  position: relative;
}

.bg-gray {
  background: #f5f5f5;
  position: relative;
  height: 860px;
  overflow: hidden;
}

.imgfeature img {
  /*width: 100%;*/
  position: relative;
  left: -200px;
  top: -160px;
}

.titlecenter {
  position: relative;
}

.titlecenter h2 {
  font-size: 50px;
  color: #4c4c4c;
}

.titlecenter:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #60c893;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.bg-shipping {
  position: relative;
  margin-top: -240px;
}

.bgshipping {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shippingcontent {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.abouthome {
  position: absolute;
  top: 70px;
  right: 15px;
  background: #fff;
  width: 50%;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.abouthome p {
  overflow: hidden;
  line-height: 28px;
  max-height: 84px;
}

.abouthome span {
  width: 100%;
  color: #c90020;
}

.abouthome h2 {
  color: #000;
  height: 44px;
  overflow: hidden;
}

.heightvercual {
  min-height: 360px;
}

.bg-leftfooter {
  background: #f4f4f4;
}

.bg-rightfooter {
  background: #dadada;
}

.footergy {
  background: #000;
  opacity: 1;
  padding: 150px 0 20px;
  filter: alpha(opacity=100);
  background-size: 100% 100%;
  -webkit-animation: Animationbanner 15s ease infinite;
  -moz-animation: Animationbanner 15s ease infinite;
  -o-animation: Animationbanner 15s ease infinite;
  animation: Animationbanner 15s ease infinite;
}

.introvideo {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.introvideo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.introvideo:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 2;
}

.introvideo:after {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px #fff solid;
  height: 60px;
  content: "\f04b";
  top: 52%;
  font-size: 22px;
  color: #fff;
  left: 30px;
  z-index: 3;
  font-family: "FontAwesome";
}

.introvideo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.introvideo p {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  margin: 0;
  font-size: 16px;
  bottom: 30px;
  left: 0;
  color: #fff;
  z-index: 3;
}

.introvideo span {
  float: left;
  width: 100%;
  height: 35px;
  font-size: 30px;
  color: #fff;
  margin: 0 0 5px;
}

.collection {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.collection img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.collection:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.collection p {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  left: 5%;
  margin: 0;
  padding: 15px;
  border: 1px #fff solid;
  width: 90%;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.collection:hover p {
  color: #c90020;
}

.collection p:before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  content: "";
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.collection p span {
  position: relative;
  z-index: 1;
}
.collection:hover p:before {
  height: 100%;
}

.collection a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.graycarusel {
  position: relative;
  height: 520px;
  background: #e3e6e9;
}

.offers {
  background: #c90020;
  height: 250px;
  margin-bottom: 15px;
  position: relative;
}

.offers a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.offers p {
  border-bottom: 2px #fff solid;
  text-transform: uppercase;
  bottom: 30px;
  max-width: 90%;
  left: 5%;
  margin: 0;
  text-align: left;
  position: absolute;
  z-index: 2;
  font-family: "Lato-Bold";
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.offers i {
  font-size: 140px;
  display: inline-block;
  margin: 20px 0 0;
  color: #b5001d;
}

.prolines {
  position: relative;
  height: 255px;
  overflow: hidden;
}

.prolines a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.prolines p {
  bottom: 30px;
  max-width: 90%;
  left: 5%;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  z-index: 3;
  color: #fff;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
}

.prolines span {
  width: 100%;
  display: inline-block;
  font-size: 40px;
}
.prolines:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.prolines img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.prohome {
  position: relative;
  height: 320px;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.prohome img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.prohome p {
  position: absolute;
  bottom: 25px;
  padding: 13px 45px 0 15px;
  border-bottom: 15px #fff solid;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  left: 4%;
  background: #fff;
  max-height: 105px;
  width: 92%;
  z-index: 2;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -ms-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    all ease-in-out 0.3s;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.prohome span {
  position: absolute;
  top: 20px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  right: 20px;
  background: #c90020;
  color: #fff;
  height: 24px;
  z-index: 2;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  -ms-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s, all ease-in-out 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    all ease-in-out 0.3s;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.prohome:hover p {
  bottom: 35px;
}

.prohome p:before {
  position: absolute;
  bottom: -1px;
  right: 15px;
  color: #c90020;
  font-size: 24px;
  content: "\f178";
  font-family: "FontAwesome";
}

.prohome a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.footerlist h5 {
  text-transform: uppercase;
}

.footerlist ul {
  margin: 0;
  padding: 0;
}

.footerlist ul li {
  list-style: none;
  margin: 0 0 4px;
}

.footerlist ul li a {
  color: #343a40 !important;
  text-decoration: none !important;
}

.footerlist ul li a:hover {
  color: #c90020 !important;
}

.logofooter {
  position: relative;
}

.logofooter img {
  max-width: 200px;
}

.sliderhome {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #329998, #66cc9a);
  opacity: 1;
  min-height: 360px;
  filter: alpha(opacity=100);
  background-size: 100% 100%;
  -webkit-animation: Animationbanner 15s ease infinite;
  -moz-animation: Animationbanner 15s ease infinite;
  -o-animation: Animationbanner 15s ease infinite;
  animation: Animationbanner 15s ease infinite;
}

@-webkit-keyframes Animationbanner {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Animationbanner {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes Animationbanner {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Animationbanner {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.sliderhome .carousel {
  z-index: 11;
  top: 20px;
  min-height: 600px;
}

.sliderhome .carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 0;
  top: 100px;
  text-align: left;
}

.carousel-indicators {
  bottom: 0;
}

.sliderhome .carousel-caption {
  position: absolute;
  width: 100%;
  z-index: 3;
  /*height: 100%;*/
  top: 0;
  left: 0;
}

.sliderhome .carousel-caption img {
  max-height: 450px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.sliderhome .carousel-control-next,
.sliderhome .carousel-control-prev {
  z-index: 3;
  width: 10%;
}

.sliderhome .carousel-control-next-icon {
  background-image: none;
  position: relative;
}

.sliderhome .carousel-control-next-icon:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  font-size: 24px;
  content: "\f178";
  font-family: "FontAwesome";
}

.sliderhome .carousel-control-prev-icon {
  background-image: none;
  position: relative;
}

.sliderhome .carousel-control-prev-icon:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  font-size: 24px;
  content: "\f177";
  font-family: "FontAwesome";
}

.carousel .carousel-item {
  min-height: 480px;
  height: 100%;
  width: 100%;
}

.carousel .carousel-item img {
  position: relative;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  width: 100%;
  display: inline-block;
}

.carousel-caption h3,
.carousel-caption p {
  padding: 0.5em 0 0.2em;
  text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
}

.carousel-caption h3 {
  font-family: "Lato-Bold";
  font-size: 2.2em;
  margin-top: 2em;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.carousel-caption p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-style: italic;
  max-width: 75%;
}

.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.caruslholder {
  float: right;
  width: 100%;
  direction: ltr;
  position: relative;
  z-index: 4;
}

.partnerlogo {
  position: relative;
  height: 60px;
  margin-top: 25px;
}

.partnerlogo img {
  position: absolute;
  width: auto !important;
  top: 50%;
  left: 50%;
  max-height: 60px;
  max-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

ul.contactfooter {
  padding: 0;
  margin: 30px 0 0;
}

ul.contactfooter li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
  padding: 15px 0 0 65px;
}

ul.contactfooter li i {
  position: absolute;
  left: 0;
  top: 1px;
  width: 52px;
  height: 52px;
}

ul.contactfooter li p {
  color: #000;
  font-size: 18px;
}

ul.contactfooter li a {
  color: #000 !important;
  font-size: 18px;
  text-decoration: none !important;
}

.mapicon {
  background: url(../images/mapicon.svg) center no-repeat;
}

.phoneicon {
  background: url(../images/phoneicon.svg) center no-repeat;
}

.mailicon {
  background: url(../images/mailicon.svg) center no-repeat;
}

a.infofooter {
  color: #000 !important;
  text-decoration: none !important;
  clear: both;
  padding: 4px 0;
  float: left;
}

a.infofooter:hover {
  color: #c90020 !important;
}

.linelink {
  border-bottom: 2px #ddd solid;
}

ul.footerlinks {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}

ul.footerlinks li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 21px 0 0;
  position: relative;
}

ul.footerlinks li:before {
  position: absolute;
  right: -11px;
  top: 0;
  color: #fff;
  content: "|";
  font-size: 15px;
}

ul.footerlinks li:last-child:before {
  display: none;
}

ul.footerlinks li a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
}

ul.footerlinks li a:hover {
  color: #35fb8a !important;
}

.socialmedia ul {
  margin: 40px 0 25px;
  display: inline-block;
  padding: 0;
}

.socialmedia ul li {
  margin: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}

.socialmedia ul li a {
  color: #fff;
  width: 42px;
  height: 42px;
  display: inline-block;
  border: 1px #fff solid;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.socialmedia ul li a:hover {
  border: 1px #35fb8a solid;
  background: #35fb8a;
  color: #000;
}

.newsletterholder {
  background: #fff;
  display: inline-block;
  font-family: "Lato-Bold";
}

.newsletterholder input[type="text"] {
  border: none;
  float: left;
  width: 75%;
  outline: none !important;
}

.newsletterholder input[type="button"],
.newsletterholder input[type="submit"] {
  border: none;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  float: right;
}

a.infoheader {
  display: inline-block;
  margin: 5px 12px 0 0;
  padding: 0 0 0 23px;
  position: relative;
  color: #999 !important;
  text-decoration: none !important;
  font-size: 14px;
}

a.infoheader:hover {
  color: #000 !important;
}

a.infoheader:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  font-family: "FontAwesome";
}

a.soniaphone:before {
  content: "\f095";
}

a.soniamail:before {
  content: "\f0e0";
}

.productgallery {
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 240px;
  border: 4px #fff solid;
  border-radius: 50%;
  display: inline-block;
}

.productgallery a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.productgallery img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: auto !important;
  min-width: 100%;
  max-width: 140%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.copyright {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.copyright a {
  color: #c90020 !important;
  text-decoration: none !important;
  font-family: "Lato-Bold";
}

.titlehome {
  color: #c90020;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Lato-Bold";
}

a.morehome {
  display: inline-block;
  position: relative;
  z-index: 4;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  border: 2px #000000 solid;
  padding: 0 25px;
  line-height: 48px;
  color: #000 !important;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a.morehome:hover {
  color: #fff !important;
  background: #000;
}

a.confirm {
  display: inline-block;
  position: relative;
  z-index: 4;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  padding: 0 32px;
  letter-spacing: 2px;
  line-height: 48px;
  font-family: "lato-bold";
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #329998, #66cc9a);
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a.confirm:hover {
  background: #000;
}
.techtitle span {
  font-size: 20px;
  font-family: "lato-bold";
  margin: 0 0 10px;
  display: inline-block;
  color: #000;
}

.techtitle h3 {
  color: #c90020;
  font-size: 30px;
  font-family: "Lato-Bold";
}

.techtitle p {
  margin-bottom: 30px;
}

.easyorder {
  font-size: 52px;
  text-align: left;
  text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.event {
  cursor: pointer;
}

.copyrightholder {
  position: absolute;
  bottom: 25px;
  left: 0;
}

.innerbanner {
  min-height: 160px;
  z-index: 11;
}

.innerbanner h1 {
  color: #fff;
  text-transform: uppercase;
}

.innerbanner ul {
  padding: 0;
  margin: 0;
}

.innerbanner ul li {
  display: inline-block;
  list-style: none;
  padding-right: 15px;
  position: relative;
}

.innerbanner ul li:last-child {
  padding-right: 0;
}

.innerbanner ul li:last-child:before {
  display: none;
}

.innerbanner ul li:before {
  position: absolute;
  font-size: 18px;
  right: 2px;
  color: #fff;
  content: "/";
}

.innerbanner ul li a {
  color: #fff !important;
  text-decoration: none;
}

.innerbanner ul li a:hover {
  color: #000 !important;
}

.contactinfo strong {
  font-size: 1.4em;
}

.contactinfo p {
  font-size: 0.9em;
  color: #666;
}

.contactinfo p a {
  color: #666 !important;
}

.contactform input[type="text"],
.contactform input[type="email"] {
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  border: 1px solid hsl(var(--neutral-hue, 210), 14%, 83%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactform input[type="text"]:focus,
.contactform input[type="email"]:focus,
.contactform textarea:focus {
  border-color: hsl(var(--neutral-hue, 210), 7%, 46%);
  -webkit-box-shadow: 0 3px 10px hsla(var(--neutral-hue, 210), 14%, 83%, 0.25);
  box-shadow: 0 3px 10px hsla(var(--neutral-hue, 210), 14%, 83%, 0.25);
}

.validationstyle {
  color: #c90020;
  font-size: 0.9em;
}

.contactform textarea {
  outline: none;
  min-height: 120px;
  max-height: 120px;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  padding: 0 15px;
  border: 1px solid hsl(var(--neutral-hue, 210), 14%, 83%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactform input[type="button"],
.contactform input[type="submit"] {
  clear: both;
}

.framemap iframe {
  border: none;
  height: 400px;
  width: 100%;
}

.albumgallery {
  position: relative;
  height: 320px;
  overflow: hidden;
  border: 1px #ddd solid;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.albumgallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.albumgallery p {
  position: absolute;
  bottom: 15px;
  padding: 13px 15px 0 15px;
  color: #666;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  max-height: 98px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.albumgallery:hover p {
  color: #c90020;
  background: rgba(255, 255, 255, 1);
}

.albumgallery:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 15px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.albumgallery:hover:before {
  background: rgba(255, 255, 255, 1);
}

.albumgallery a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.galleryzone {
  position: relative;
  height: 320px;
  overflow: hidden;
  border: 1px #ddd solid;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.galleryzone img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.galleryzone:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(201, 0, 32, 0);

  z-index: 2;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.galleryzone:hover:before {
  background: rgba(201, 0, 32, 0.8);
}

.galleryzone:after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  left: 50%;
  font-size: 20px;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #c90020;
  background: #fff;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.galleryzone:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.galleryzone a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
}

.eventgrid {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.eventgrid img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.eventgrid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2;
}

.eventgrid:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.eventgrid a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.listsitbar {
  background: #f3f3f3;
}

.listsitbar h3 {
  color: #000;
  font-size: 20px;
  font-family: "Lato-Bold";
  padding: 0 0 12px;
  margin: 0 0 20px;
  position: relative;
}

.listsitbar h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #c90020;
  content: "";
}

.listsitbar ul {
  margin: 0;
  padding: 0;
}
.listsitbar ul li {
  list-style: none;
  margin: 6px 0;
  border-bottom: 1px #ddd solid;
}

.listsitbar ul li span {
  float: right;
  padding: 3px 5px;
  color: #fff;
  background: #c90020;
  font-size: 13px;
}

.listsitbar ul li a {
  margin: 0;
  padding: 0 0 6px 18px;
  color: #999 !important;
  text-decoration: none !important;
  font-size: 16px;
  display: inline-block;
}
.listsitbar ul li a:hover {
  color: #c90020 !important;
}

.listsitbar ul li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  font-size: 16px;
  left: 15px;
}

.eventpref h4 a {
  color: #c90020 !important;
  text-decoration: none !important;
  max-height: 64px;
  line-height: 32px;
  overflow: hidden;
}

.eventpref h4 a:hover {
  color: #000 !important;
}

.eventpref p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

.eventpref b,
.eventpref span {
  font-weight: normal;
  color: #999;
  position: relative;
}

.eventpref b:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f041";
}

.eventpref span:before {
  position: absolute;
  left: 0;
  font-size: 16px;
  font-family: "FontAwesome";
  content: "\f017";
}

.eventdetails b,
.eventdetails span {
  font-weight: normal;
  color: #999;
  position: relative;
}

.eventdetails b:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f041";
}

.eventdetails span:before {
  position: absolute;
  left: 0;
  font-size: 16px;
  font-family: "FontAwesome";
  content: "\f017";
}

.pagenationstyle {
  float: right;
  width: 100%;
  padding: 0;
}

.pagenationstyle .pagination {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}

.pagenationstyle .pagination > li {
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}

.pagenationstyle .pagination > .active > a,
.pagenationstyle .pagination > .active > span,
.pagenationstyle .pagination > .active > a:hover,
.pagenationstyle .pagination > .active > span:hover,
.pagenationstyle .pagination > .active > a:focus,
.pagenationstyle .pagination > .active > span:focus {
  background-color: #c90020;
  border-color: #c90020;
  color: #fff;
}

.pagenationstyle .pagination > li > a,
.pagenationstyle .pagination > li > span {
  margin-left: 0;
  color: #666;
  min-width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  background-color: #eee;
  text-decoration: none !important;
  border: 1px #eee solid;
}

.pagenationstyle .pagination > li > a:hover,
.pagenationstyle .pagination > li > span:hover,
.pagenationstyle .pagination > li > a:focus,
.pagenationstyle .pagination > li > span:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.sharearticl {
  float: right;
}

.sharearticl strong {
  display: inline-block;
  font-weight: normal;
}

.sharearticl a {
  display: inline-block;
  width: 30px;
  font-size: 15px;
  margin: 0 5px 0 0;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}

.sharearticl a i {
  height: 30px;
  line-height: 32px;
}

a.facebookshare {
  background: #4064ad;
}

a.twittershare {
  background: #1c9ceb;
}

.productimg {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.productimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 120%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.productimg:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(201, 0, 32, 0);
  z-index: 2;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.productimg:hover:before {
  background: rgba(201, 0, 32, 0.8);
}

.productimg:after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  left: 50%;
  font-size: 20px;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #c90020;
  background: #fff;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.productimg:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.productimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.productinfo h4 {
  color: #000;
  line-height: 32px;
}

.productinfo h3 {
  color: #c90020;
  line-height: 32px;
}

a.categorydetails {
  padding: 0 12px;
  font-size: 14px;
  height: 22px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  background: #c90020;
  text-decoration: none !important;
  color: #fff !important;
  height: 24px;
}

.aboutimg img {
  width: 100%;
  border: 1px #ddd solid;
}

.Searchtitle {
  color: #999;
  font-size: 18px;
}

.Searchtitle span {
  color: #000;
}

.searchblock a {
  color: #000;
  font-size: 20px;
  color: #000 !important;
  text-decoration: none !important;
}

.searchblock span {
  background: #c90020;
  color: #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
}

.seachheader {
  float: right;
  width: 200px;
  border: 1px #ddd solid;
  position: relative;
}

.seachheader:before {
  position: absolute;
  z-index: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  right: 0;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #000;
  content: "\f002";
}

.seachheader:hover:before {
  background: #c90020;
  color: #fff;
}

.seachheader input[type="search"],
.seachheader input[type="text"] {
  border: none;
  width: 160px;
  height: 38px;
  line-height: 38px;
  color: #666;
  font-size: 14px;
  float: left;
  padding: 0 5px;
}

.seachheader:hover input[type="search"],
.seachheader:hover input[type="text"] {
  background: #f3f3f3;
}

.seachheader input[type="button"],
.seachheader input[type="submit"] {
  border: none;
  background: none !important;
  width: 38px;
  float: right;
  height: 38px;
  position: relative;
  z-index: 1;
  line-height: 38px;
}

.faqsonia .btn-link {
  color: #c90020 !important;
  text-decoration: none !important;
}

.faqsonia .btn-link:hover {
  color: #000 !important;
}

.footertringel {
  position: absolute;
  top: -1px;
  z-index: 10;
  left: -1px;
  width: 100%;
  height: 300px;
  background: url(../images/shapetringel.svg) bottom center no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.shapetringel {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  left: 1px;
  width: 100%;
  height: 300px;
  background: url(../images/shapetringel.svg) bottom center no-repeat;
  background-size: 100%;
}

.featuritems ul {
  padding: 0;
  margin: 30px 0 40px;
}

.featuritems ul li {
  list-style: none;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 18px;
  margin: 0 0 15px;
  color: #000;
}

.featuritems ul li:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/checkfeature.svg);
  background-size: 100%;
}

.footerconter {
  position: relative;
  z-index: 11;
}

.supportform {
  margin-top: 20px;
  /* padding: 20px; */
  /* width: 100%; */
  /* background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(23 25 51 / 8%), 0 1px 32px 0 rgb(23 25 51 / 10%); */
}

.supportform input,
.supportform textarea {
  border-radius: 10px;
}

.supportform input[type="button"],
.supportform input[type="submit"] {
  background: linear-gradient(0deg, #329998, #66cc9a);
  height: 40px;
  line-height: 36px;
  outline: none;
  padding: 0 30px;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s;
}

.supportform input[type="submit"]:hover {
  background: linear-gradient(0deg, #298583, #55a17d);
  
}

.productmg h3 {
  color: #000;
}

.productmg span {
  color: #666;
  font-style: italic;
  display: inline-block;
  margin-bottom: 20px;
  font: 18px;
}

.productmg .form-control:disabled {
  background-color: #fff;
}

.productgallery {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 180px;
  border: 5px #f3f3f3 solid;
  border-radius: 50%;
  display: inline-block;
}

.productgallery img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

ul.newslist {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.newslist li {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0 0 10px;
  border-bottom: 1px #ddd solid;
  margin: 0 0 15px;
}

ul.newslist li a {
  display: inline-block;
  width: 100%;
  font-family: "Lato-Bold";
  list-style: none;
  color: #60c893 !important;
  text-decoration: none !important;
  margin: 0 0 3px;
}

ul.newslist li a:hover {
  color: #000 !important;
}

ul.newslist li span {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 20px;
  position: relative;
  color: #999;
  font-size: 13px;
}

ul.newslist li span::before {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 16px;
  content: "\f133";
  font-family: FontAwesome;
}

h5.titleteam {
  color: #48927b;
  font-family: "Lato-Regular" !important;
  margin-bottom: 2px;
}

.labelblue {
  color: #fff;
  font-family: "Lato-Bold";
  padding: 8px 30px;
  position: relative;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background: #0a065b;
  display: inline-block;
  font-size: 20px;
}

.labelblue::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 47px solid #fff;
  border-right: 15px solid transparent;
}

.labelblue::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 47px solid #fff;
  border-left: 15px solid transparent;
}

#contactForm {
  /* width: 100vw; */
}

@media screen and (max-width: 1200px) {
  .sliderhome .carousel-control-next-icon:before {
    left: 30px;
  }

  .sliderhome .carousel-control-prev-icon:before {
    left: -30px;
  }

  .abouthome {
    top: 30px;
  }

  .offers p {
    font-size: 20px;
    line-height: 30px;
  }

  .prolines p {
    font-size: 22px;
    line-height: 30px;
  }

  .prolines span {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .innerbanner {
    top: 50px;
  }
  .featuritems ul {
    margin: 0 0 20px;
  }
  ul.contactfooter {
    margin: 5 0px 0 0;
  }

  .easyorder {
    font-size: 40px;
    text-align: center;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .bgshipping {
    display: none;
  }
  .bg-shipping {
    background: url(../images/bg_sm.png) center no-repeat;
    background-size: cover;
    margin-top: -225px;
    margin-bottom: 30px;
  }

  .shippingcontent {
    position: relative;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
  }

  .imgfeature img {
    top: 0;
    left: -49px;
  }
  .techtitle {
    margin: 15px 0;
  }

  .shapetringel {
    height: 135px;
  }

  .footergy {
    padding: 135px 0 20px;
  }

  .footertringel {
    height: 135px;
  }

  .carousel .carousel-item {
    min-height: 370px;
  }
  .sliderhome .carousel {
    min-height: 464px;
  }
  .sliderhome .carousel-caption img {
    max-height: 296px;
  }
  .bg-gray {
    height: unset;
  }

  .seachheader {
    top: 0;
    right: 70px;
    width: 210px;
    position: absolute;
  }

  .seachheader:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .seachheader input[type="search"],
  .seachheader input[type="text"] {
    height: 48px;
    line-height: 48px;
  }

  .seachheader input[type="button"],
  .seachheader input[type="submit"] {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .copyrightholder {
    background: #dadada;
    margin-top: -15px;
    padding-bottom: 15px;
    position: relative;
    bottom: unset;
  }

  .sliderhome .carousel-control-next-icon:before {
    left: 10px;
  }

  .sliderhome .carousel-control-prev-icon:before {
    left: -10px;
  }
  .techtitle h3 {
    margin-top: 30px;
  }

  .footergy .container-fluid .bg-leftfooter {
    background: none;
  }

  .footergy .container-fluid .bg-rightfooter {
    background: none;
  }

  .offers {
    border: 15px #fff solid;
    margin-top: -40px;
  }

  .prolines {
    border: 15px #fff solid;
    margin-top: -20px;
  }
}

@media screen and (max-width: 850px) {
  .imgfeature img {
    left: -110px;
  }
}

@media screen and (max-width: 767px) {
  .innerbanner {
    top: 50px;
  }
  .titlecenter h2 {
    font-size: 40px;
  }
  .imgfeature img {
    left: -246px;
  }
  .carousel .carousel-item {
    min-height: unset;
  }

  .sliderhome .carousel-caption {
    position: relative;
  }
  .sliderhome .carousel {
    top: 0;
  }
  #bg-maifooter {
    height: 0 !important;
  }

  .framemap,
  .contactinfo {
    border: 15px #fff solid;
  }

  .contactform {
    border-right: 15px #fff solid;
  }

  .contactform {
    padding-left: 15px !important;
  }

  .layoutsonia {
    width: 100%;
    overflow-x: hidden;
  }

  .graycarusel {
    margin-top: -40px;
  }

  .carousel-caption h3 {
    font-size: 24px;
    margin-top: 15px;
  }

  .carousel-caption h3,
  .carousel-caption p {
    padding: 0.2em 0 0.2em;
  }

  .introvideo {
    margin: 0 0 20px;
  }

  .footerconter {
    position: relative;
    z-index: 11;
  }

  .heightvercual {
    min-height: 0;
  }

  .abouthome {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    transform: unset;
    -webkit-transform: unset;
    border: 15px #f7f7f7 solid;
    box-shadow: unset;
  }
}

@media screen and (max-width: 570px) {
  .sliderhome .carousel-caption {
    top: 35%;
  }
}

@media screen and (max-width: 540px) {
  .seachheader {
    top: 9px;
    right: unset;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    margin: 0 0 17px;
  }

  .seachheader:before {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .seachheader input[type="search"],
  .seachheader input[type="text"] {
    height: 38px;
    background: #f3f3f3;
    width: 85%;
    line-height: 38px;
  }

  .seachheader input[type="button"],
  .seachheader input[type="submit"] {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 480px) {
  .sliderhome {
    min-height: 300px;
  }

  .footergy {
    padding: 60px 0 20px;
  }

  .innerbanner h1 {
    font-size: 24px;
  }

  .sliderhome .carousel-caption {
    top: 28%;
  }

  .sliderhome .carousel-control-prev-icon:before {
    left: -8px;
  }

  .sliderhome .carousel-control-next-icon:before {
    left: 4px;
  }
}

@media screen and (max-width: 425px) {
  .labelblue {
    padding: 8px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 340px) {
  .labelblue {
    padding: 8px 25px;
    font-size: 14px;
  }
}
