.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/website-cover2.jpg');
  background-position: 50% 100%;
  background-size: auto 180%;
  background-repeat: no-repeat;
}

.body {
  height: 100%;
  background-color: transparent;
  direction: ltr;
  font-family: Catamaran, sans-serif;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.navbar {
  display: block;
  height: 10vh;
  padding-top: 9px;
  background-color: #fff;
}

.slider {
  position: relative;
  display: none;
  overflow: visible;
  height: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  direction: ltr;
}

.slide {
  background-image: url('../images/Product.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Ruba-Slied.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 27px;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 27px;
}

.about-us {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.67))), url('../images/background2.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.67)), url('../images/background2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.heading {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: block;
  width: 150px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #0098ff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #eaeaea;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 23px;
}

.tab-button:hover {
  background-color: #68be5b;
  color: #fff;
}

.tab-button.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0083cb;
  color: #fff;
}

.tab-link-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link-3.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  padding-top: 38px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: justify;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  text-align: center;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
}

.right-arrow {
  width: 50px;
  height: 100px;
}

.left-arrow {
  width: 50px;
  height: 100px;
}

.video {
  margin-top: 27px;
}

.section {
  height: 70vh;
  background-image: url('../images/Evap-thump-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-about-us {
  padding-right: 38px;
  padding-left: 38px;
}

.toggle-wrapper {
  overflow: visible;
  margin-bottom: 20px;
}

.toggle-header {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 122px 10px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0083cb;
  -webkit-transition: opacity 425ms ease;
  transition: opacity 425ms ease;
  text-align: right;
  text-decoration: none;
}

.toggle-header:hover {
  background-color: #68be5b;
}

.heading-3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  direction: rtl;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-icon-plus {
  position: absolute;
  top: 15px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-image: url('../images/.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 28px;
  font-weight: 700;
}

.text-block {
  position: absolute;
  display: block;
  color: #fff;
}

.toggle-icon-min {
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-image: url('../images/-.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 28px;
  font-weight: 700;
}

.toggle-content {
  overflow: hidden;
  height: 0px;
  margin-top: -10px;
  padding: 0px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.toggle-area {
  overflow: visible;
  padding: 30px;
}

.paragraph-3 {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: url('../images/Factory2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.column {
  position: static;
  top: 0px;
  right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-2 {
  overflow: visible;
  padding-top: 104px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), color-stop(81%, #fff)), url('../images/background2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), #fff 81%), url('../images/background2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-2 {
  overflow: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.our-products-section {
  display: none;
  padding-top: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 131, 203, 0.7)), to(#68be5b));
  background-image: linear-gradient(180deg, rgba(0, 131, 203, 0.7), #68be5b);
  background-position: 0px 0px;
}

.image {
  display: block;
  margin-bottom: -36px;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #0083cb;
  border-radius: 50px;
  background-color: rgba(0, 131, 203, 0.14);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}

.play-button:hover {
  border-width: 40px;
}

.div-block-6 {
  position: relative;
  left: 3px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 12px 0px 12px 20px;
  border-color: rgba(0, 131, 203, 0.01) #000 rgba(0, 131, 203, 0) #fff;
}

.column-3 {
  height: 80vh;
}

.our-products-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-5 {
  height: 80vh;
}

.our-products-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #83e770;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-products-pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-brochure {
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
}

.heading-4 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.product-titl-icon {
  margin-bottom: -1px;
  color: #fff;
  font-size: 27px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border: 0px solid #0083cb;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.21);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.button:hover {
  border-width: 2px;
}

.div-block-9 {
  width: 30px;
  height: 30px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0083cb;
  border-radius: 12px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  border-width: 21px;
}

.text-block-2 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  background-image: url('../images/cream-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products-slider {
  height: 100%;
  background-color: transparent;
  direction: ltr;
}

.left-arrow-2 {
  width: 40px;
  height: 40px;
  margin-left: 50px;
  background-image: url('../images/chevron-pointing-to-the-left.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.right-arrow-2 {
  width: 40px;
  height: 40px;
  margin-right: 50px;
  background-image: url('../images/right-chevron.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #fff;
  border-radius: 296px;
  background-image: url('../images/cream-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.61);
}

.slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -150px;
  margin-left: 216px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #68be5a;
}

.product-text-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 450px;
  margin-right: 60px;
  margin-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-5 {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 200;
}

.products-inside-slider-button {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.link {
  margin-right: 15px;
  padding: 14px;
  border: 1px solid #0083cb;
  border-radius: 8px;
  color: #0083cb;
  font-weight: 800;
  text-decoration: none;
}

.heading-6 {
  color: #68be5a;
}

.slide-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  background-image: url('../images/cream-photo.jpg');
  background-position: 0px 0px;
  background-size: 500px;
}

.right-arrow-3 {
  background-color: #0098ff;
}

.left-arrow-3 {
  background-color: #0098ff;
}

.products-slider-photo {
  width: 450px;
  height: 450px;
  margin-right: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 10px solid #68be5b;
  border-radius: 300px;
  background-image: url('../images/cream-photo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.67);
}

.cream-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  width: 450px;
  height: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-section-pc {
  height: 60vh;
  padding-top: 10vh;
  float: none;
}

.products-slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-left: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 300px;
}

.heading-7 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 100;
}

.more-details-button {
  margin-right: 14px;
  padding: 9px;
  border-radius: 5px;
  background-color: #68be5a;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.div-block-16 {
  padding: 16px 16px 16px 0px;
}

.heading-8 {
  color: #68be5a;
  font-size: 55px;
  line-height: 61px;
}

.recipe-button {
  padding: 9px;
  border: 1px solid #68be5a;
  border-radius: 5px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.evap-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  width: 450px;
  height: 450px;
  background-image: url('../images/Evap-thump-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow-4 {
  width: 40px;
  height: 40px;
  margin-right: 150px;
  background-image: url('../images/right-chevron.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow-4 {
  width: 40px;
  height: 40px;
  margin-left: 150px;
  background-image: url('../images/chevron-pointing-to-the-left.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.evap-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  margin-top: 22.5px;
}

.div-block-20 {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/cream-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  text-align: left;
}

.text.en {
  direction: ltr;
  text-align: left;
}

.text.ar {
  direction: rtl;
  text-align: right;
}

.evap-pic-slider {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Albani-Cream-flavours.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.evap-pic-slider.ruba {
  background-image: url('../images/Ruba-Cream-flavours.png');
  background-size: contain;
}

.cream-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.milk-powder-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.albani-evaporated-milk {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Albani--Evap.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.button-2 {
  position: static;
  left: 0px;
  top: 0px;
}

.download-brochure-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 5vh;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(0, 152, 255, 0.11);
}

.image-2 {
  margin-top: -31px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-3 {
  border-radius: 5px;
}

.more-details-buttom {
  border-radius: 5px;
}

.div-block-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.58))), url('../images/cows-on-the-field-animal-hd-wallpaper-1920x1200-39130.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.58)), url('../images/cows-on-the-field-animal-hd-wallpaper-1920x1200-39130.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.paragraph-4 {
  margin-bottom: 21px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}

.brands-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.private-label-section {
  margin-bottom: 64px;
  padding-top: 105px;
}

.html-embed {
  display: none;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: -8px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.04)), to(hsla(0, 0%, 100%, 0.04)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0.04));
}

.heading-9 {
  text-align: center;
}

.heading-9.ar {
  font-size: 33px;
}

.heading-10 {
  text-align: left;
}

.heading-11 {
  font-size: 32px;
}

.paragraph-5 {
  text-align: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 490px;
  margin-right: 69px;
  margin-bottom: 23px;
  margin-left: 69px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #0083cb;
  border-radius: 10px;
  background-image: url('../images/Map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0083cb;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

.text-body {
  margin-top: -15px;
  margin-bottom: -24px;
  font-size: 18px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu {
  height: 50px;
  background-color: transparent;
}

.footer-navbar {
  background-color: transparent;
}

.menu-buton-footer {
  height: 50px;
  background-color: transparent;
  color: #fff;
}

.menu-buton-footer.w--current {
  color: #fff;
}

.container-2 {
  margin-right: 37px;
  margin-left: 37px;
  padding: 0px 41px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.link-block-2 {
  width: 60px;
  height: 60px;
  margin: 6px;
  border-radius: 50px;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.facebook-icon {
  width: 60px;
  height: 60px;
  margin: 6px;
  border-radius: 50px;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.link-block-3:hover {
  background-color: transparent;
  background-image: linear-gradient(132deg, #07527a, #449637);
}

.text-block-3 {
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.heading-12 {
  text-align: left;
}

.heading-13 {
  direction: ltr;
}

.container-3 {
  height: 70vh;
  margin-top: -380px;
  border-radius: 12px;
  background-image: url('../images/478216750.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  margin-top: 45px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 131, 203, 0.41);
  background-color: transparent;
}

.tab-link-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.tab-link-5 {
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.tab-link-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link-6.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #68be5b;
  background-color: transparent;
}

.html-embed-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-5 {
  text-align: center;
}

.text-block-6 {
  text-align: center;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 131, 203, 0.35);
}

.bt-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
}

.bt-l.w--current {
  border-bottom: 2px solid #68be5b;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6 {
  text-align: center;
}

.paragraph-6.en {
  direction: rtl;
}

.paragraph-6.ar {
  direction: rtl;
}

.body-2 {
  font-family: Droidkufi, sans-serif;
}

.heading-15 {
  margin-top: 0px;
}

.text-block-7 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 18px;
  padding-right: 41px;
  text-align: justify;
}

.column-6 {
  border-right: 1px solid #000;
}

.column-7 {
  padding-right: 0px;
  padding-left: 24px;
}

.list-item {
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.46);
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  direction: ltr;
  font-family: Droidkufi, sans-serif;
}

.section-3 {
  margin-top: 54px;
}

.container-5 {
  margin-bottom: 44px;
}

.container-6 {
  margin-bottom: 77px;
  direction: ltr;
}

.text-block-8 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  border-radius: 5px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  direction: rtl;
}

.image-4 {
  margin-top: 10px;
  padding-bottom: 0px;
}

.triangl1 {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 27px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #68be5b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.triangl2 {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 27px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #68be5b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.triangl3 {
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  margin-top: 27px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #68be5b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bt-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
}

.bt-r.w--current {
  border-bottom: 2px solid #68be5b;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.bt-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
}

.bt-m.w--current {
  border-bottom: 2px solid #68be5b;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.evap-related {
  height: 250px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-image: url('../images/Evap-thump-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px -1px #000;
  direction: ltr;
  text-decoration: none;
}

.heading-16 {
  background-color: rgba(0, 131, 203, 0.31);
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.milk-related {
  height: 250px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-image: url('../images/milk-powder-main-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px -1px #000;
  direction: ltr;
  text-decoration: none;
}

.heading-17 {
  text-align: center;
}

.cream-related {
  height: 250px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-image: url('../images/Cream-website.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px -1px #000;
  text-decoration: none;
}

.cream-hero-section {
  height: 70vh;
  background-image: url('../images/Cream-website.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.recipes-button {
  margin-left: 13px;
  border-radius: 5px;
}

.div-block-29 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: visible;
  width: 100vw;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0083cb;
}

.div-block-30 {
  position: absolute;
}

.link-block-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}

.link-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  display: block;
  margin-top: 22px;
  margin-right: 21px;
  margin-left: auto;
  padding: 12px 7px;
  background-color: #fff;
  font-size: 22px;
  line-height: 0px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-31 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
}

.div-block-33 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
}

.div-block-34 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-37 {
  overflow: hidden;
  width: 100%;
  height: 40%;
  padding: 7px 8px;
}

.div-block-38 {
  width: 100%;
  height: 40%;
}

.heading-19 {
  color: #fff;
  text-align: center;
}

.div-block-39 {
  width: 100px;
  height: 3px;
  background-color: #fff;
}

.image-5 {
  margin-top: 14px;
  margin-bottom: 5px;
}

.text-block-9 {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.contact-inside-title {
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.link-3 {
  margin-top: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.get-in-touch-title {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.form-block-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-field {
  margin-right: 3px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  color: #000;
}

.text-field-2 {
  margin-right: 2px;
}

.submit-button-2 {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  color: #fff;
}

.div-block-41 {
  width: 40%;
  height: 100px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-43 {
  padding: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-44 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-20 {
  color: #fff;
  font-weight: 300;
}

.image-6 {
  margin-top: 35px;
  margin-bottom: 78px;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.column-11 {
  text-align: center;
}

.column-12 {
  text-align: center;
}

.list-item-2 {
  margin-bottom: 4px;
  font-size: 19px;
}

.recipe-line {
  padding-left: 23px;
}

.milk-powder-section {
  height: 70vh;
  background-image: url('../images/milk-powder-main-photo.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.brand-hero {
  height: 60vh;
  padding-top: 71px;
  direction: ltr;
}

.albani-cream-170g {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Albani-Cream.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.albani-milk-powder-pic-slider {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Albani-Milk-Powder.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.evaporated-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.evap-pic-slider-home-page {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Evap-thump-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.milk-powder-slider-home-page {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/milk-powder-main-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.arabic {
  height: 100%;
  background-color: transparent;
  direction: rtl;
  font-family: Droidkufi, sans-serif;
}

.navbar-arabic {
  position: relative;
  height: 10vh;
  padding-top: 9px;
  background-color: #fff;
}

.section-2-arabic {
  position: static;
  overflow: visible;
  padding-top: 104px;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), color-stop(81%, #fff)), url('../images/background2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), #fff 81%), url('../images/background2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-about-us-arabic {
  padding-right: 38px;
  padding-left: 38px;
}

.paragraph-8 {
  text-align: right;
}

.new-section-our-products {
  height: 100vh;
}

.language {
  height: 20px;
  margin-top: 13px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 25px;
  border: 1px none #000;
  border-radius: 50px;
  background-color: rgba(0, 131, 203, 0.5);
  font-family: Changa, sans-serif;
  text-align: center;
}

.language.w--current {
  float: right;
  color: #000;
}

.tabs {
  direction: rtl;
}

.tabs.en {
  direction: ltr;
}

.tabs-2 {
  direction: ltr;
}

.ruba-logo-ar {
  padding: 5px;
}

.lelyan-logo-ar {
  padding: 17px;
}

.row-3 {
  direction: rtl;
}

.unordered-list-2 {
  direction: rtl;
  text-align: right;
}

.nav-menu-2 {
  font-size: 13px;
}

.dropdown-menu-button {
  background-color: #0083cb;
}

.dropdown-menu-button:hover {
  background-color: #68be5b;
}

.dropdown-menu-button.w--current {
  background-color: #0083cb;
  color: #fff;
}

.dropdown-menu-button.ar {
  text-align: right;
}

.rubaevaporated-milk {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ruba-Evap.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.ruba-ice-coffee-pic-slider {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ice-Coffee-Ruba-slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.ruba-cream {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ruba-Cream.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.paragraph-9 {
  text-align: left;
}

.paragraph-10 {
  text-align: right;
}

.image-7 {
  padding: 15px;
}

.lelyan-cream-170g {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Lelyan-Cream.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.lelyan-evaporated-milk {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Lelyan-Evap.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.nav-menu-3 {
  display: block;
}

.iced-coffee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iced-coffee-slider-home-page {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/iced-coffee-product-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.iced-coffee-section {
  height: 70vh;
  background-image: url('../images/Iced-COfee-section2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iced-coffee-related {
  height: 250px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-image: url('../images/iced-coffee-product-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px -1px #000;
  direction: ltr;
  text-decoration: none;
}

.albaniice-coffee-pic-slider {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ice-Coffee-Albani-slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.ruba-milk-powder-pic-slider-copy {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ice-Coffee-Ruba-slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.iced-coffee-holder-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ruba-milk-powder-pic-slider {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/Ruba-Milk.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.iced-coffee-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80%;
  margin-top: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iced-coffee-slider-home-page-copy {
  width: 30%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/iced-coffee-product-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
}

.heading-13-ar {
  direction: rtl;
  text-align: right;
}

.iced-coffee-hero-section {
  height: 70vh;
  background-image: url('../images/Iced-COfee-section2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.iced-coffee-related-ar {
  height: 250px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-image: url('../images/iced-coffee-product-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px -1px #000;
  direction: ltr;
  text-decoration: none;
}

.div-block-45 {
  position: absolute;
  z-index: 2000;
  overflow: visible;
  width: 100%;
  height: 40%;
  margin-top: -50vh;
  padding-top: 34px;
  padding-bottom: 9px;
}

.div-block-46 {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 10vh;
  background-image: url('../images/ramadan-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-47 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 400px;
  height: 300px;
  margin-top: 10vh;
  margin-right: 5vh;
  background-image: url('../images/ramadan-text.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stars {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 60%;
  height: 45%;
  margin-top: 4vh;
  background-image: url('../images/ramadan.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-48 {
  margin-top: 42px;
  padding-top: 70px;
  background-color: #3486be;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  margin-top: 8px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.heading-22 {
  color: #fff;
  font-size: 35px;
  text-shadow: 1px 1px 6px #000;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 142, 255, 0.5)), to(rgba(43, 142, 255, 0.5))), url('../images/IMG_7437.jpg');
  background-image: linear-gradient(180deg, rgba(43, 142, 255, 0.5), rgba(43, 142, 255, 0.5)), url('../images/IMG_7437.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-14 {
  height: 40vh;
}

.heading-23 {
  color: #fff;
  font-size: 36px;
  line-height: 56px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.div-block-51 {
  width: 50%;
  height: 50px;
  background-image: url('../images/logo-oro.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .container-6 {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 70vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-size: auto 92%;
  }
  .slider {
    margin-top: -19px;
    margin-bottom: -19px;
    margin-left: -19px;
  }
  .slide {
    background-size: 450px;
    background-attachment: scroll;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .heading {
    font-size: 30px;
  }
  .div-block {
    height: 4px;
  }
  .tabs-menu {
    display: block;
    height: 99px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    margin-bottom: -2px;
    font-size: 21px;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    margin-top: 73px;
    margin-bottom: 13px;
  }
  .tab-pane {
    padding-right: 14px;
    padding-left: 14px;
  }
  .tab-pane-2 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .container-about-us {
    padding-right: 7px;
    padding-left: 7px;
  }
  .toggle-header {
    padding-right: 94px;
  }
  .heading-3 {
    width: 100%;
    margin-left: 2px;
    font-size: 17px;
    font-weight: 400;
  }
  .toggle-content {
    height: 0px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4.certi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-5 {
    height: 30vh;
    margin-bottom: -109px;
  }
  .column {
    height: 30vh;
    margin-bottom: 11px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .section-2 {
    padding-top: 51px;
  }
  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .our-products-section {
    display: none;
  }
  .products-section-pc {
    display: block;
    height: 80vh;
    margin-top: 0vh;
  }
  .right-arrow-4 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .left-arrow-4 {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .evap-holder {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-20 {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text {
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .evap-pic-slider {
    width: 70%;
  }
  .cream-holder {
    height: 100%;
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .milk-powder-holder {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .albani-evaporated-milk {
    width: 70%;
    border-radius: 12px;
  }
  .download-brochure-section {
    height: 44vh;
    padding-right: 10px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .image-2 {
    margin-top: 37px;
    padding-top: 18px;
    float: right;
  }
  .div-block-22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-3 {
    margin-right: 0px;
    margin-bottom: 21px;
  }
  .div-block-23 {
    width: 50%;
    padding: 9px 3px;
  }
  .brand-section {
    padding-bottom: 20px;
  }
  .paragraph-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brands-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed {
    overflow: visible;
  }
  .heading-9 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 33px;
  }
  .heading-10 {
    margin-top: -4px;
    margin-bottom: -1px;
    font-size: 24px;
    text-align: center;
  }
  .heading-11 {
    margin-top: -13px;
    margin-bottom: 2px;
    font-size: 18px;
  }
  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-5 {
    margin-bottom: 7px;
  }
  .div-block-26 {
    height: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 4px;
    padding-left: 4px;
    background-size: cover;
  }
  .text-body {
    margin-top: 7px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
  }
  .div-block-28 {
    margin-top: 1px;
    margin-bottom: 113px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu-buton-footer {
    height: 40px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 16px;
  }
  .container-2 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-style: none;
  }
  .heading-12 {
    margin-top: 19px;
    font-size: 21px;
  }
  .heading-13 {
    font-size: 24px;
  }
  .tabs-menu-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bt-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bt-l.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .tab-pane-3 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .bt-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bt-r.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bt-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bt-m.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-7 {
    padding-right: 9px;
    padding-bottom: 22px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .evap-related {
    margin-bottom: 16px;
  }
  .cream-related {
    margin-bottom: 16px;
  }
  .row-2 {
    display: block;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button-2 {
    width: 50%;
  }
  .div-block-42 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand-hero {
    padding-top: 20px;
  }
  .albani-cream-170g {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .albani-milk-powder-pic-slider {
    width: 70%;
    border-radius: 12px;
  }
  .evaporated-holder {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .evap-pic-slider-home-page {
    width: 70%;
  }
  .milk-powder-slider-home-page {
    width: 70%;
    border-radius: 12px;
  }
  .container-about-us-arabic {
    padding-right: 7px;
    padding-left: 7px;
  }
  .language {
    display: inline-block;
  }
  .albani-logo-ar {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu-2 {
    height: 90vh;
    margin-top: 1vh;
    background-color: #e3f1f1;
  }
  .rubaevaporated-milk {
    width: 70%;
    border-radius: 12px;
  }
  .ruba-ice-coffee-pic-slider {
    width: 70%;
    border-radius: 12px;
  }
  .ruba-cream {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lelyan-cream-170g {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lelyan-evaporated-milk {
    width: 70%;
    border-radius: 12px;
  }
  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navlink {
    width: 100%;
    text-align: center;
  }
  .navlink:hover {
    background-color: rgba(104, 190, 90, 0.41);
  }
  .navlink.w--current {
    background-color: #77d87b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .nav-menu-3 {
    height: 90vh;
    margin-top: 2vh;
    background-color: #e3f1f1;
  }
  .menu-button {
    margin-right: 14px;
    padding-right: 18px;
    border-radius: 50px;
  }
  .menu-button.w--open {
    background-color: #e3f1f1;
    color: #0083cb;
    font-size: 27px;
  }
  .nav-menu-4 {
    background-color: #e3f1f1;
  }
  .nav-menu-5 {
    background-color: #e3f1f1;
  }
  .iced-coffee {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .iced-coffee-slider-home-page {
    width: 70%;
    border-radius: 12px;
  }
  .iced-coffee-related {
    margin-bottom: 16px;
  }
  .albaniice-coffee-pic-slider {
    width: 70%;
    border-radius: 12px;
  }
  .ruba-milk-powder-pic-slider-copy {
    width: 70%;
    border-radius: 12px;
  }
  .iced-coffee-holder-copy {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ruba-milk-powder-pic-slider {
    width: 70%;
    border-radius: 12px;
  }
  .iced-coffee-holder {
    height: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .iced-coffee-slider-home-page-copy {
    width: 70%;
    border-radius: 12px;
  }
  .heading-13-ar {
    font-size: 24px;
  }
  .div-block-47 {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 90%;
    text-align: center;
  }
  .stars {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 74px;
    background-size: 90%;
    text-align: center;
  }
  .column-13 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .heading-21 {
    margin-top: 0px;
    font-size: 31px;
  }
  .heading-22 {
    font-size: 36px;
  }
  .div-block-49 {
    border-radius: 10px;
  }
  .div-block-50 {
    width: 60%;
    background-image: url('../images/orontes-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@font-face {
  font-family: 'Droidkufi';
  src: url('../fonts/DroidKufi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Droidkufi';
  src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}