@font-face {
  font-family: "29LTAzer";
  src: url(../fonts/alfont_com_29LTAzer.ttf);
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}

.bold {
  font-family: "Montserrat-bold";
}

*,
* button:focus {
  outline: 0;
}

:root {
  --mainColor: #25527b;
  --pink: #f7f4fb;
  --subColor: #0d244c;
  --primary: #16181e;
  --blue: #19213d;
  --secondary: #edf5ff;
  --secondary2: #d2f2ff;
  --orange: #fd661f;
  --yellow: #ffa135;
  --grey: #c4c4c4;
  --green: #5db168;
  --green2: #1cca81;
  --dark: #070707;
  --grey-text: #8d8b8b;
  --brown: #ce8067;
  --cyan: #fdfaf5;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-30: 30px;
  --bs-form-check-bg: #c4c4c4;
}

.box-shadow {
  box-shadow: 0 2px 23px 10px hsla(274.15, 4.42%, 80.23%, 0.2) !important;
}

.no-radius {
  border-radius: 0px !important;
}

.raddius-8 {
  border-radius: var(--radius-8);
}

.raddius-15 {
  border-radius: var(--radius-15);
}

.rounded {
  border-radius: var(--radius-30) !important;
}

.half-rounded {
  border-radius: 30px 0 0 30px !important;
  padding: 10px 60px !important;
  position: relative;
}
.half-rounded::after {
  position: absolute;
  contain: "";
  border: 1px solid white;
  border-radius: 30px !important;
  width: 100%;
  height: 100%;
}

.mainColor {
  color: var(--mainColor) !important;
}

.text-danger {
  color: #d6293e !important;
}

.blue-color {
  color: var(--blue) !important;
}

.orange-color {
  color: var(--orange) !important;
}

.green-text {
  color: var(--green) !important;
}

.green2-text {
  color: var(--green2) !important;
}

.yellow-color {
  color: var(--yellow) !important;
}

.yellow-1-color {
  color: #ffbc1f !important;
}

.grey-text {
  color: var(--grey-text) !important;
}

.purple-text {
  color: #4d56a2 !important;
}

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

.grey-dark {
  color: #555555;
}

.bg-white {
  background-color: white !important;
}

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

.bg-purple-light {
  background-color: #e9eaf4;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "29LTAzer";
  text-decoration: none;
  font-size: 22px;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  direction: rtl;
}

.size-6 {
  font-size: 15px !important;
}

.vertical-middle {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.fs-1 {
  font-size: 4.5rem !important;
}

.fs-2 {
  font-size: 2.2rem !important;
}

.fs-3 {
  font-size: 1.9rem !important;
}

.fs-4 {
  font-size: 1.4rem !important;
}

.fs-6 {
  font-size: 1.1rem !important;
}

.fs-7 {
  font-size: 18px;
}

.min-height-115 {
  min-height: 115px !important;
}

.height-210 {
  height: 210px !important;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn {
  overflow: hidden;
}

/* ==================== global style ============================== */
.pr-55 {
  padding-right: 55px;
}

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

.line-through {
  text-decoration: line-through;
}

.hvr-orange:hover {
  text-decoration: underline;
  color: var(--orange) !important;
}

.underline-text {
  text-decoration: underline;
}

.d-inline {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.justify-content-space-between {
  justify-content: space-around;
}

.mt-100 {
  margin-top: 110px !important;
}

.hvr-shutter-out-vertical:before {
  background: var(--subColor);
  color: #fff !important;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
}

article {
  line-height: 1.7rem;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

i {
  font-size: 16px;
}

.background-mainColor {
  background-color: var(--mainColor);
}

.background-primary {
  background-color: var(--primary);
}

.background-secondary {
  background-color: var(--secondary);
}

.background-secondary2 {
  background-color: var(--secondary2);
}

.background-gradiant {
  background: rgb(210, 242, 255);
  background: linear-gradient(90deg, rgba(210, 242, 255, 0.9920343137) 0%, rgba(210, 242, 255, 0) 100%);
}

.btn {
  text-align: center;
  padding: 10px 30px;
}

.btn-primary {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.text-btn {
  border: 0px;
  background-color: transparent;
  font-size: 25px;
}
.text-btn span {
  margin-left: 5px;
  background: #d2f2ff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-success {
  background-color: var(--green2);
  border-color: var(--green2);
}

.btn-outline-primary {
  border-color: rgba(37, 82, 123, 0.3294117647);
}
.btn-outline-primary:hover {
  background: rgb(210, 242, 255);
  background: linear-gradient(90deg, rgba(210, 242, 255, 0.9920343137) 0%, rgba(210, 242, 255, 0) 100%);
  border-color: var(--mainColor);
}

.btn-outline-primary {
  border-color: rgba(37, 82, 123, 0.3294117647);
}
.btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: rgb(210, 242, 255) !important;
  border-color: var(--mainColor) !important;
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

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

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 16px;
  line-height: 1.8;
}

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

.section_padding {
  padding: 50px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 0 4px 11px 4px hsla(274.15, 4.01%, 75.39%, 0.2);
  border: 1px solid rgba(204, 204, 204, 0.13);
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.6rem;
  border-radius: 15px;
  font-size: 17px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--mainColor);
  color: white;
}

/*---------------header-----------------------*/
header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  /* Ensure it stays on top */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
}
header .dropdown-divider {
  border: 1px solid rgb(223, 221, 221);
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #1D1D1D;
  font-size: 17px;
}
header .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 0px;
  background-color: var(--mainColor);
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
  border-radius: var(--radius);
}
header .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor) !important;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
}
header .profile-dropdown img {
  width: 45px;
  height: 45px;
  border: 1px solid var(--mainColor);
  padding: 1px;
}

header.nav-scroll {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
}

.nav-link {
  padding: 0 12px !important;
}

.btn-light.hvr-txt-trans:hover {
  color: var(--subColor) !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}
.header.transparent-header .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header .top-header .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}
.header.transparent-header.nav-scroll .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header.nav-scroll .top-header .nav-link {
  color: white !important;
}

/*---hero section------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.hero-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 200px;
  background-image: url(../images/hero/icons/after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 100%;
}
.hero-section::before {
  position: absolute;
  content: "";
  top: 80px;
  right: 0;
  background-image: url(../images/hero/icons/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 80%;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.hero-section .slide_up_down {
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.hero-section .left-section .main-img {
  height: 390px;
}
.hero-section .left-section .front-img {
  position: absolute;
  top: 105px;
  left: 110px;
  height: 370px;
  animation: slideInUp 2s ease-in-out forwards;
}
.hero-section .left-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-section .left-section .icons .icon1,
.hero-section .left-section .icons .icon2,
.hero-section .left-section .icons .icon3,
.hero-section .left-section .icons .icon4 {
  position: absolute;
}
.hero-section .left-section .icons .icon1 {
  top: 50px;
  right: 0;
  height: 50px;
}
.hero-section .left-section .icons .icon2 {
  top: 0;
  left: -150px;
  height: 50px;
}
.hero-section .left-section .icons .icon3 {
  bottom: 104px;
  right: -12px;
  height: 45px;
}
.hero-section .left-section .icons .icon4 {
  bottom: 0;
  left: -150px;
  height: 80px;
}
.hero-section .left-section .icons .icon1,
.hero-section .left-section .icons .icon2 {
  animation: slide_down_up 3s ease-in-out infinite alternate both;
}
.hero-section .left-section .icons .icon3,
.hero-section .left-section .icons .icon4 {
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.hero-section ul {
  list-style: disc;
  margin-right: 30px;
}

.hero-section .card-title {
    line-height: 1;
    margin-bottom: 30px !important;
}

/*----about section----------*/
.nav_btns {
  border-radius: 30px 0 0 30px !important;
  padding: 2px;
  background-color: var(--mainColor);
}
.nav_btns .btn {
  border: 1px solid;
}

.about-section {
  position: relative;
  overflow: hidden;
}
.about-section::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
  z-index: 1;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.about-section .about-img {
  position: relative;
  z-index: 1;
}
.about-section .about-img img {
  width: 550px;
  height: 490px;
}
.about-section ul {
  list-style: disc;
  margin-right: 30px;
}

/*---banner-section----*/
.banner-section a {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.banner-section a img {
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
  border-radius: 15px;
}
.banner-section a:hover img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

/*----numbers section --------*/
.numbers-section {
  padding: 50px;
  background-image: url(../images/numbers.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.numbers-section .card .card-title {
  direction: ltr;
}

/*----stages section -------*/
.stages-section .stages-card {
  position: relative;
  background-color: white;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 16px solid var(--grey);
  box-shadow: 0 4px 11px 4px hsla(274.15, 4.01%, 75.39%, 0.2);
  border-radius: 8px;
}
.stages-section .stages-card .icon {
  width: 36px;
  height: 36px;
}
.stages-section .stages-card .icon img {
  width: 100%;
  height: 100%;
}
.stages-section .stages-card::after {
  position: absolute;
  content: "";
  top: -16px;
  right: 0;
  height: 16px;
  width: 0px;
  border-radius: 8px 8px 0 0;
  background-color: var(--mainColor);
  transition: all 0.4s ease;
}
.stages-section .stages-card a.grey-text.fw-bold {
  display: none !important;
}
.stages-section .stages-card:hover {
  background-color: var(--secondary);
  transition: all 0.4s ease;
}
.stages-section .stages-card:hover a {
  color: var(--mainColor) !important;
}
.stages-section .stages-card:hover::after {
  width: 100%;
  transition: all 0.4s ease;
}
.stages-section .stages-card a {
  display: block;
}
.stages-section .col-lg-4:nth-child(1n) {
  animation-delay: 0.2s;
}
.stages-section .col-lg-4:nth-child(2n) {
  animation-delay: 0.5s;
}
.stages-section .col-lg-4:nth-child(3n) {
  animation-delay: 0.8s;
}

/*-----opinion section-------*/
.opinion-section {
  position: relative;
}
.opinion-section .go {
  position: absolute;
  left: 0;
  bottom: 200px;
}
.opinion-section .client-img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.opinion-section .opinion-slider {
  padding: 0 0 0 30px;
}
.opinion-section .opinion-slider .swiper-wrapper {
  padding: 30px 16px 90px;
}
.opinion-section .client-card .card-body.py-4 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}
.opinion-section .swiper-horizontal > .swiper-pagination-bullets,
.opinion-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.opinion-section .swiper-pagination-custom,
.opinion-section .swiper-pagination-fraction {
  bottom: 0;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
  font-size: 18px;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 18px;
}

.btn-primary.hvr-txt-trans {
  background-color: var(--mainColor);
}
.btn-primary.hvr-txt-trans:hover {
  background-color: var(--mainColor);
}

/*---------------footer--------------------------*/
.footer {
  background: rgb(210, 242, 255);
  background: linear-gradient(90deg, rgba(210, 242, 255, 0.9920343137) 0%, rgba(210, 242, 255, 0) 100%);
  position: relative;
}
.footer a {
  font-size: 20px;
}
.footer a:hover {
  color: var(--mainColor) !important;
}
.footer .contacts a i {
  color: var(--mainColor);
  font-weight: 400;
}
.footer .footer-social a {
  position: relative;
  width: 52px;
  height: 52px;
  line-height: 55px;
  border-radius: 8px;
  background-color: white;
  color: var(--mainColor);
  text-align: center;
}
.footer .footer-social a:hover {
  background-color: var(--mainColor);
  color: white !important;
}
.footer .mailing {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
}
.footer .mailing .form-control {
  border: 0px !important;
}
.footer .mailing .send {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  padding: 0px;
}
.footer .mailing .send i {
  transform: rotate(280deg);
  margin-top: 10px;
}

.clip-image-left {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.clip-image-right {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
}
.clip-image-right.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-image-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

/*-- animations--*/
/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
 */
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.slide_up_down {
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}

.slide_down_up {
  animation: slide_down_up 3s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide_left_right {
  animation: slide_left_right 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--mainColor);
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.title {
  position: relative;
  display: inline-block;
}
.title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 120px;
  height: 10px;
  background: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor) !important;
  width: 35px !important;
  border-radius: 8px !important;
}

.navbar-toggler,
.navbar-toggler:focus {
  background-color: var(--secondary2);
  border: 0px;
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon {
  width: 1.3em;
}

.is-mobile {
  display: none;
}/*# sourceMappingURL=style.css.map */


/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.search-input-container{
    position: absolute;
    bottom: -71px;
    border-radius: 71px;
    background: #FFF;
    width: auto;
    padding: 10px 0px;
    box-shadow: 0 9px 14px rgb(0 0 0 / 4%);
}
.search-input-container .form-control{
    border: 1px solid #c4c4c4;
    border-radius: 35px;
    font-size: 1.1rem;
    padding: 0.7rem 0.75rem;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.small-padding{
    padding:9px 25px 10px 29px !important;
}
