:root {
  --color-primary: #002f67;
  --color-secondary: #f69522;
  --color-tertiary: #16a850;
  --color-grey: #696969;
  --color-grey-light-1: #bdbdbd;
  --color-grey-light-2: #f7f7f7;
  --color-grey-light-3: #ced4da;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  direction: rtl;
}

*,n
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/*@media (max-width: 576px) {*/
/*  html {*/
/*    font-size: 50%;*/
/*  }*/
/*}*/

@media (max-width: 576px) {
  .container {
    padding-right: var(--bs-gutter-x,2.5rem) !important;
    padding-left: var(--bs-gutter-x,2.5rem) !important;
  }
}

/*@media (min-width: 1400px) {*/
/*  html {*/
/*    font-size: 68%;*/
/*  }*/
/*}*/

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Almarai', sans-serif !important;
}

body {
  box-sizing: border-box;
  font-family: 'Almarai', sans-serif !important;
  color: var(--color-primary);
}

.bg-color-primary {
  background-color: var(--color-primary);
}

.fully-rounded--rose, .fully-rounded-light-text--rose, .fully-rounded-bg--rose {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.5rem;
  padding: 0.7rem 2rem;
  font-weight: lighter;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  border: 0.5px solid var(--color-secondary) !important;
  background: transparent;
  word-spacing: 1px;
  text-align: center;
}

.fully-rounded--rose:hover, .fully-rounded-light-text--rose:hover, .fully-rounded-bg--rose:hover {
  background: var(--color-secondary) !important;
  color: #fff !important;
}

.fully-rounded-light-text--rose {
  color: #fff;
}

.fully-rounded-bg--rose {
  background-color: var(--color-secondary);
}

.card {
  cursor: pointer;
  border-radius: 4px;
 
}

.card .card-img {
  height: 25rem;
  object-fit: cover;
  background-size: cover;
}

.card .fixed-small-size {
  height: 15rem;
  object-fit: cover;
  background-size: cover;
}

.bg-gradient .overlay img {
  height: 30rem;
  object-fit: cover;
  background-size: cover;
}

.card .overlay {
  overflow: hidden;
}

.card .overlay img {
  transition: all 0.3s ease-in;
}

.card .overlay .content {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.card .overlay .content .transform {
  transform: translateY(-30px);
  transition: all 0.4s ease-in-out;
}

.card .card-body .content {
  line-height: 2.5rem;
  font-size: 1.3rem;
  font-weight: lighter;
  text-align: justify;
}

.card:hover .overlay img {
  transform: scale(1.5) rotate(5deg);
}

.card:hover .content {
  opacity: 1;
}

.card:hover .content .transform {
  transform: translateY(0);
}

.search-box {
  align-self: center;
  position: relative;
  width: 100%;
  height: 3rem;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
}

.search-box input {
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 50px;
  font-size: 1.8rem;
  background: #fff;
  outline: none;
  padding: 0 20px;
}

.search-box-search-icon {
  position: absolute;
  left: 0;
  top: -2px;
  height: 100%;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  z-index: 1;
}

.scroll-top {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-secondary);
  transition: all 0.3s ease;
  padding: 20px 17px;
  border-radius: 35px;
  display: none;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .scroll-top {
    padding: 17px 17px;
  }
}

.header .navbar {
  z-index: 1000;
  background-color: #325681;
    border-bottom: 1px solid var(--color-secondary);
}



.header .navbar__logo {
  width: 14rem;
}

@media (max-width: 400px) {
.header .navbar__logo {
    width: 9rem !important ;
    }
}

@media (min-width: 1500px){
    .header .navbar__logo{
        width:13rem;
    }
    
    .fully-rounded--rose, .fully-rounded-light-text--rose, .fully-rounded-bg--rose{
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
  .header .navbar__logo {
    width: 12.3rem;
  }
}

.header .navbar .navbar-nav {
    flex-direction: row;
    justify-content:center;
    align-items:center;
}


.header .navbar .nav-btn {
  color: #fff;
  line-height: 4rem;
  text-decoration: none;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.forms {
  transform: translateY(-40px);
}

.forms ::placeholder {
  color: var(--color-grey-light-3);
}

@media (max-width: 992px) {
  .forms__container {
    margin-bottom: 5rem;
  }
  .forms__container:last-child {
    margin-bottom: 0;
  }
}

.forms__container .form-box {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  padding: 40px;
  border-top: 2px solid var(--color-primary);
}

.forms__container .form-box__title {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: var(--color-primary);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 4px 4px 0 0;
  margin: 0 !important;
}

.forms__container .form-box .btn {
  margin-top: 0 !important;
}

.forms__container .form-box__form {
  position: relative;
}

.forms__container .form-box__form--icon-1 {
  background: unset;
  border: unset;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--color-grey-light-3);
  font-size: 3rem;
}

@media (min-width: 1400px) {
  .forms__container .form-box__form--icon-1 {
    font-size: 1.8rem;
  }
}

.forms__container .form-box__form--icon-2 {
  position: absolute;
  left: 0;
  top: 51px;
  color: var(--color-grey-light-3);
}

@media (min-width: 1400px) {
  .forms__container .form-box__form--icon-2 {
    font-size: 2rem;
  }
}

.forms__container .form-box__form--btn {
  display: block;
  margin-right: auto;
}

.forms__container .form-box__search {
  display: flex;
  align-items: center;
}

.forms__container .form-box__search form {
  flex-grow: 0.9;
}

.forms__container .form-box__search form button {
  right: 102% !important;
  top: 8px !important;
}

.forms__container .form-box input[type='text'],
.forms__container .form-box input[type='password'],
.forms__container .form-box input[type='search'] {
  outline: inherit;
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: 1px solid #aaa;
  font-weight: 400;
  font-size: 1.5rem;
  transition: 0.2s ease;
}

.forms__container .form-box input[type='text']:focus,
.forms__container .form-box input[type='password']:focus,
.forms__container .form-box input[type='search']:focus {
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: 0.2s ease;
}

.forms__container .form-box input[type='submit'], .forms__container .form-box .btn {
  margin-top: 20px;
  padding: 8px 20.8px;
  background: var(--color-primary);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease;
  cursor: pointer;
}

.forms__container .form-box input[type='submit']:active, .forms__container .form-box .btn:active {
  opacity: 1;
  box-shadow: var(--box-shadow);
  transition: 0.1s ease;
}

.sidebar {
  position: fixed;
  top: 9rem;
  opacity: 0;
  right: -30%;
  height: 80vh;
  width: 7rem;
  min-height: 45rem;
  transition: all 0.2s ease-in-out;
  border-radius: 10rem;
  z-index: 1000;
}

@media(max-width: 576px){
    .sidebar{
        width:7rem;
    }
}

@media(min-width: 768px){
    .breadcrumb-area .page-title{
        font-size:45px;
    }
}

@media(min-width: 1400px){
    .sidebar{
        height:65vh;
    }
}

@media(max-width: 576px){
    .sidebar{
        height: 100% !important;
    }
    
    .sidebar .nav{
        height: 63% !important;
    }
    
    .sidebar .nav .nav-item .nav-link {
        font-size:1.2rem !important;
    }
}

.sidebar__icon {
  padding: 0rem 3rem;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 576px) {
  .sidebar__icon {
    padding: 2rem 2rem;
  }
}

.sidebar__icon--line {
  position: relative;
}

.sidebar__icon--line, .sidebar__icon--line::before, .sidebar__icon--line::after {
  width: 3rem;
  height: 2px;
  border-radius: 50px;
  background-color: #eee;
  display: inline-block;
}

.sidebar__icon--line::before, .sidebar__icon--line::after {
  content: '';
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.sidebar__icon--line::before {
  top: -0.8rem;
}

.sidebar__icon--line::after {
  top: 0.8rem;
}

.sidebar .nav {
  font-size: 1.6rem;
  height: 100%;
  text-align: center;
}

.sidebar .nav .nav-item {
  position: relative;
  background-color: var(--color-primary);
  transition: all 0.3s ease-out;
  border-bottom: 1px solid var(--color-grey);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .sidebar .nav .nav-item {
    padding-left: 1.5rem;
  }
}

.sidebar .nav .nav-item:first-child {
  border-radius: 10rem 0 0 0;
  padding-top: 30px;
}

.sidebar .nav .nav-item:last-child {
  border-bottom: unset;
  border-radius: 0 0 0 10rem;
  padding-bottom: 30px;
}

.sidebar .nav .nav-item:hover {
  background-color: var(--color-secondary);
}

.sidebar .nav .nav-item:hover .submenu {
  display: unset;
}

.sidebar .nav .nav-item .nav-link {
  font-size: 1.4rem;
  color: #fff;
  width: 70px;
}

.submenu {
  right: 100%;
  top: 0;
  background-color: #0256b9;
  padding: 0;
}

.submenu li {
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.submenu li:hover {
  background-color: var(--color-secondary);
}

.sidebar-active {
  right: 0;
  opacity: 0.8;
}

.icon-active span {
  background-color: transparent;
}

.icon-active span::before {
  transform: rotate(135deg);
  top: 0;
}

.icon-active span::after {
  transform: rotate(-135deg);
  top: 0;
}

.hero {
  position: relative;
}

/*@media (max-width: 576px){*/
/*      .hero {*/
/*          display:none;*/
/*      }*/
/*      .hero_md{*/
/*          display:block !important;*/
/*      }*/
/*}*/

.hero_md{
    display:none;
}

.hero .slide__img {
  /*filter: brightness(31.1%); */
  height: 95vh;
  min-height: 600px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .hero .slide__img {
          object-fit: contain;
    height:80vh;
  }
  
  .single-page__body {
    padding: 3rem 0rem 1rem 1rem !important;
  }

    .social-share {
      font-size: 1.2rem;
  }
    .post-meta {
      font-size: 1.2rem;
  }
}

.hero .slide__btn {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  margin: 0 14px;
  opacity: 0.7;
}

.hero .slide .carousel-indicators {
  bottom: 78px;
}

.hero .slide .carousel-indicators .active {
  transform: scale(1.2);
}

.hero .hero-content {
  top:35vh;
}

@media (max-width: 576px) {
  .hero .hero-content {
    top:18vh;
  }
}

@media (max-width: 768px) {
  .hero .hero-content {
    right: 0;
  }
}

.hero .hero-content__title {
  word-spacing: 5px;
  text-align:right;
}

.hero .hero-content__body {
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align:right;
}

.hero .hero-content .btn {
  font-size: 1.8rem;
  padding: 0.5rem 3.1rem;
  border-radius: 4px;
  font-weight: 400;
  background-color: var(--color-secondary);
}

.products {
  overflow: hidden;
  margin-bottom: 0rem;
  padding-bottom: 5rem;
}

.products__title {
  position: relative;
  display: inline-block;
}

.products__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-tertiary);
  top: 100%;
  left: 0;
}

.products .container .slider-container {
  position: relative;
}

.products .container .slider-container .next-arrow {
  position: absolute;
  top: 30%;
  left: 101%;
  cursor: pointer;
}

@media (max-width: 576px) {
    .products .container .slider-container .next-arrow {
    display: none !important;
    visibility: hidden !important;
  }
    .products .container .slider-container .prev-arrow {
    display: none !important;
    visibility: hidden !important;
  }
}

.products .container .slider-container .product-slider .card {
  box-shadow: var(--box-shadow);
}

.products .container .slider-container .prev-arrow {
  position: absolute;
  top: 30%;
  right: 101%;
  cursor: pointer;
}

.products .accordion-button {
  font-size: 2rem;
}

.products .accordion-button:not(.collapsed) {
  background-color: var(--color-grey-light-3);
}

.products .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.products .accordion-button:focus, .products .accordion-button:visited {
  box-shadow: unset;
}

.products .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

/* Slider */
.slick-slider {
  direction:ltr;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 20px 0px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  direction:rtl !important;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-entry {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-image: url(../assets/bg-logo.svg);
  background-size: 72rem;
  background-repeat: no-repeat;
  background-position: -89px 8px;
}

.client-entry__bg-img-1 {
  
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 2000px;
}

.client-entry__bg {
  background-image: url(../assets/bg.svg);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .client-entry {
    background-image: none;
  }
}

.client-entry__content {
  margin-top: 4rem;
}

@media (max-width: 576px) {
  .client-entry__content {
    margin-top: 4rem;
  }
}

@media (min-width: 1400px) {
  .client-entry__content {
    margin-top: 4rem;
  }
}

.client-entry__title {
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.client-entry__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  top: 100%;
  left: 0;
}

.client-entry__body {
  line-height: 4rem;
  font-size: 1.4rem;
  font-weight: 100;
}

.client-entry__store {
  width: 20rem;
  transition: all 0.5s ease;
}

@media (max-width: 576px) {
  .client-entry__store {
    width: 18rem;
  }
}

.client-entry__store:hover {
  transform: scale(1.1);
}

.boxes {
  margin-bottom: 8rem;
  position: relative;
}

.boxes .rounded {
  border-radius: 3.25rem !important;
}
.boxes__box {
    justify-content: center;
}
.boxes__box .circular {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxes__box--icon {
  color: #fff;
  fill: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 2rem;
}

@media (max-width: 768px) {
  .boxes__box--icon {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .boxes__box--icon {
    font-size: 3rem !important;
  }
}

.boxes__box--title {
  fill: var(--color-primary);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 1rem;
}

.box-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.box-container:hover .circular {
  border-color: var(--color-secondary) !important;
}

.box-container:hover i {
  color: var(--color-secondary) !important;
}

.box-container:hover svg {
  fill: var(--color-secondary) !important;
}

.box-container:hover h2 {
  color: var(--color-secondary) !important;
}

.article .nav-tabs .nav-item .nav-link {
  color: #707070;
  height: 102%;
  padding: 8px 3rem;
}

.article__title {
  position: relative;
  display: inline-block;
}

.article__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  top: 100%;
  left: 0;
}

.article .overlay-card {
  position: relative;
}

.article .overlay-card .card-img {
  height: 37.3rem;
  object-fit: cover;
  background-size: cover;
}

.article .overlay-card .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.article .overlay-card .bg-color-primary {
  background-color: #002f67b0;
}

.avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
}

.single-page__img {
  width: 100%;

  padding-top:2rem;
  
}

.single-page__body p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  word-spacing: 1px;
  text-align: justify;
}

.news {
  background-color: var(--color-grey-light);
}

.news .card {
  cursor: unset;
}

.news__title {
  position: relative;
  display: inline-block;
}

.news__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  top: 100%;
  left: 0;
}

.lead {
  word-spacing: 2px;
  line-height: 2.4rem;
  text-align: justify;
}

.contact-us__title {
  position: relative;
  display: inline-block;
}

.contact-us__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  top: 100%;
  left: 0;
}

.contact-us__form {
  /*margin: 0 5rem;*/
}

.contact-us__form ::placeholder {
  color: var(--color-grey-light-3);
}

.contact-us__form input[type='email'],
.contact-us__form input[type='text'],
.contact-us__form textarea {
  font-size: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
  border-color: var(--color-grey-light-3);
}

.contact-us__form input[type='submit'], .contact-us__form .forms__container .form-box .btn, .forms__container .form-box .contact-us__form .btn {
  display: block;
  margin-right: auto;
  font-size: 1.6rem;
  padding: 0.7rem 2rem;
  font-weight: lighter;
  margin-bottom: 4rem;
  margin-top: 1rem;
  background-color: var(--color-primary);
  color: #fff;
}

.about-us__title {
  position: relative;
  display: inline-block;
}

.about-us__title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  top: 100%;
  left: 0;
}

.about-us__paragraph {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 35px;
  word-spacing: 1px;
}

.about-us .section-1 .boxes__box--icon {
  font-size: 7rem;
}

@media (max-width: 576px) {
  .about-us .section-1 .boxes__box--icon {
    font-size: 5rem;
  }
}

.about-us .section-2 {
  overflow: hidden;
}

.about-us .section-2__right-side {
  height: 380px;
  padding-left: 0;
}

.about-us .section-2__right-side--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us .section-2__left-side {
  background-color: var(--color-primary);
}

.about-us .section-2__left-side .container {
  color: #fff;
  margin-top: 8rem;
}

@media (max-width: 576px) {
  .about-us .section-2__left-side .container {
    margin-top: 1rem;
  }
}

.about-us .section-3__right-side {
  position: relative;
  height: 600px;
}

@media (max-width: 576px) {
  .about-us .section-3__right-side {
    height: 460px;
  }
}

.about-us .section-3__right-side--img-1 {
  top: 30px;
  right: 20px;
  transition: all 0.3s ease;
}

.about-us .section-3__right-side--img-1:hover {
  outline: 2px solid var(--color-primary);
  transform: scale(1.05) translateY(-0.5rem);
  z-index: 20;
  border-radius: 10px;
}

.about-us .section-3__right-side--img-2 {
  top: 150px;
  left: 0;
}

.about-us .section-3__right-side--img-2:hover {
  outline: 2px solid var(--color-primary);
  transform: scale(1.05) translateY(-0.5rem);
  z-index: 20;
  border-radius: 10px;
}

.about-us .section-3__right-side--img-3 {
  bottom: 2px;
  right: 25px;
}

.about-us .section-3__right-side--img-3:hover {
  outline: 2px solid var(--color-primary);
  transform: scale(1.05) translateY(-0.5rem);
  z-index: 20;
  border-radius: 10px;
}

.about-us .section-3__right-side img {
  position: absolute;
  width: 55%;
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
  z-index: 5;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .about-us .section-3__right-side img {
    height: 170px;
  }
}

.about-us .section-4 {
  background-color: var(--color-primary);
}

.about-us .section-4 .card {
  position: relative;
  box-shadow: var(--box-shadow);
  cursor: inherit !important;
  height: 400px;
  overflow: auto;
  border: none;
}

.about-us .section-4 .card::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 100%;
  height: 6px;
  background-color: var(--color-secondary);
}

.footer__socialmedia {
  background-color: var(--color-secondary);
}

.footer__socialmedia--icon {
  color: #fff;
  transition: all 0.2s ease;
}

.footer__socialmedia--icon:hover {
  color: var(--color-primary);
}

.footer .col-lg-3 {
  position: relative;
}

.footer .col-lg-3:not(:last-child)::before {
  content: '';
  height: 240px;
  width: 1px;
  position: absolute;
  border-radius: 24px;
  top: 40px;
  left: 0;
  background-color: var(--color-grey-light-3);
}

@media (max-width: 992px) {
  .footer .col-lg-3:not(:last-child)::before {
    content: none;
  }
}

@media (min-width: 1400px) {
  .footer .col-lg-3:not(:last-child)::before {
    top: 70px;
  }
}

.footer-top {
  overflow: hidden;
  position: relative;
}

.footer-top .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 1400px) {
  .footer-top .container {
    max-width: 1530px;
  }
}

.footer-widget {
  background-color: transparent !important;
  padding: 0;
}



.footer-logo {
  display: block;
  margin-bottom: 20px;
  width: 20rem;
}

@media (max-width: 450px){
    .footer-logo {
    width: 13rem !important ;
  }
  .about_us_widget p{
      font-size: 1.2rem;
  }
}

.footer .widget {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 0 !important;
  margin-top: 25px;
  position: relative;
}

@media (min-width: 768px) {
  .footer-widget {
    margin-left:10px !important;
    margin-right:10px !important;
  }
  
}

@media (max-width: 768px) {
  .footer .widget {
    padding-top: 0px !important;
    margin-top: 0;
    border-left: unset;
  }
}


@media (max-width: 992px) {
  .footer .widget {
    border-left: unset;
  }
}

.footer .widget_nav_menu {
  padding-top: 45px !important;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .footer .widget_nav_menu {
    padding-top: 0px !important;
    margin-top: 0;
    border-left: unset;
  }
  
    #footer_row{
    margin-top:30px;
}
}

@media (max-width: 992px) {
  .footer .widget_nav_menu {
    border-left: unset;
  }
}

.footer .widget-title {
  margin-bottom: 20px;
}

.footer .contact_info_list {
  list-style: none;
}

.footer .contact_info_list .single-info-item {
  position: relative;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 13px 0;
  font-size: 1.5rem;
}

.footer .contact_info_list .single-info-item:first-child {
  margin-top: 0;
}

.footer .contact_info_list .single-info-item .icon {
  position: absolute;
  top: 0;
  left: auto;
}

.footer .contact_info_list .single-info-item .icon img {
  width: 2rem;
  height: 2rem;
}

.footer .contact_info_list .single-info-item .details {
  padding-left: 0;
  padding-right: 30px;
  color: #fff;
}

@media (min-width: 1400px) {
  .footer .contact_info_list .single-info-item .details {
    padding-right: 50px;
  }
}

.footer .bg-pic {
  position: absolute;
}

.footer .bg-pic-1 {
  top: -8rem;
  right: -53rem;
}

@media (max-width: 576px) {
  .footer .bg-pic-1 {
    right: -83rem;
  }
}

.footer .bg-pic-2 {
  top: 9rem;
  right: 15rem;
}

@media (max-width: 992px) {
  .footer .bg-pic-2 {
    top: -6rem;
    right: -19rem;
    transform: rotate(86deg);
  }
}

@media (max-width: 576px) {
  .footer .bg-pic-2 {
    top: 4rem;
    right: -49rem;
  }
}

.footer .bg-pic-3 {
  top: 6rem;
  left: -21rem;
}

@media (max-width: 992px) {
  .footer .bg-pic-3 {
    top: 24rem;
    transform: rotate(4deg);
    right: -19rem;
  }
}

@media (max-width: 576px) {
  .footer .bg-pic-3 {
    top: 54rem;
    right: -59rem;
  }
}

/*this is custom edit and is not connected to sass compiler*/


@media(max-width:992px){
    .single-product-details .top-content {
    flex-direction:column !important;
}

.single-product-details .top-content .product-gallery{
    width:100% !important;
}
.single-product-details .top-content .slider-gallery-nav .single-gallery-slider-nav-item img{
    width:9rem;
}
}

@media (max-width: 450px) {
  .header .navbar .navbar-nav .client-door-text {
    display: none !important;
  }
}

.header .navbar .navbar-nav .client-door-icon {
  font-size: 2rem;
  color: var(--color-grey-light-1);
  padding-left: 2rem;
  transition: all 0.3s ease;
}

.header .navbar .navbar-nav .client-door-icon:hover {
  color: var(--color-secondary);
}

@media (min-width: 450px) {
  .header .navbar .navbar-nav .client-door-icon {
    display: none;
  }
}

.single-page__body {
  padding: 2rem 0rem 5rem 1rem;
}

.single-product__right-side .slider-single__img {
  width: 70% !important;
  height: 350px;
  object-fit: cover;
  margin: auto;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .single-product__right-side .slider-single__img {
    width: 90% !important;
  }
}

.single-product__right-side .slider-nav__img {
  width: 140px;
  height: 140px;
  margin: auto;
  opacity: 0.7;
  border-radius: 4px;
  transition: all 0.4s ease;
}

@media (max-width: 576px) {
  .single-product__right-side .slider-nav__img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 360px) {
  .single-product__right-side .slider-nav__img {
    width: 90px;
    height: 90px;
  }
}

.single-product__right-side .slider-nav .is-active img {
  opacity: 1 !important;
}

.single-product__left-side {
  padding: 30px;
}

.single-product__left-side--short-description {
  color: var(--color-grey);
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.single-product__left-side--social-media {
  display: flex;
  gap: 20px;
  list-style: none;
  font-size: 1.5rem;
  border-top: 1px solid var(--color-grey-light-1);
  padding-top: 1.5rem;
}

.single-product__left-side--social-media .title {
  font-size: 1.2em;
}

.single-contact-item .icon{
    color: var(--color-secondary) !important;
}

.last_news-item .col-md-4 {
    overflow:hidden !important;
}

.last_news-item .card-body {
    padding:1rem 2rem;
}

.last_news-item img {
    transition:all .2s ease;
}

.last_news-item:hover img{
    transform: scale(1.5) rotate(5deg) !important;
    filter: brightness(0.5) !important;
}

.post-meta li{
    margin-right:0 !important;
    padding-left:8px !important;
}

#gdpr-cookie-message{
    background-color:var(--color-secondary) !important;
    background-image: var(--bs-gradient)!important;
    z-index:999;
}
.customer-chat-header-title{
    margin-right:18px;
    
}
.forms {
    margin-top: -160px;
}

.qtyError {
  display: none;
}
.error .qtyError {
  display: block;
}
  .products .card-body {
          text-align:center;
    }
@media (min-width: 775px) {
.products .card-body {
text-align:right !important;
}

}
#news_btn,#blog_btn{
    float:left;
}
 #news_btn a::after,#blog_btn a::after{
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 900;
padding-right: 10px;
color: var(--main-color-two);
}     
#news .content {
    text-align: right !important;
        }
/*# sourceMappingURL=style.css.map */