html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: inherit;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 769px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 993px) {
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3, .col-6, .col-sm-6, .col-8, .col-12, .col-4 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

body {
  font: 400 16px "Montserrat", sans-serif;
  line-height: 1.5;
  color: #222;
}

h1, h2, h3, h4 {
  font-weight: 800;
}

.header-above {
  padding: 30px 0 20px;
}

.header-above .row {
  justify-content: space-between;
}

.header-above .logo-site {
  width: 170px;
  margin-right: 30px;
  float: left;
}

.header-above .company-address {
  float: left;
}

.company-address {
  padding: 5px 0;
}

.company-address h3 {
  text-transform: uppercase;
  color: #063210;
  font-size: 18px;
}

.company-address p {
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
}

.company-address-arab {
  padding: 5px 0;
  font-family: 'Lateef', cursive;
  text-align: right;
}

.company-address-arab h3 {
  text-transform: uppercase;
  color: #063210;
  font-size: 18px;
}

.company-address-arab p {
  line-height: 1;
  margin: 0;
  font-size: 22px;
}

.company-address-arab p:last-child {
  font: 600 16px "Montserrat", sans-serif;
}

.main-nav {
  padding: 15px 0;
  background: #253929;
  margin-bottom: 30px;
}

.main-nav li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.main-nav li:first-child {
  padding-left: 0;
}

.main-nav li ul {
  display: none;
  background-color: #253929;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  width: 200%;
  padding: 10px;
  padding-top: 15px;
  margin-left: 0;
}

.main-nav li ul li {
  display: block;
  padding: 10px 5px !important;
  font-size: 14px;
}

.main-nav li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: inline-block;
}

.main-nav li a:hover {
  cursor: pointer;
  color: #fecc09;
}

.main-nav .current-menu-item a {
  color: #fecc09;
}

.menu-item-has-children a {
  padding-right: 8px;
}

.menu-item-has-children span {
  font-size: 27px;
  line-height: 0;
  position: absolute;
  right: -7px;
  top: -3px;
}

#menu-open {
  display: none;
}

.distribution-home {
  margin-bottom: 30px;
}

.distribution-home .distribution-content {
  margin-bottom: 30px;
}

.distribution-home .distribution-content h1 {
  font-size: 38px;
  color: #131313;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.distribution-home .distribution-content p {
  font: 300 18px "Montserrat", sans-serif;
  color: #333;
  line-height: 1.8;
}

.distribution-home .distribution-list .item {
  margin-bottom: 30px;
}

.distribution-home .distribution-list a {
  display: block;
  padding: 30px 15px;
  background-color: #721818;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #721818;
  text-transform: uppercase;
  transition: .3s;
}

.distribution-home .distribution-list a:hover {
  background-color: #fff;
  color: #721818;
}

.partners {
  margin-bottom: 30px;
}

.partners h2 {
  font-size: 38px;
  color: #131313;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.partners p {
  font: 300 18px "Montserrat", sans-serif;
  line-height: 1.8;
  color: #333;
}

.partners .partners-logos {
  background-color: #FAFAFA;
  padding: 30px 15px;
}

.partners .partners-logos img {
  display: inline-block;
  margin: 15px;
  vertical-align: middle;
}

.partners .small-title-partner {
  font-size: 24px;
}

.title-page {
  margin-bottom: 30px;
}

.title-page h1 {
  color: #131313;
  font-size: 24px;
  text-transform: uppercase;
}

.content-page {
  margin-bottom: 70px;
  min-height: 30vh;
}

.content-page .content {
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-page .content strong {
  font-weight: 600;
}

.content-page .content p {
  line-height: 1.7;
}

.content-page .content ul {
  margin: 0;
  padding: 0;
}

.content-page .content ul li {
  padding: 3px 0;
}

.content-page .wrap-gallery img {
  margin-bottom: 30px;
  display: block;
}

.content-page .wrap-gallery img:last-child {
  margin-bottom: 0;
}

.page-contact {
  margin-bottom: 30px;
}

.page-contact .company-address {
  background-color: #FAFAFA;
}

.page-contact .company-address h3 {
  font-size: 34px;
}

.page-contact .company-address p {
  font-size: 24px;
}

.page-contact .company-address-arab h3 {
  font-size: 72px;
}

.page-contact .company-address-arab p {
  font-size: 48px;
}

.page-contact .company-address-arab p:last-child {
  font-size: 24px;
}

.page-contact .company-address, .page-contact .company-address-arab {
  padding: 70px;
}

footer.footer {
  margin-top: 80px;
  background-color: #FAFAFA;
  padding: 20px 0;
}

footer.footer .row {
  align-items: center;
}

footer.footer li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

footer.footer li:first-child {
  padding-left: 0;
}

footer.footer li ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9;
  width: 200%;
  padding: 10px;
  padding-top: 15px;
  margin-left: 0;
}

footer.footer li ul li {
  display: block;
  padding: 10px 5px !important;
  font-size: 14px;
}

footer.footer li a {
  position: relative;
}

footer.footer li a:hover {
  cursor: pointer;
  color: #fecc09;
}

footer.footer a {
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .col-3, .col-4, .col-6, .col-8, .col-12, .col-sm-6 {
    flex: 0 0 100% !important;
  }
  .partners .partners-logos {
    text-align: center;
  }
  .content-page .wrap-gallery {
    text-align: center;
  }
  .content-page .wrap-gallery img {
    display: inline-block;
  }
  .content-page .wrap-gallery img:last-child {
    margin-bottom: 30px;
  }
  .content-page .content {
    order: -1;
  }
  .page-contact .company-address-arab h3 {
    font-size: 48px;
  }
  .page-contact .company-address-arab p {
    font-size: 34px;
  }
  .page-contact .company-address-arab, .page-contact .company-address {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .distribution-home .distribution-list img {
    width: 100%;
  }
  .main-nav {
    padding: 0;
  }
  .main-nav ul {
    display: none;
    clear: both;
    margin-top: 30px;
    padding: 30px 0;
  }
  .main-nav li {
    display: block;
    text-align: right;
  }
  .main-nav li ul {
    width: 100%;
    position: relative;
    padding: 0;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.1);
  }
  .main-nav li ul li a {
    font-size: 16px;
  }
  #menu-open {
    display: block;
    float: right;
    padding: 15px 15px 15px 30px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-left: 1px solid #fff;
    font-size: 18px;
    position: relative;
  }
  #menu-open:after {
    content: '';
    width: calc(100% + 15px);
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
  }
  #menu-open:focus {
    outline: none;
  }
  footer.footer ul li {
    display: block;
  }
  footer.footer ul li:first-child {
    padding-left: 10px;
  }
  footer.footer ul li ul {
    position: relative;
    width: 100%;
  }
}
