@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;
  color: #666;
}

.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: #f0f1ff;
  position: relative;
}

.text-home {
  font-size: 24px;
  padding: 0 15%;
  line-height: 36px;
  color: #848484;
}

.topic-steps .col-lg-6 {
  border-radius: 10px;
  margin-top: 35px;
  padding-top: 40px;
  font-size: 18px;
  color: #848484;
  padding-bottom: 15px;
  line-height: 24px;
  position: relative;
}

.topic-steps .col-lg-6 p {
  z-index: 2;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  color: #848484;
  padding: 0 16px;
  margin-bottom: 15px;
  line-height: 24px;
  position: relative;
}

.topic-steps .col-lg-6::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #eafbf8;
  width: calc(100% - 30px);
  height: 100%;
}

.topic-steps .col-lg-6::after {
  position: absolute;
  top: -30px;
  z-index: 1;
  left: 50%;
  width: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  height: 60px;
  background: #6ca8e8;
  border: 5px #fff solid;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.topic-steps .row .col-lg-6:first-child::after {
  content: "1";
}

.topic-steps .row .col-lg-6:nth-child(2)::after {
  content: "2";
}

.topic-steps .row .col-lg-6:nth-child(3)::after {
  content: "3";
}

.topic-steps .row .col-lg-6:nth-child(4)::after {
  content: "4";
}

.bg-magenta {
  background: #d90041;
  position: relative;
}

.titlecenter {
  position: relative;
}

.titlecenter h2 {
  font-size: 40px;
  color: #000;
}

.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%);
}

.logo {
  display: inline-block;
  margin: 17px 0;
}

.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: #f0f1ff;
  opacity: 1;
  padding: 50px 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;
}
.footertitle {
  margin: 0 0 20px;
  font-size: 24px;
  color: #fff;
}

.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: #d60045;
  opacity: 1;
  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;
}

.sliderhome::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: linear-gradient(90deg, #30d4ba, #4273f0);
  opacity: 0.85;
  filter: alpha(opacity=85);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  -o-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
}

.sliderhome img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.banneriner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #d60045;
  color: #fff;
  opacity: 1;
  min-height: 300px;
  filter: alpha(opacity=100);
}

.banneriner::before {
  content: "";
  top: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/carve1.svg) left top no-repeat;
  background-size: 317px 151px;
}

.banneriner::after {
  content: "";
  top: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/carve2.svg) right bottom no-repeat;
  background-size: 347px 261px;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  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: 280px;
  margin-left: 0;
  margin-right: 0;
  justify-content: start;
}

.carousel-indicators li {
  border: 2px #fff solid;
  width: 26px;
  height: 4px;
  background: transparent;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  background: #fff;
}

.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;
  margin-top: 8px;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  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.5em;
  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: 5px;
}

.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: 0;
}

ul.contactfooter li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  min-height: 55px;
  width: 100%;
  padding: 0 0 15px 50px;
}

ul.contactfooter li.linked {
  padding: 0 0 15px 100px;
}

ul.contactfooter li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #fff;
  text-align: center;
  background: #d90041;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  border-radius: 3px;
  height: 40px;
}

ul.contactfooter li a:nth-child(2) {
  left: 50px;
  position: absolute;
  background: #0271ae;
}

ul.contactfooter li a:nth-child(2) i {
  background: #0271ae;
}

ul.contactfooter li p {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 7px;
  line-height: 20px;
  margin: 0;
}

ul.contactfooter li a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
}

ul.contactfooter li a:hover {
  color: #d90041 !important;
}

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;
  width: 100%;
  padding: 0;
}

ul.footerlinks li {
  display: inline-block;
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 0 0;
  position: relative;
}

ul.footerlinks li a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
}

ul.footerlinks li a:hover {
  color: #d90041 !important;
}

.socialmedia ul {
  margin: 0;
  display: inline-block;
  padding: 0;
}

.socialmedia ul li {
  margin: 0 2px 0 0;
  list-style: none;
  display: inline-block;
}

.socialmedia ul li a {
  color: #0e92c6;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
  line-height: 30px;
}

.socialmedia ul li a:hover {
  color: #434345;
}

.footerconter hr {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #1e1e1e;
  margin-bottom: 26px;
}

.newsletterholder {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
}

.newsletterholder input[type="email"] {
  border: none;
  height: 60px;
  display: inline-block;
  background: transparent;
  font-size: 15px;
  padding: 15px;
  width: calc(100% - 74px);
  border: 2px #1e1e1e solid;
  color: #fff;
  border-radius: 2px 0 0 2px;
  outline: none !important;
}

.newsletterholder input[type="button"],
.newsletterholder input[type="submit"] {
  border: none;
  width: 74px;
  height: 60px;
  border-radius: 0 2px 2px 0;
  background: #d90041 url(../images/submit.svg) center no-repeat;
  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: 15px;
  border-top: 1px #9c9da5 solid;
  text-align: center;
  padding-top: 18px;
  color: #707070;
}

.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%;
}

.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 h2 {
  font-size: 40px;
  color: #000;
  font-family: "Lato-Bold";
  text-transform: capitalize;
}

.app-work {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 125px;
  position: relative;
}

.app-work h5 {
  display: inline-block;
  width: 100%;
  color: #000;
  font-family: "Lato-Bold";
  font-size: 24px;
}

.app-work p {
  display: inline-block;
  width: 100%;
  color: #626262;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.app-work i {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  background: #d40140;
}

.app-work i::before {
  width: 66px;
  height: 66px;
  content: "";
  position: absolute;
  top: 17px;
  z-index: 0;
  left: 17px;
  border-radius: 50%;
  background: #d40140;
  -webkit-box-shadow: 0 0 15px rgb(24 24 24 / 15%);
  box-shadow: 0 0 15px rgb(24 24 24 / 15%);
}

.app-work i.profile::after {
  width: 36px;
  content: "";
  height: 36px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/profile.svg) center no-repeat;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.app-work i.downloadapp::after {
  width: 36px;
  content: "";
  height: 36px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/downloadapp.svg) center no-repeat;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.app-work i.mobileapp::after {
  width: 24px;
  content: "";
  height: 35px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/mobil-app.svg) center no-repeat;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.downloadkind {
  display: inline-block;
  width: 100%;
  min-height: 257px;
  vertical-align: top;
  padding: 25px 30px;
  background: #fff;
  margin-top: -150px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 15px rgb(24 24 24 / 15%);
  box-shadow: 0 0 15px rgb(24 24 24 / 15%);
}

.downloadkind h4 {
  display: inline-block;
  width: 100%;
  font-family: "Lato-Bold";
  font-size: 22px;
  color: #000;
}

.downloadkind p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #999;
}

.downloadkind a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding: 0 28px 0 0;
  font-family: "Lato-Bold";
  text-decoration: none;
  color: #d90041 !important;
}

.downloadkind a::before {
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 20px;
  content: "\f178";
}

.downloadkind a:hover {
  color: #000 !important;
}

.apple {
  width: 51px;
  height: 61px;
  display: inline-block;
  background: url(../images/apple.svg) center no-repeat;
  margin: 0 0 15px;
}

.google-play {
  width: 55px;
  height: 61px;
  display: inline-block;
  background: url(../images/g-play.svg) center no-repeat;
  margin: 0 0 15px;
}

.web-app {
  width: 80px;
  height: 54px;
  display: inline-block;
  background: url(../images/web-app.svg) center no-repeat;
  margin: 0 0 15px;
}

.footerconter {
  position: relative;
  z-index: 11;
}

.supportform {
  margin-top: 20px;
}

.supportform input,
.supportform textarea {
  border-radius: 20px;
}

.supportform input[type="button"],
.supportform input[type="submite"] {
  background: linear-gradient(0deg, #329998, #66cc9a);
  height: 40px;
  line-height: 36px;
  outline: none;
  padding: 0 30px;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
}

.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;
}

.feat-app {
  position: relative;
  width: 100%;
  padding: 0 0 0 65px;
}

.feat-app h3 {
  position: relative;
  font-family: "Lato-Bold";
  width: 100%;
  color: #000;
  font-size: 20px;
  margin: 0 0 3px;
}

.feat-app p {
  position: relative;
  width: 100%;
  color: #999;
  font-size: 18px;
  margin: 0;
}

.feat-app i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 70px;
}

.feat-app i.mawaqeet {
  background: url(../images/mawaqeet.svg) center no-repeat;
  background-size: 50px 68px;
}

.feat-app i.marketplaces {
  background: url(../images/marketplaces.svg) center no-repeat;
  background-size: 50px 50px;
}

.feat-app i.chatting {
  background: url(../images/chatting.svg) center no-repeat;
  background-size: 50px 49px;
}

.feat-app i.feeds {
  background: url(../images/feeds.svg) center no-repeat;
  background-size: 50px 68px;
}

.feat-app i.directory {
  background: url(../images/directory.svg) center no-repeat;
  background-size: 50px 57px;
}

.feat-app i.groups {
  background: url(../images/groups.svg) center no-repeat;
  background-size: 50px 40px;
}

a.appfooter {
  border: 1px #fff solid;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding: 8px 12px 8px 48px;
  font-size: 15px;
  width: 154px;
  margin: 0 8px 0 0;
  font-family: "Lato-Bold";
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

a.appfooter:hover {
  background: #fff;
  color: #d90041 !important;
}

a.appfooter span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-family: "Lato-Regular";
  text-transform: capitalize;
}

a.appfooter i {
  position: absolute;
  left: 10px;
  display: inline-block;
  z-index: 0;
  top: 14px;
}

a.appfooter i.applefooter {
  background: url(../images/apple.svg) center no-repeat;
  width: 28px;
  height: 33px;
  background-size: 28px 33px;
}

a.appfooter i.gplayfooter {
  background: url(../images/g-play.svg) center no-repeat;
  width: 28px;
  height: 31px;
  background-size: 28px 31px;
}

.aboutfooter {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 25px 0;
}

.subscribetitle {
  color: #fff;
  font-size: 40px;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.testimonials {
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 10px;
}

.testimonials::before {
  position: absolute;
  top: 0;
  content: "";
  z-index: 0;
  left: 0;
  width: 100%;
  height: 325px;
  background: #f8f8f8;
}

.testimonials i {
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 1;
  margin: 20px 0;
  font-size: 36px;
  color: #d90041;
}

.testimonials p {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #555;
  font-size: 20px;
  line-height: 32px;
  padding: 0 30px;
  height: 160px;
  overflow: hidden;
  font-style: italic;
  font-family: "Lato-Bold";
}

.guest-honor {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
}

.imguest-honor {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #f3f3f3 url(../images/user-comment.svg) center bottom no-repeat;
  background-size: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}

.imguest-honor img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  width: auto !important;
  max-width: 110%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.imguest-honor h6 {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  color: #191a2d;
  font-size: 19px;
  text-transform: capitalize;
}

.imguest-honor span {
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #555;
  font-size: 16px;
  text-transform: capitalize;
}

.imgfeature img {
  max-width: 100%;
}

ul.socialtop {
  margin: 24px 0 5px;
  padding: 0;
  display: inline-block;
}

ul.socialtop li {
  list-style: none;
  display: inline-block;
  margin: 0 12px 0 0;
}

ul.socialtop li a {
  color: #999 !important;
  text-decoration: none !important;
}

ul.socialtop li a:hover {
  color: #d90041 !important;
}

ul.socialtop li a i {
  font-size: 17px;
}
.navbar.ommaty-menu {
  padding: 0.5rem;
}
.ommaty-menu.navbar-light .navbar-nav {
  display: inline-block;
}

.ommaty-menu.navbar-light .navbar-nav .nav-link {
  color: #6c6c6c;
  font-size: 20px;
  font-family: "Lato-Regular";
}

.ommaty-menu.navbar-light .navbar-nav .nav-link:hover {
  color: #4478ef;
}

.ommaty-menu.navbar-light .navbar-nav .nav-link.btn-business {
  color: #fff;
  background: #d60045;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 23px;
}

.ommaty-menu.navbar-light .navbar-nav .nav-link.btn-business:hover {
  color: #fff;
  background: #666;
}

.ommaty-menu.navbar-expand-lg .navbar-nav .nav-item {
  padding-left: 0;
  display: inline-block;
  padding-right: 15px;
}

.ommaty-menu.navbar-expand-lg .navbar-nav li.nav-item:last-child {
  padding-right: 0;
}

.ommaty-menu.navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link {
  padding-right: 0;
}

.ommaty-menu .navbar-collapse {
  text-align: left;
}

.ommaty-menu.navbar-light .navbar-toggler {
  position: relative;
  right: 0;
}

.mobile-slider {
  margin-top: 32px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.mobile-slider img {
  max-width: 100%;
}

.features h3 {
  color: #d60045;
  font-size: 35px;
  display: inline-block;
  text-transform: capitalize;
  margin: 20px 0 30px;
}

.features.bg-magenta h3 {
  color: #fff;
}

.features p {
  font-size: 22px;
  line-height: 36px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.features.bg-magenta p {
  color: #fff;
}

.features a {
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 3px;
  color: #fff !important;
  background: #d60045;
  text-decoration: none !important;
  margin: 0 0 20px;
}

.features.bg-magenta a {
  color: #d60045 !important;
  background: #fff;
}

.features img {
  max-width: 100%;
  margin: 0 0 20px;
  animation: alertprofile 2s ease-in-out infinite alternate;
}

.slider-content h2 {
  font-size: 44px;
}

.slider-content p {
  font-size: 24px;
  line-height: 36px;
}

@keyframes alertprofile {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(5%);
  }
}

.titleplan {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 35px;
  padding: 0 0 25px;
  position: relative;
  font-size: 40px;
  font-family: "Lato-Bold";
  color: #000;
}

.titleplan::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  height: 4px;
  width: 80px;
  content: "";
  background: #d60045;
}

.contact-form .form-control {
  height: 45px;
  background: #f3f3f3;
  border: none;
  border-radius: 0;
}

.contact-form textarea.form-control {
  height: 120px;
}

.btn-submit {
  background-image: linear-gradient(#31d1bb, #4478ef);
  text-transform: capitalize;
  font-size: 16px;
  width: 137px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  border-radius: 23px;
  color: #fff !important;
  border: none;
}
.contact-info p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  color: #666;
}

.contact-info i {
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: 5px;
  width: 36px;
  text-align: center;
  color: #0f95c9;
  margin-right: 15px;
}

.contact-info i.fa-mobile {
  font-size: 35px;
}

.contact-info i.fa-envelope-o {
  font-size: 22px;
  top: 2px;
}

.contact-info a {
  display: inline-block;
  width: calc(100% - 60px);
  font-size: 18px;
  margin-bottom: 10px;
  color: #666 !important;
}

.contact-info span {
  display: inline-block;
  width: calc(100% - 60px);
  font-size: 18px;
  margin-bottom: 10px;
  color: #666 !important;
}

.contact-info h4 {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  margin-bottom: 30px;
  color: #000;
  text-transform: capitalize;
}

.contact-info ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none;
}

.contact-info ul li::before {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: FontAwesome;
  content: "\f05d";
  color: #d90041;
  font-size: 20px;
}

.subscribe {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.plan {
  -webkit-box-shadow: 0 0 15px rgb(24 24 24 / 15%);
  text-align: center;
  box-shadow: 0 0 15px rgb(24 24 24 / 15%);
}

.white-plan {
  background: #fff;
}

.pink-plan {
  background: url(../images/price_bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  top: -20px;
  padding-top: 44px;
  padding-bottom: 46px;
}

.plan h4 {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-family: "Lato-Bold";
  margin-top: 25px;
  margin-bottom: 32px;
}

.plan h6 {
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 30px;
  margin-bottom: 25px;
}

.plan h6::before {
  width: 136px;
  height: 2px;
  top: 18px;
  background: #d60045;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(10deg);
  -webkit-transform: translateX(-50%) rotate(10deg);
}

.pink-plan.plan h6::before {
  background: #fff;
}

.plan h3 {
  text-transform: uppercase;
  color: #d90041;
  display: inline-block;
  width: 100%;
  font-size: 36px;
  margin-bottom: 30px;
}

.pink-plan.plan h4 {
  color: #fff;
}

.pink-plan.plan h6 {
  color: #fff;
}

.pink-plan.plan h3 {
  color: #fff;
}

.plan ul {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 30px;
  min-height: 180px;
}

.plan ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px #f2f1f3 solid;
  color: #555555;
}

.pink-plan.plan ul li {
  border-bottom: 1px #fff solid;
  color: #fff;
}

.plan a {
  display: inline-block;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px #d90041 solid;
  color: #d90041 !important;
}

.plan a:hover {
  color: #fff !important;
  background: #d90041;
}

.pink-plan.plan a {
  border: 1px #fff solid;
  color: #fff !important;
}

.pink-plan.plan a:hover {
  color: #d90041 !important;
  background: #fff;
}

.nav-holder {
  margin-top: 18px;
}

.slider-content {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.video-pro {
  position: relative;
}

.video-pro img {
  position: relative;
  width: 100%;
}

.video-pro a {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.video-pro a p {
  font-size: 32px;
  color: #fff;
  display: inline-block;
}

.video-pro a i {
  font-size: 32px;
  color: #0f95c9;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}

@media screen and (min-width: 1600px) {
  .layoutsonia .container {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .ommaty-menu.navbar-light .navbar-nav .nav-link.btn-business {
    border-radius: 30px;
  }
  .layoutsonia .container {
    max-width: 1600px;
  }

  .app-work i {
    top: 0;
  }

  .downloadkind {
    min-height: 300px;
  }
  .downloadkind h4 {
    font-size: 30px;
  }
  .downloadkind p {
    font-size: 24px;
    line-height: 32px;
  }

  .downloadkind a {
    font-size: 25px;
    line-height: 34px;
    padding: 0 38px 0 0;
  }

  .downloadkind a::before {
    font-size: 28px;
  }

  .apple {
    width: 66px;
    height: 79px;
    background-size: 100%;
  }

  .google-play {
    width: 71px;
    height: 79px;
    background-size: 100%;
  }

  .web-app {
    width: 117px;
    height: 79px;
    background-size: 100%;
  }

  .titlecenter h2 {
    font-size: 50px;
  }

  .feat-app {
    padding: 0 0 0 85px;
  }

  .feat-app i {
    width: 65px;
    height: 100px;
  }

  .feat-app i.mawaqeet {
    background-size: 65px 88px;
  }

  .feat-app i.marketplaces {
    background-size: 65px 65px;
  }

  .feat-app i.chatting {
    background-size: 65px 64px;
  }

  .feat-app i.feeds {
    background-size: 65px 88px;
  }

  .feat-app i.directory {
    background-size: 65px 74px;
  }

  .feat-app i.groups {
    background-size: 65px 52px;
  }

  .feat-app h3 {
    font-size: 28px;
  }

  .feat-app p {
    font-size: 22px;
  }

  .featuritems h2 {
    font-size: 50px;
  }

  .app-work h5 {
    font-size: 30px;
  }

  .app-work p {
    font-size: 22px;
    line-height: 28px;
    margin: 5px 0;
  }

  ul.socialtop li a i {
    font-size: 24px;
  }
  .ommaty-menu.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 60px;
  }
  .ommaty-menu.navbar-light .navbar-nav .nav-link {
    font-size: 28px;
  }

  .carousel-caption h3 {
    font-size: 3.2em;
  }

  .footertitle {
    font-size: 30px;
    margin: 0 0 28px;
  }

  .logofooter img {
    width: 250px;
    max-width: unset;
  }

  .aboutfooter {
    font-size: 22px;
    line-height: 28px;
  }

  a.appfooter {
    width: 180px;
    margin: 0 15px 0 0;
    font-size: 18px;
    padding: 8px 12px 8px 54px;
  }

  a.appfooter span {
    font-size: 18px;
  }

  a.appfooter i {
    top: 16px;
    left: 14px;
  }

  ul.contactfooter li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    font-size: 25px;
  }

  ul.contactfooter li p {
    font-size: 20px;
    line-height: 25px;
    top: 10px;
  }

  ul.contactfooter li a {
    font-size: 20px;
  }

  ul.contactfooter li {
    padding: 0 0 18px 62px;
    min-height: 68px;
  }

  ul.contactfooter li.linked {
    padding: 0 0 18px 120px;
  }

  ul.contactfooter li a:nth-child(2) {
    left: 61px;
  }

  ul.footerlinks li a {
    font-size: 20px;
  }

  .copyright {
    font-size: 18px;
  }

  .socialmedia ul li {
    margin: 0 8px 0 0;
  }

  .newsletterholder input[type="email"] {
    font-size: 20px;
  }

  .testimonials::before {
    height: 358px;
  }

  .guest-honor h6 {
    font-size: 22px;
  }

  .guest-honor span {
    font-size: 18px;
  }

  .testimonials p {
    font-size: 24px;
    line-height: 36px;
    height: 180px;
  }

  .imguest-honor {
    width: 110px;
    height: 110px;
    background-size: 85px;
  }

  .socialmedia ul li a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .plan ul {
    padding: 0 10px;
  }

  .plan h3 {
    font-size: 30px;
  }
  .mobile-slider {
    margin-top: 94px;
  }

  .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;
  }

  .app-work p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .ommaty-menu .navbar-collapse {
    margin-top: 25px;
  }
  .pink-plan {
    top: 0;
  }
  .subscribe {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .ommaty-menu.navbar-expand-lg .navbar-nav .nav-item {
    width: 100%;
  }

  .banneriner h4,
  .banneriner h2 {
    text-align: center;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
  }
  .carousel-indicators {
    justify-content: center;
    position: static;
  }
  .carousel-caption h3 {
    text-align: center;
  }

  .ommaty-menu.navbar {
    justify-content: end;
  }
  .nav-holder {
    margin-top: -75px;
  }
  .featuritems h2 {
    font-size: 32px;
  }
  .subscribetitle {
    font-size: 28px;
    padding-top: 14px;
  }
  .downloadkind {
    margin-top: 0;
    margin-bottom: 0;
  }
  .imgfeature img {
    display: none;
  }
  .firstlink {
    margin-top: -48px;
  }
  .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;
  }

  .techtitle {
    margin: 15px 0;
  }

  .shapetringel {
    height: 135px;
  }

  .footergy {
    padding: 35px 0 20px;
  }

  .footertringel {
    height: 135px;
  }

  .sliderhome .carousel-caption img {
    max-height: 296px;
  }

  .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) {
}

@media screen and (max-width: 767px) {
  .video-pro a p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
  }

  .video-pro a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px !important;
  }
  .slider-content h2 {
    font-size: 30px;
  }

  .slider-content p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .topic-steps .col-lg-6::before {
    width: calc(100% - 60px);
  }

  .topic-steps .col-lg-6 p {
    padding: 0 24px;
  }
  .plan ul {
    min-height: unset;
  }
  .titleplan {
    margin: 0 0 25px;
    font-size: 30px;
  }
  .carousel-indicators {
    margin-top: 20px;
  }
  .featuritems h2 {
    font-size: 28px;
  }

  .app-work {
    padding: 0 0 0 90px;
  }

  .app-work i {
    width: 75px;
    height: 75px;
  }

  .app-work i::before {
    width: 55px;
    height: 55px;
    top: 11px;
    left: 11px;
  }

  .app-work i.profile::after {
    width: 28px;
    height: 28px;
    background-size: 26px;
  }

  .app-work i.downloadapp::after {
    width: 28px;
    height: 28px;
    background-size: 26px;
  }

  .app-work i.mobileapp::after {
    width: 18px;
    height: 27px;
    background-size: 20px;
  }

  .app-work h5 {
    font-size: 19px;
  }
  .innerbanner {
    top: 50px;
  }
  .titlecenter h2 {
    font-size: 40px;
  }

  .sliderhome .carousel {
    min-height: unset;
  }

  .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;
    text-align: center;
  }

  .carousel-caption h3,
  .carousel-caption p {
    padding: 1.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) {
  a.appfooter i {
    left: 6px;
  }
  a.appfooter {
    width: 133px;
    padding: 8px 8px 8px 36px;
  }

  .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;
  }
}
