@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@500;600;700;800;900&display=swap");
* {
  font-family: 'Tajawal', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Tajawal', sans-serif;
  overflow: hidden;
  direction: rtl;
}
.overlay {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.26);
  position: fixed;
  z-index: 99;
  display: none;
}

.navbar {
  background: #FAF9F4;
}

.navbar-nav {
  font-size: 18px;
}

.navbar-nav .nav-link.active, .navbar-nav .navbar-nav .nav-link.show {
  color: #299A48;
  font-weight: 600;
}

.navbar-nav .nav-link {
  padding: 0;
}

.logo img {
  width: 180px;
}

.top-nav-search {
  position: relative;
  width: 40px;
  height: 35px;
}

.top-nav-search > .open-search {
  position: absolute !important;
  top: 0;
  right: 0 !important;
  z-index: 1111;
  padding: 8px;
  color: #000;
}

.top-nav-search form {
  position: relative;
  display: none;
  width: 35px;
  top: 0;
}

.top-nav-search form.show {
  display: block;
  -webkit-box-shadow: 0px 15px 15px -18px var(--dark);
          box-shadow: 0px 15px 15px -18px var(--dark);
  border-radius: 0px;
  width: 220px;
  z-index: 2;
}

@media (max-width: 1395px) {
  .top-nav-search form.show {
    top: 40px;
  }
}

@media (max-width: 1200px) {
  .top-nav-search form.show {
    left: 70px;
  }
}

@media (max-width: 576px) {
  .top-nav-search form.show {
    left: 135px !important;
  }
}

.top-nav-search form.show > button {
  color: var(--main-color);
  display: block;
}

.top-nav-search form.show input {
  width: 100%;
  padding: 8px 30px 8px 10px;
  background: #f1f1f1;
}

.top-nav-search form.show input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

@media (max-width: 576px) {
  .top-nav-search form.show input {
    width: 170px;
  }
}

.top-nav-search form input {
  width: 0%;
  padding: 8px 0;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 0;
}

.btn a {
  color: #299A48;
}

@media (max-width: 991.8px) {
  .navbar-collapse ul {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .navbar-collapse ul .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

header {
  background: #FAF9F4;
}

header canvas {
  position: absolute;
  top: 0;
  left: 0;
}

header #canvas-image {
  width: 205px;
  height: 385px;
  z-index: -2;
  display: none;
}

header .header-content {
  padding-top: 8vh;
}

header .header-content .image-header {
  overflow: hidden;
}

header .header-content .image-header img {
  visibility: hidden;
  width: 60%;
  height: 530px;
}

header .header-content .image-header #canvas-shapes_2 {
  z-index: -1 !important;
}

header .header-content .image-header #canvas-shapes {
  z-index: 10 !important;
}

header .header-content .image-header .dots-blue {
  background-image: radial-gradient(#518ef8 20%, transparent 20%);
  background-position: 0px 30px;
  background-size: 13px 13px;
  position: absolute;
  bottom: 0;
  right: 8.2%;
  width: 60px;
  height: 80%;
}

header .header-content .image-header .dots-green {
  background-image: radial-gradient(#299a48 20%, transparent 20%);
  background-position: 0px 30px;
  background-size: 11px 11px;
  position: absolute;
  bottom: 4px;
  right: 25%;
  border-radius: 26%;
  width: 58px;
  height: 100%;
  -webkit-transform: translateX(200px) rotate(135deg);
  transform: rotate(33deg) !important;
}

header .header-content .image-header .dots-yellow {
  background-image: radial-gradient(#FBBB00 20%, transparent 20%);
  background-position: 0px 30px;
  background-size: 11px 11px;
  position: absolute;
  bottom: -15px;
  right: 68.5%;
  border-radius: 26%;
  width: 50px;
  height: 65%;
  -webkit-transform: translateX(200px) rotate(135deg);
  transform: rotate(133.5deg) !important;
}

header .header-content .image-header .dots-red {
  background-image: radial-gradient(#fc3f1d 20%, transparent 20%);
  background-position: 0px 30px;
  background-size: 11px 11px;
  position: absolute;
  bottom: -9px;
  right: 90.5%;
  width: 50px;
  height: 55%;
}

header .header-content .part-descrip {
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

header .header-content .part-descrip h2 {
  font-weight: 600;
  margin-bottom: 7vh;
}

@media (max-width: 1395px) {
  header .header-content .image-header .dots-blue {
    width: 43px;
    height: 80%;
  }
  header .header-content .image-header .dots-green {
    width: 36px;
    -webkit-transform: rotate(30deg) !important;
            transform: rotate(30deg) !important;
    right: 28.5%;
    height: 92%;
  }
  header .header-content .image-header .dots-yellow {
    right: 70.5%;
    width: 37px;
    -webkit-transform: rotate(138deg) !important;
            transform: rotate(138deg) !important;
  }
  header .header-content .image-header .dots-red {
    width: 37px;
    height: 55%;
  }
}

@media (max-width: 1200px) {
  header .header-content .image-header .dots-blue {
    width: 40px;
  }
  header .header-content .image-header .dots-green {
    -webkit-transform: rotate(25deg) !important;
            transform: rotate(25deg) !important;
  }
  header .header-content .image-header .dots-yellow {
    right: 67.5%;
    width: 37px;
    height: 60%;
    -webkit-transform: rotate(142deg) !important;
            transform: rotate(142deg) !important;
  }
  header .header-content .image-header .dots-red {
    width: 35px;
  }
}

@media (max-width: 991.8px) {
  header .header-content .image-header {
    text-align: center;
    margin-top: 10vh;
  }
  header .header-content .part-descrip {
    text-align: center;
  }
  header .header-content .image-header .dots-blue {
    width: 25px;
  }
  header .header-content .image-header .dots-green {
    width: 25px;
    right: 26.5%;
    -webkit-transform: rotate(20deg) !important;
            transform: rotate(20deg) !important;
  }
  header .header-content .image-header .dots-yellow {
    right: 69.5%;
    width: 25px;
    height: 50%;
    bottom: 20px;
    -webkit-transform: rotate(150deg) !important;
            transform: rotate(150deg) !important;
  }
  header .header-content .image-header .dots-red {
    width: 22px;
  }
}

@media (max-width: 767px) {
  header .header-content .image-header {
    width: 450px !important;
  }
  header .header-content .image-header .dots-blue {
    width: 40px;
  }
  header .header-content .image-header .dots-green {
    width: 30px;
    right: 27.5%;
    bottom: 20px;
    -webkit-transform: rotate(20deg) !important;
            transform: rotate(20deg) !important;
  }
  header .header-content .image-header .dots-yellow {
    right: 68%;
    width: 37px;
    height: 50%;
    -webkit-transform: rotate(150deg) !important;
            transform: rotate(150deg) !important;
  }
  header .header-content .image-header .dots-red {
    right: 89.5%;
    width: 35px;
  }
}

@media (max-width: 576px) {
  header .header-content .image-header img {
    height: 59vw;
  }
  header .header-content .image-header #canvas-shapes {
    width: 85% !important;
    right: 0;
    margin: auto;
  }
  header .header-content .image-header .dots-blue {
    width: 35px;
  }
  header .header-content .image-header .dots-green {
    right: 26.5%;
  }
}

@media (max-width: 420px) {
  header .header-content .image-header #canvas-shapes {
    width: 90vw !important;
    right: 0;
    margin: 0;
  }
  header .header-content .image-header .dots-blue {
    width: 25px;
    background-size: 12px 12px;
  }
  header .header-content .image-header .dots-green {
    width: 22px;
  }
  header .header-content .image-header .dots-yellow {
    right: 70%;
    width: 25px;
  }
  header .header-content .image-header .dots-red {
    width: 25px;
  }
  .shap-header {
    width: 95% !important;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 120px;
  }
}


.btn-main {
  background-color: #299A48;
  color: #fff;
  padding: 10px 10px 12px;
  border-radius: 5px;
    display: block;
    width: max-content !important;
    margin: auto;
    text-align: center;
}

img {
  width: 100%;
}

.btn-secondary {
  display: inline-block;
  background-color: #518EF8;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  padding: 10px;
}

.search-serv {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 2px solid #518EF8;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: transparent !important;
}

nav {
  background: #FAF9F4;
}

nav .breadcrumb {
  margin-bottom: 0;
}

nav .breadcrumb-item {
  padding: 40px 0;
  font-size: 22px;
}

nav .breadcrumb-item a {
  color: #299A48;
}

nav .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding: 0 10px;
}

nav .breadcrumb-item.active {
  color: #828282;
}

#loading .logo #ez9luK8HedD2_ts {
  -webkit-animation: ez9luK8HedD2_ts__ts 1600ms linear 1 normal forwards;
          animation: ez9luK8HedD2_ts__ts 1600ms linear 1 normal forwards;
}

@-webkit-keyframes ez9luK8HedD2_ts__ts {
  0% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
  75% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
  87% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1.02, 1.02);
            transform: translate(41.5px, 47.5px) scale(1.02, 1.02);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  100% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
}

@keyframes ez9luK8HedD2_ts__ts {
  0% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
  75% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
  87% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1.02, 1.02);
            transform: translate(41.5px, 47.5px) scale(1.02, 1.02);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  100% {
    -webkit-transform: translate(41.5px, 47.5px) scale(1, 1);
            transform: translate(41.5px, 47.5px) scale(1, 1);
  }
}

#loading .logo #ez9luK8HedD3_ts {
  -webkit-animation: ez9luK8HedD3_ts__ts 1600ms linear 1 normal forwards;
          animation: ez9luK8HedD3_ts__ts 1600ms linear 1 normal forwards;
}

@-webkit-keyframes ez9luK8HedD3_ts__ts {
  0% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
  }
  56.25% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  75% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
  }
  100% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
  }
}

@keyframes ez9luK8HedD3_ts__ts {
  0% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
  }
  56.25% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  75% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
  }
  100% {
    -webkit-transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
            transform: translate(68.64589px, 17.36946px) rotate(5941.01041deg) scale(1.3848, 1.47);
  }
}

#loading .logo #ez9luK8HedD4_ts {
  -webkit-animation: ez9luK8HedD4_ts__ts 1600ms linear 1 normal forwards;
          animation: ez9luK8HedD4_ts__ts 1600ms linear 1 normal forwards;
}

@-webkit-keyframes ez9luK8HedD4_ts__ts {
  0% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
  }
  18.75% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  37.5% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
  }
  100% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
  }
}

@keyframes ez9luK8HedD4_ts__ts {
  0% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
  }
  18.75% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  37.5% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
  }
  100% {
    -webkit-transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
            transform: translate(6.05542px, 44.74641px) rotate(5907.86585deg) scale(1.3848, 1.04);
  }
}

#loading .logo #ez9luK8HedD5_ts {
  -webkit-animation: ez9luK8HedD5_ts__ts 1600ms linear 1 normal forwards;
          animation: ez9luK8HedD5_ts__ts 1600ms linear 1 normal forwards;
}

@-webkit-keyframes ez9luK8HedD5_ts__ts {
  0% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
  }
  37.5% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  56.25% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
  }
  100% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
  }
}

@keyframes ez9luK8HedD5_ts__ts {
  0% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
  }
  37.5% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  56.25% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
  }
  100% {
    -webkit-transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
            transform: translate(28.73416px, 90.7137px) rotate(5969.25844deg) scale(1.3848, 1.97);
  }
}

#loading .logo #ez9luK8HedD6_ts {
  -webkit-animation: ez9luK8HedD6_ts__ts 1600ms linear 1 normal forwards;
          animation: ez9luK8HedD6_ts__ts 1600ms linear 1 normal forwards;
}

@-webkit-keyframes ez9luK8HedD6_ts__ts {
  0% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 0);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  18% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
  }
  100% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
  }
}

@keyframes ez9luK8HedD6_ts__ts {
  0% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 0);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  18% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
  }
  100% {
    -webkit-transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
            transform: translate(6.05542px, 40.74505px) scale(1.3848, 1.04);
  }
}

.form-control:focus,
.form-select:focus {
  border-color: #A7A7A7;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.term {
  padding: 30px 0 50px;
}

.term p {
  font-size: 20px;
}

.login {
  padding: 50px 0 100px;
}

.login .header-links {
  padding-bottom: 60px;
}

.login .header-links .reset-password {
  font-weight: 600;
  color: #299A48;
}
.login .btn-main{
    width:100% !important;
}

.login .header-links a {
  margin: 25px;
  color: #949494;
  font-size: 20px;
}

.login .header-links a.active {
  font-weight: 600;
  color: #299A48;
  padding-bottom: 2px;
  border-bottom: 1px solid #299A48;
}

.login .inputs {
  -webkit-box-shadow: 0px 0px 25px #AAAAAA29;
          box-shadow: 0px 0px 25px #AAAAAA29;
  width: 80%;
  margin: auto;
  padding: 50px;
  border-radius: 18px;
}

.inputs label {
  color: #949494;
}

  .forget {
  color: #949494;
}

.login .inputs .lock-image {
  padding: 25px;
}

@media (max-width: 767px) {
  .login .inputs .lock-image {
    display: none;
  }
}

.login .inputs .persone_id, .login .inputs .company_id {
  display: none;
}

.login .inputs .form-select {
  padding: 0.375rem 0.375rem 0.375rem 2.75rem;
  background-position: left 0.75rem center;
}

@media (max-width: 1200px) {
  .login .inputs {
    width: 100%;
  }
}

.services-page {
  padding: 50px 0 80px;
  position: relative;
}

.services-page .card {
  padding: 25px;
  border-radius: 15px;
  height:100%;
}

.services-page .card .text-serv {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6E6E6E;
  margin: 15px 0;
  transition: .4s ;
}
.services-page .card:hover .text-serv{
   -webkit-box-orient: unset;
}

.services-page a {
  color: #FBBB00;
  padding: 0 0 15px;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.services-page a .bi {
  position: absolute;
  z-index: 1;
  margin-right: 10px;
  top: 2px;
}

.services-page a .bi span {
  content: "";
  width: 30px;
  height: 30px;
  background: #FBBB00;
  z-index: -1;
  border-radius: 50%;
  margin-top:-3.5px;
  padding: 3px 6px 1px;
  position: absolute;
  top: -2.5px;
  left: -6px;
  display: none;
}

.services-page .card:hover {
  -webkit-box-shadow: 0px 0px 15px #56565629;
          box-shadow: 0px 0px 15px #56565629;
}

.services-page .card:hover a .bi {
  color: #fff;
}

.services-page .card:hover a .bi span {
  -webkit-animation: slide 0.1s linear;
          animation: slide 0.1s linear;
  display: inline-block;
}

.case-services {
  padding: 50px 0 100px;
}

.case-services h3 {
  color: #299A48;
  text-align: center;
  margin-bottom: 40px;
}

.case-services .button-case {
  width: 40%;
  margin: auto;
}

@media (max-width: 991.8px) {
  .case-services .button-case {
    width: 100%;
  }
}

.case-services .case-data {
  border: 1px solid #DBDBDB;
  width: 80%;
  margin: auto;
  padding: 50px;
  border-radius: 18px;
}

.case-services .case-data label {
  color: #949494;
}

.case-services .case-data .form-select {
  padding: 0.375rem 0.375rem 0.375rem 2.75rem;
  background-position: left 0.75rem center;
}

@media (max-width: 1200px) {
  .case-services .case-data {
    width: 100%;
    padding: 30px;
  }
}

.header-question {
  background-color: #FAF9F4;
  padding-bottom: 30px;
}

.header-question .form-search {
  position: relative;
}

.header-question .form-search input {
  padding: 12px;
  border: 0;
  -webkit-box-shadow: 0px 0px 15px #68686829;
          box-shadow: 0px 0px 15px #68686829;
}

.header-question .icon-search {
  position: absolute;
  top: 27%;
  left: 5%;
}

.accordion-question {
  padding: 40px 0 80px;
}

.accordion-question .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.accordion-question .links ul li {
  padding: 20px;
  font-size: 20px;
}

.accordion-question .links ul li a {
    padding: 15px 20px;
    color: #565656;
    word-spacing: 5px;
    width: 100%;
    display: inline-block;
}

.accordion-question .links ul li a.active {
  border-radius: 5px;
  color: #299A48;
  border: 1px solid #299A48;
  font-weight: 600;
}
.navbar .auth {
    position: relative;
    list-style: none;
}
.navbar .auth a {
    color: #299A48 !important;
    width: 35px;
    height: 35px;
    background-color: #299A4817;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .sub-menu {
    position: absolute;
    top: 100%;
    left: -50px;
    max-width: 250px;
    min-width: 250px;
    max-height: 300px;
    font-size: 12px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    z-index: 9990;
    background: #fff;
    box-shadow: 0px 0px 15px #00000029;
    overflow: hidden;
}
.navbar .auth.has-menu:hover .sub-menu {
    display: block;
}
.notifi {
    padding: 0.7rem !important;
    border-radius: 0;
    border-bottom: 1px solid #b1b1b13a;
    position: relative;
    transition: .4s;
    z-index: 8;
    display: flex;
    padding-bottom: 1.5rem !important;
    gap: 8px;
    align-items: center;
}
.navbar .sub-menu .notifi .notifi-img {
    width: 40px;
    height: 40px;
    padding: 8px;
}
.notifi .notifi-img img {
    object-fit: contain;
    width: 100%;
}
.notifi .cut-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    -webkit-line-clamp: 2;
    margin: 0%;
    width: calc(100% - 40px);
}
.notifi .date {
    position: absolute;
    bottom: 2px;
    left: 10px;
    color: #6E6E6E;
    transition: .4s;
}
.count {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    background-color: #299A48;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

@media (max-width: 767px) {
  .accordion-question .links ul li {
    padding: 0;
    font-size: 16px;
  }
}

.accordion-question .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px 15px 0 0 !important;
  padding: 15px;
}

.accordion-question .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-question .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.accordion-question .accordion-button:not(.collapsed) {
  color: #299A48;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .accordion-question .accordion-button:not(.collapsed) {
    font-size: 18px;
  }
}

@media (max-width: 991.8px) {
  .accordion-question .accordion-button {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .accordion-question .accordion-button {
    font-size: 18px;
  }
}

.accordion-question .accordion-flush .accordion-item {
  border-radius: 0px;
  padding: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid #5858584a;
}

.accordion-question .accordion-flush .accordion-item.add_border {
  border: 1px solid #5858584a;
  border-radius: 10px;
}

.accordion-question .accordion-body {
  font-size: 18px;
  line-height: 2;
  
}

.about {
  line-height: 1.9;
  padding-top: 50px;
  padding-bottom: 100px;
}

.about .part-text {
  font-size: 20px;
}

@media (max-width: 767px) {
  .about .part-text {
    font-size: 16px;
  }
}

.about .layout-image {
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about .about-image {
  position: absolute;
  width: 91%;
  top: 3%;
  height: 94%;
  right: 4.5%;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--secondary-color);
}

@media (max-width: 767px) {
  .about .about-image {
    width: 88%;
    right: 6%;
  }
}

.about .part-image:hover .layout-image {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .about {
    padding-top: 30px;
  }
}

.vision {
  color: #fff;
  font-size: 20px;
  background: #299A48;
  padding: 40px 0;
}

.vision .text-vision {
  text-align: center;
}

.vision .text-vision .icon-vision span {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 40px;
}

.vision .text-vision .icon-vision .img-icone {
  margin: auto;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 5555;
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
}

.Objectives {
  padding: 60px 0;
}

.Objectives .Objectives-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #4A4A4A;
}

.Objectives .Objectives-list li img {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #518EF8;
  border-radius: 50%;
  margin-left: 10px;
}

.feature {
  padding: 60px 0;
}

.feature .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #4A4A4A;
}

.feature .feature-list li img {
  width: 40px;
  height: 35px;
  margin-left: 10px;
}

.header-about {
  text-align: center;
  width: 450px;
  margin: auto;
}

.header-about h3 {
  color: #22304A;
  padding: 15px;
  position: relative;
  z-index: 1000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background: #fff;
}

.header-about span {
  content: "";
  width: 100%;
  height: 2px;
  background: #299A48;
  display: inline-block;
  position: relative;
  bottom: 45px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading .loader {
  position: relative;
  width: 250px;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.services {
  text-align: center;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.services .icon-services{
    width:55px;
    height:55px;
}
 .icon-carousel{
    width:30px !important;
    height:30px;
}

.services h2 {
  font-weight: 600;
  margin-bottom: 5vh;
}

.services .description-title {
  color: #A7A7A7;
  font-weight: 500;
  font-size: 18px;
}

.services .card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-left: 1px solid #5C6F7C;
}

.services .card-service a {
  padding-top: 12px;
  color: #000;
  font-size: 22px;
}

.services .card-service a .bi {
  display: none;
}

.services .card-service:hover {
  cursor: pointer;
}

.services .card-service:hover svg path {
  fill: #FBBB00;
}

.services .card-service:hover a {
  color: #FBBB00;
}

.services .card-service:hover a .bi {
  display: inline;
}

@media (max-width: 991.8px) {
  .services .description-title {
    font-size: 16px;
  }
  .services .card-service {
    border-left: 0;
    border-bottom: 1px solid #5C6F7C;
  }
  .services .card-service a {
    font-size: 18px;
  }
}

.another-services {
  background: #f4faf6;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
 .another-services .title {
    background-image: none;
    height: 100%;
    margin-top: 0;
    padding-bottom: 35px;
  }
  .another-services .title h3 {
    color: #299A48;
  }


.another-services .bg-image img{
  margin-top: -90px;
}
.another-services .search-init{
  text-align: end;
}
.another-services  h3 {
  top: 45%;
  right: 15%;
  text-align: center;
  padding: 0 12px 0 40px;
  color: #fff;
  font-weight: 600;
}

.another-services .item {
     border-radius: 15px;
    border: 1px solid #DBDBDB;
    padding: 20px;
    background: #fff;
    color: #6E6E6E;
    width: 95%;
height:300px;
justify-content: space-around;
}
 .card-footer{
    background-color: transparent;
    border-top: 0;
}

.another-services .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  color: #299A48;
  padding: 25px;
  padding-right: 0px;
}

.another-services .item .heading h5 {
  padding-right: 10px;
}

.another-services .item p {
  -webkit-line-clamp: 3;
  color: #818181;
  word-wrap: break-word;
  line-height: 1.8;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.another-services .item a {
  color: #FBBB00;
  padding: 15px;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.another-services .item a .bi {
  position: absolute;
    z-index: 1;
    left: 80px;
    top: 20px;
}

.another-services .item a .bi span {
  content: "";
  width: 30px;
  height: 30px;
  background: #FBBB00;
  z-index: -1;
  border-radius: 50%;
  padding: 3px 6px 1px;
  margin-top: -3px;
  position: absolute;
  top: -2.5px;
  left: -6px;
  display: none;
}

.another-services .item:hover {
  width:100%;
}

.another-services .item:hover a .bi {
  color: #fff;
}

.another-services .item:hover a .bi span {
  -webkit-animation: slide 0.1s linear;
          animation: slide 0.1s linear;
  display: inline-block;
}

@media (max-width: 1395px) {
  .another-services .item a .bi {
    left: 35px;
  }
}

@media (max-width: 1200px) {
  .another-services .item a .bi {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .another-services .bg-image img{
    display: none;
    height: 100%;
    margin-top: 0;
    padding-bottom: 35px;
  }
  .another-services .bg-image h3 {
    color: #299A48;
  }
}

@-webkit-keyframes slide {
  0% {
    right: 200px;
    top: 100px;
  }
  100% {
    top: 0;
    right: 0px;
  }
}

@keyframes slide {
  0% {
    right: 200px;
    top: 100px;
  }
  100% {
    top: 0;
    right: 0px;
  }
}

.counts {
  padding: 100px 0px 100px 0px;
  background: #fff;
  text-align: center;
}

.counts h2 {
  font-weight: 700;
  padding-bottom: 40px;
}

.counts .count-box span {
  font-size: 30px;
  display: block;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #067377;
}
.counts .count-icon{
    width:70px;
    height:70px;
}

.counts .count-box p {
  padding: 0 100px 0 100px;
  font-size: 20px;
  font-weight: 500;
  color: #299A48;
}

@media (max-width: 1200px) {
  .counts .count-box p {
    padding: 0 20px 0 20px;
  }
}

.question {
  background-image: url("../../assets/images/Path 25655.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-right: 50px;
}

.question .part-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

.question .part-title h2 {
  font-weight: 600;
}

.question .accordion-button {
   font-size: 20px;
    font-weight: 600;
    color: #4A4A4A;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FAF9F4;
    border-radius: 15px 15px 0 0 !important;
    padding: 28px 10px;
}
.question .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.question .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.question .accordion-button:not(.collapsed) {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.question .accordion-flush .accordion-item {
  border-radius: 15px;
}

.question .accordion-body {
  font-size: 18px;
}

@media (max-width: 991.8px) {
  .question {
    margin-right: 0px;
  }
  .question .accordion-button {
    font-size: 16px;
  }
  .question .accordion-button:not(.collapsed) {
    font-size: 60px;
  }
  .question .accordion {
    margin-top: 20px;
  }
  .question .accordion-button {
    text-align: right;
  }
}

.articles {
  padding: 40px 0;
}

.articles h2 {
  padding: 40px 0;
  font-weight: 600;
}

.articles .card {
  border-radius: 25px;
  border: 0;
}

.articles .card .card-img-top {
  width: 100%;
  height: 250px;
  border-radius: 25px 25px 0 0;
}

.articles .card .card-body {
    background: #FCFCFC;
    color: #262626;
    font-size: 16px;
    border-radius: 0 0 25px 25px;
    padding-bottom: 30px;
    height: 220px;
}

.articles .card .card-body .card-title {
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}

.articles .card .card-body .card-text {
    padding: 20px 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-top: 1px dashed rgba(67, 178, 84, 0.411);
    color: #262626;
    font-size: 17px;
    -webkit-line-clamp: 1;
    margin: 1rem 0;
}

.articles .card .card-body .link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.articles .card .card-body .link p {
  font-size: 18px;
  color: #3A3C41;
  font-weight: 600;
}

.articles .card .card-body .link .bi {
  background: #fff;
  padding: 10px 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  margin-right: 10px;
  color: #518EF8;
  font-size: 25px;
}

.articles .card .card-body .link:hover .bi {
  -webkit-animation: floating .5s ease-out infinite alternate;
          animation: floating .5s ease-out infinite alternate;
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.singlearticles {
  padding: 50px 0;
}

.singlearticles h4 {
  font-weight: 600;
}

.singlearticles .baner {
  width: 100%;
  height: 100vh;
  border-radius: 25px;
}

.singlearticles .dates {
  padding: 10px;
}

.singlearticles .dates img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.singlearticles .header-baner {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .singlearticles .header-baner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.singlearticles .text-art {
  line-height: 1.9;
  font-size: 18px;
        overflow-wrap: break-word;
    width: 100%;
}

.article-as {
  color: #299A48;
}

.partners {
  margin-right: 100px;
  padding: 80px 0px 0px;
  height: 500px ;
  overflow: hidden;
}

.partners .owl-carousel  .item .text-partner{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width:100%;
        overflow-wrap: break-word;
}

.partners h2 {
  padding: 20px 0;
  font-weight: 600;
}

.partners .owl-carousel .item {
  padding: 25px;
  border-radius: 15px;
  background: #f4faf6;
  height:280px;
  overflow:hidden;
}

.partners .owl-carousel .item h5 {
  color: #299A48;
  font-weight: 600;
  padding: 15px 0;
}

.partners .owl-carousel .item img {
    
    width: 100px;
    height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.partners .owl-carousel .item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px #00000029;
          box-shadow: 0px 0px 15px #00000029;
}

.partners .owl-carousel .owl-stage {
  padding: 50px 25px 0px;
}

@media (max-width: 991.8px) {
  .partners {
    margin-right: 30px;
  }
}

.map {
  padding: 100px 0 50px;
}

.map .map-detail {
  color: #fff;
  background: #299A48;
  padding: 50px 20px;
  border-radius: 15px;
  line-height: 2;
}

.map .map-detail h5 {
  font-weight: 600;
}

.map .map-detail .texting {
  color: rgba(255, 255, 255, 0.682);
  padding: 10px 0;
}

.map .map-detail .listing {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
}

.map .map-detail .listing h5 {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.682);
}

.map .mapouter {
  width: 100%;
  height: 100%;
}

.map .mapouter .gmap_canvas {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.map .mapouter .gmap_canvas .gmap_iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 991.8px) {
  .map .map-detail .listing {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
  }
  .map .map-detail .listing h5 {
    font-weight: 500;
  }
}

.footer {
  background: #FAF9F4;
  padding: 10px 0 20px;
  font-size: 20px;
}

.footer .logo {
  width: 170px;
}

.footer svg {
  margin-left: 5px;
  width: 32px;
  height: 32px;
}

.footer .contact a {
  color: #565656;
  font-size: 18px;
}

.footer a {
  color: #272626;
}

@media (max-width: 1200px) {
  .footer .contact {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    line-height: 2.5;
  }
  .footer .links {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    line-height: 2.5;
  }
}

.lower-footer .img-brand {
  width: 120px;
}
/*# sourceMappingURL=style.css.map */



.profile {
  padding: 50px 0;
}
.profile .user-contant {
  padding: 40px 0;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
}
.profile .profile-pic {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.profile .profile-pic img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-pic #file, .profile .profile-pic .profile-pic #uploadBtn {
  display: none;
}
.profile .profile-pic .profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 48px !important;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  opacity: 0;
  background-color: #00000033;
  color: #fff;
  font-size: xx-large;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
.profile .profile-pic:hover .profile-pic-icon {
  opacity: 0;
}
.profile .profile-pic:hover .profile-pic img{
        filter: brightness(0.5);
}
.profile .profile-pic i {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 25%;
  left: 35%;
  background: #fff;
  border-radius: 50%;
  color: #000;
  z-index: 222222222;
}
.profile .profile-pic:hover i {
  opacity: 1;
}
.profile h4, .profile h5 {
  color: #22304A;
}
.profile .btn-main{
    width:100% !important;
}
@media (max-width: 767px) {
  .profile h4, .profile h5 {
    text-align: center;
  }
}
.tabs-profile .nav-pills {
  width: 25%;
  --bs-nav-pills-border-radius: 35px 0 0 35px;
}
@media (max-width: 991.8px) {
  .tabs-profile .nav-pills {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabs-profile .nav-pills .nav-link {
  color: #22304A;
  width: 100%;
  font-size: 20px;
  padding: 15px 50px;
  margin: 10px 0;
  border: 1px solid #ECECEC;
}
@media (max-width: 1200px) {
  .tabs-profile .nav-pills .nav-link {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .nav-pills .nav-link {
    padding: 15px 0px;
  }
}
.tabs-profile .nav-pills .active {
  color: #fff;
  background-color: #299A48;
  border: 1px solid #299A48;
}
.tabs-profile .tab-content {
  width: 75%;
  margin: auto;
}
.tabs-profile .tab-content .tab-pane {
  padding-bottom: 50px;
}
.tabs-profile .tab-content .tab-pane .table {
  width: 85%;
  margin: auto;
  padding: 50px 50px;
  text-align: center;
}
.tabs-profile .tab-content .tab-pane .table th:first-child {
  border-radius: 0 20px 20px 0;
}
.tabs-profile .tab-content .tab-pane .table th:last-child {
  border-radius: 20px 0 0 20px;
}
.tabs-profile .tab-content .tab-pane .table tbody, .tabs-profile .tab-content .tab-pane .table td, .tabs-profile .tab-content .tab-pane .table tfoot {
  border-width: 0;
  border-bottom: 1px dashed #518EF8;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
.tabs-profile .tab-content .tab-pane .table thead {
  background-color: #518EF8;
  color: #fff;
  border-bottom: 0;
  font-weight: 500;
  border-radius: 20px !important;
}
.tabs-profile .tab-content .tab-pane .table thead tr {
  border-radius: 20px;
}
.tabs-profile .tab-content .tab-pane .table thead tr th {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabs-profile .tab-content .tab-pane .case-data {
  width: 85%;
  margin: auto;
  padding: 50px 50px;
  border-radius: 20px;
  border: 1px solid #DBDBDB;
}
.tabs-profile .tab-content .tab-pane .case-data label {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 18px;
}
.tabs-profile .tab-content .tab-pane .case-data input {
  background: #FCFCFC;
  color: #acacac79;
  border: 1px solid #acacac79;
  padding: 12px;
}
@media (max-width: 991.8px) {
  .tabs-profile .tab-content {
    width: 100%;
  }
  .tabs-profile .tab-content .tab-pane .case-data {
    width: 95%;
    padding: 50px 0;
  }
}
.tabs-profile .button-case {
  padding-right: 100px;
  width: 300px;
  max-width: 100%;
}
@media (max-width: 991.8px) {
  .tabs-profile .button-case {
    padding-right: 0;
    margin: auto;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .tabs-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    --bs-nav-pills-border-radius: 15px;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    margin: 2px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    margin: 2px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    width: 45%;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .tab-content {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */.profile {
  padding: 50px 0;
}
.profile .user-contant {
  padding: 40px 0;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
}
.profile .profile-pic {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.profile .profile-pic img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-pic #file, .profile .profile-pic .profile-pic #uploadBtn {
  display: none;
}
.profile .profile-pic .profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 48px;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  opacity: 0;
  background-color: #00000033;
  color: #fff;
  font-size: xx-large;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
.profile .profile-pic:hover .profile-pic-icon {
  opacity: 1;
}
.profile .profile-pic i {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 35%;
  left: 35%;
  background: #fff;
  border-radius: 50%;
  color: #000;
  z-index: 9;
}
.profile .profile-pic:hover i {
  opacity: 1;
}
.profile h4, .profile h5 {
  color: #22304A;
}
@media (max-width: 767px) {
  .profile h4, .profile h5 {
    text-align: center;
  }
}
.tabs-profile .nav-pills {
  width: 25%;
  --bs-nav-pills-border-radius: 35px 0 0 35px;
}
@media (max-width: 991.8px) {
  .tabs-profile .nav-pills {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabs-profile .nav-pills .nav-link {
  color: #22304A;
  width: 100%;
  font-size: 20px;
  padding: 15px 50px;
  margin: 10px 0;
  border: 1px solid #ECECEC;
}
@media (max-width: 1200px) {
  .tabs-profile .nav-pills .nav-link {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .nav-pills .nav-link {
    padding: 15px 0px;
  }
}
.tabs-profile .nav-pills .active {
  color: #fff;
  background-color: #299A48;
  border: 1px solid #299A48;
}
.tabs-profile .tab-content {
  width: 75%;
  margin: auto;
}
.tabs-profile .tab-content .tab-pane {
  padding-bottom: 50px;
}
.tabs-profile .tab-content .tab-pane .table {
  width: 85%;
  margin: auto;
  padding: 50px 50px;
  text-align: center;
}
.tabs-profile .tab-content .tab-pane .table th:first-child {
  border-radius: 0 20px 20px 0;
}
.tabs-profile .tab-content .tab-pane .table th:last-child {
  border-radius: 20px 0 0 20px;
}
.tabs-profile .tab-content .tab-pane .table tbody, .tabs-profile .tab-content .tab-pane .table td, .tabs-profile .tab-content .tab-pane .table tfoot {
  border-width: 0;
  border-bottom: 1px dashed #518EF8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabs-profile .tab-content .tab-pane .table thead {
  background-color: #518EF8;
  color: #fff;
  border-bottom: 0;
  font-weight: 500;
  border-radius: 20px !important;
}
.tabs-profile .tab-content .tab-pane .table thead tr {
  border-radius: 20px;
}
.tabs-profile .tab-content .tab-pane .table thead tr th {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabs-profile .tab-content .tab-pane .case-data {
  width: 85%;
  margin: auto;
  padding: 50px 50px;
  border-radius: 20px;
  border: 1px solid #DBDBDB;
}
.tabs-profile .tab-content .tab-pane .case-data label {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 18px;
}
.tabs-profile .tab-content .tab-pane .case-data input {
  background: #FCFCFC;
  color: #acacac79;
  border: 1px solid #acacac79;
  padding: 12px;
}
@media (max-width: 991.8px) {
  .tabs-profile .tab-content {
    width: 100%;
  }
  .tabs-profile .tab-content .tab-pane .case-data {
    width: 95%;
    padding: 50px 0;
  }
}
.tabs-profile .button-case {
  padding-right: 100px;
  width: 300px;
  max-width: 100%;
}
@media (max-width: 991.8px) {
  .tabs-profile .button-case {
    padding-right: 0;
    margin: auto;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .tabs-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    --bs-nav-pills-border-radius: 15px;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    margin: 2px;
    width: 30%;
  }
}
@media (max-width: 991.8px) {
  .tabs-profile .tab-content {
    margin-top: 2rem;
  }
  .ui-corner-all{
  height: 450px;

    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    margin: 2px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .tabs-profile .tabs-small .nav-pills {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs-profile .tabs-small .nav-pills .nav-link {
    width: 45%;
  }
}

.btn-login.loading-btn {
  position: relative;
  overflow: hidden;
}
.btn-login.loading-btn::after {
  content: "";
  width: 23px;
  height: 23px;
  border: 3px dotted #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 0;
  transform: translate(50%, -42%) rotate(0);
  color: var(--white);
  font-size: 20px;
  z-index: 9;
  animation-name: spin-loading;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.btn-login.loading-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--white);
  background: #ed1c2452;
  font-size: 20px;
  z-index: 9;
}
@keyframes spin-loading {
  from {
    transform: translate(50%, -42%) rotate(0deg);
  }
  to {
    transform: translate(50%, -42%) rotate(360deg);
  }
}
.accordion-question .accordion-body {

        overflow-wrap: break-word;
    width: 100%;
}

.password-div{
  position: relative;
}
.show-pass{
  position: absolute;
  top: 55%;
  left: 10px;
  right:auto;
  background: transparent;
}

.singlearticles .card{
  padding: 20px;
  background: #FCFCFC;
}
.singlearticles .head-comment{
  color: #299a48;
  font-weight: 600;
}
.singlearticles .time-comment,
.singlearticles .person-comment {
  color: #8f95a3;
}

.singlearticles .comment-detail {
  border-top: 1px solid #cccccc;
}
.singlearticles .btn-comment {
  width: 180px;
  background-color:#299A48;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.singlearticles .person-comment img {
  border-radius: 50%;
    width: 35px;
    height: 35px;
}
.singlearticles textarea {
  background: #FCFCFC;}
  
  
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

  input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=email] {
  text-transform: none;
}

.accordion-button {
    text-align: start;
  }
  
  .tab-login.nav-pills .nav-link.active, .tab-login.nav-pills .show>.nav-link{
  background-color: #299A48;
  }
  

  .single_book_single {
  background: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 100px;
}
.single_book_single h4 {
  color: #299A48;
}
.single_book_single p {
  color: #707070;
}
.single_book_single .card {
  border: none;
  margin-bottom: 15px;
}
.single_book_single .card .card-title {
  color: #518EF8;
}
.single_book_single .card .card-body .qout-open {
  width: 35px;
  opacity: 0.4;
  display: inline-block;
  float: left;
}
.single_book_single .item {
  padding-bottom: 40px;
}
.single_book_single .owl-carousel {
  position: relative;
}
.single_book_single .owl-nav {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: auto;
  right: 44%;
}
@media (max-width: 991.8px) {
  .single_book_single .owl-nav {
    right: 42%;
  }
}
@media (max-width: 767px) {
  .single_book_single .owl-nav {
    right: auto;
    left: 0;
  }
}
.single_book_single .owl-carousel .owl-nav button.owl-next, .single_book_single .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_book_single .owl-carousel .owl-nav button.owl-next span,
.single_book_single .owl-carousel .owl-nav button.owl-prev span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
  color: #518EF8;
}
.single_book_single .owl-carousel .owl-nav button:hover span {
  background-color: #518EF8;
  color: #fff;
}
.single_book_single .owl-carousel .owl-nav button:hover .owl-next::after {
  color: #fff;
}
.single_book_single .owl-nav button.owl-prev {
  margin-left: 15px;
}
.single_book_single .owl-nav button.owl-next {
  margin-right: 15px;
}

.inputs .persone_id, .inputs .company_id {
    display: none;
}

#wizard {
  padding: 40px;
  width: 100%;
  min-width: 300px;
}

#wizard .tab {
  display: none;
}

#wizard h1 {
  text-align: center;
}

/* Mark input boxes that gets an error on validation: */
#wizard .required.invalid {
  background-color: #299A48;
}

/* Hide all steps by default: */
#wizard #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.steps-container {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#wizard .step {
  padding: 20px 0;
  border: none;
  color: #2A2A2A;
  opacity: 0.6;
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step .bi {
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(177, 177, 177, 0.1254901961);
  color: #B1B1B1;
  margin: 0 0 0 5px;
  font-size: 20px;
}

.complete-order:hover,
.complete-order {
  background: #299A48;
  color: #fff;
  width: 250px;
  padding: 10px;
}

.add-address:hover,
.add-address {
  background: #2A2A2A;
  width: 250px;
  color: #fff;
}

.payment-tab small,
.address-tab small {
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  width: 100%;
}

.cart .cart-title {
  border: 1px solid #F6F6F6;
}

.value-output {
  width: 25px;
  text-align: center;
  background: transparent;
}

.remove-product {
  color: #299A48;
}

.cart .btn-calc {
  --bs-btn-border-color: 0;
  color: #299A48;
}

.cart-product-item .img-cart {
  border-radius: 18px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wizard .order-summary .count-total {
  color: #299A48;
}

#wizard .order-summary, #wizard .order-wrapper{
  border: 1px solid #E5E5E5;
  line-height: 2;
  border-radius: 18px;
}

#wizard .step.active, #wizard .step.finish {
  opacity: 1;
}

#wizard .step.active::after, #wizard .step.finish::after {
  content: "";
  border: 1px dashed #fff;
  opacity: 1;
  width: 100%;
  height: 2px;
  background: #299A48;
  position: absolute;
  bottom: 45%;
  right: 80%;
}

#wizard .step.finish .bi,
#wizard .step.active .bi {
  background-color: #299A48;
  color: #fff;
}

#wizard .step4.active::after, #wizard .step4.finish::after {
  width: 0;
}

.result-order .img-checkout {
  width: 90%;
}

.result-order .form-control, .result-order .form-control:focus {
  width: 60px;
  padding: 6px 9px;
  background-position: right 35px center;
  margin-bottom: 8px;
}

.bordinbottom {
  width: 80%;
  height: 1px;
  background: #D5D5D5;
  margin: auto;
  margin-bottom: 0.5rem;
}

.cart-address {
  border-radius: 8px;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 2;
  border: 1px solid #DBDBDB;
}

.cart-address .text-edit,
.cart-address .bi {
  color: #299A48;
}

.form-address {
  display: none;
}

.ordered-success {
  max-width: 100%;
  width: 450px;
}
.payment-way{
    display: flex;
    align-items: center;
}
.credit-img {
  width: 80px;
  height: 80px;
  padding: 0 .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credit-img img{
    object-fit: contain
}

.form-payment .form-check .form-check-input {
  float: right;
  margin-left: 5px;
}
.empty-cart{
    width: 50%;
    margin: auto;
    display: block;
}
/*
*/
.wizard ol {
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    display: flex;
    justify-content: space-between;
  }
  .wizard ol li {
    position: relative;
    float: right;
    width: 25%;
    text-align: center;
    color: #299A48;
    list-style: none;
    text-align: center;
  }
  .wizard ol .current ~ li {
    color: #555;
  }
  .wizard ol li div {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: #fff;
    background-color: #299A48;
    border: 2px solid #299A48;
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 30px;
    line-height: 2em;
    position: relative;
    right: 50%;
    margin-bottom: 1em;
    margin-right: -1em;
    z-index: 1;
  }
  .wizard ol li span{
    display: block;
    text-align: center;
    color: #555;
    padding-right: 4rem;
    margin: .75rem 0;
  }
  .wizard ol li.current ~ li div {
    opacity: .8;
  }
  .wizard ol li + li:after {
    content: "";
    display: block;
    width: 43%;
    border-top: dashed 2px #299A48;
    height: 2px;
    position: absolute;
    right: -4%;
    top: 50px;
    z-index: 0;
  }
  .wizard ol li:before{
        content: "";
    background: url(../images/check.svg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: contain;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 83px;
    right: 52%;
    transform: translate(-50% , 0%);
    z-index: 7;
    opacity: 1;

  }
  .wizard ol .current ~ li:after {
    border-top: dashed 2px #299A4880 !important;
  }
  .wizard ol .current ~ li::before {
    opacity: 0;
  }
  
  /*
  */
  
  .login .login-content .package-input {
  position: relative;
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.login .login-content .package-input span {
  background: #F7F8F9;
  position: relative;
  width: 50px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.login .login-content .package-input span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: -10%;
  -webkit-transform: rotate(312deg);
          transform: rotate(312deg);
  top: 40%;
  background-color: #F7F8F9;
}

.login .login-content .package-input span i {
  color: #909090;
  font-size: 20px;
}

.login .login-content .package-input input {
  border: none;
  background: transparent;
  color: #DBDBDB;
}

.login .login-content .package-input input::-webkit-input-placeholder {
  color: #DBDBDB;
}

.login .login-content .package-input input:-ms-input-placeholder {
  color: #DBDBDB;
}

.login .login-content .package-input input::-ms-input-placeholder {
  color: #DBDBDB;
}

.login .login-content .package-input input::placeholder {
  color: #DBDBDB;
}
