/*======================================= media query ========================================================= */
/* ================================== useful mixin 1 ========================================================== */
/*============================ auto prefixes css3 ============================================================= */
/*================================= animation prefix ========================================================== */
/*=================================== centering1 ============================================================== */
/*====================== start grid layout ======================================*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*====================== end grid layout ======================================*/
/*====================== start global page ======================================*/
@font-face {
  font-family: "Droid-Arabic-Kufi-Regular.ttf";
  src: url(../fonts/Droid-Arabic-Kufi-Regular.ttf);
}
body::-webkit-scrollbar,
.side-bar::-webkit-scrollbar,
.profile .box_content .profile-product .table-responsive::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track,
.side-bar::-webkit-scrollbar-track,
.profile .box_content .profile-product .table-responsive::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 2.5px 2px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb,
.side-bar::-webkit-scrollbar-thumb,
.profile .box_content .profile-product .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #2c2a2a;
}

body {
  font-family: "Droid-Arabic-Kufi-Regular.ttf";
  direction: rtl;
  text-align: start;
  color: #fff;
  overflow-x: hidden;
}

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

.text-ellipsis {
  /* display: -webkit-box; */
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

section {
  overflow: hidden !important;
}

.owl-carousel {
  direction: ltr !important;
}

.slick-slider {
  direction: ltr;
}

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

li {
  display: inline-block;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #707070;
}
a:hover {
  color: #707070;
}

.under-bord {
  position: absolute;
  width: 95px;
  height: 5px;
  bottom: 0;
  background: #2a8b23;
  display: block;
}

.section_heading {
  position: relative;
}
.section_heading h2 {
  font-size: 33px;
  color: #252525;
  font-family: "Bahij_Bold";
  padding-bottom: 15px;
}

.nice-select {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  padding-right: 10px;
}

.nice-select ul.list {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.nice-select ul.list li {
  width: 100%;
  text-align: right;
}

.nice-select::after {
  width: 10px;
  height: 10px;
  right: 93%;
}

.upload {
  position: relative;
  cursor: pointer;
}
.upload input {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  overflow: hidden;
  width: 0;
}
.upload label {
  margin-bottom: 10px;
  padding: 17px 20px 20px;
  color: #6d6d6d !important;
  border: 1px solid #e7e7e7;
  width: 100%;
  font-weight: normal !important;
  cursor: pointer;
}
.upload label::after {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  left: 20px;
}

.paginate ul {
  display: flex;
}
.paginate ul li {
  width: 47px;
  height: 47px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  color: #645f5f;
  cursor: pointer;
}
.paginate ul li.active-paginate {
  background: #707070;
}
.paginate ul li.active-paginate a {
  color: #fff;
}
.paginate ul li:first-child {
  border-radius: 0px 10px 10px 0px;
}
.paginate ul li:last-child {
  border-radius: 10px 0px 0px 10px;
}
input[type=date] {
  display: flex;
  flex-direction: row-reverse;
  text-align: end;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

label {
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
}

p {
  margin-bottom: 0 !important;
}

button,
input,
textarea {
  outline: none;
  border: none;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
}

button:focus {
  border: none;
  outline: none;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.btn-play {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  background: radial-gradient(#0078ef 50%, rgba(5, 5, 5, 0.6) 52%);
  margin: 20px auto;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
}
.btn-play::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -12px;
  left: -9px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: pulse 2s infinite;
}
.btn-play i {
  color: #fff;
  line-height: 100px;
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-play:hover i {
  transform: scale(20);
  color: #d2ba8a !important;
  background: red;
}
.btn-play:hover::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border: none;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  animation: none;
  border-radius: 0;
  z-index: 101;
}

@keyframes pulse {
  0% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*====================== end global page ======================================*/
textarea {
  resize: none !important;
  overflow: auto !important;
  outline: none;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
textarea.notes {
  width: 100%;
  height: 150px;
  line-height: 31px;
  background-image: -webkit-linear-gradient(left, white 0, transparent 0), -webkit-linear-gradient(right, white 0, transparent 0), -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-repeat: repeat-y;
  background-size: 100% 100%, 100% 100%, 100% 31px;
}
textarea:hover {
  resize: none !important;
  overflow: auto !important;
  outline: none;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

/* ============================= Start main buttons component =============================== */
.main-btn {
  width: auto;
  min-width: 151px;
  height: 47px;
  color: #fff;
  background-color: #ea5b0c;
  transition: 0.3s;
  border-radius: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border: none;
  outline: none;
  margin: 20px 0;
  transition: 0.5s;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.main-btn:hover {
  color: #fff;
}

/* ============================= end main buttons component =============================== */
/*====================== start heading ======================================*/
.head-with-border {
  position: relative;
  display: flex;
}
.head-with-border h2 {
  margin: 40px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  color: #000;
  transition: 0.5s;
}
.head-with-border h2:before {
  content: "";
  position: absolute;
  background-color: #d2ba8a;
  width: 65px;
  height: 65px;
  z-index: -1;
  border-radius: 50px;
  transition: 0.5s;
}
.head-with-border h2:hover {
  transform: translate(-10px, -10px);
}
.head-with-border h2:hover:before {
  width: 20px;
  height: 20px;
  bottom: 0;
  top: auto;
}

/*====================== end heading ======================================*/
/*====================== start sidebar layout ================================================================= */
.side-bar {
  transition: all 1s ease-in-out;
  background: #2c2a2a;
  position: fixed;
  height: 100%;
  z-index: 99999;
  top: 0;
  right: -400px;
  overflow-y: auto !important;
  width: 250px;
  box-shadow: 0px 3px 16px rgba(38, 39, 39, 0.3490196078);
}
.side-bar .side-bar-content {
  background: #d2ba8a;
  padding: 25px 0;
  text-align: start;
  padding-right: 8px;
}
.side-bar .side-bar-content ul li {
  display: inline-block;
}
.side-bar .side-bar-content ul li a {
  color: #fff !important;
  padding-left: 17px;
}
.side-bar .side-bar-content ul li a:hover {
  color: #fff;
}
.side-bar .side-bar-route {
  margin: 20px 0;
  text-align: start;
  line-height: 63px;
}
.side-bar .side-bar-route li {
  line-height: 61px;
  padding: 0px;
  padding-right: 35px;
  margin-bottom: 5px;
  background: transparent;
  text-indent: 18px;
  display: block;
}
.side-bar .side-bar-route li a {
  color: #fff;
  font-weight: 800;
  display: block;
}
.side-bar .side-bar-route li:hover {
  background: #d2ba8a;
  color: #fff !important;
}
.side-bar .side-bar-route li:hover a {
  color: #fff !important;
}

.side-bar.open {
  right: 0 !important;
  left: auto;
}

/*====================== end sidebar layout =================================================================== */
.nav {
  background: #000;
  padding: 20px 0;
}
.nav .logo img {
  max-width: 200px;
  width: 200px;
  height: 65px;
}
.nav .nav_links ul {
  display: flex;
  gap: 32px;
}
.nav .nav_links ul li {
  position: relative;
}
.nav .nav_links ul li:hover a {
  color: #d2ba8a;
}
.nav .nav_links ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
}
.nav .nav_info .contact_info ul {
  display: flex;
  gap: 25px;
}
.nav .nav_info .contact_info ul li a {
  color: #d2ba8a;
}
.nav .nav_info .contact_info ul li a span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  transition: 0.5s;
}
.nav .nav_info .contact_info ul li a span:hover {
  color: #fff;
}
.nav .nav_info .contact_info ul li a i {
  color: #d2ba8a;
}
.nav .nav_info .bar {
  display: none;
}
.nav .nav_info .bar i {
  color: #fff;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
/*====================== start header layout======================================*/
.header-section {
  width: 100%;
  position: relative;
}
.header-section .owl-carousel .owl-item.active .item .back {
  transform: scale(1.3);
}
.header-section .owl-carousel .owl-item.active .item .content {
  transform: translateY(-30px);
}
.header-section .owl-carousel .owl-dots .owl-dot.active button {
  gap: 4px;
}
.header-section .owl-carousel .owl-dots .owl-dot.active button .line {
  height: 6px;
  width: 60px;
  border-radius: 5px;
}
.header-section .owl-carousel .owl-dots .owl-dot.active button .number {
  font-weight: 700;
  font-size: 20px;
}
.header-section .owl-carousel .item {
  max-height: 650px;
  height: 650px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header-section .owl-carousel .item .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 5s;
}
.header-section .owl-carousel .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.header-section .owl-carousel .item .content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 47%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  padding: 260px 100px 0 0;
  text-align: right;
  transform: translateY(0);
  transition: 0.5s;
}
.header-section .owl-carousel .item .content h1 {
  color: #fff;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 44.644px;
  line-height: 85px;
}
.header-section .owl-carousel .owl-dots {
  position: absolute;
  top: 40%;
  left: 12%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header-section .owl-carousel .owl-dots button {
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-section .owl-carousel .owl-dots button .line {
  height: 2px;
  width: 30px;
  display: block;
  background: #d2ba8a;
  transition: 0.5s;
}
.header-section .owl-carousel .owl-dots button .number {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.header-section .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

.contact_icons .whatsapp {
  position: fixed;
  right: 49px;
  bottom: 152px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 999;
}
.contact_icons .whatsapp:hover {
  transform: scale(1.1);
}
.contact_icons .phone {
  position: fixed;
  right: 47px;
  bottom: 87px;
  background: #c7ad7e;
  box-shadow: 0px 2.3745px 16.6215px rgba(104, 103, 103, 0.25);
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 999;
  transition: 0.5s;
}
.contact_icons .phone:hover {
  transform: scale(1.1);
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*====================== end header layout ======================================*/
.contact_footer {
  padding: 100px 0 70px;
}
.contact_footer .head-with-border {
  margin-bottom: 50px;
}
.contact_footer .head-with-border h2 {
  font-size: 30px;
}
.contact_footer form {
  background: #ffffff;
  box-shadow: 0px 8px 28px rgba(206, 204, 204, 0.32);
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 30px;
}
.contact_footer form .form-group {
  margin-bottom: 40px;
}
.contact_footer form .form-group input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #bebebe;
}
.contact_footer form .form-group input::-moz-placeholder {
  color: #13110c;
}
.contact_footer form .form-group input::placeholder {
  color: #13110c;
}
.contact_footer form .form-group button {
  width: 100%;
  background: #c7ad7e;
  border-radius: 64px;
  height: 65px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #13110c;
  border: 1px solid transparent;
}
.contact_footer form .form-group button:hover {
  background: #fff;
  border: 1px solid #d2ba8a;
}
.contact_footer .footer_info .box_contact {
  box-shadow: 0px 8px 28px rgba(206, 204, 204, 0.32);
  border-radius: 8px;
  padding: 27px 29px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 70px;
  min-height: 110px;
  transition: 0.5s;
}
.contact_footer .footer_info .box_contact:hover {
  background: #13110c;
  color: #fff;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.contact_footer .footer_info .box_contact:hover i {
  color: #fff !important;
}
.contact_footer .footer_info .box_contact.last_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact_footer .footer_info .box_contact.last_box ul {
  display: flex;
  gap: 25px;
}
.contact_footer .footer_info .box_contact.last_box ul li {
  transition: 0.5s;
}
.contact_footer .footer_info .box_contact.last_box ul li a i {
  color: #3f3f3f;
  font-size: 25px;
  transition: 0.5s;
}
.contact_footer .footer_info .box_contact.last_box ul li:hover a i {
  color: #d2ba8a;
}

.floating-label-group {
  position: relative;
}
.floating-label-group .floating-label {
  color: #13110c;
  font-size: 13px;
  position: absolute;
  top: -10px;
  right: 12px;
  transition: all 0.7s ease-in-out;
}

.breadcrumb {
  background-image: url(../images/back.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  margin: 0;
}

.breadcrumb .container {
  z-index: 2;
}

.breadcrumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.breadcrumb .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  padding: 65px 0;
}

.breadcrumb .content h3 {
  color: #fff;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
}

.breadcrumb .content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.breadcrumb .content ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.breadcrumb .content ul li .active_crumb {
  color: #d3c7c7;
}

.breadcrumb .content ul span {
  color: #fff;
}

.about_us {
  position: relative;
  margin: 100px 0 100px;
}
.about_us .image {
  position: relative;
  transition: 0.5s;
  max-width: 90%;
  margin: auto;
}
.about_us .image > img {
  max-height: 480px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.about_us .image .img_border {
  position: absolute;
  top: 50px;
  right: -37px;
  z-index: -1;
  transition: 0.5s;
  max-height: 400px;
  margin: auto;
}
.about_us .image .img_border img {
  width: 100%;
  height: 100%;
}
.about_us .image:hover .img_border {
  top: 30px;
  right: -20px;
}
.about_us .content .head-with-border {
  justify-content: flex-start;
}
.about_us .content span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #3f3f3f;
}
.about_us .content p {
  padding-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3f3f3f;
}
.about_us .back_img {
  position: absolute;
  left: 20px;
  bottom: -108px;
}

.products {
  background: #fffcf7;
  padding: 100px 0;
  overflow: hidden;
}
.products.blog .info h4 {
  padding-bottom: 17px;
}
.products .head-with-border {
  justify-content: center;
}
.products .head-with-border h2 {
  margin: 0;
}
.products .head-with-border h2:before {
  z-index: unset;
}
.products .head-with-border h2 span {
  position: relative;
}
.products .row {
  margin-top: 55px;
}
.products .car_box {
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 8px 28px rgba(206, 204, 204, 0.12);
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.5s;
}
.blog .car_box {
    min-height: 520px;
}

.products .car_box:hover {
  border: 2px solid #d2ba8a;
}
.products .car_box:hover .image img {
  transform: scale(1.1);
}
.products .car_box .image {
  width: 100%;
  border-bottom: 1px solid #f3e4c9;
  max-height: 320px;
  height: 300px;
  overflow: hidden;
}
.products .car_box .image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.products .car_box .info {
  transition: 0.5s;
  padding: 24px 20px;
}
.products .car_box .info h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.products .car_box .info p {
  color: #6c6c6c;
}
.products .all_products a {
  margin-top: 30px;
  background: #c7ad7e;
  border-radius: 64px;
  color: #000;
  width: auto;
  padding: 10px 30px;
  height: 65px;
  border: 1px solid transparent;
}
.products .all_products button:hover {
  background: #fff;
  border: 1px solid #c7ad7e;
}

.custom-paginate {
  margin-top: 50px;
}
.custom-paginate ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-paginate ul li a span.number {
  width: 32px;
  height: 32px;
  background: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.custom-paginate ul li a span.number.active {
    background: #454343;
    color: #fff;
}
.custom-paginate ul li a span.number.icon {
  background: #d2ba8a;
}
.custom-paginate ul li a span.number.icon i {
  color: #fff;
  font-size: 14px;
}

.head {
  position: relative;
}
.head:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 55%;
  width: 6px;
  height: 35px;
  background: #ea5b0c;
}
.head h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
}

#sync1 .item {
  height: 368px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 3px;
}
#sync2 .item .over {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#sync2 .current .item .over {
  display: none;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
  margin-bottom: 20px;
}
#sync1.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-dialog {
  max-width: 90vw;
}

.modal-content {
  padding: 60px 55px;
  flex-direction: row;
  gap: 30px;
}
.modal-content .content {
  color: #000;
  width: 48%;
}
.modal-content .content .head {
  content: "";
}
.modal-content .content .head::after {
  position: absolute;
  top: -2px;
  right: -10px;
  width: 6px;
  height: 30px;
  background: #c7ad7e;
  margin-bottom: 22px;
}
.modal-content .content .head h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
}
.modal-content .content p {
  padding-bottom: 30px;
}
.modal-content .content ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.modal-content .content ul li {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.modal-content .content ul li span.dot {
  display: block;
  min-width: 8px;
  height: 8px;
  background: #464646;
  border-radius: 50px;
}
.modal-content .slider_sync {
  width: 50%;
}
.modal-content .slider_sync .owl-carousel {
  width: 100%;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: unset;
  height: unset;
  background: unset;
}

.text-ellipsis-5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.our-goals {
  background-image: url(../../assets/images/back.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.our-goals .container {
  position: relative;
  z-index: 2;
}
.our-goals:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.our-goals .box {
  background: rgba(217, 217, 217, 0.08);
  border-radius: 8px;
  padding: 40px 32px;
  color: #fff;
  margin-bottom: 15px;
  height: 200px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.our-goals .box .head-with-border {
  transition: 0.5s;
  margin-bottom: 27px;
}
.our-goals .box .head-with-border h2 {
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.our-goals .box .head-with-border h2:before {
  width: 40px;
  height: 40px;
}
.our-goals .box .head-with-border h2:hover:before {
  width: 20px;
  height: 20px;
}
.our-goals .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.our-goals .box:hover {
  background: rgba(217, 217, 217, 0.16);
  border: 1px solid #c7ad7e;
  border-radius: 8px;
  padding-top: 24px;
}
.our-goals .box:hover .head-with-border {
  margin-bottom: 35px;
}

.our-branches {
  margin: 0 0 0;
  background: #13110c;
  padding: 75px 0;
}
.our-branches .head-with-border {
  justify-content: center;
}
.our-branches .head-with-border h2 {
  text-align: center;
  color: #fff;
}
.our-branches .image {
  overflow: hidden;
}
.our-branches .image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.our-clients {
  background-image: url(../../assets/images/back-2.jpg);
}
.our-clients .head-with-border {
  justify-content: center;
}
.our-clients .head-with-border h2 {
  color: #fff;
  text-align: center;
  margin: 0;
}
.our-clients .owl-carousel {
  margin-top: 60px;
}
.our-clients .owl-carousel .item .box_image {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 0;
  margin: 0 10px 20px;
  min-height: 110px;
  display: flex;
  border: 2px solid transparent;
  transition: 0.5s;
}
.our-clients .owl-carousel .item .box_image a {
    display: contents;
}
.our-clients .owl-carousel .item .box_image img {
  max-width: 60px;
  margin: auto;
}
.our-clients .owl-carousel .item .box_image:hover {
  border: 2px solid #d2ba8a;
}
.our-clients .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.our-clients .owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.our-clients .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.our-clients .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.our-clients .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.our-clients .owl-carousel span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.our-clients .owl-carousel .owl-nav button:focus {
  outline: none;
}

.our-clients.our-partners {
  background: #fff;
}
.our-clients.our-partners .head-with-border h2 {
  color: #000;
}
.our-clients.our-partners .item .box_image {
  background: #f2f1ee;
  padding: 28px 10px;
  min-height: 120px;
}
.our-clients.our-partners .item .box_image img {
  max-width: 350px;
  max-height: 55px;
}
.our-clients.our-partners .owl-dots button.owl-dot {
  background: rgba(19, 17, 12, 0.3);
}
.our-clients.our-partners .owl-dots button.owl-dot.active {
  background: #13110c;
  width: 20px;
  height: 20px;
}
.our-clients.our-partners:after {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1200px) {
  .nav .nav_info .bar {
    display: block;
  }
  .nav .contact_info {
    display: none;
  }
  .nav .hide-responsive {
    display: none;
  }
  .products .head:after {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #sync1 .item {
    height: auto;
  }
  .modal-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal-content .content,
  .modal-content .slider_sync {
    width: 100%;
  }
  .footer {
    padding: 18px 0;
  }
  .elryad {
    justify-content: center !important;
  }
  .about-us .info {
    margin-top: 50px;
  }
  .circleLink {
    max-width: 400px;
    margin: auto;
  }
  .header-section .owl-carousel .item .content {
    max-width: 83%;
    padding-right: 30px;
  }
  .about_us {
    margin-top: 50px;
  }
  .about_us .content {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about_us .image .img_border {
    height: 380px;
  }
  .header .content h1 {
    font-size: 30px;
  }
  .header .content .btns {
    flex-direction: column;
  }
  .header .content .btns button {
    margin: 0;
  }
  .footer .info {
    flex-direction: column;
  }
  .footer .info img {
    width: 127px;
    margin: auto;
  }
  .footer .info .social p {
    text-align: center;
  }
  .footer .info .social ul {
    justify-content: center;
  }
  .footer h3 {
    margin-top: 30px;
    text-align: center;
  }
  .footer .map {
    align-items: center;
  }
  .header-section .owl-carousel .item {
    height: auto;
    min-height: 400px;
  }
  .header-section .owl-carousel .item .content {
    width: unset;
    padding: 100px 15px 0 15px;
    text-align: center;
    max-width: unset;
  }
  .header-section .owl-carousel .item .content h1 {
    font-size: 30px;
    line-height: 60px;
  }
  .header-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    top: unset;
  }
}
@media (min-width: 576px) {
  .about-us .advantage h3 {
    min-width: 112px;
    width: 110px;
  }
}
@media (max-width: 575px) {
  .about_us .content {
    margin-top: 30px;
  }
  .about_us .image {
    overflow: hidden;
  }
  .about_us .image:hover > img {
    transform: scale(1.1);
  }
  .about_us .image .img_border {
    display: none;
  }
  .dropdown_menu {
    width: 195%;
  }
  .form-wizard .product-view .content .image {
    padding: 10px;
    width: 200px;
    height: 200px;
  }
  .form-wizard .product-view .content p {
    font-size: 20px;
  }
  .form-wizard .product-view .content .success {
    margin: 30px 0;
  }
  .why_change_qr .content form .upload label::after {
    left: 22px;
  }
  .why_change_qr .content h4 {
    font-size: 16px;
  }
  .why_change_qr .content form textarea,
  .why_change_qr .content form .upload label {
    width: 100%;
  }
  .paginate ul li {
    width: 40px;
    height: 40px;
  }
  .profile .box_content .register-page .register_info {
    padding: 40px 10px;
  }
  .register-page .register_info h3 {
    font-size: 20px;
  }
  .login-page .login_info {
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .product-view .content .btn-group {
    gap: 5px;
  }
  .main-btn {
    font-size: 16px;
  }
  .product-view .content h4 {
    font-size: 23px;
    margin: 20px 0;
  }
  .product-view .content p {
    font-size: 16px;
  }
  .profile .profile_content .image .edit {
    left: 25%;
  }
  .breadcrumb .content h3 {
    font-size: 25px;
  }
  .register-page .register_info {
    padding: 30px;
  }
  .reset_pass .login_info h3 {
    font-size: 22px;
  }
  .header {
    padding: 50px 20px;
  }
  .header .content h1 {
    font-size: 30px;
  }
  .header .content p {
    font-size: 16px;
  }
  .download_app {
    padding: 50px 20px;
  }
  .footer p {
    font-size: 15px;
  }
}
/*====================== start spinner component ======================================*/
/*====================== start spinner component ======================================*/
/*start spinner*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: red;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.loading-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c2a2a;
  z-index: 999999999;
}

.sk-cube {
  color: #fff !important;
  background-color: #fff !important;
}

/*end spinner*/
/*====================== end spinner component ======================================*/
/*====================== end spinner component ======================================*/
/*====================== start up button component======================================*/
.up {
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: none;
  border: none;
  color: #fff;
  outline: none;
  border-radius: 50%;
  background-color: #d2ba8a;
  z-index: 99999;
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  animation: fadeInOut 1s infinite linear;
}
.up:hover {
  transform: scale(1.2);
}

.title_heading{
    text-align: center;
}
/*====================== end up button component======================================*//*# sourceMappingURL=style.css.map */


/*===================== new style============*/

#KfN9SBKtVXrrQJ3c01AI{
    overflow:hidden;
}

.our-branches,.about_us,.contact_footer{
    overflow:hidden;
}


