/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Seventeen.
 Version: 0.12
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */

:root {
  --color-primary: #009b49;
  --color-secondary: #0d1424;
  --font-primary: "Source Sans 3", sans-serif;
  --time: 0.35s;
  --holder-color: #d6d6d6;
  --container-width: 1614px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  color: #000;
  font-size: 16px;
  background: #ffffff;
  font-family: var(--font-primary);
  line-height: 1.2;
}

.main {
  --space-x: 120px;
  --space-y: 140px;
  --space-z: 160px;
}

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all var(--time) ease;
  -o-transition: all var(--time) ease;
  -webkit-transition: all var(--time) ease;
  -ms-transition: all var(--time) ease;
  transition: all var(--time) ease;
}

a:hover {
  text-decoration: none;
}

p:only-child,
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.1;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

p {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  line-height: 24px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

input,
select,
button,
textarea {
  cursor: pointer;
  font-family: var(--font-primary);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: inherit;
}

span {
  display: inline-block;
}

select {
  background-image: url("assets/images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:focus {
  outline: none;
}

label {
  display: inline-block;
  margin: 0 0 7px 0;
  font-size: 13px;
}

input.form-field {
  --height: 52px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
}

textarea {
  height: 240px;
  resize: none;
  padding: var(--padding);
}

textarea,
.form-field {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
}

iframe {
  border: 0;
  vertical-align: bottom;
}

.w-100 {
  width: 100%;
}

.relative {
  position: relative;
}

/* -------------------------------------------------------------- */

.form-style {
  --space: 1%;
  --radius: 4px;
  --padding: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 calc(var(--space) * -1);
}

.form-style li {
  width: 100%;
}

.form-style .column-2 {
  width: 48%;
}

.form-style .column-3 {
  width: 31.33%;
}

.form-style > li,
.form-style [class*="column-"] {
  margin: 0 var(--space);
}

/* -------------------------------------------------------------- */

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

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

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

.text-white {
  color: #ffffff;
}

.text-primary {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.bg-light {
  background: var(--color-light);
}

.bg-primary {
  background: var(--color-primary);
}

.bg-secondary {
  background: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

/* -------------------------------------------------------------- */

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: var(--container-width);
}

/* -------------------------------------------------------------- */

.zoom-effect {
  overflow: hidden;
}

.zoom-effect > a {
  display: block;
}

.zoom-effect img {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

/* -------------------------------------------------------------- */

.owl-stage,
.owl-carousel,
.owl-stage-outer {
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .disabled {
  display: none;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
}

.owl-loaded,
.owl-loading {
  display: block;
}

.owl-loading {
  opacity: 0;
}

/* -------------------------------------------------------------- */

.owl_nav .owl-next,
.owl_nav .owl-prev {
  --size: 60px;
  --side: 0;
  --radius: 4px;
  position: absolute;
  top: -95px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  cursor: pointer;
  background: var(--color-primary);
  margin-top: calc(var(--size) * -0.5);
  will-change: transform;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  -webkit-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
}

.owl_nav [class*="icon-"] {
  color: #fff;
  font-size: 16px;
}

.owl_nav .owl-prev {
  right: calc(var(--size) + 10px);
}

.owl_nav .owl-next {
  right: var(--side);
}

.owl_nav .owl-prev:hover,
.owl_nav .owl-next:hover {
  background: var(--color-secondary);
}

/* -------------------------------------------------------------- */

.search-pannel {
  --height: 60px;
  position: absolute;
  height: var(--height);
  top: 0;
  width: 250px;
  overflow: hidden;
  right: 100%;
  z-index: 99;
  display: none;
  border-radius: 4px 0 0 4px;
}

.search-expand {
  width: 100%;
  z-index: 999;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 0 5% 0 20px;
  height: var(--height);
}

.search-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
}

.search-btn:not(.active) {
  border-radius: 4px 0 0 4px;
}

.header-options {
  margin-left: auto;
}

/* -------------------------------------------------------------- */

.contact-map {
  min-height: 600px;
}

.store-locator-info-window a,
.store-locator-info-window p {
  font-weight: 500;
}

.store-locator-info-window a {
  display: block;
  margin-top: 7px;
}

.store-locator-info-window p {
  margin: 0;
  line-height: 18px;
}

/* -------------------------------------------------------------- */

.default-page {
  padding: 100px 0;
}

.page-template-default .default-page ul {
  margin: 20px 0;
  padding-left: 30px;
}

.page-template-default .default-page ul li {
  list-style: disc;
}

.page-template-default .default-page ul li + li {
  margin-top: 10px;
}

/* -------------------------------------------------------------- */

.error404 .header,
.search-results .header,
.search-no-results .header {
  background: #696969;
  padding:20px 0;
}

.error-404,
.search-page-inner,
.search-noresult-inner {
  text-align: left;
  padding: 120px 120px;
  margin-top: 100px;
}

.error-404 h1,
.search-page h1,
.search-noresult h1 {
  font-size: 30px;
}

.error-404 h1 {
  margin-bottom: 15px;
}

.error-404 h3 {
  margin: 40px 0 25px 0;
}

.error-404 h4 {
  margin-bottom: 15px;
}

.error-404 ul {
  padding-left: 30px;
  list-style: disc;
}

.error-404 ul li {
  font-size: 15px;
  margin-bottom: 0;
}

.error-404 ul li + li {
  margin-top: 10px;
}

.error-404 .arrow-button {
  margin-top: 30px;
}

/* -------------------------------------------------------------- */

.search-page ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.search-page li {
  border: 1px solid #ddd;
  transition: background .3s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
}

.search-page li:hover{
  color:#ffffff;
  background: var(--color-primary);
}

.search-page li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-page .image {
  width: 30%;
}

.search-page .content {
  width: 70%;
  padding: 20px 30px;
}

.search-page li h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 300;
}

.search-page .content :last-child{
  margin:0;
}

/* -------------------------------------------------------------- */

.search-no-results .search-form {
  display: flex;
  margin-top: 20px;
  max-width: 380px;
  width: 100%;
}

.search-no-results .search-form label {
  width: 100%;
}

.search-no-results .search-field {
  width: 100%;
  padding-left: 15px;
  border: 1px solid #999;
}

.search-no-results .search-field,
.search-no-results .search-submit {
  height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.search-no-results .search-submit {
  border: none;
  padding: 0 20px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  background: var(--color-primary);
}

.search-no-results .search-submit:hover {
  background: var(--color-primary-hover);
}

/* -------------------------------------------------------------- */

.sub-banner {
  padding: 0;
  background: #f9f9f9;
  background-size: cover;
  background-position: center center;
}

.sub-banner h1 {
  color: #ffffff;
  line-height: 0.75;
  font-size: 97px;
  margin-bottom: 100px;
  text-transform: uppercase;
}

.sub-banner .container {
  height: 570px;
  display: flex;
  align-items: flex-end;
}

.sub-banner-small .container {
  height: 188px;
}

/* -------------------------------------------------------------- */

.breadcrumbs {
  --space: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li {
  margin-left: var(--space);
}

.breadcrumbs a {
  position: relative;
  text-transform: capitalize;
}

.breadcrumbs a:hover,
.breadcrumbs a.active {
  color: var(--color-primary);
}

.breadcrumbs a::after {
  position: relative;
  font-size: 12px;
  left: calc(var(--space) / 2);
  font-family: "icomoon";
  color: #000;
}

/* -------------------------------------------------------------- */

.pagination:not(:empty) {
  margin: 55px 0 0 0;
}

.pagination-ul {
  padding: 0 15px;
  display: flex;
  justify-content: center;
}

.pagination-ul a,
.pagination-ul span {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  display: flex;
  font-weight: 600;
  color: #858585;
  text-align: center;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination-ul .active,
.pagination-ul .current,
.pagination-ul a:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.pagination-ul li:not(:first-child) {
  margin-left: 10px;
}

.pagination-ul a:hover img {
  filter: brightness(20);
}

/* -------------------------------------------------------------- */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 52px;
  line-height: 52px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-width: 7px;
  border-style: solid;
  border-color: #787878 transparent transparent;
  content: "";
  display: block;
  height: 0;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0;
}

.nice-select.open:after {
  border-color: transparent transparent #787878;
  margin-top: -11px;
}

.nice-select.open .list {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.open .list::-webkit-scrollbar {
  width: 7px;
}

.nice-select.open .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #808080;
  border-radius: 10px;
}

.nice-select.open .list::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 10px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  overflow-x: hidden;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select.form-field {
  padding-top: 0;
  padding-bottom: 0;
  color: #787878;
}