/*================================================
         Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,400&display=swap');

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  direction: rtl;
  text-align: right;
  font-family: "Tajawal", sans-serif !important;
}

.text-right {
  text-align: left !important;
}

.text-left {
  text-align: right !important;
}
.brown-link {
  color: brown;
}
.red-astrik {
  color: red;
}
.clickable {
  cursor: pointer;
}
.pricing-theme-bg {
  background-color: #F5F3ED;
}


/* .float-right {
  float: left !important;
} */

.float-left {
  float: right !important;
}

.left-info {
  float: right;
}

.right-info {
  float: left;
}

.navbar-brand {
  text-align: right;
  margin-right: 0;
  margin-left: 1rem;
}
.ltr-timeStamp{
  direction: ltr;
}

.icon-white {
  color: white;
}


.navbar-nav {
  margin-right: auto;
}
.margin-left-20 {
  margin-left: 20px;
}
.inquiry-title {
  text-align: right;
}

.inquiry-box label {
  float: right;
}

.btn-inquiry {
  float: left;
}

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

.footer_wedget {
  text-align: right;
}

.inner_banner_text {
  text-align: right;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url(../img/svg/arrows-dropdown.svg) no-repeat left 0.75rem center/20px 20px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ar {
  direction: rtl;
  font-family: "Tajawal", sans-serif !important;
}

.en {
  direction: ltr;
  font-family: 'Montserrat', sans-serif;
}

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

.carousel-item h3 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #534E47;
}

.carousel-item h5 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #534E47;
}

.carousel-item p {
  font-size: 16px;
  color: #534E47;
}

.carousel-indicators {
  position: absolute;
  bottom: -49px;
  left: 0px;
  z-index: 15;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-indicators li {
  background-color: #BE8819;
}

.indicators {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.indicators li.active {
  opacity: 1;
}

.indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BE8819;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  outline: 0 !important;
  color: var(---heading-color);
}

a:hover {
  text-decoration: none;
  color: var(--main-theme-color);
}

.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6 {
  font-family: "Tajawal", sans-serif;
}

h1 {
  font-size: 75px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

.ar p {
  font-size: 16px;
  line-height: 24px;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: "Tajawal", sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: "Tajawal", sans-serif;
}

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

ul {
  padding: 0;
  margin: 0;
}

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

.box-shadow {
  -webkit-box-shadow: 3px 0px 12px 0px #5b6fe633;
  box-shadow: 3px 0px 12px 0px #5b6fe633;
}

.border-radius {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.bg-grey {
  background: #E2E8F3;
}

.bg-color {
  background-color: var(--dark-bg-color) !important;
}

.section-title-center h3 {
  color: var(--main-theme-color);
}

.left-side-title h3 {
  color: var(--main-theme-color);
}

.border-radius-0 {
  border-radius: 0;
}

.brd-r-10 {
  border-radius: 10px;
}

.form-control {
  font-size: 13px;
}

.form-control:focus {
  background-color: #f7f7f7;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
  background-color: #f5f5f5;
}

.pagination {
  padding: 0;
  display: block;
  margin: 40px 0 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0 3px;
}

.pagination .page-item .page-link {
  color: var(--heading-color);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination .page-item.active .page-link {
  background-color: var(--main-theme-color);
  color: #ffffff;
  -webkit-box-shadow: 0px 7px 20px 0px #dcdcdc;
  box-shadow: 0px 7px 20px 0px #dcdcdc;
}

.search-box:focus,
.search-box :focus-within,
.search-box :target,
.search-box :focus-visible {
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0px 0px 30px #0000004F !important;
}

.search-box {
  background: url(../img/svg/search.svg) #FFFFFF 0% 0% no-repeat padding-box;
  background-position: center right 15px;
  box-shadow: 0px 0px 30px #0000004F;
  border-radius: 10px;
  padding: 15px 75px 15px 15px;
  border: 0 !important;
  font-size: 16px !important;
  height: 65px !important;
}

.search-tag {
  font-size: 15px;
  text-align: right;
}

.search-tag span {
  color: var(--main-theme-color);
  ;
}

.btn-primary {
  color: #fff;
  background-color: var(--main-theme-color);
  border-color: var(--main-theme-color);
  transition: all 300ms ease-in;
}

.btn-primary:hover {
  opacity: 0.8;
  background-color: var(--main-theme-color) !important;
  border-color: var(--main-theme-color) !important;
}

.btn-outline-primary {
  color: var(--main-theme-color) !important;
  border-color: var(--main-theme-color);
}

.btn-theme {
  background: transparent linear-gradient(106deg, #D3A24F 0%, #8A6017 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.btn-outline-theme {
  border: 1px solid #A69797;
  color: var(--main-theme-color) !important;
}

.btn-outline-theme:hover,
.btn-outline-theme.active {
  background: var(--main-theme-color) 0% 0% no-repeat padding-box;
  color: #fff !important;
}

.btn-theme:hover {
  background: transparent linear-gradient(106deg, #D3A24F 0%, #8A6017 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  color: #fff;
  padding: 10px 20px !important;
}

.btn-default {
  background: transparent linear-gradient(180deg, #CBCBCB 0%, #808080 100%) 0% 0% no-repeat padding-box;
  color: #666262 !important;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.btn-default:hover,
.btn-secondary:hover,
.btn-success:hover {
  opacity: 0.8;
}

.btn-secondary {
  background: transparent linear-gradient(107deg, #616362 0%, #303630 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  border: 0;
  font-size: 12px;

}

.btn-success {
  background: transparent linear-gradient(105deg, #6BAA66 0%, #359122 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  border: 0;
  font-size: 12px;
}

.btn {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 6px 18px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-cta:hover {
  background: var(--main-theme-color);
  color: #fff;
  -webkit-box-shadow: 0px 0px 7px -3px #000;
  box-shadow: 0px 0px 7px -3px #000;
}

.btn-cta:focus {
  -webkit-box-shadow: 0px 0px 7px -3px #000 !important;
  box-shadow: 0px 0px 7px -3px #000 !important;
}

a.btn:hover {
  color: #fff;
  text-decoration: none;
}

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

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

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

section {
  position: relative;
}

.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.top-header {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

.top-header .left-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-header .left-info li {
  display: inline-block;
  font-size: 12px;
  color: #474852;
  padding: 5px 10px;
  border-right: 1px solid #E3E3E3;
}

.top-header .left-info li:first-child {
  margin-right: 0;
  border-left: 1px solid #E3E3E3;
}

.top-header .left-info li a {
  color: #474852;
}

.top-header .left-info li a i {
  margin-right: 5px;
  color: #474852;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.top-header .left-info li a:hover {
  color: var(--main-theme-color);
}

.top-header .left-info li a:hover i {
  color: var(--main-theme-color);
}

.top-header .right-info {
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}

.top-header .right-info li {
  display: inline-block;
  font-size: 12px;
  color: #474852;
  padding: 5px 10px;
  border-right: 1px solid #E3E3E3;
}

.top-header .right-info li.mr-20 {
  margin-right: 20px;
}

.top-header .right-info li:first-child {
  margin-right: 0;
  border-left: 1px solid #E3E3E3;
}

.top-header .right-info li a {
  color: #474852;
}

.top-header .right-info li a img {
  margin-right: 5px;
  color: #474852;

  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.top-header .right-info li a:hover {
  color: var(--main-theme-color);
}

.top-header .right-info li a:hover img {
  opacity: 0.8;
}

.bs-canvas-overlay {
  opacity: 0.85;
  z-index: 1100;
}

.bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 400px;
  transition: margin .4s ease-out;
  -webkit-transition: margin .4s ease-out;
  -moz-transition: margin .4s ease-out;
  -ms-transition: margin .4s ease-out;
}

.bs-canvas.ml-0 {
  margin-right: 0 !important;
}

.bs-canvas-left {
  right: 0;
  margin-right: -400px;
}

.bs-canvas-left .close {
  float: right;
}

.bs-canvas-left {
  background-image: url(../img/nav-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  direction: ltr;
}

.no_scroll {
  overflow: hidden !important;
}

ul.menu li {
  margin-bottom: 0.7rem;
  text-align: right;
}

ul.menu li a {
  font-weight: bold;
  font-size: 20px;

}

ul.menu li:hover {
  transform: translateX(-12px);
  transition: all 300ms ease-in-out;

}


/*Navbar Area*/
.navbar-area {
  background-color: transparent;
  width: 100%;
  height: auto;
  z-index: 999;
}

.nav-right .dropdown-menu {
  left: 0 !important;
  right: unset !important;
}

.nav-right .dropdown-toggle::after {
  display: none !important;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.test-run.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.navbar-color-white.is-sticky {
  background-color: #301d44 !important;
}

#news_area {
  padding: 60px 0;
  background: url(../img/BG.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

#services_area {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  background: url(../img/BGwithPattern.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}


.text-theme-color {
  color: var(--main-theme-color);
}

h5.card-title {
  font-size: 14px;
  font-weight: 800;
}

p.card-text {
  font-size: 11px;
  color: var(--paragraph-color);
  font-weight: 600;
  line-height: 18px;

}

.nav-tabs {
  border-bottom: none;
}

.section_heading_center {
  text-align: center;
}

.section_heading_center p {
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}

#footer_area {
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
}

.dwl-logo img:nth-child(1) {
  width: 106px;
}

.dwl-logo img:nth-child(2) {
  width: 80px;
}

.footer_wedget p {
  padding-top: 20px;
  color: #fff;
}

.footer_social_icon a {
  color: #fff;
  margin-right: 5px;
}

.footer_social_icon a i {
  font-size: 18px;
  background: var(--paragraph-color);
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.footer_social_icon a i:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.footer_social_icon a div {
  font-size: 18px;
  background: var(--paragraph-color);
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.footer_social_icon a div:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

#copy_right {
  padding: 10px 0;
  text-align: center;
  background-color: #E8E3D9;
}

.copy-right-area p {
  color: #656057;
  font-size: 12px;
}



.preloader1 {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.preloader1 #status {
  flex-direction: column;
}

#preloader {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.loadertwo {
  background-image: url("../img/loader1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 220px;
  height: 220px;
}

#status {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#homeone_banner::before {
  position: absolute;
  content: "";
  background-image: url(../img/97ar.webp);
  background-size: 90%;
  /* background-position: top right; */
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 650px;
}

#homeone_banner {
  position: relative;
  /* background: transparent linear-gradient(180deg, #ECF1F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
  /* background-image: url(../img/1094837637-preview.gif); */
  /* background-size: 65%;
  background-position: top left;
  background-repeat: no-repeat; */
}

#homeone_banner video {
  background: transparent linear-gradient(180deg, #ECF1F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 65%;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  #homeone_banner video {
    display: none;
  }
}

.search-bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 8px;
}

.section_heading_center {
  margin-bottom: 20px;
}

.light-grey {
  background: #f5f9fe;
}

.alert-info p {
  color: #0c5460;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.alert-success p {
  color: #0aa629;
  font-size: 12px;
  margin-bottom: 0;
  text-align: right;
}

.alert-danger p {
  color: #b32626;
  font-size: 12px;
  margin-bottom: 0;
  text-align: right;
}

.w-90 {
  width: 90%;
}

.w-85 {
  width: 85%;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.br-15 {
  border-radius: 15px;
}

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

.min-h-50 {
  min-height: 50px;
}

.btn-light {
  color: var(--main-theme-color);
  background-color: transparent;
}

.btn-light:hover {
  border-color: #fff !important;
  background-color: transparent;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: transparent !important;
  border-color: #fff !important;
}

.more-btn {
  padding: 0.25rem 0.5rem !important;
}

.more-btn.dropdown-toggle::after {
  display: none;
}

p.form-inline {
  line-height: 45px;
  font-size: 14px;
  text-align: justify;
}

.eng-temp {
  direction: ltr;
  text-align: left;
  border-right: 1px solid #cfcdcd;
}


.user-icon {
  background: transparent linear-gradient(180deg, #C39393 0%, #C3AB67 100%) 0% 0% no-repeat padding-box;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 8px;
  color: var(--heading-color);
}

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

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

.font-20 {
  font-size: 20px;
  font-weight: 400;
}

.lang {
  font-family: "Tajawal", sans-serif !important;
}

.search {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600;
}

.search input[type="text"]:focus,
.search input[type="number"]:focus,
.search input[type="password"]:focus {
  background-color: transparent;
  border: none;
}

.search-tag {
  font-size: 12px;
}

.search-tag span {
  color: var(--main-theme-color);
  ;
}

.py-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-theme-col {
  color: var(--main-theme-color);
}

.text-theme {
  color: var(--main-theme-color);
  font-size: 12px;
}

.w-65p {
  width: 65%;
}

.w-50p {
  width: 50%;
}

.inner-content-container {
  box-shadow: 0px 0px 20px #00000029;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  min-height: 450px;
}

.card-title {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stepwizard-step p {
  font-size: 11px;
  margin-top: 5px;
  font-weight: 600;
  line-height: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  /* width: max-content; */
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: " ";
  width: 80%;
  height: 1px;
  background-color: #ccc;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 85px;
  padding: 0 5px;
}

.btn-circle {
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 0px;
  font-size: 10px;
  line-height: 10px;
  border-radius: 50%;
}
.stepwizard-step.rejected .btn-circle {
  background: red;
  border: 0;
}

.stepwizard-step.rejected p {
  color: #6b0b1d;
}
.stepwizard-step.visited .btn-circle {
  background: transparent linear-gradient(180deg, #48B763 0%, #206B0A 100%) 0% 0% no-repeat padding-box;
  border: 0;
}

.stepwizard-step.visited p {
  color: #116B0B;
}


.stepwizard-step.active .btn-circle {
  background: transparent linear-gradient(180deg, #f9e955 0%, #b7ac48 100%) 0% 0% no-repeat padding-box;
  border: 0;
}

.stepwizard-step.active p {
  color: rgb(103, 103, 45);
}

.stepname {
  min-height: 27px !important;
  line-height: 14px !important;
}

.timestamp {
  font-size: 0.8em;
  /* color: #116B0B; */
  color: rgb(103, 103, 45);

}

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

.returnButton {
  background: transparent linear-gradient(180deg, #f9e955 0%, #b7ac48 100%) 0% 0% no-repeat padding-box;
  color: white;
}

.inline-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #B0D2B3;
}

.inline-data p {
  margin-bottom: 0;
  font-size: 12px;
}

.alert-success {
  background: #D4F6D8 0% 0% no-repeat padding-box;
  border: 1px solid #57B15E;
  border-radius: 5px;
  padding: 8px;
  font-size: 12px;
  color: #129D33;
  margin-bottom: 10px;
}

.alert-warning {
  background: #FAEAD3 0% 0% no-repeat padding-box;
  border: 1px solid #CC981F;
  border-radius: 5px;
  padding: 8px;
  font-size: 12px;
  color: #7E5113;
  margin-bottom: 10px;
}

.alert-danger {
  background: #FAD9D9 0% 0% no-repeat padding-box;
  border: 1px solid #AD2727;
  border-radius: 5px;
  padding: 8px;
  font-size: 12px;
  color: #AD2727;
  margin-bottom: 10px;
}

.nav-link {
  color: #7d7e7f;
}

.nav-link.active {
  color: var(--main-theme-color) !important;
}

.form-group label {
  font-size: 11px;
  font-weight: bold;
  color: #5c6064;
  margin-bottom: 3px;
  line-height: 19px;
}

.required-star {
  font-size: 16px;
  color: orangered;
  line-height: 16px;
  margin: 0px 3px;
}

.dropdown-menu {
  font-size: 12px;
}

.wid-theme-title {
  color: #a73335;
  font-weight: bold;
}

.theme-title {
  font-size: 16px;
  color: var(--main-theme-color);
  font-weight: 600;
  text-align: center;
}

.border-radius-b-0 {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}


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


#inner_content {
  padding-top: 101px;
}

.inner-page-title {
  background-color: #fff;
  border-top: 1px solid #E4E7F0;
}

.inner-page-title h2 {
  color: var(--main-theme-color);
  font-size: 20px;
  font-weight: bold;
}

.form-control {
  font-size: 13px;
  color: #666262 !important;
  font-weight: 600;
}

.search {
  background-image: url(../img/svg/Icon\ feather-search.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 50px;
  background-size: 15px;
  border: 1px solid rgb(198, 198, 198) !important;
}

.search-area .form-group {
  margin-bottom: 0px;
}


.data {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.data label {
  font-size: 11px;
  color: #afadad;
  margin-bottom: 0;
}

.data .value {
  font-size: 14px;
  font-weight: 600;
  color: #322d2d;
}

.data h5,
.data h6 {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  font-family: Sarabun, sans-serif;
}


.main-listing li a {
  font-size: 24px;
  border-bottom: 5px solid #ffffff00 !important;
  border: 0px !important;
  transition: all 300ms ease-in-out;
  font-weight: 600;


}

.main-listing li a:hover {
  background: none !important;
  border: 0px !important;


}

.main-listing li a.active {
  font-weight: 600;
  background: none !important;
  border: 0px !important;
  border-bottom: 5px solid var(--main-theme-color) !important;
  transition: all 300ms ease-in-out;
}

.service-container {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service-container>* {
  margin-right: 15px;
  margin-bottom: 20px;
}

.service-items {
  cursor: pointer;
  border-radius: 10px;
  /* min-width: 180px; */
  height: autos;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#all .service-items {
  align-self: baseline;
}

.inner-cont {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #D2D4DD;
  min-width: 215px;
  min-height: 170px;
  transition: all 300ms ease-in-out;
}

.icon-holder {
  position: absolute;
  top: 0px;
  margin: 15px;
  /* background: #a3772a3c 0% 0% no-repeat padding-box; */
  /* padding: 8px; */
  text-align: center;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
}

.service-name {
  position: absolute;
  top: 63px;
  margin: 15px;
  text-align: right;
}

.service-name p {
  margin-bottom: 0;
}

.service-name .title {
  font-size: 14px;
  font-weight: 700;
  color: #3B3936;
  line-height: 18px;
  max-height: 72px;
  overflow: hidden;
}

.service-name .desc {
  font-size: 11px;
  font-weight: 400;
  color: #68635A;
  line-height: 16px;
  /* height: 33px;
  overflow: hidden; */
}

.logo-bg img {
  mix-blend-mode: multiply;
}

.logo-bg {
  background-color: #F3F1ED;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-title p {
  font-size: 11px;
  font-weight: 700;
  color: #3B3936;
  line-height: 14px;
  padding: 6px 10px;
  text-align: center;
}

/* #categoty .service-items {
  width: 215px;
} */

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

.list-name {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.modal-header .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.input-group>.input-group-append>.btn {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* @media (hover: hover) {
  .service-items:hover {
    transform: translateY(-8px);
    box-shadow: 0px 3px 30px #00000029;
  }

  .service-items:hover .icon-holder {
    background: #fff 0% 0% no-repeat padding-box;

  }

  .service-items:hover .inner-cont {
    min-height: 166px;
    border: 1px solid #A3762A;
  }
} */

.myaccordion {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #fff;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: var(--main-theme-color);
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion .card-header img {
  height: 40px;
}

.myaccordion li+li {
  margin-top: 10px;
}

.myaccordion .card {
  background-color: #ffffff6d;
}

.myaccordion .card-header:first-child {
  border-radius: 10px 10px 0 0;
}

.myaccordion .card-header:last-child {
  border-radius: 0 0 10px 10px;
}

/* innerpages 15-03-2023 */

.inner-header .navbar-area {
  background-color: #fff;
}

.innerpage-title {
  background: url(../img/inner-title-bg-ar.webp) #fdf8e2;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  margin-top: 54px;
  text-align: right;
}

.innerpage-title h2 {
  font-size: 26px;
  line-height: 32px;
}

.breadcrums a {
  font-weight: bold;
  color: var(--main-theme-color);
  display: inline-block;
}

.breadcrums span {
  margin: 0 5px;
}

.breadcrums span:last-child {
  margin: 0;
}

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

.innerpage-content p {
  line-height: 16px;
}

.yellow-notify {
  background-color: #FBF6E2;
  padding: 15px;
  border-radius: 10px;
}

.card {
  border-radius: 10px;
}

.info-alert {
  background-color: #CCD5F6;
  border: 1px solid #97B6FF;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.info-alert p {
  font-weight: 600;
  color: #1B2683;
}

.warning-alert {
  background-color: #f6d9cc;
  border: 1px solid #ffb897;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.warning-alert h6 {
  font-weight: 700;
  color: #ab5d03;
  font-size: 0.95em;
}

.warning-alert p,
.warning-alert ol li {
  font-weight: 600;
  color: #ab5d03;
  font-size: 0.85em;
  margin-bottom: 0;
}

.card-push {
  margin-top: -50px;
}

/* .btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:nth-child(n+3) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
} */
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
}

label.form-control {
  line-height: 26px;
}

.form-group .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file {
  position: relative;
  overflow: hidden;
}

input[type=file] {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.detail-list li {
  margin: 12px 0;
}

.detail-list li a {
  background: url(../img/svg/Icon\ ionic-ios-arrow-backward.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  display: block;
  padding-right: 40px;
  font-weight: 600;
  font-size: 14px;
  color: #898989;
}

.detail-list li h5 {
  padding: 5px 45px;
  font-weight: 600;
}

.detail-list li img {
  padding: 8px 10px 8px 45px;
}

.request-tabs li {
  margin-right: 1px;
}

.request-tabs li a {
  border: 0 !important;
  border-radius: 0 !important;
  background: #DDC191 0% 0% no-repeat padding-box;
  font-weight: bold;
  color: #464545;
  padding: 15px;
  font-size: 1.2em;
}

.request-tabs li a.active {
  background: transparent linear-gradient(103deg, #D3A24F 0%, #8A6017 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;

}

.request-item,
.search-area {
  margin-bottom: 10px;
}

.modal-header {
  background: url(../img/modal-hrd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.myaccordion h6 {
  text-transform: capitalize;
  font-size: 0.85em;
}

.mr-2,
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

.nodata {
  background-image: url(../img/nodata.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nodata::before {
  content: "No data found :(";
  align-self: center;
  margin-top: 60px;
  font-weight: bold;
  color: #303630;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/* Tablets, Ipads */
@media (min-width: 481px) and (max-width: 900px) {
  .nav-link {
    color: #ffffff;
  }

  .service-name .desc {
    display: none;
  }

  .service-name .title {
    text-align: center;
  }

  .icon-holder {
    left: 60px;
  }

  .service-items {
    min-width: 200px;
    /* height: 150px; */
  }

  .inner-cont {
    min-width: 200px;
    min-height: 150px;
  }


  ul.main-listing li .nav-link {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 2px;
  }

  ul.main-listing li .nav-link.active {
    background-color: var(--main-theme-color) !important;
    color: #fff !important;
  }

  .w-100p {
    width: 100%;
    margin-bottom: 10px;
  }

  .m-text-center {
    text-align: center !important;
  }

  .footer-nav,
  .footer_social_icon {
    float: none !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .innerpage-title {
    background-size: cover;
    background-position: top center;
  }

  .nodata {
    background-size: 40%;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  .nav-link {
    color: #ffffff;
  }

  .service-container {
    justify-content: space-around;
  }

  .service-container>* {
    margin-right: 0;
  }

  .service-name {
    margin: 5px;
  }

  .service-name .desc {
    display: none;
  }

  .service-name .title {
    text-align: center;
    font-size: 0.85em;
  }

  .icon-holder {
    left: 35px;
  }

  .service-items {
    min-width: 150px;
    height: 130px;
  }

  .inner-cont {
    min-width: 150px;
    min-height: 130px;
  }

  #categoty .card-body,
  #type .card-body {
    padding: 0;
  }

  #categoty .service-items {
    width: 150px;
    height: 185px;
  }

  #categoty .inner-cont {
    min-width: 150px;
    min-height: 185px;
  }

  #categoty .logo-bg img {
    width: 80%;
  }

  #homeone_banner {
    background-attachment: fixed;
  }

  ul.main-listing {
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  ul.main-listing li .nav-link {
    font-size: 1em;
    text-align: center;
    line-height: 20px;
  }

  ul.main-listing li .nav-link {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 2px;
  }

  ul.main-listing li .nav-link.active {
    background-color: var(--main-theme-color) !important;
    color: #fff !important;
    border: 0 !important;
  }

  .w-100p {
    width: 100%;
    margin-bottom: 10px;
  }

  .m-text-center {
    text-align: center !important;
  }

  .footer-nav,
  .footer_social_icon {
    float: none !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .bs-canvas {
    width: 360px;
  }

  .innerpage-title {
    background-size: cover;
    background-position: top center;
  }

  .request-tabs li a {
    margin-bottom: 2px;
  }

  .request-item>div {
    flex-direction: column;

  }

  .request-item .card-body>div {
    margin-bottom: 10px;
  }

  .request-item .card-body .col-md-3 {
    padding: 0;
  }

  .stepwizard {
    float: none !important;
    margin: 15px auto 0;
  }

  .service-title-name {
    text-align: center;
  }

  .service-title-name h4 {
    font-size: 1.2em;
  }

  .m-flex-c {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .m-flex-c>* {
    margin-bottom: 5px;
  }

  .m-flex-c .col-md-5 {
    padding: 0;
  }

  .actions {
    text-align: center !important;
  }

  .actions>button {
    margin: 5px 0 !important;
    display: block;
    width: 100%;
  }

  .nav-right>.mx-2 {
    margin: 0 !important;
  }

  .nodata {
    background-size: 62%;
  }

  .stepwizard-step {
    width: 60px;
  }

  .stepwizard-step p {
    font-size: 10px;
  }

  .btn-circle {
    width: 23px;
    height: 23px;
  }

  .list-group-item {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .list-action {
    margin-top: 10px;
  }
}

/* New */
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--main-theme-color);
  border-color: var(--main-theme-color);
}

.service-list li {
  border-bottom: 1px solid #DFDEDE;
  padding: 25px 0;
}

.service-list h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-list p {
  font-size: 13px;
}

.service-list li:hover {
  cursor: pointer;
}

.service-list li:hover h6 {
  color: #C58C2A;
  text-decoration: underline;
}

.payment-success {
  background: transparent linear-gradient(95deg, #A2EFA7 0%, #61C367 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.payment-success p {
  color: #318436;
  font-weight: 600;
  font-size: 16px;
  margin: 10px;
}

.payment-fail {
  background: transparent linear-gradient(95deg, #EFA2A2 0%, #C36161 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.payment-fail p {
  color: #A61111;
  font-weight: 600;
  font-size: 16px;
  margin: 10px;
}

.ng-autocomplete {
  height: 65px !important;
  width: 100% !important;
}

.ng-autocomplete .autocomplete-container {
  height: 65px !important;
  box-shadow: none !important;
}

.ng-autocomplete .autocomplete-container .input-container .x {
  left: 10px !important;
  right: unset !important;
}

.ng-autocomplete input {
  font-size: 16px !important;
  color: #666262 !important;
  font-weight: 600;
  background: url(../img/svg/search.svg) #FFFFFF 0% 0% no-repeat padding-box;
  background-position: center right 15px;
  box-shadow: 0px 0px 30px #0000004F !important;
  border-radius: 10px;
  padding: 15px 75px 15px 15px !important;
  border: 0 !important;
  height: 65px !important;
  display: block;
  width: 100% !important;
  line-height: 1.5 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

ng-multiselect-dropdown .multiselect-dropdown .dropdown-list {
  overflow: hidden;
}


.carousel-item h3 {
  /* width: 80%; */
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #534E47;
}

.carousel-item h5 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #534E47;
}

.carousel-item p {
  font-size: 16px;
  color: #534E47;
}

.carousel-indicators {
  position: absolute;
  /* right: 0; */
  bottom: -49px;
  left: 0px;
  z-index: 15;
  display: flex;
  justify-content: flex-start;
  /* justify-content: center; */
  /* padding-left: 0; */
  /* margin-right: 15%; */
  /* margin-left: 15%; */
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-indicators li {
  background-color: #BE8819;
}

.text-theme-color {
  color: var(--main-theme-color);
}

.indicators {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.indicators li.active {
  opacity: 1;
}

.indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BE8819;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  min-height: 150px;
  padding: 35px;
  width: 100%;
}

.box-stack1 {
  border: 1px solid #E5E5E5;
  border-radius: 0px 0px 15px 15px;
  min-height: 15px;
  width: 96%;
  border-top: 0;
}

.box-stack2 {
  border: 1px solid #E5E5E5;
  border-radius: 0px 0px 15px 15px;
  min-height: 15px;
  width: 92%;
  border-top: 0px;
}

.btn.btn-styled-theme {
  font-size: 12px;
  line-height: 12px !important;
}

.btn-styled-theme {
  background: transparent linear-gradient(106deg, #D3A24F 0%, #8A6017 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;

}

.btn-styled-theme:hover {
  background: transparent linear-gradient(106deg, #D3A24F 0%, #8A6017 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  color: #fff;

}

.card-img {
  aspect-ratio: 1 / 1;
}

.theme-title {
  max-width: 190px;
  font-size: 16px;
  color: var(--main-theme-color);
  font-weight: 600;
  /* margin: 15px 0; */
}

.em-number ul li {
  margin-left: 25px;
}

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

.em-number p {
  margin: 0;
  padding: 0;
  line-height: 12px;
}

.em-number h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.powered {
  border-left: 1px solid #707070;
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 480px) {
  #homeone_banner {
    background: none;
  }

  #homeone_banner::before {
    background: none;
  }

  .py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titles h5 {
    width: 100% !important;
  }

  .service-items {
    min-width: auto !important;
    height: auto !important;
  }

  .theme-title {
    font-size: 12px;
    line-height: 16px;
  }

  #categoty .service-items {
    width: 150px;
    margin: 10px;
  }

}


.rtl-placeholder::placeholder {
  direction: rtl;
  text-align: right;
}