@import url(./theme.css);
.row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row > * {
  padding-right: 12px;
  padding-left: 12px;
}
.site {
}
.site-inner-pages {
  /* padding-top: 80px;
  padding-bottom: 80px; */
}
.show-massage-forms,
.error-field {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.error-field,
.show-massage-forms.error-color {
  color: red;
}
.show-massage-forms.success-color {
  color: green;
}
.menu-bar {
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
}
.menu-bar.active {
  border-color: var(--secondery-color);
}
.bar {
  width: 24px;
  height: 2px;
  background-color: var(--secondery-color);
  margin: 2px 0;
  transition: 0.3s ease;
}
.menu-bar.active .bar {
  width: 12px;
}
.menu-bar.active .bar:first-child {
  transform: translate(0, 7px) rotate(-45deg);
}
.menu-bar.active .bar:nth-child(2) {
  opacity: 0;
}
.menu-bar.active .bar:last-child {
  transform: translate(0, -5px) rotate(45deg);
}
.active-menu .header {
  z-index: 20 !important;
}
.active-menu .search-btn,
.active-menu .lang-anc,
.active-menu .logout-in {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header .logo {
  position: absolute;
  inset-inline-start: 50px;
  transition: 0.5s ease;
  width: 106px;
}
.header .logo img {
  width: 130px;
}
.header {
  /* 	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 5px #ffffff87;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0; */
  z-index: 9 !important;
}
.active-menu .logo {
  inset-inline-start: calc(100% - 106px);
}
.main-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
  height: calc(100vh - var(--footer-height) + 3px);
  top: var(--header-height);
  /* 	height: 100vh; */
  overflow-y: auto;
}
.active-menu {
  overflow: hidden;
}
.active-menu .main-menu {
  opacity: 1;
  visibility: visible;

  z-index: 1040;
}
.menu-img {
  aspect-ratio: 289 / 390;
  border-radius: var(--border-raduis);
  overflow: hidden;
}
.menu-item {
  background-color: var(--white-color);
  border-radius: var(--btn-raduis);
  padding: 10px;
}
.menu-item > .menu-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-color);
  min-height: 90px;
}
.menu-icon {
  width: 40px;
  height: 40px;
  background-color: #f8f9fc;
  border-radius: var(--border-raduis);
  margin-bottom: 14px;
}
.menu-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.search-box {
  transform: scaleY(0);
  position: absolute;
  width: 100%;
  background-color: var(--white-color);
  transition: 0.3s ease;
  transform-origin: top;
  z-index: 999;
}
.search-box.active {
  transform: scaleY(1);
}
.search-form {
  min-width: 320px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}
.search-box .search-input {
  height: 45px;
  padding: 5px 20px;
  font-size: 14px;
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
  background-color: var(--white-color);
  border: 2px solid transparent;
  border-radius: var(--border-raduis);
  outline: none;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: var(--border-raduis);
  transition: 0.5s ease;
}
.search-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 99;
  display: none;
}
.search-overlay.active {
  display: block;
}
.close-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  font-size: 24px;
  color: var(--primary-color);
}
.close-btn:hover {
  color: var(--secondery-color);
}
.search-in-menu {
  margin-bottom: 20px;
  margin-top: 20px;
}
.search-in-menu .search-form {
  margin: 0;
  position: relative;
}
.search-in-menu .search-form .form-control {
  background-color: #fff;
  width: 100%;
  border: 1px solid #0000001a;
  box-shadow: 0 0 5px #0000001a;
  height: 50px;
  padding: 5px 15px;
  padding-inline-end: 40px;
}
.search-in-menu .search-form [type="submit"] {
  position: absolute;
  inset-inline-end: 0px;
  top: 0;
  height: 100%;
  width: 45px;
}

.hero-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-video > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
}
.hero-section .hero-video::after {
  content: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}
/* html[dir="rtl"] .hero-section .hero-video::after,
html[dir="rtl"] .hero-video > video,
html[dir="rtl"] .title-content::before{
	    transform: scaleX(-1);
} */
.hero-section .hero-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  padding: 20px;
  padding-bottom: 0;
}

.txt-content {
  max-width: 70%;
}
.title-content {
  color: var(--white-color);
  font-weight: 700;
  position: relative;
  margin-inline-start: 100px;
}
.title-content::before {
  content: /*url("../images/shape1.svg")*/ none;
  position: absolute;
  inset-inline-start: -200px;
  top: -65px;
  display: inline-block;
}
.hero-txt .first-line {
  font-size: 55px;
}
.hero-txt .second-line {
  font-size: 70px;
  color: var(--secondery-color);
}
.hero-txt .third-line {
  font-size: 40px;
}
.txt-description {
  font-size: 18px;
  color: var(--white-color);
  margin-inline-start: 100px;
  margin-top: 25px;
}
.action-anchors {
  margin-inline-start: 100px;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.action-anchors > a {
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  border-radius: var(--btn-raduis);
  margin: 0;
}
.consult_anc {
  min-width: 150px;
  color: var(--primary-color);
  background-color: var(--white-color);
  margin-inline-end: 12px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.learn_anc {
  border: 1px solid var(--white-color);
  min-width: 125px;
  color: var(--white-color);
  padding: 5px 15px;
  text-align: center;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  /* 	transform: translateY(var(--copyright-height)); */
  transition: 0.3s ease;
}

/*   footer:hover {
    transform: translateY(0);
  } */
.footer-list {
  background-color: #006b84ba;
  transition: 0.3s ease;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-inner-pages .footer-list {
  background-color: var(--primary-color);
}
.footer-list .menu-item {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.footer-list li > a {
  color: #fff;
  background-color: transparent;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 16px;
  border-radius: calc(var(--btn-raduis) / 2);
  text-shadow: 0 0 1px #fff;
  display: flex;
}
.footer-list li > a img {
  filter: brightness(0) invert(1);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.footer-list li.active > a,
.footer-list li.current-menu-item > a {
  background-color: var(--secondery-color);
}
.copyrights {
  margin-top: 15px;
  padding: 0 10px;
}
.copyrights .menu-item {
  background-color: transparent;
}
.active-menu .footer-list {
  opacity: 0;
}
.copy-text,
.company-name {
  color: var(--text-color);
  font-weight: 300;
  font-size: 14px;
}
.copy-text p,
.company-name p {
  margin-bottom: 0;
}
.copy-text a,
.company-name a {
  color: inherit;
}
.company-name:hover {
  color: var(--primary-color);
}
.copyrights ul {
  gap: 12px;
}
.copyrights ul > li {
  padding: 0;
}
.copyrights ul > li > a {
  color: var(--secondery-color);
  font-weight: 500;
  text-decoration: none;
}
.copyrights ul > li > a:hover {
  color: var(--primary-color);
}
.cursor {
  display: inline-block;
  width: 3px;
  height: 45px;
  margin-inline-end: 4px;
  background: var(--secondery-color);
  animation: blink 0.8s ease-in-out infinite;
}
@keyframes blink {
  0%,
  100% {
    background: var(--secondery-color);
  }
  40%,
  50% {
    background: transparent;
  }
}

/************about page************/
#content {
  padding-bottom: 60px;
}
.page-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-top: 12px;
}
.breadcrumb {
  padding: 16px 0;
}
.breadcrumb > ul > li {
  position: relative;
}
.breadcrumb > ul > li:not(:last-child):after {
  /* content: "\f101"; */
  content: none;
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin: 0 8px;
  color: #8e8e8e;
  font-size: 10px;
}
html[dir="rtl"] .breadcrumb > ul > li:not(:last-child):after {
  content: "\f100";
}
.breadcrumb > ul > li > a {
      color: #1D5166;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0 0 .5px #1D5166;
}
.breadcrumb > ul > img{
      width: 7px;
    margin-inline: 8px;
}
html[dir="rtl"] .breadcrumb > ul > img{
      transform: scaleX(-1);
}
/* .breadcrumb > ul > li.active > a {
  color: var(--secondery-color);
} */
.about-img {
  /*   aspect-ratio: 435 / 499; */
  /*   max-width: 435px; */
  margin: auto;
}
/* html[dir="rtl"] .about-img{
	transform: scalex(-1);
} */
.page-head .title {
  border-radius: calc(var(--btn-raduis) * 2);
  background-color: rgba(241, 93, 42, 0.1);
  width: max-content;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondery-color);
}
.page-head .subtitle,
.page-head .subtitle-small {
  font-size: 32px;
  font-weight: 900;
  color: var(--text-color);
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.page-head .subtitle > mark,
.page-head .subtitle-small > mark {
  color: var(--primary-color);
}
.page-head .subtitle-small {
  font-size: 25px;
}
.about-list > li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #434645;
  display: flex;
}

.about-list > li::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--white-color);
  font-size: 10px;
  background-color: var(--secondery-color);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-inline-end: 12px;
}
.mission-section {
  /* margin-top: 120px; */
}
.msision-img {
  border-radius: var(--border-raduis);
  overflow: hidden;
  position: relative;
  aspect-ratio: 378 / 469;
  max-width: 378px;
  margin: auto;
}
.img-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}
.missions {
  background-image: url("../images/map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mission-box {
  position: relative;
}
.mission-box:not(:last-child) {
  margin-bottom: 14px;
}
.mission-icon {
  width: 50px;
  height: 50px;
  background-color: #e7e8ea;
  border-radius: 10px;
  border: 4.5px solid var(--white-color);
  flex-shrink: 0;
  position: relative;
}
.mission-icon::before {
  content: "";
  border: 4px solid #26bf19;
  border-inline-start: none;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 16px);
  inset-inline-end: -9px;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
  z-index: -1;
}
.mission-box:nth-child(2) .mission-icon::before {
  border-color: #ffc700;
}
.mission-box:nth-child(3) .mission-icon::before {
  border-color: #2a84f1;
}
.mission-box:nth-child(4) .mission-icon::before {
  border-color: #f15d2a;
}
.mission-box:nth-child(5) .mission-icon::before {
  border-color: #1d84a8;
}
.mission-txt {
  color: #0d1e27;
  font-size: 16px;
  font-weight: 500;
}
.mission-box .line {
  display: inline-block;
  border: 2.47px solid #26bf19;
  border-inline-start: none;
  border-block-start: none;
  position: absolute;
  inset-inline-start: 0;
}
.mission-box:first-child .line {
  width: 101px;
  height: 84px;
  border-end-end-radius: 20px;
  top: 100%;
}
.mission-box:nth-child(2) .line {
  width: 219px;
  height: 48px;
  border-end-end-radius: 20px;
  top: 100%;
  border-color: #ffc700;
}
.mission-box:nth-child(3) .line {
  width: 240px;
  height: 0px;
  border-end-end-radius: 20px;
  top: 50%;
  border-color: #2a84f1;
}
.mission-box:nth-child(4) .line {
  width: 219px;
  height: 48px;
  border-end-end-radius: 20px;
  bottom: 100%;
  border-color: #f15d2a;
  transform: rotateX(180deg);
}
.mission-box:last-child .line {
  width: 101px;
  height: 84px;
  border-end-end-radius: 20px;
  bottom: 100%;
  border-color: #1d84a8;
  transform: rotateX(180deg);
}

.about-section-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 60px;
}
.about-section-container
  .about-section:nth-of-type(even)
  .row
  > div:first-of-type,
.mission-section-container
  .mission-section:nth-of-type(even)
  .row
  > div:first-of-type {
  order: 2;
}
.about-section-container
  .about-section:nth-of-type(even)
  .row
  > div:last-of-type,
.mission-section-container
  .mission-section:nth-of-type(even)
  .row
  > div:last-of-type {
  order: 1;
}
.mission-section-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
/****************services*******************/
.side-nav {
  background-color: var(--primary-color);
  width: 30px;
  border-radius: calc(var(--btn-raduis) / 2);
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 0;
  inset-inline-start: 10px;
}
#toggleSideNav {
  display: none;
}
.side-nav .side-item {
  width: 100%;
}
.side-nav .side-link {
  height: 30px;
  font-size: 24px;
  color: var(--white-color);
}
.side-nav .side-link.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.side-nav .side-link img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.item-content {
  background-color: var(--white-color);
  border-radius: var(--border-raduis);
  padding: 20px;
  transition: all 0.7s;
  border: 1px solid #fff;
  position: relative;
  top: 0px;
  inset-inline-start: 0px;
      box-shadow: 0 0 30px #00000030;
}
.item-content::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images/star.svg");
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-size: 50px;
  transition: all 0.7s;
  top: 10px;
  inset-inline-end: 0px;
  transform: scale(0);
  opacity: 0;
}
.item-content:hover::before {
  inset-inline-end: 10px;
  transform: scale(1);
  opacity: 1;
}
.item-content:hover {
  background-color: #e9faff;
  box-shadow: 10px 10px 0px #dbecf1;
  border-color: #dbecf1;
  top: -10px;
  inset-inline-start: -10px;
}
html[dir="rtl"] .item-content:hover {
  box-shadow: -10px 10px 0px #dbecf1;
}
.item-head {
  display: flex;
  align-items: center;
}
.products-content .item-head .item-icon,
.service-content .item-head .item-icon {
  font-size: 28px;
  color: #939393;
  margin-inline-end: 12px;
  /*   background-color: #f8f9fc; */
  padding: 5px 8px;
  border-radius: var(--btn-raduis);
}
.products-content .item-head .item-icon img,
.service-content .item-head .item-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.item-head .item-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
}
.item-breif {
  font-size: 14px;
  color: #424446;
  margin: 16px 0;
  /*text-align: justify;*/
}
.read-more {
  font-size: 17px;
  font-weight: 500;
  color: var(--secondery-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.read-more > i {
  font-size: px;
}
.item-content:hover .read-more > i {
  animation-duration: 1.1s;
  animation-name: arrow;
  animation-iteration-count: infinite;
}
@keyframes arrow {
  0% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(2px);
  }
}
/*****************single service******************/
.service-card .card-content {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(232, 250, 255, 1) 100%
  );
  border-radius: var(--border-raduis);
  display: flex;
  flex-direction: column;
}
.service-card-container:nth-child(even) .service-card .card-content {
  background: linear-gradient(
    to top,
    rgba(232, 250, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.service-card-container:nth-child(even) .service-card .card-details {
  order: 1;
}
.service-card-container:nth-child(even) .service-card .card-image {
  order: 2;
}
.card-image {
  aspect-ratio: 1 / 1;
}
.card-details {
  padding: 20px;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}
.card-description {
  font-size: 14px;
  color: #434645;
  text-align: justify;
}
/***************single product******************/
.custom-tabs {
  margin-bottom: 20px;
  /* overflow: hidden; */
  position: relative;
  /* 	    width: 100%; */
}
.custom-tabs .arrow-section {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondery-color);
  cursor: pointer;
  font-size: 24px;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
.custom-tabs .arrow-section.arrow-section_show {
  opacity: 1;
  visibility: visible;
}
.custom-tabs .arrow-section.arrow-section_right {
  background: linear-gradient(275deg, #0000001c, transparent);
  border-radius: 0 var(--btn-raduis) var(--btn-raduis) 0;
  inset-inline-end: 0;
}
html[dir="rtl"] .custom-tabs .arrow-section.arrow-section_right {
  background: linear-gradient(-275deg, #0000001c, transparent);
  border-radius: var(--btn-raduis) 0 0 var(--btn-raduis);
}
.custom-tabs .arrow-section.arrow-section_left {
  background: linear-gradient(-275deg, #0000001c, transparent);
  border-radius: var(--btn-raduis) 0 0 var(--btn-raduis);
  inset-inline-start: 0;
}
html[dir="rtl"] .custom-tabs .arrow-section.arrow-section_left {
  background: linear-gradient(275deg, #0000001c, transparent);
  border-radius: 0 var(--btn-raduis) var(--btn-raduis) 0;
}
.custom-tabs .navTabs {
  background-color: var(--white-color);
  border-radius: var(--btn-raduis);
  padding: 4px;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 15px;
}
.custom-tabs .nav-link {
  color: #1d5166;
  font-size: 14px;
  padding: 15px;
  border-radius: 8px;
  text-transform: capitalize;
  min-width: 100px;
  text-wrap: nowrap;
  border: 1.5px solid #42444638;
  font-weight: 500;
}
.custom-tabs .nav-link.active {
  color: var(--secondery-color);
  font-weight: 500;
  background-color: #ffe2d8;
  border-color: #ffbda7;
}
.single-service-content .overview-img {
  aspect-ratio: 389 / 429;
  max-width: 389px;
}
.single-product-content {
}
.single-product-content .overview-row .subtitle::after {
  content: url(../images/shape2.svg);
  position: absolute;
  bottom: -13px;
  inset-inline-start: 0;
}
.single-product-content .custom-tabs {
  margin-bottom: 0;
  overflow: hidden;
}
.single-product-content .custom-tabs .navTabs {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.single-product-content .head-content {
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #0000001f;
  box-shadow: 0 0 5px #0000001f;
  margin-bottom: 25px;
}

.overview-row .description {
  font-size: 18px;
  font-weight: 500;
  color: #424446;
  margin-top: 17px;
}
.why-box {
  position: relative;
  border-radius: var(--border-raduis);
  overflow: hidden;
}
.why-img {
  /*aspect-ratio: 234 / 429;*/
}
.why-txt {
  /*position: absolute;
  top: 0;*/
  padding: 15px 15px 0px 15px;
  /*background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, .5) 0%,
    rgba(0, 0, 0, 0) 100%
  );*/
  width: 100%;
}
.why-txt .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px;
}
.why-txt .description {
  font-weight: bold;
  font-size: 20px;
  color: #000 /*var(--white-color)*/;
  margin-top: 0;
  text-align: center;
}
.why-content .item-head {
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
}
.why-content .item-head .item-title {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
  position: relative;
  top: 5px;
}
.why-content .item-breif {
  margin-top: 8px;
}
.why-content .item-head .item-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.actions-btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.act-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: var(--btn-raduis);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  min-width: 155px;
}
.gradient-btn {
  background: linear-gradient(to right, #1e7da3 0%, #1d5166 100%);
  color: var(--white-color);
}
.act-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.page-description {
  font-size: 16px;
  color: #424446;
  margin-bottom: 24px;
}
.solution-item {
  aspect-ratio: 131 / 32;
}
.solution-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.form-content,
.info-shape {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: var(--border-raduis);
  box-shadow: 0 0 50px #00000024;
  height: 100%;
}
.form-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #1d5166;
  margin-bottom: 20px;
}
.form-label {
  font-size: 16px;
  color: var(--text-color);
}
.custom-input {
  height: 44px;
  border-radius: var(--btn-raduis);
  -webkit-text-fill-color: #929292;
  color: #929292;
  background-color: #f8f9fc;
  font-size: 14px;
  padding: 2px 12px;
  border: none;
}
.custom-input:focus {
  background-color: #f8f9fc;
}
textarea.custom-input {
  height: auto;
}
input[type="tel"] {
  direction: ltr;
}
html[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
.custom-select {
  min-height: 44px;
  -webkit-text-fill-color: #929292;
  color: #929292;
  background-color: #f8f9fc;
  font-size: 14px;
  border: none;
}
.ss-content .ss-list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ss-main .ss-values .ss-placeholder {
  padding: 2px 12px;
}
.ss-content .ss-list .ss-option {
  padding: 5px 12px;
}
.ss-main .ss-arrow {
  width: 24px;
}
.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-selected,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--primary-color);
  -webkit-text-fill-color: var(--white-color);
  color: var(--white-color);
}
.ss-main .ss-values .ss-value {
  background-color: var(--primary-color);
  -webkit-text-fill-color: var(--white-color);
  color: var(--white-color);
}
.btn-submit {
  background: linear-gradient(to left, #1e7da3 0%, #1d5166 100%);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  width: 123px;
  height: 45px;
  border-radius: var(--btn-raduis);
}
.mail-us > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondery-color);
}
.mail-us > a:hover {
  color: var(--primary-color);
}
/*****************careers*****************/
.jops-section {
}
.career-item {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: var(--border-raduis);
  display: block;
  position: relative;
  transition: all 0.7s;
  top: 0;
  cursor: pointer;
  height: 100%;
}
.career-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.career-item:hover {
  top: -5px;
  box-shadow: 0 5px 5px #0000002b;
}
.career-item .head .title {
  font-size: 20px;
  font-weight: 700;
}
.career-item .icon,
.career-item .title {
  margin-bottom: 0;
}

.career-item .title {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: capitalize;
}
.career-item i {
  color: var(--secondery-color);
  font-size: 26px;
  position: absolute;
  inset-inline-end: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.career-item .icon {
}
.description {
  color: #3e4144;
  font-size: 14px;
  margin-top: 12px;
}
/*********contact******/
.map {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px #0000002b;
}
.branch-img {
  aspect-ratio: 195 / 160;
  max-height: 160px;
}
.contact-methods .title {
  font-size: 14px;
  color: #424446;
}
.contact-methods .value {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}
html[dir="rtl"] .contact-methods .value {
  direction: ltr;
  display: inline-flex;
}
.conatct-page .tab-content {
  /* background-color: var(--white-color); */
  /* padding: 20px; */
  /* border-radius: var(--border-raduis); */
  margin-top: 25px;
  border-radius: var(--border-raduis);
  padding: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 0 5px #00000012;
}
.conatct-page .custom-tabs .navTabs {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.conatct-page .custom-tabs .navTabs .nav-item {
  flex: 1;
}
.conatct-page .custom-tabs .navTabs .nav-item button {
  width: 100%;
}
/**************fqa**************/
.fqa-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--white-color);
  box-shadow: none;
  gap: 5px;
  padding: 12px;
}
/* .accordion-button::before {
  content: '';
	background-image: url(../images/icon1.png);
	    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-inline-end: 5px;
} */
.accordion-item:not(:last-child) {
  margin-bottom: 0px;
}
.accordion-item,
.accordion-item:first-of-type {
  border-radius: var(--btn-raduis);
  overflow: hidden;
  border: none;
}
.accordion-body {
  /*   background-color: var(--white-color); */
  /*   border-top: 1px solid #ebebeb; */
  font-size: 14px;
  color: #3e4144;
  text-align: justify;
  padding: 12px;
}
/* .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 10px;
  border: 1px solid #929292;
  border-radius: 50%;
  background-position: center;
}
.accordion-button:not(.collapsed)::after {
  border-color: var(--primary-color);
  color: var(--primary-color);
} */
/********single service***********/
.head {
  gap: 8px;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.modules-row .head {
  flex-direction: column;
}
.head .title {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
}
.item {
  background-color: var(--white-color);
  border-radius: var(--btn-raduis);
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px #00000030;
}
.items-row .item .head .title{
  font-size: 18px;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.who-items {
  border-radius: var(--btn-raduis);
  overflow: hidden;
}
.who-items .item {
  border-radius: unset;
}
.getting-start-img {
  aspect-ratio: 409 / 396;
  max-width: 409px;
}
/**/

.message-field {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  margin-top: 5px;
}
.custom-page,
.search-page {
  padding-top: 50px;
}
.search-page {
  padding-bottom: 50px;
}
.inclusive-content .overview-img {
  width: 80%;
  margin-inline-start: auto;
}
.inclusive-content .overview-img img {
  width: 100%;
}
/* html[dir="rtl"] .overview-img img{
	transform: scaleX(-1);
} */
/**/
/*float-buttons*/

.float-buttons {
  position: fixed;
  z-index: 20;
  inset-inline-end: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 35px;
}
.float-buttons .float-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: red;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.float-buttons .float-button > a {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 20;
}
.float-buttons .float-button > i,
.float-buttons .float-button > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s;
}
.float-buttons .float-button > i {
  font-size: 25px;
}
.float-buttons .float-button > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.custom-tooltip {
  position: relative;
}
.custom-tooltip > .custom-tooltip_text {
  position: absolute;
  top: 50%;
  inset-inline-end: calc(100% + 0px);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  z-index: 10;
  height: 35px;
  pointer-events: all;
  transition: all 0.2s;
  background-color: #272727;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 5px 10px;
}
.custom-tooltip .custom-tooltip_text::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: -7px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #272727;
}
.custom-tooltip:hover .custom-tooltip_text {
  inset-inline-end: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
html[dir="rtl"] .custom-tooltip .custom-tooltip_text::before {
  border-width: 10px 10px 10px 0px;
  border-color: transparent #272727 transparent transparent;
}
.float-buttons .float-button.float-button-whatsup {
  background-color: #24cc63;
  box-shadow: 0 0 5px #219a4e inset;
}
.float-buttons .float-button.float-button-whatsup > span {
  border-color: #24cc63;
}

.float-buttons .float-button.float-button-phone {
  background-color: #0d6cac;
  box-shadow: 0 0 5px #0a5a90 inset;
}
.float-buttons .float-button.float-button-phone > span {
  border-color: #0d6cac;
}

.float-buttons .float-button.float-button-email {
  background-color: #d93d06;
  box-shadow: 0 0 5px #c43604 inset;
}
.float-buttons .float-button.float-button-email > span {
  border-color: #d93d06;
}

.float-buttons .float-button.float-button-social-media {
  background-color: #1da1f2;
  box-shadow: 0 0 5px #1a91da inset;
}
.float-buttons .float-button.float-button-social-media > span {
  border-color: #1da1f2;
}

.float-buttons .float-button.float-button-social-media > .close {
  transform: translate(-50%, -50%) scale(0, 0);
}

.float-buttons .float-button.float-button-social-media .float-button {
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-facebook {
  background-color: #0862f6;
  box-shadow: 0 0 5px #0957d6 inset;
}
.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-facebook
  > span {
  border-color: #0862f6;
}

.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-linkedin {
  background-color: #0073ae;
  box-shadow: 0 0 5px #006599 inset;
}
.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-linkedin
  > span {
  border-color: #0073ae;
}

.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-instagram {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-instagram
  > span {
  border-color: #fcb045;
}

.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-youtube {
  background-color: #ff0000;
  box-shadow: 0 0 5px #ff0000 inset;
}
.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-youtube
  > span {
  border-color: #ff0000;
}

.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-x_twitter {
  background-color: #000000;
  box-shadow: 0 0 5px #000000 inset;
}
.float-buttons
  .float-button.float-button-social-media
  .float-button.float-button-x_twitter
  > span {
  border-color: #000000;
}

/* .float-buttons .float-button > span:first-of-type{
	animation: float_buton_big 2s infinite;
}
.float-buttons .float-button > span:nth-of-type(2){
	animation: float_buton_big 3s infinite;
}
.float-buttons .float-button > span:nth-of-type(3){
	animation: float_buton_big 4s infinite;
} */

.float-buttons .float-button .social-media-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: calc(0% + 20px);
  display: flex;
  gap: 5px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px #00000038;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  z-index: -1;
}
.float-buttons .float-button .social-media-links.open {
  inset-inline-end: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}
.float-buttons .float-button .social-media-links::before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 10px;
  inset-inline-start: 100%;
  top: 50%;
  transform: translateY(-50%);
}
html[dir="rtl"] .float-buttons .float-button .social-media-links::before {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 10px 10px 0;
}

.float-buttons .float-button.float-button-ai {
  background-color: #0d0d0d;
  box-shadow: 0 0 5px #0d0d0d inset;
  display: none;
}
.float-buttons .float-button.float-button-ai > span {
  border-color: #0d0d0d;
}
.float-buttons .float-button.float-button-ai p {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
}

@keyframes float_buton_big {
  from {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.8, 1.8);
    opacity: 0;
  }
}

/*float-buttons*/
/*chatbot*/

.chatbot {
  position: absolute;
  bottom: calc(100% - 10px);
  inset-inline-end: 0%;
  z-index: 5;
  /*   transform: translate(0px, -75%); */
  width: clamp(140px, 20vw, 245px);
  cursor: pointer;
}
.chatbot .image-chat-pot-container .img {
  width: 130px;
  z-index: 1;
}

html[dir="rtl"] .chatbot .image-chat-pot-container .img {
  transform: scalex(-1);
}
.chatbot .image-chat-pot-container .img.close-in {
  display: none;
}
.chatbot .chat_card {
  display: none;
  position: absolute;
  top: 0px;
  inset-inline-end: 15px;
  transform: translate(0px, -100%);
  width: clamp(280px, 23vw, 400px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.chatbot .chat_card.open {
  display: block;
}
.chatbot .chat_card .card-header {
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondery-color) 100%
  );
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.chatbot .chat_card .card-header .logo-respose-chat {
  filter: brightness(0) invert(1);
}
.chatbot .chat_card .card-header .card-header-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
.chatbot .chat_card .card-header .card-header-name h6 {
  font-size: 14px;
  text-shadow: 0 0 1px #fff;
}
.chatbot .chat_card .card-header .iconsss {
  display: flex;
  align-items: center;
  gap: 5px;
}
.chatbot .chat_card .card-header .iconsss img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.chatbot .chat_card .status {
  color: #e9e9e9;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.chatbot .chat_card .status::before {
  content: "";
  display: inline-block;
  margin-inline-end: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.chatbot .chat_card .status.online::before {
  background-color: #81c784;
}
.chatbot .chat_card .status.offline::before {
  background-color: red;
}
.chatbot .chat_card .card-body {
  padding: 12px;
  background-color: #fff;
}
.chatbot .chat_card .card-body .pin-msg {
  padding: 12px;
  border-radius: 12px;
  background: rgba(232, 139, 42, 0.1);
  width: 100%;
}
.chatbot .chat_card .card-body .pin-msg > div {
  width: 100%;
}
.chatbot .chat_card .card-body .text-muted {
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}
.chatbot .chat_card .card-body .chat_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.chatbot .chat_card .card-body .chat_form textarea.form-control {
  border-color: #e3e6e9;
  border-style: solid;
  border-width: 1px;
}
html[dir="rtl"]
  .chatbot
  .chat_card
  .card-body
  .chat_form
  textarea.form-control {
  border-right-width: 1px;
  border-left-width: 0px;
  border-radius: 0 6px 6px 0;
}
.chatbot .chat_card .card-body .chat_form .input-group-text {
  background-color: transparent;
}
html[dir="rtl"] .chatbot .chat_card .card-body .chat_form .input-group-text {
  transform: scaleX(-1);
}
.chatbot .chat_card .card-body .chat_form .chat {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.chatbot .chat_card .card-body .chat_form .chat .Ai,
.chatbot .chat_card .card-body .chat_form .chat .sender {
  position: relative;
}
.chatbot .chat_card .card-body .chat_form .chat .msg {
  border-radius: 6px;
  padding: 7px 10px;
}
.chatbot .chat_card .card-body .chat_form .chat .msg iframe {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto;
}
.chatbot .chat_card .card-body .chat_form .chat .Ai {
  width: 100%;
  gap: 3px 10px;
}
.chatbot .chat_card .card-body .chat_form .chat .Ai .msg {
  background-color: rgba(232, 139, 42, 0.1);
  color: #1d1d1d;
}
.chatbot .chat_card .card-body .chat_form .chat .sender {
  text-align: left;
  width: 100%;
}
.chatbot .chat_card .card-body .chat_form .chat .sender .msg {
  background-color: #df5832;
  color: #fff;
}
.chatbot .chat_card .card-body .chat_form .chat .msg-option {
  width: 100%;
  display: flex;
  gap: 5px;
  position: absolute;
  top: calc(100% + 5px);
}
.chatbot .chat_card .card-body .chat_form .chat .Ai .msg-option {
  inset-inline-start: 0;
  padding-inline-start: 36px;
}
.chatbot .chat_card .card-body .chat_form .chat .sender .msg-option {
  inset-inline-end: 0;
  padding-inline-end: 36px;
}
.chatbot .chat_card .card-body .chat_form .chat .msg-option .read-text-option {
  width: 17px;
  height: 17px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .msg-option
  .read-text-option
  svg {
  width: 10px;
  height: 10px;
  display: none;
  cursor: pointer;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .msg-option
  .read-text-option
  svg.active {
  display: block;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .msg-option
  .read-text-option
  svg.waiting-timing {
  animation: rotate 2s infinite;
}

.chatbot .chat_card .card-body .chat-content {
  max-height: 250px;
  overflow: auto;
  padding-inline-end: 10px;
  position: relative;
}
.chatbot .chat_card .card-body .chat-content .overlay-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffb3;
  z-index: 10;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.chatbot .chat_card .card-body .chat-content .overlay-in.hide {
  opacity: 0;
  visibility: hidden;
}
.chatbot .chat_card .card-body .chat-content .overlay-in .loading-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: var(--primary-color) var(--secondery-color);
  opacity: 0.5;
  animation: rotate 2s infinite;
}
.logo-respose-chat {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.chatbot .chat_card .card-body .chat_form .chat .waiting-reply-ai {
}
.chatbot .chat_card .card-body .chat_form .chat .waiting-reply-ai .msg {
  background-color: #dedede;
  height: 30px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0;
  animation: upp 0.5s ease-in-out;
}
.chatbot .chat_card .card-body .chat_form .chat .waiting-reply-ai .msg span {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: waiting_replay 1s infinite alternate ease-in-out;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .waiting-reply-ai
  .msg
  span:nth-of-type(1) {
  animation-delay: 0.1s;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .waiting-reply-ai
  .msg
  span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.chatbot
  .chat_card
  .card-body
  .chat_form
  .chat
  .waiting-reply-ai
  .msg
  span:nth-of-type(3) {
  animation-delay: 0.3s;
}
.chatbot .image-chat-pot-container {
  position: relative;
  width: fit-content;
}
.chatbot .image-chat-pot-container .image-chat-pot-container_text {
  position: absolute;
  z-index: 2;
  bottom: 17%;
  inset-inline-end: 75%;
  min-width: 70px;
  padding: 10px;
  background-color: #006b84;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  backdrop-filter: blur(3px);
}
.chatbot .image-chat-pot-container .image-chat-pot-container_text:after {
  content: " ";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  background: #006b84;
  width: 20px;
  height: 30px;
  z-index: 2;
}
html[dir="rtl"]
  .chatbot
  .image-chat-pot-container
  .image-chat-pot-container_text {
  min-width: 80px;
}
.chatbot .chat-voice {
  width: 100%;
}
.chatbot .chat-voice .chat-voice-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.chatbot .chat-voice .chat-voice-in {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.chatbot .chat-voice .chat-voice-in img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.7s;
  z-index: 10;
}
.chatbot .chat-voice .chat-voice-in .ball-big-rep {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: var(--secondery-color);
  opacity: 0.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  transition: all 0.7s;
}
.chatbot .chat-voice .chat-voice-in.active .chat-voice_voice_to_text_open {
  opacity: 1;
}
.chatbot .chat-voice .chat-voice-in.active .chat-voice_voice_to_text_close {
  opacity: 0;
}
.chatbot .chat-voice .line-voice {
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.chatbot .chat-voice .line-voice > div {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 0%;
  background-color: #6c6c6c;
}
.chatbot .chat-voice .line-voice-container {
  height: 0px;
  overflow: hidden;
}
.chatbot .chat-voice .counter-voice {
  text-align: end;
}
.chatbot .chat-voice .counter-voice > span {
  color: var(--secondery-color);
  font-weight: 500;
  font-size: 13px;
}
.expected-questions-chatbots {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  padding: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.expected-questions-chatbots_text {
  margin: 0;
  background-color: #006b84c2;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 5px;
}

@keyframes waiting_replay {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes upp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*chatbot*/
/*404*/

._404-page .page-content {
  text-align: center;
}

._404-page ._404-image ._404-image-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
._404-page ._404-image ._404-image-container ._404-number {
  position: absolute;
  z-index: 2;
  bottom: 60%;
  inset-inline-end: 80%;
  color: var(--secondery-color);
  font-weight: bold;
  font-size: 120px;
  line-height: 1;
  text-shadow: 0 12px 3px var(--primary-color);
}
._404-page ._404-image img {
  width: 260px;
  position: relative;
  z-index: 1;
}

/*404*/
/***************new about page style*********************/
.about-img {
  aspect-ratio: 465 / 489;
  max-width: 465px;
  margin: auto;
}
.custom-list > li {
  position: relative;
  font-size: 16px;
  color: #424446;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.custom-list > li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--secondery-color);
  font-size: 20px;
  margin-inline-end: 12px;
}
.about-page .page-head .subtitle {
  font-size: 26px;
  text-align: start;
}
.description {
  font-size: 16px;
}
.about-tabs .nav-link {
  display: flex;
  align-items: center;
}
.about-tabs .nav-link .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1e7da3 0%, #1d5166 100%);
  color: var(--white-color);
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
.about-tabs .nav-link .number > span {
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 1.9;
  padding: 0;
  margin: 0;
}
.about-tabs .nav-link .number::before {
  content: "";
  display: inline-block;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  border: 1.5px solid transparent;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.about-tabs .nav-link.active .number::before {
  border-color: #1e7da3;
}
.about-tabs .nav-item {
  position: relative;
}
.about-tabs .nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  background: linear-gradient(270deg, #1e7da3 100%, #1d5166 116.67%);
  position: absolute;
}
.about-tabs .nav-link .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-inline-start: 8px;
  text-transform: capitalize;
  text-align: start;
}
.about-tabs .nav-link.active .text {
  background: linear-gradient(180deg, #1e7da3 0%, #1d5166 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-tabs .about-navTabs {
  row-gap: 45px;
}
.identity-content .tab-pane {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: var(--border-raduis);
  padding: 24px;
}
.identity-content .tab-pane::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/identity-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: rotateY(180deg);
}
html[dir="rtl"] .identity-content .tab-pane::before {
  transform: rotateY(0deg);
}
.identity-img {
  aspect-ratio: 440 / 308;
  max-width: 440px;
  margin: auto;
}
.li-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-inline-start: 8px;
}
.li-text {
  color: #424446;
  margin-top: 12px;
  font-size: 14px;
}
.why-item {
  position: relative;
  border-radius: var(--border-raduis);
  overflow: hidden;
  padding: 16px;
}
.why-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/why_us_bac.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: rotateY(180deg);
}
html[dir="rtl"] .why-item::before {
  transform: rotateY(0deg);
}
.items-content .why-item:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
}
.li-head .li-icon img {
  width: 20px;
}

/********************time line ******************/

.timeline-wrapper {
  display: flex;
}
.timeline-wrapper > .swiper {
  margin: 0;
  width: 100%;
}
.timeline-wrapper > .swiper .swiper-wrapper {
  padding-top: 240px;
  padding-bottom: 180px;
}
.timeline-event {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.timeline-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
.timeline-cont::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
}
.e-year {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  padding: 10px 0;
}
.e-desc {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  font-size: 14px;
  color: var(--text-color);
  position: relative;
  margin-top: 70px;
  background-color: var(--white-color);
  border-radius: var(--border-raduis);
  padding: 10px;
}
.e-circle {
  width: 24px;
  height: 24px;
  border: 2px solid var(--secondery-color);
  border-radius: 50%;
  position: relative;
}
.e-circle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--secondery-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-circle::before {
  content: url(../images/line.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-wrapper .swiper-slide:nth-of-type(even) .timeline-event .e-desc {
  order: 1;
  align-items: flex-end;
  margin-bottom: 70px;
}
.timeline-wrapper
  .swiper-slide:nth-of-type(even)
  .timeline-event
  .e-circle::before {
  transform: rotateX(180deg) translateX(-50%);
  top: unset;
  bottom: 100%;
}
.timeline-wrapper .swiper-slide:nth-of-type(even) .timeline-event .e-circle {
  order: 2;
}
.timeline-wrapper .swiper-slide:nth-of-type(even) .timeline-event .e-year {
  order: 3;
}
.timeline-wrapper
  .swiper-slide:nth-of-type(odd)
  .timeline-event
  .timeline-cont {
  top: -63px;
}
.timeline-wrapper
  .swiper-slide:nth-of-type(even)
  .timeline-event
  .timeline-cont {
  bottom: -63px;
}
.timeline-wrapper
  .swiper-slide:nth-of-type(odd)
  .timeline-event
  .timeline-cont::before {
  top: 63px;
}
.timeline-wrapper
  .swiper-slide:nth-of-type(even)
  .timeline-event
  .timeline-cont::before {
  bottom: 62px;
}
/*loading-site*/

.loading-site {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.1s;
}
.loading-site dotlottie-player {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.loading-site.hidden-in {
  opacity: 0;
  visibility: hidden;
}
.loading-site span {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid;
  border-top-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--secondery-color);
  border-right-color: var(--secondery-color);
  animation: rotate 2s infinite;
}

/*loading-site*/
/*service-card-slider*/

.service-card-slider > .swiper {
  padding-bottom: 10px;
}
.service-card-slider .swiper-wrapper {
  cursor: grab;
}
.service-card-slider .swiper-wrapper.swiper-grabbing {
  cursor: grabbing;
}
.service-card-slider .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
}
.service-card-slider
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: var(--secondery-color);
}
.service-card-slider .swiper-button-prev,
.service-card-slider .swiper-button-next,
.timeline-wrapper .swiper-button-prev,
.timeline-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.timeline-wrapper .swiper-button-prev,
.timeline-wrapper .swiper-button-next {
  width: 30px;
  height: 30px;
}
.service-card-slider .swiper-button-prev::after,
.service-card-slider .swiper-button-next::after,
.timeline-wrapper .swiper-button-prev::after,
.timeline-wrapper .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 1px #fff;
}
.timeline-wrapper .swiper-button-prev::after,
.timeline-wrapper .swiper-button-next::after {
  font-size: 15px;
}
.service-card-slider .swiper-button-prev.swiper-button-disabled,
.service-card-slider .swiper-button-next.swiper-button-disabled,
.timeline-wrapper .swiper-button-prev.swiper-button-disabled,
.timeline-wrapper .swiper-button-next.swiper-button-disabled {
  display: none;
}

/*service-card-slider*/
/***********************new services dropdown***********************/
.list-dropdown .dropdown_btn {
  background-color: #ffe2d8;
  border-radius: 8px;
  padding: 12px;
  padding-inline-end: 35px;
  color: #1d5166;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1.5px solid #ffbda7;
}
.list-dropdown .dropdown_btn,
.list-dropdown .dropdown_btn .dropdown-text {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  /* 	transition : 1s; */
}
@media (max-width: 767px) {
  .list-dropdown .dropdown_btn,
  .list-dropdown .dropdown_btn .dropdown-text {
    max-width: 100%;
  }
}
.list-dropdown .dropdown_btn .dropdown-text {
  text-overflow: ellipsis;
}

.list-dropdown .dropdown_btn:hover,
.list-dropdown .dropdown_btn:hover .dropdown-text {
  max-width: 100%;
}

.list-dropdown .dropdown-icon {
  display: inline-block;
  margin-inline-end: 8px;
  font-size: 18px;
}
.list-dropdown .dropdown-icon {
  font-size: 18px;
}
.list-dropdown .dropdown-icon img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
/* .list-dropdown .dropdown-toggle .dropdown-icon img {
  filter: brightness(0) invert(1);
} */
.list-dropdown .dropdown_btn .la-angle-down {
  margin-inline-start: 5px;
  font-size: 14px;
  position: absolute;
  inset-inline-end: 12px;
  color: #1d5166;
}
.dropdown-toggle::after {
  display: none;
}
.list-dropdown .dropdown-menu {
  background-color: var(--white-color);
  box-shadow:
    0 12px 16px -4px rgba(10, 13, 18, 0.08),
    0 4px 6px -2px rgba(10, 13, 18, 0.03);
  border: none;
  border-radius: var(--btn-raduis);
  padding: 8px;
}
.list-dropdown .dropdown-item {
  font-size: 16px;
  color: var(--text-color);
  padding: 10px;
  border-radius: var(--btn-raduis);
  position: relative;
  cursor: pointer;
  text-align: start;
  white-space: wrap;
  display: flex;
  align-items: flex-start;
}
.list-dropdown .dropdown-item.active {
  background-color: rgba(241, 93, 42, 0.1);
  color: var(--secondery-color);
}

/*
 * 
Document Center
 * */
.box-doc {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 5px #00000017;
  position: relative;
  overflow: hidden;
  aspect-ratio: 10 / 6.5;
}
.box-doc a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.box-doc .img-container {
  overflow: hidden;
  height: 100%;
  background-color: #f8f9fc;
  padding: 10px;
  border-radius: 8px;
  height: 100%;
  position: relative;
  box-shadow: 0 0 5px #00000017;
}
.box-doc .img-container > div {
  perspective: 500px;
  height: 100%;
  position: relative;
}
.box-doc .img-container .img {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 5px #00000017;
  transition: all 0.7s;
}
.box-doc .img-container .img:nth-of-type(odd) {
  left: 0;
}
.box-doc .img-container .img:nth-of-type(even) {
  right: 0;
}
.box-doc .img-container .img:first-of-type {
  transform: translatey(0px);
}
.box-doc .img-container .img:nth-of-type(2) {
  transform: translatey(25px);
}
.box-doc .img-container .img:nth-of-type(3) {
  transform: translatey(50px);
}
.box-doc .img-container .img:nth-of-type(4) {
  transform: translatey(75px);
}
.box-doc .img-container .img:nth-of-type(5) {
  transform: translatey(100px);
}
.box-doc .img-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-doc .heads {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 50px 15px 20px 15px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  background-image: url("../images/shep-unborder.png");
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
  height: 100px;
}
.box-doc .heads .icon {
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.box-doc .heads .icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.box-doc .heads .text {
  color: #1b1d1e;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: 7px;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: center;
  width: 100%;
}
.box-doc .heads .overlay-shep {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  filter: drop-shadow(0px 0px 5px #00000017);
}

.box-doc:hover .img-container .img:nth-of-type(odd) {
  rotate: 3deg;
  scale: 1.01 1.01;
}
.box-doc:hover .img-container .img:nth-of-type(even) {
  rotate: -3deg;
  scale: 0.99 0.99;
}
/*
 * login-page
 * */

.login-page #loginform {
  width: 500px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #00000029;
  padding: 20px;
}
.login-page #loginform label {
  width: 100%;
  margin-bottom: 5px;
  color: #434343;
  font-weight: 500;
  font-size: 20px;
}
.login-page #loginform input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 2px solid #959595;
  padding: 5px 15px;
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}
.login-page #loginform .user-pass-wrap .wp-pwd {
  position: relative;
}
.login-page #loginform .user-pass-wrap .wp-pwd input {
  padding-inline-end: 45px;
}
.login-page #loginform .user-pass-wrap .wp-pwd [type="button"] {
  position: absolute;
  inset-inline-end: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  border: 0;
  background-color: transparent;
  color: var(--secondery-color);
  font-size: 30px;
}
.login-page #loginform .submit {
  margin-bottom: 0;
  margin-top: 1rem;
}
.login-page #loginform .submit [type="submit"] {
  color: #fff;
  border: 0;
}
.login-page #loginform .submit [type="submit"].active {
  opacity: 0.5;
  cursor: not-allowed;
}

/*
 * login-page-popup
 * */

.login-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
  transition: all 0.7s;
  overflow: auto;
  padding-top: 30px;
  background-color: #00000045;
  opacity: 0;
  visibility: hidden;
}
.login-page-popup.login-page-popup_show {
  opacity: 1;
  visibility: visible;
}

/*
 * login-page-popup
 * */

.logout-in {
  overflow: hidden;
}
.logout-in img {
  width: 30px;
  height: 30px;
  transform: scale(2);
  position: relative;
  top: 6px;
}

/***********************document center**********************/
.dcFilter-controls,
.dcFilter-results {
  display: none;
}

.dc-search-btn {
  inset-inline-end: 12px;
}
.dc-search-btn img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(24%) saturate(1348%)
    hue-rotate(152deg) brightness(97%) contrast(87%);
}
.dc-select {
  color: #1d5166;
  padding: 0;
  -webkit-text-fill-color: #1d5166;
}
.dc-select.ss-main {
  background-color: #fb65141a;
  border: 1.5px solid #c244001a;
}
.dc-select .ss-list {
  background-color: var(--white-color);
}

.dc-select .ss-arrow path {
  stroke: #1d5166;
}
.dc-select .ss-list .ss-option,
.dc-select .ss-values .ss-single {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  margin: 0;
}
.dc-search-content {
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 10px #e3e3e3ab;
}
.dc-search-content .dc-select,
.dc-search-content .custom-input {
  height: 50px;
  min-height: 50px;
}
.dc-search-content .custom-input {
  background-color: transparent;
}
.dc-select .ss-list .ss-option {
  -webkit-text-fill-color: #666666;
  transition: 0.3s ease;
}
.dc-select .ss-list .ss-option:first-child {
  margin-top: 4px;
}
.dc-select .ss-list .ss-option:not(:last-child) {
  margin-bottom: 1px;
}
.dc-select .ss-list .ss-option.ss-selected,
.dc-select .ss-list .ss-option:not(.ss-disabled).ss-selected,
.dc-select .ss-list .ss-option:hover {
  background-color: rgba(241, 93, 42, 0.1);
  -webkit-text-fill-color: var(--secondery-color);
}
.dc-select .ss-list .ss-option .dcSelect-icon,
.dc-control .dcFilter-icon {
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.dc-select .ss-list .ss-option.ss-selected .dcSelect-icon,
.dc-select .ss-list .ss-option:not(.ss-disabled).ss-selected .dcSelect-icon,
.dc-select .ss-list .ss-option:hover .dcSelect-icon,
.dc-control.mixitup-control-active .dcFilter-icon {
  filter: grayscale(0);
}
.dc-control {
  height: 40px;
  padding: 15px;
  background-color: var(--white-color);
  border-radius: var(--border-raduis);
  font-weight: 500;
  color: #666666;
  border: 1px solid transparent;
}
.dc-control.mixitup-control-active {
  color: var(--secondery-color);
  border-color: var(--secondery-color);
  background-color: rgba(241, 93, 42, 0.1);
}
.box-doc-file {
  border-radius: var(--btn-raduis);
  width: 100%;
}
.box-doc-file .img-container {
  padding: 12px 12px 0 12px;
}
.box-doc-file .img {
  aspect-ratio: 256 / 148;
  border-start-start-radius: var(--btn-raduis);
  border-start-end-radius: var(--btn-raduis);
}
.box-doc-file .box-doc-info {
  padding: 12px;
  border-top: 1px solid #f0f0f0;
}
.box-doc-file:hover .download-icon {
  animation-duration: 1.1s;
  animation-name: download;
  animation-iteration-count: infinite;
}
@keyframes download {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(2px);
  }
}
.box-doc-info .pdf-icon {
  width: 35px;
  height: 35px;
  background: linear-gradient(221deg, #ffe6d4 1.94%, #fff 91.96%);
  flex-shrink: 0;
}
.box-doc-info .pdf-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.box-doc-info .title {
  color: var(--text-color);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
}
.box-doc-info .size {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #8e8e8e;
  font-size: 12px;
}
.box-doc-file .overlayDownload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.custom-tabs.document-center-tabs .navTabs {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
/***********************document center**********************/
/*more menu*/
.more-items-menu-primary {
  width: 50px;
  margin: 0;
  position: relative;
}
.more-items-menu-primary .icon {
  margin: 0;
  color: #f8fafa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.more-items-menu-primary .menu-items-rem {
  position: absolute;
  bottom: calc(100% + 15px);
  background-color: #202020;
  inset-inline-end: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 -1px 5px #41414178;
  width: 150px;
  display: none;
}
.more-items-menu-primary .menu-items-rem::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #202020 transparent transparent transparent;
  inset-inline-end: 18px;
}
.more-items-menu-primary .menu-items-rem > .menu-item > a {
  padding: 10px;
  display: flex;
}
.more-items-menu-primary .menu-items-rem > .menu-item > a > span {
  width: auto;
}
/*more menu*/
/*subscription-conversion-page*/

.subscription-conversion-page_text {
  text-align: center;
}

/*subscription-conversion-page*/
/*blog*/

.blogs-content .service-content {
  margin-top: 50px;
}
.blogs-content_only {
  row-gap: 24px;
}

.blog-in {
  background-color: #fff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 5px #00000012;
  transition: all 0.7s;
  position: relative;
  top: 0;
  height: 100%;
}
.blog-in:hover {
  top: -5px;
  transform: scale(1.05, 1.05);
}
.blog-in_img {
  width: 100%;
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #0000001a;
  aspect-ratio: 10 / 5;
}
.blog-in_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-in_content_all {
  padding: 15px;
}
.calendar-create_at {
  margin-bottom: 3px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  background-color: #f15d2a1c;
  padding: 6px 15px;
  border-radius: 6px;
  color: var(--secondery-color);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
}
.calendar-create_at img {
  width: 15px;
}
.blog-in .item-head .item-title {
  font-weight: 500;
  text-shadow: 0 0 0px var(--text-color);
  margin-bottom: 15px;
}
.blog-in .item-breif {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}

.blogs-content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.blogs-content .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  color: #7f7f7f;
  font-weight: 500;
  text-shadow: 0 0 1px #7f7f7f;
  font-size: 18px;
  box-shadow: 0 0 5px #7f7f7f21;
  transition: all 0.7s;
}
.blogs-content .pagination .page-numbers:hover,
.blogs-content .pagination .page-numbers.current {
  background-color: #f05d2a;
  color: #fff;
}
.blog-in_link a {
  background-color: #fb651429;
  padding: 10px 25px;
  border-radius: 10px;
  border: 1.5px solid #fb651461;
  width: 100%;
}

/*blog*/
/*single blog*/

.blog-single-content_content {
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #00000021;
}
.blog-single-content_content.blog-single-content_content_small {
  padding: 15px;
}
.blog-single-content_content_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.time-read {
  font-size: 13px;
  text-shadow: 0 0 0px var(--primary-color);
  font-weight: 500;
}
.main-text-blog {
  color: #1b1d1e;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.blog-single-content_content_form_text_cont {
  margin-bottom: 25px;
  width: 70%;
  margin-inline: auto;
}
.blog-single-content_content_form .page-head .subtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
}
.blog-single-content_content_form .description {
  margin-top: 0;
}
.blog-single-content_content_form textarea.custom-input {
  height: 44px;
}
.blog-single-content_content_form_info_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.blog-single-content_content_form_info_contact a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: linear-gradient(186deg, #d3f7ff 4.11%, #ffffff 94.52%);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #1d5166;
  font-weight: 500;
  text-shadow: 0 0 0px #1d5166;
  transition: all 0.7s;
}
.blog-single-content_content_form_info_contact a:hover {
  transform: scale(1.05, 1.05);
}
.blog-single-content_content_form_info_contact a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.blog-single-content_content_card {
  background-color: #1d5166;
  text-align: center;
}
.blog-single-content_content_card_img {
  margin-bottom: 10px;
}
.blog-single-content_content_card_img img {
  width: 150px;
}
.blog-single-content_content_card_head,
.blog-single-content_content_card_text {
  margin-bottom: 10px;
}
.blog-single-content_content_card_head h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.blog-single-content_content_card_text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.blog-single-content_content_card_btn a {
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  border-width: 2px;
}
.head-side {
  color: #1b1d1e;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  text-shadow: 0 0 0px #1b1d1e;
}
.blog-single-content_content_share_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-single-content_content_share_container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 2px solid #a4a7ae;
  border-radius: 8px;
  transition: all 0.7s;
  position: relative;
}
.blog-single-content_content_share_container a svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.7s;
}
.blog-single-content_content_share_container a .show-text {
  position: absolute;
  bottom: calc(0% + 5px);
  opacity: 0;
  visibility: hidden;
  background-color: #252525;
  display: flex;
  padding: 5px 15px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 1px #fff;
  border-radius: 6px;
  transition: all 0.7s;
}
.blog-single-content_content_share_container a .show-text.show {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
}
.blog-single-content_content_share_container a .show-text::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #252525 transparent transparent transparent;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
.blog-single-content_content_share_container a:hover {
  background-color: #f15d2a38;
  border-color: #f15d2a91;
}
.blog-single-content_content_share_container a:hover svg {
  filter: brightness(0) saturate(100%) invert(43%) sepia(45%) saturate(1525%)
    hue-rotate(340deg) brightness(96%) contrast(98%);
}

.blog-single-content_content_point_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.blog-single-content_content_point_container_item {
  width: 100%;
}
.blog-single-content_content_point_container_item a {
  width: 100%;
  display: flex;
  color: #3e4144;
  text-shadow: 0 0 0px #3e4144;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.7s;
  padding: 6px 15px;
  border-radius: 6px;
}
.blog-single-content_content_point_container_item a span:first-of-type {
  flex-grow: 0;
  padding-inline-end: 7px;
  width: 25px;
}
.blog-single-content_content_point_container_item a:hover {
  color: var(--secondery-color);
  text-shadow: 0 0 0px var(--secondery-color);
  background-color: #fef7f4;
}
.blog-single-content_content_point_container_item.h2-custom a {
  font-size: 17px;
}
.blog-single-content_content_point_container_item.h3-custom a {
  font-size: 16px;
}
.blog-single-content_content_point_container_item.h4-custom a {
  font-size: 15px;
}
.blog-single-content_content_point_container_item.h5-custom a {
  font-size: 14px;
}
.blog-single-content_content_point_container_item.h6-custom a {
  font-size: 13px;
}

.blog-single-content_content_main_point {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0px 2px #00000073;
  margin-bottom: 15px;
  display: none;
}
.blog-single-content_content_main_share {
  display: none;
}

/*single blog*/
/*new shape*/

.video-all {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 10 / 4;
  position: relative;
}
.video-all video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.video-all img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  cursor: pointer;
  transition: all 0.7s;
}
.video-all img.hide {
  opacity: 0;
  visibility: hidden;
}
.head-small {
  color: #1d5166;
  font-weight: normal;
  font-size: 18px;
}
.points-items {
}
.points-items .point-item {
  display: flex;
  color: #424446;
  font-size: 16px;
  margin-bottom: 10px;
  gap: 15px;
  align-items: flex-start;
}
.points-items .point-item img {
  width: 25px;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}
.single-product-content .info-shape .custom-card{
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

/*new shape*/
.faq-section-container .faq-section{
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .side-nav {
    transform: translate(-100%, -50%);
    transition: transform 0.3s ease;
    inset-inline-start: 0px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  html[dir="rtl"] .side-nav {
    transform: translate(100%, -50%);
  }
  .side-nav.visible {
    transform: translate(0, -50%) !important;
  }
  #toggleSideNav {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 30px;
    background-color: var(--primary-color);
    position: absolute;
    color: var(--white-color);
    inset-inline-start: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    border-start-end-radius: 5px;
    border-end-end-radius: 5px;
    transition: 0.3s ease;
  }
  #toggleSideNav i {
    transition: transform 0.3s ease;
    animation: arrow 1.1s infinite;
  }
  .side-nav.visible #toggleSideNav i {
    animation: none;
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 992px) {
  .hero-video {
    height: 100vh;
  }
  .about-tabs .nav-link {
    padding: 8px 0;
  }
  .identity-tabs.custom-tabs .nav-link {
    min-width: 160px;
  }
  .about-tabs .nav-item:not(:last-child)::after {
    width: 2px;
    height: 48px;
    top: 100%;
    inset-inline-start: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .txt-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .hero-video {
    height: 100vh;
  }
  .txt-content {
    max-width: unset;
  }
  .footer-list li > a {
    padding: 8px 20px;
    display: block;
    text-align: center;
    min-width: 100px;
  }
  .footer-list li > a img {
    width: 22px;
    height: 22px;
  }
  .footer-list li > a > span {
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: normal;
  }
  /****************single product*****************/
  .why-box {
    width: 40%;
    margin: auto;
  }
  /**********single service******/
  .single-service-content .overview-img {
    aspect-ratio: 389 / 240;
    margin: auto;
  }
  .getting-start-img {
    aspect-ratio: 409 / 250;
    margin: auto;
  }
  .about-section-container
    .about-section:nth-of-type(even)
    .row
    > div:first-of-type,
  .mission-section-container
    .mission-section:nth-of-type(even)
    .row
    > div:first-of-type {
    order: 1;
  }
  .about-section-container
    .about-section:nth-of-type(even)
    .row
    > div:last-of-type,
  .mission-section-container
    .mission-section:nth-of-type(even)
    .row
    > div:last-of-type {
    order: 2;
  }
  .inclusive-content .overview-img {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .about-tabs .nav-link {
    padding: 0 8px;
  }
  .about-tabs .nav-item:not(:last-child)::after {
    width: 48px;
    height: 2px;
    top: 50%;
    inset-inline-start: calc(100%);
    transform: translateY(-50%);
  }
  .about-page .page-head .subtitle {
    font-size: 20px;
  }
  .about-tabs .nav-link .text {
    display: none;
  }
  .about-tabs .about-navTabs {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-tabs .about-navTabs .nav-item {
    flex: 1;
  }
  .about-tabs .about-navTabs .nav-item .nav-link {
    margin: auto;
  }
  .about-tabs .nav-item:not(:last-child)::after {
    width: 50%;
    height: 2px;
    top: 50%;
    inset-inline-start: 100%;
    transform: translate(-50%, -50%);
  }
  html[dir="rtl"] .about-tabs .nav-item:not(:last-child)::after {
    transform: translate(50%, -50%);
  }
  .blog-single-content .left-side {
    display: none;
  }
  .blog-single-content_content_main_share,
  .blog-single-content_content_main_point {
    display: block;
  }
  .blog-single-content_content_form_text_cont {
    width: 100%;
  }
  .blog-single-content_content_form .page-head .subtitle {
    font-size: 24px;
  }
  .blog-single-content_content_form .description {
    font-size: 14px;
  }
  .blog-single-content_content_form_info_contact {
    gap: 8px;
  }
  .blog-single-content_content_form_info_contact a {
    font-size: 13px;
  }
  .blog-single-content_content_form_info_contact a img {
    width: 15px;
    height: 15px;
  }
  .contact-content .row > [class^="col-"]:first-of-type {
    margin-bottom: 20px;
  }
	
}
@media screen and (min-width: 768px) {
  .mission-box:first-child,
  .mission-box:last-child {
    padding-inline-start: 70px;
  }
  .mission-box:nth-child(2),
  .mission-box:nth-child(4) {
    padding-inline-start: 185px;
  }
  .mission-box:nth-child(3) {
    padding-inline-start: 240px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .txt-description {
    margin-inline-start: 0px;
  }
  .title-content {
    margin-inline-start: 0px;
  }

  .title-content::before {
    inset-inline-start: -150px;
  }
  .hero-txt .first-line,
  .hero-txt .second-line {
    font-size: 35px;
  }
  .hero-txt .third-line {
    font-size: 20px;
  }
  .action-anchors {
    margin-inline-start: 0px;
    margin-top: 90px;
  }
  .menu-img {
    display: none;
  }
  .copy-text,
  .company-name {
    font-size: 12px;
  }
  .menu-item > .menu-link {
    font-size: 16px;
  }
  .mission-box .line {
    display: none;
  }
  /***********services*******/
  .page-head .subtitle {
    font-size: 26px;
  }
  .item-head .item-title {
    font-size: 18px;
  }
  .act-btn {
    font-size: 13px;
  }
  .breadcrumb {
    display: none;
  }
  .page-title {
    margin-bottom: 24px;
  }
  .custom-tabs .nav-link {
    font-size: 12px;
    padding: 10px 20px;
  }
  .inclusive-content .overview-img {
    width: 100%;
  }
  .why-box {
    width: 60%;
  }

  .txt-content {
    padding-inline-end: 30px;
  }
  .float-buttons .float-button.float-button-ai {
    display: flex;
  }
  .chatbot .image-chat-pot-container {
    display: none;
  }

  .chatbot .chat_card {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    /* 		height: calc(100% - 30px); */
  }
  .chatbot .chat_card .card-body .chat-content {
    max-height: 250px;
  }
}
@media screen and (max-width: 567px) {
  .chatbot .image-chat-pot-container .img {
    width: 90px;
  }
  ._404-page ._404-image img {
    width: 130px;
  }
  ._404-page ._404-image ._404-image-container ._404-number {
    font-size: 70px;
  }
  .login-page #loginform {
    width: 100%;
  }
  .login-page #loginform label {
    font-size: 16px;
  }
  .hero-section .hero-txt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .action-anchors {
    margin-top: 10px;
  }
  .hero-section .hero-txt .txt-description {
    display: none;
  }
  .blogs-content .pagination {
    gap: 5px;
  }
  .blogs-content .pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .blog-single-content_content {
    padding: 25px 15px;
  }
  .blog-single-content_content_main_point {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 400px) {
  .why-box {
    width: 75%;
  }
  .about-tabs .nav-item:not(:last-child)::after {
    width: 30%;
  }
}
@media screen and (max-width: 350px) {
  .why-box {
    width: 100%;
  }
}

.wpml-ls-statics-footer {
  display: none !important;
}
