body {
  font-family: "Tajawal", sans-serif;
}

.dark-bg {
  background: #BCBCBC;
}
.dark-bg .heading h4 {
  color: #000;
}
.dark-bg .papular-block .overlay {
  background: none;
}
.dark-bg .papular-block .item-name a {
  color: #000;
}

header {
  padding: 10px 0;
}
header .container-full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  float: right;
}
header .navbar {
  float: left;
}
header .navbar li {
  padding-bottom: 0;
}
header .navbar li a {
  color: #000;
  font-size: 18px;
  padding-top: 5px;
}
header .navbar li a:hover {
  color: #F94F03;
}
header .navbar li a::before {
  left: auto;
  right: 0;
}
header .navbar li.active a {
  color: #F94F03;
}
header .navbar-collapse {
  float: right;
}

.nav-right {
  float: left;
}
.nav-right .navbar-right {
  margin: 0;
}
.nav-right .navbar-right li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F94F03;
  margin: 0;
}

.search-inside .search input {
  text-align: start;
}

.ownmenu .nav .nav-item {
  text-align: start;
  float: none;
}
.ownmenu .nav .nav-item .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: 0;
  padding: 10px 20px;
  padding: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}
.ownmenu .nav .nav-item .dropdown-menu li a {
  color: #000 !important;
  font-size: 16px;
  padding: 5px 10px;
  float: none;
  text-align: start;
}
.ownmenu .nav .nav-item .dropdown-menu li a:hover {
  color: #F94F03 !important;
  color: #fff !important;
  background: #000;
}
.ownmenu .nav .nav-item .dropdown-menu li a::after {
  right: 0;
  left: auto;
  display: none;
}
.ownmenu .nav .nav-item.dropdown::before {
  position: absolute;
  right: auto;
  left: -10px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 40px;
  z-index: 2;
  font-size: 21px;
}

.simple-head {
  background-image: url(../images/slider/slide-1.jpg);
  background-position: center;
}

.heading {
  margin-bottom: 30px;
}
.heading h4 {
  font-weight: 700;
  font-size: 40px;
  color: #000;
}

.arrival-block .overlay a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrival-block .item {
  width: 16.6666666667%;
  float: right;
}
.arrival-block .item-name {
  text-align: start;
}
.arrival-block .item-name a.i-tittle {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.main-half-layout-container.half_left_layout {
  float: left;
  margin: 0 5%;
  margin-right: auto;
}
.main-half-layout-container.half_left_layout::after {
  right: auto;
  left: -75px;
}
.main-half-layout-container.half_right_layout {
  float: right;
  margin: 0 5%;
  margin-left: auto;
}
.main-half-layout-container.half_right_layout::after {
  left: auto;
  right: -170px;
}

.main-half-layout.half_right_layout {
  right: auto;
  left: 0;
}

.about-us-con h3 {
  font-size: 30px;
  font-weight: 600;
}
.about-us-con p {
  font-size: 17px;
  text-align: justify;
}
.about-us-con h6::before {
  left: auto;
  right: -50px;
}

.two-sections {
  background: url(../images/page/1.jpg) center center no-repeat fixed;
  background-size: cover;
  overflow: auto;
}

.productsHome,
.aboutHome {
  background: none;
}

.productsHome {
  position: relative;
}
.productsHome .owl-controls {
  display: none;
}
.productsHome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 80%, transparent);
}
.productsHome .heading h4 {
  color: #fff;
}
.productsHome .papular-block .item-name a {
  color: #fff;
}
.productsHome .papular-block .item-img {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

.about .studio-bg {
  background: none;
  float: right;
}
.about .main-page-section {
  background: none;
}
.about .main-page-section .main-half-layout-container {
  background-color: #fffbf5;
  margin: 0;
  width: 50%;
  padding: 80px 5%;
  float: left;
  overflow: hidden;
}

.shipment {
  padding: 50px 0;
  background: none;
  background-image: url(../images/page/2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.shipment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.shipment ul li {
  float: right;
  padding: 0 15px;
}
.shipment ul li i {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background: #F94F03;
  margin-bottom: 20px;
  color: #fff;
}
.shipment ul li h4 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.partners .clients-slides {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}
.partners .text-partners p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.clients {
  padding-bottom: 300px !important;
}

.insta-g {
  margin-top: -275px;
}

footer {
  padding-bottom: 15px;
  padding-top: 50px;
}
footer .two-half li {
  float: none;
  width: 100%;
}
footer li a {
  font-size: 17px;
  margin-bottom: 15px;
}

.about-footer p {
  padding-left: 0;
  padding-right: 40px;
  font-size: 17px;
}
.about-footer i {
  left: auto;
  right: 0;
}
.about-footer h6 {
  font-size: 18px;
  font-weight: 600;
}
.about-footer .contact-info {
  padding: 0;
  border: 0;
  margin: 0;
}
.about-footer .contact-info ul {
  margin-bottom: 20px;
}
.about-footer .contact-info ul:last-child {
  margin-bottom: 0;
}
.about-footer .contact-info ul li {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.about-footer .contact-info ul li i {
  left: auto;
  right: 0;
  font-size: 16px;
}
.about-footer .contact-info ul li a {
  margin: 0;
}
.about-footer .contact-info .list-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.about-footer .contact-info .list-social li {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.about-footer .contact-info .list-social li i {
  position: initial;
  line-height: 1;
}
.about-footer .contact-info .list-social li a:hover {
  padding: 0;
}

.rights {
  margin-top: 0;
}
.rights p {
  font-size: 17px;
}

.qck-inside {
  min-height: max-content !important;
}
.qck-inside .contnt-info {
  padding: 50px 40px 20px;
}
.qck-inside .contnt-info h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
.qck-inside .contact-form {
  padding: 0 45px 20px;
}
.qck-inside .contact-form .form-group {
  margin-bottom: 20px;
}
.qck-inside .contact-form .form-group label {
  margin-bottom: 0;
  text-align: start;
  font-size: 16px;
  color: #000;
}
.qck-inside .contact-form .form-group .form-control {
  border-color: #000 !important;
}

.btn:hover, .btn:focus {
  background: #000 !important;
  color: #fff;
  box-shadow: none;
}

.sub-bnr h4 {
  font-weight: 500;
}
.sub-bnr .breadcrumb li a {
  font-size: 17px;
}
.sub-bnr .breadcrumb li + li {
  font-size: 17px;
}
.sub-bnr .breadcrumb li + li::before {
  float: right;
}

.shop-page {
  padding-top: 60px;
  padding-bottom: 270px;
}
.shop-page .arrival-block {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.shop-page .arrival-block .row {
  row-gap: 30px;
}
.shop-page .arrival-block .item {
  margin-bottom: 0;
}
.shop-page .arrival-block .item:hover .img-1 {
  left: 0;
  opacity: 1 !important;
}

.shop-details {
  padding-top: 50px;
  padding-bottom: 300px;
}
.shop-details .shop-detail .images-slider .slides {
  margin-bottom: 20px;
}
.shop-details .shop-detail .images-slider .slides img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shop-details .shop-detail h4 {
  font-weight: 600;
  font-size: 28px;
}
.shop-details .shop-detail h4::before {
  display: none;
}
.shop-details .shop-detail p {
  font-size: 18px;
  text-align: justify;
}
.shop-details .shop-detail .btn {
  min-width: 200px;
  width: max-content;
}

.contact {
  padding-top: 50px;
  padding-bottom: 270px;
}
.contact .contact-form li {
  margin-bottom: 0 !important;
}
.contact .contact-form .form-group {
  margin-bottom: 20px;
}
.contact .contact-form .form-group label {
  margin-bottom: 0;
  text-align: start;
  font-size: 16px;
  color: #000;
}
.contact .contact-form .form-group .form-control {
  border-color: #000 !important;
}
.contact .contact-info h6 {
  font-size: 18px;
  font-weight: 600;
}
.contact .contact-info ul {
  margin-bottom: 30px;
}
.contact .contact-info ul:last-child {
  margin-bottom: 0;
}
.contact .contact-info li {
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.contact .contact-info li i {
  left: auto;
  right: 0;
  font-size: 16px;
}
.contact .contact-info .list-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.contact .contact-info .list-social li {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.contact .contact-info .list-social li i {
  position: initial;
  line-height: 1;
}

.news {
  padding-top: 50px;
  padding-bottom: 270px;
}
.news .row {
  row-gap: 30px;
}
.news .knowledge-share .news-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.news .knowledge-share .news-item article {
  margin-bottom: 0;
  padding: 20px;
}
.news .knowledge-share .news-item article p {
  margin-bottom: 0;
  text-align: justify;
}
.news .knowledge-share .news-item .date {
  float: none;
  position: initial;
}
.news .knowledge-share .news-item .b-tittle {
  margin-top: 10px;
}

.blog-list {
  padding-top: 50px;
  padding-bottom: 270px;
}
.blog-list h3 {
  font-weight: 700;
  font-size: 22px;
}
.blog-list .text-blog-list p {
  font-weight: 500;
  font-size: 16px;
}
.blog-list .text-blog-list h5 {
  font-weight: 700;
  font-size: 19px;
}
.blog-list article {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.blog-list article .shop-tittle {
  padding-left: 0;
  padding-right: 15px;
}
.blog-list article .shop-tittle::before {
  left: auto;
  right: 0;
}
.blog-list .shop-tags li a,
.blog-list .share-post li a {
  font-size: 17px;
}
.blog-list .shop-tags li a i,
.blog-list .share-post li a i {
  font-size: 17px;
}
.blog-list .search input {
  font-size: 16px;
}
.blog-list .search button {
  float: left;
}
.blog-list .sidebar .shop-tittle {
  padding-left: 0;
  padding-right: 15px;
}
.blog-list .sidebar .shop-tittle::before {
  left: auto;
  right: 0;
}
.blog-list .papu-post .media-left a {
  margin-right: 0;
  margin-left: 15px;
}

@media (max-width: 767px) {
  header .navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: initial;
  }
  header .navbar li a {
    text-align: start;
    padding: 10px;
    border: 0;
  }
  header .navbar li a:hover {
    color: #000;
    border: 0;
  }
  header .navbar .nav {
    margin: 0;
    max-height: 600px;
  }
  header .navbar .nav li.dropdown::before {
    content: "\f104";
    right: auto;
    left: 20px;
  }
  .ownmenu .nav .nav-item:hover .dropdown-menu {
    display: none !important;
    left: auto;
  }
  .ownmenu .nav .nav-item.dropdown::before {
    left: 5px;
    content: "\f104";
    transition: 0.25s all ease-in-out;
  }
  .ownmenu .nav .nav-item.dropdown.show::before {
    left: 5px;
    content: "\f107";
  }
  .ownmenu .nav .nav-item.dropdown.show a {
    color: #F94F03;
  }
  .ownmenu .nav .nav-item .dropdown-menu {
    display: none !important;
  }
  .ownmenu .nav .nav-item .dropdown-menu.show {
    display: block !important;
  }
  .navbar-toggler {
    position: relative;
    right: auto;
    left: auto;
  }
  .nav-right {
    position: initial;
    float: none;
    margin: 0;
    margin-left: 10px;
  }
  .heading h4 {
    font-size: 30px;
  }
  .arrival-block .item {
    width: 50% !important;
  }
  .about .main-page-section .main-half-layout-container {
    float: none;
    width: 100%;
  }
  .about .studio-bg {
    float: none;
    width: 100%;
    position: initial;
    min-height: 500px;
  }
  .two-sections {
    background-position: right;
  }
  .partners .clients-slides img {
    max-width: 100%;
    height: auto;
  }
  .container-full .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0px;
    right: 0px;
    text-align: start;
    box-shadow: 0 11px 20px 5px rgba(0, 0, 0, 0.07);
  }
  .knowledge-share li:nth-child(1) {
    margin: 0;
    padding: 0 20px !important;
    border: 0;
  }
}

/*# sourceMappingURL=style-new.css.map */
