@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
}

p {
  margin: 0;
  color: #fff;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}

a {
  color: #bdad2b;
}

a:hover {
  color: #bdad2b;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "net-proxima-nova-black";
  src: url(../fonts/net-proxima-nova-black.otf);
}
.font-proxima-black {
  font-family: "net-proxima-nova-black";
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

body:not(.bodys) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 60px;
  background-color: #fbfbfb;
  border: 0px solid #dfdfdf;
  border-bottom: 2px dashed #000;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  font-size: 20px;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 2px dashed #000;
  background-color: #fff;
  color: #fff;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.text-primary {
  color: #bdad2b !important;
}

.bg-primary {
  background-color: #bdad2b !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

::-moz-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

:-ms-input-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

::placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

::-moz-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

::-ms-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

::-o-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

::-webkit-placeholder {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700;
}

.btn {
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .btn {
    font-size: 12px;
    min-width: auto;
    padding: 10px 20px;
  }
}

html[dir="rtl"] {
  font-family: "expoArabic-SemiBold";
}

.btn-primary {
  color: #fff;
  background: #bdad2b;
  border: 0;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #5646af;
  border: 0;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #bdad2b;
  border-color: #bdad2b;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background: #bdad2b;
  border-color: #bdad2b;
  box-shadow: none !important;
}

.btn-white {
  color: #003764;
  background: #fff;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #bdad2b;
  border-color: #bdad2b;
  box-shadow: none !important;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #fff;
  background: #bdad2b;
  border-color: #bdad2b;
  box-shadow: none !important;
}

.btn-gray {
  color: #707070;
  background: #eaecf3;
  border-color: #eaecf3;
}
.btn-gray:hover,
.btn-gray:focus {
  color: #fff;
  background: #bdad2b;
  border-color: #bdad2b;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-black {
  color: #fff;
  background: #262626;
  border-color: #262626;
}
.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background: #0e0e0e;
  border-color: #0e0e0e;
}

.btn-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon.btn-sm {
  width: 26px;
  height: 26px;
}

.btn-outline-secondary {
  color: #777777;
  border-color: #e6e6e6;
}

body:not(.bodys) .container {
  width: 1600px;
  max-width: 100%;
}

.main-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

body.bodys .main-header {
  position: relative;
}

.header-top {
  padding: 12px 0;
}

.header-bottom {
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}
@media (min-width: 992px) {
  .header-bottom {
    padding-top: 20px;
  }
  .menu li:not(:last-of-type) {
    margin-right: 10px;
    
  }
}

.menu li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-items-bar{
  padding-right: 0px;
}

.border-end{
  padding-right: 10px !important;
}
@media(min-width:992px) and (max-width:1200px){
  .menu li:not(:last-of-type){
    margin-right: 7px;
  }
  .menu li a {
    font-size: 12px;
  }
}
.menu li a:hover {
  color: #bdad2b;
}

.section {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }
}

.section-1 {
  position: relative;
  background: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
}

.swiper-container{
  height: 100%;
}
.section-1 .swiper-slide {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 240px 0 90px;
}
.section-1 .swiper-slide .home-entry-title {
  font-size: 100px;
  line-height: 1;
  text-shadow: 0px 33px 29px rgba(1, 1, 1, 0.75);
  color: #e43f3f;
}
.section-1 .swiper-slide .home-title {
  /* font-size: 160px; */
  font-size: 8vw;
  line-height: 0.84;
  text-shadow: 0px 33px 29px rgba(1, 1, 1, 0.75);
}

.section-1 .swiper-slide .home-text {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .section-1 .swiper-slide {
    min-height: 100vh;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-home .home-text,
.swiper-home .home-title,
.swiper-home .home-image,
.swiper-home .home-entry-title {
  opacity: 0;
}

.swiper-home .home-entry-title {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.swiper-home .home-title {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.swiper-home .home-text {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.swiper-home .home-image {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-entry-title,
.swiper-slide.swiper-slide-active .home-image {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-2 {
  border-top: 2px solid #747474;
}

.widget_item-product {
  padding: 70px 40px 75px;
  position: relative;
  height: 100%;
}
.widget_item-product .widget_item-title {
  font-size: 28px;
}
.widget_item-product .widget_item-desc {
  line-height: 1.3;
}
.widget_item-product .widget_item-categ {
  position: absolute;
  top: 15px;
  inset-inline-start: 15px;
}
.widget_item-product .widget_item-image {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_item-product .widget_item-image img {
  max-height: 235px;
  transition: transform .7s ease-in-out;
}

.widget_item-product .widget_item-image:hover img{
  transform: scale(1.1);
} 

.widget_item-product .widget_item-title a{
  transition: color .3s ease-in-out;
}

.widget_item-product .widget_item-title a:hover{
  color: #e43f3f !important;
} 

.widget_item-product .widget_item-action{
  display: inline-block;
  background-color: #bdad2b;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 30px;
  color: #FFF;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget_item-product .widget_item-action::before{
  z-index: -1;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e43f3f;
  transition:all .3s ease-in-out;
}
.widget_item-product .widget_item-action:hover::before{
  width: 100%;
}

.widget_item-product .widget_item-desc{
  min-height: 104px;
}

.bg-2 {
  background: url(../images/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-3 {
  background: url(../images/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-4 {
  background: url(../images/bg-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-5 {
  background: url(../images/bg-5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-6 {
  background: url(../images/bg-6.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title {
  font-size: 140px;
  line-height: 0.863;
}

.section-desc {
  font-size: 48px;
  line-height: 1.2;
}

.text-black {
  color: #000 !important;
}

.font-size-30 {
  font-size: 30px;
  line-height: 1.2;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-36 {
  font-size: 36px !important;
}

.form-info {
  background-color: #212121;
}

.main-footer {
  padding: 60px 60px 20px;
  border-top: 2px solid #747474;
}
.main-footer .logo img {
  max-height: 30px;
}

.link-footer li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.link-footer li a:hover {
  color: #bdad2b;
}

.social-media a:not(:last-of-type) {
  margin-right: 20px;
}
.social-media a img {
  max-height: 30px;
}

.text-underline {
  text-decoration: underline;
}

#map {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #map {
    height: 450px;
  }
}

.gm-style .gm-style-iw-c {
  background-color: transparent;
  box-shadow: none;
  top: 100px;
  left: 120px;
}

.gm-style .gm-style-iw-tc {
  display: none;
}

.gm-style-iw-d {
  overflow: unset !important;
  max-height: auto !important;
}

.gm-style {
  font-family: "Raleway", sans-serif;
}

.gm-ui-hover-effect {
  display: none !important;
}

.swiper-pagination {
  /* bottom: 35px !important; */
}


.swiper-pagination-bullet {
  width: 70px;
  height: 14px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 32px #0000001f;
  border: 0px solid #dddddd80;
  -webkit-animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
}
@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #bdad2b;
}

.dropdown-link {
  cursor: pointer;
}

@media (max-width: 991px) {
  .menu--mobile {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
  .menu--mobile.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .menu--mobile .logo img{
    filter: brightness(0);
    max-height: 20px;
  }
  .menu--mobile .menu li a{
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    display: block;
    border-right: 0 !important;
    border-bottom: 1px solid #d6d6d6;
  }
  .menu--mobile .menu{
    padding: 20px;
  }
  .header-top {
    padding: 20px 0;
  }
  .section-1 .swiper-slide {
    padding: 190px 0 90px;
  }
  .widget_item-product {
    padding: 60px 10px 40px;
  }
  .widget_item-product .widget_item-image {
    height: 200px;
  }
  .widget_item-product .widget_item-image img {
    max-height: 200px;
  }
}
@media (max-width: 600px) {
  .section-1 .swiper-slide {
    padding: 110px 0 90px;
  }
  .section-1 .swiper-slide .home-entry-title {
    font-size: 80px;
  }
  .section-1 .swiper-slide .home-title {
    font-size: 80px;
  }
  .widget_item-product {
    padding: 60px 10px 40px;
  }
  .widget_item-product .widget_item-image {
    height: 150px;
  }
  .widget_item-product .widget_item-image img {
    max-height: 150px;
  }
  .widget_item-product .widget_item-title {
    font-size: 20px;
  }
  .widget_item-product .widget_item-desc {
    font-size: 14px;
  }
  .section-title {
    font-size: 75px;
  }
  .section-desc {
    font-size: 30px;
  }
  .main-footer {
    padding: 60px 10px 20px;
  }
  .font-size-30 {
    font-size: 16px;
  }
  .link-footer li a {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 20px !important;
  }
  :-ms-input-placeholder {
    font-size: 20px !important;
  }
  ::placeholder {
    font-size: 20px !important;
  }
  ::-moz-placeholder {
    font-size: 20px !important;
  }
  ::-ms-placeholder {
    font-size: 20px !important;
  }
  ::-o-placeholder {
    font-size: 20px !important;
  }
  ::-webkit-placeholder {
    font-size: 20px !important;
  }
  .form-control {
    height: 50px;
  }
  .font-size-30 {
    line-height: 1;
  }
  .section-1 .swiper-slide .home-text {
    font-size: 17px;
    line-height: 1.5;
  }
  .font-size-sm-16 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */


.branches_select:hover{
  cursor: pointer;
  text-transform: capitalize;
}

.default_branch{
  text-transform: uppercase;
  font-weight: 900;
}


li.logins{
  position: relative;
}
.logins span img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
}
.logins span{
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #eee;
  position: relative;
  margin-top: -8px;
}
li.logins ul li  a{
  color: #fff;
}
li.logins ul li {
  float: right;
  width: 100%;
  padding: 5px;
  margin-right: 0;
  margin-bottom: 5px;
}
li.logins:hover > div {
  display: initial;
}
li.logins > div {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 15px;
  overflow: hidden;
  z-index: 1;
  display: none;
}
li.logins ul {
  float: right;
  width: 100%;
  padding: 5px;
  background: #121212;
  width: 250px;
}

.fix_menu .logins{
  text-align: center;
  margin-bottom: 15px;
}
.fix_menu .logins div{
  overflow: inherit;
  position: inherit;

}
.fix_menu .logins span{
  float: none;
  width: 100px;
  height: 100px;
  display: inline-block;
}


.add_to_mailchimp_home{
  display: flex;
  justify-content: space-around;
  font-weight: 900;
}

/* .arrow:hover {
  transform: scale(1.2);
} */

/* .arrow {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.arrow:hover {
  animation-name: arrow;
  animation-timing-function: ease;
} */
@keyframes arrow {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(50px); }
  100% { transform: translateX(0); }
}

.arrow_parent:hover {
  animation-name: arrow;
  animation-timing-function: ease;
}
.arrow_parent {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}


.add_to_cart{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 50px;
}

.product_details{
  margin-bottom: 80px;
}

.go-menu-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-table;
}

.custom-btn {
  display: inline-table;
  background-color: #bdad2b;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 30px;
  color: #FFF !important;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
}

.custom-btn::before{
  z-index: -1;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e43f3f;
  transition:all .3s ease-in-out;
}
.custom-btn:hover::before{
  width: 100%;
}