@charset "UTF-8";
/*** RTL websites ***/
/*=============== FONTS ===============*/
@font-face {
  font-family: "fontRegular";
  src: url("../fonts/Frutiger.ttf");
}
@font-face {
  font-family: "fontBold";
  src: url("../fonts/Frutiger-Bold.ttf");
}
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "fontRegular", sans-serif;
  font-size: 16px;
  background-color: #F7F8FB;
  color: #111111;
  transition: 0.3s;
  scroll-behavior: smooth;
  /* For animation dark mode */
}

h1,
h2,
h3 {
  color: #111111;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

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

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

/*=============== REUSABLE CSS CLASSES ===============*/
.grid {
  display: grid;
}

.section {
  padding: 4rem 0 4rem;
}

.section_title {
  position: relative;
  font-family: "fontBold";
  font-size: 35px;
  color: #32C3B6;
  width: max-content;
  margin-bottom: 1rem;
  text-align: center;
}
.section_title::after {
  content: " ";
  width: 100%;
  background-image: url(../img/title_underline.svg);
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  bottom: -25px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_title span {
  color: var(--second-color);
}

.section_subtitle {
  font-family: "fontRegular";
  display: block;
  font-size: 20px;
  text-align: center;
  color: #0F0B33;
  margin-top: 2rem;
}
.section_subtitle.white {
  color: #fff;
}

.main {
  /* For the animations ScrollReveal*/
}
.main.height_view {
  margin-top: 100vh;
}
@media (max-width: 767px) {
  .main.height_view {
    margin-top: 70vh;
  }
}
.main .main-content-inner {
  padding-top: 95.37px;
}

/*=============== HEADER & NAV ===============*/
header.main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 40px 0 20px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.main-header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.main-header .inner-header .logo {
  max-width: 140px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.main-header .inner-header .logo img {
  width: 100%;
}
header.main-header .inner-header .nav-links nav .nav-items {
  list-style: none;
  margin: 0;
}
header.main-header .inner-header .nav-links nav .nav-items > li {
  position: relative;
  font-family: "fontBold";
  display: inline-block;
  color: #ffff;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.main-header .inner-header .nav-links nav .nav-items > li a {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.main-header .inner-header .nav-links nav .nav-items > li.lang_icon {
  margin-right: 5px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.lang_icon a {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .btnLink {
  background-color: #0F0B33;
  padding: 10px 20px;
  min-width: 110px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  height: 42.5px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 60px rgba(15, 11, 51, 0.16);
  -moz-box-shadow: 0 10px 60px rgba(15, 11, 51, 0.16);
  box-shadow: 0 10px 60px rgba(15, 11, 51, 0.16);
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .btnLink i {
  font-size: 17px;
  vertical-align: middle;
  line-height: 0.5;
  margin-left: 4px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .btnLink svg {
  vertical-align: middle;
  margin-left: 10px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .dropdown-toggle::after {
  content: "";
  border: 0;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  line-height: 0;
  vertical-align: middle;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .dropdown-menu {
  padding: 0;
  background-color: #fff;
  border-color: #fff;
  min-width: 200px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 14px 14px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.orderBtn .dropdown-menu .dropdown-item i {
  vertical-align: middle;
  line-height: 0;
  margin-left: 7px;
  font-size: 15px;
}
header.main-header .inner-header .nav-links nav .nav-items > li.active a {
  color: #fff;
}
header.main-header .inner-header .nav-links nav .nav-items > li.active::before {
  content: " ";
  width: 100%;
  background-image: url(../img/text-underline-white.svg);
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  bottom: -20px;
  z-index: 1;
  left: 50%;
  display: block;
  /* background-position: right; */
  -webkit-transform: scale(0.7) rotate(4deg) translateX(-70%);
  transform: scale(0.7) rotate(4deg) translateX(-70%);
}
header.main-header.fixed-header {
  background: #32c3b6;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 23px 20px;
  -webkit-backdrop-filter: blur(5px);
  /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
  backdrop-filter: blur(5px);
  /* Supported in Chrome 76 */
}
header.main-header.fixed-header .inner-header .logo {
  max-width: 110px;
}
header.main-header.inside {
  background: #32c3b6;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 23px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 25px 0;
  top: 0px;
  right: 0px;
  left: 0px;
}
header.main-header.inside .inner-header .nav-links nav .nav-items > li {
  color: #fff;
}
header.main-header.inside .inner-header .nav-links nav .nav-items > li.active a {
  color: #fff;
}
header.main-header.inside .inner-header .nav-links nav .nav-items > li.active::before {
  content: " ";
  width: 100%;
  background-image: url(../img/text-underline-white.svg);
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  bottom: -20px;
  z-index: 1;
  left: 50%;
  display: block;
  /* background-position: right; */
  -webkit-transform: scale(0.7) rotate(4deg) translateX(-70%);
  transform: scale(0.7) rotate(4deg) translateX(-70%);
}
header.main-header.inside .toggle-nav .toggle-btn span {
  background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
}

@media (max-width: 567px) {
  header.main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  header.main-header .container {
    padding: 0;
  }
}
#m-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(54, 68, 87, 0.01);
  z-index: 2222222;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#m-menu .toggle-nav {
  position: absolute;
  top: 20px;
  left: 24%;
  cursor: pointer;
  z-index: 2222;
  opacity: 0;
}
#m-menu .toggle-nav .fa,
#m-menu .toggle-nav i {
  color: #111111;
  font-size: 30px;
}
#m-menu .toggle-nav span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0A2842;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#m-menu .toggle-nav span:nth-child(2) {
  width: 14px;
}
#m-menu .toggle-nav.active span:nth-child(2) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
#m-menu .toggle-nav.active span:nth-child(1) {
  -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
  transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
}
#m-menu .toggle-nav.active span:nth-child(3) {
  -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
  transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
}
#m-menu .closeHidden {
  position: absolute;
  left: 0;
  /* background: red; */
  width: 20%;
  height: 100%;
  display: block;
  bottom: 0;
  opacity: 0.1;
}
#m-menu .nav-items {
  width: 80%;
  height: 100%;
  min-height: 100vh;
  display: block;
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  opacity: 0;
}
#m-menu .nav-items li {
  position: relative;
  font-family: "fontBold";
  display: block;
  color: #111111;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#m-menu .nav-items li.lang_icon {
  padding: 15px 30px;
}
#m-menu .nav-items li.lang_icon a {
  background-color: #ffffff;
  border-radius: 50px;
  min-width: 40px;
  height: 40px;
  line-height: 37px;
  display: flex;
  justify-content: center;
  max-width: 45px;
  padding: 0;
}
#m-menu .nav-items li.orderBtn .btnLink {
  background-color: #0F0B33;
  padding: 10px 12px;
  min-width: 130px;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 0 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#m-menu .nav-items li.orderBtn .btnLink i {
  font-size: 16px;
  vertical-align: middle;
  line-height: 1;
  margin-left: 4px;
}
#m-menu .nav-items li.orderBtn .btnLink svg {
  vertical-align: middle;
  margin-left: 10px;
}
#m-menu .nav-items li.orderBtn .dropdown-toggle::after {
  content: "";
  border: 0;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  line-height: 0;
  vertical-align: middle;
}
#m-menu .nav-items li.orderBtn .dropdown-menu {
  padding: 0;
  background-color: #fff;
  border-color: #fff;
  min-width: 200px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  width: calc(100% - 40px);
}
#m-menu .nav-items li.orderBtn .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 14px 14px;
}
#m-menu .nav-items li.orderBtn .dropdown-menu .dropdown-item i {
  line-height: 0;
  vertical-align: middle;
  margin-left: 7px;
}
#m-menu .nav-items li a span {
  position: relative;
}
#m-menu .nav-items li.active a span::before {
  content: " ";
  width: 100%;
  background-image: url(../img/title_underline.svg);
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  bottom: -20px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#m-menu .nav-items li:last-child::after {
  display: none;
}
#m-menu .nav-items li:last-child .btn-custom.primary {
  box-shadow: none;
}
#m-menu .nav-items li .nav-link {
  position: relative;
  padding: 15px 30px;
  display: block;
  color: inherit;
  text-align: right;
  z-index: 2;
}
#m-menu .nav-items li:hover {
  color: #111111;
}
#m-menu .nav-items li:hover::after {
  width: 100%;
}
#m-menu .nav-items li.logo .nav-link {
  display: inline-block !important;
}
#m-menu .social {
  padding: 15px 30px;
  text-align: right;
}
#m-menu .social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  margin-left: 5px;
  background-color: #f6f7fd;
  color: #111111;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#m-menu .social a:last-child {
  margin-left: 0;
}
#m-menu .social a:hover {
  background-color: #111111;
  color: #fff;
}
#m-menu.active {
  background: rgba(54, 68, 87, 0.6);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
#m-menu.active .nav-items, #m-menu.active .toggle-nav {
  opacity: 1;
}

@media (min-width: 1200px) {
  header .toggle-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  header nav,
header .social ul {
    display: none;
  }
  header .toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .toggle-wrapper .toggle-theme-mob {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
  }
  header .toggle-wrapper .toggle-theme-mob > i {
    line-height: 0;
  }
  header .toggle-nav {
    margin-top: 0;
    line-height: 0;
    margin-left: 0px;
  }
  header .toggle-nav .toggle-btn {
    background: none;
    border: none;
    outline: 0;
  }
  header .toggle-nav .toggle-btn span {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 5px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  header .toggle-nav .toggle-btn.active span:nth-child(2) {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  header .toggle-nav .toggle-btn.active span:nth-child(1) {
    -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
    transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
  }
  header .toggle-nav .toggle-btn.active span:nth-child(3) {
    -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
    transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
  }
  header .toggle-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  header .toggle-nav .mobile-menu .mobile-menu-items {
    background-color: #ffffff;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    list-style: none;
    padding: 0;
  }
  header .toggle-nav .mobile-menu-items li {
    padding: 15px 23px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "fontRegular";
    color: #3C2663;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }
  header .toggle-nav .mobile-menu-items li a {
    color: inherit;
    text-decoration: none;
  }
  header .toggle-nav .mobile-menu-items li a.myaccount i {
    margin-left: 10px;
  }
  header .toggle-nav .mobile-menu-items li.lang .nice-select {
    float: none;
    text-align: right !important;
  }
  header .toggle-nav .mobile-menu-items li.lang .nice-select .list {
    width: 100%;
  }
  header .toggle-nav .mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}
/*=============== HOME ===============*/
.home {
  position: relative;
  background-image: url(../img/main-content-bg.webp);
  background-image: image-set(url(../img/main-content-bg.webp) type("image/webp"), url(../img/main-content-bg.png) type("image/png"));
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.home .home_contnet {
  position: relative;
  z-index: 22;
}
.home .home_contnet .slide_text {
  text-align: center;
}
.home .home_contnet .slide_text h2 {
  font-family: "fontRegular";
  font-size: 60px;
  margin-bottom: 30px;
  color: #fff;
}
.home .home_contnet .slide_text h2 span {
  font-family: "fontBold";
  font-size: 65px;
}
.home .home_contnet .slide_text p {
  font-family: "fontRegular";
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  .home .home_contnet .slide_text {
    margin-bottom: 30px;
    text-align: center;
  }
}
.home .need-help {
  position: absolute;
  bottom: 15%;
  left: 5%;
  display: block;
  font-family: "fontBold";
  font-size: 14px;
  color: #fff;
}
.home .need-help svg {
  margin-left: 7px;
}
.home .need-help a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: #fff;
}
.home .down-arrow {
  position: absolute;
  bottom: 20%;
  display: block;
  text-align: center;
  animation: bounce 2000ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.home.inner-section {
  background-image: url(../img/main-content-inner.png);
  min-height: 70vh;
  align-items: flex-start;
  position: relative;
}
.home.inner-section .slide_text {
  text-align: right;
}
.home.inner-section .slide_text h2 {
  position: relative;
  font-size: 35px;
  max-width: max-content;
}
.home.inner-section .slide_text h2::after {
  content: " ";
  width: 100%;
  background-image: url(../img/text-underline-white.svg);
  background-repeat: no-repeat;
  height: 44px;
  position: absolute;
  bottom: -55px;
  z-index: 1;
  left: 50%;
  background-position: right;
  -webkit-transform: scale(1) rotate(0deg) translateX(-50%);
  transform: scale(1) rotate(0deg) translateX(-50%);
}

@keyframes bounce {
  50% {
    transform: translateY(27px);
  }
}
/*=============== Our Services ===============*/
.our-services {
  position: relative;
  background-color: #F7F8FB;
  scroll-margin-top: 50px;
  margin-top: -38px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  scroll-margin-top: 100px;
}
.our-services .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.our-services .services-items-wrapper {
  margin-top: 70px;
}
.our-services .services-items-wrapper .swiper-slide {
  height: auto;
}
.our-services .services-items-wrapper .service-item {
  position: relative;
  background: #fff;
  height: 100%;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
  border-radius: 20px;
  padding: 75px 40px;
  display: block;
  transition: all 300ms ease-in-out;
}
.our-services .services-items-wrapper .service-item .icon {
  margin-bottom: 50px;
}
.our-services .services-items-wrapper .service-item svg path {
  transition: all 300ms ease-in-out;
}
.our-services .services-items-wrapper .service-item h3 {
  font-family: "fontBold";
  font-size: 22px;
  color: #0F0B33;
  margin-bottom: 15px;
  transition: all 300ms ease-in-out;
}
.our-services .services-items-wrapper .service-item p {
  font-family: "fontRegular";
  font-size: 14px;
  color: #908F8F;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.our-services .services-items-wrapper .service-item .icon-pattern {
  position: absolute;
  top: 0;
  left: 0;
}
.our-services .services-items-wrapper .service-item .icon-pattern img {
  max-width: 100px;
}
.our-services .services-items-wrapper .service-item:hover {
  background-color: #0F0B33;
  transform: translateY(-10px);
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
}
.our-services .services-items-wrapper .service-item:hover svg path {
  fill: #fff;
}
.our-services .services-items-wrapper .service-item:hover h3 {
  color: #32C3B6;
}
.our-services .services-items-wrapper .service-item:hover p {
  color: #fff;
}
.our-services .services-items-wrapper .service-item.active {
  background-color: #0F0B33;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
}
.our-services .services-items-wrapper .service-item.active svg path {
  fill: #fff;
}
.our-services .services-items-wrapper .service-item.active h3 {
  color: #32C3B6;
}
.our-services .services-items-wrapper .service-item.active p {
  color: #fff;
}
@media (max-width: 576px) {
  .our-services .services-items-wrapper .service-item {
    padding: 25px 20px;
  }
  .our-services .services-items-wrapper .service-item .icon {
    margin-bottom: 30px;
  }
  .our-services .services-items-wrapper .service-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .our-services {
    margin-top: -70px;
  }
}

/*=============== Our Products ===============*/
.our-products {
  position: relative;
  background-color: #F7F8FB;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  scroll-margin-top: 100px;
}
.our-products .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.our-products .product-items {
  margin: 100px 0;
}
@media (max-width: 576px) {
  .our-products .product-items {
    margin: 60px 0 30px;
  }
}
.our-products .product-items .product-item {
  position: relative;
  background: #fff;
  height: calc(100% - 1.5rem);
  margin-bottom: 1rem;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
  border-radius: 18px;
  padding: 50px 20px;
  text-align: center;
  display: block;
  transition: all 300ms ease-in-out;
}
.our-products .product-items .product-item .icon {
  margin-bottom: 25px;
}
.our-products .product-items .product-item .icon img {
  max-width: 180px;
  height: 80px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.our-products .product-items .product-item h3 {
  font-family: "fontBold";
  font-size: 25px;
  color: #0F0B33;
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}
.our-products .product-items .product-item p {
  font-family: "fontRegular";
  font-size: 15px;
  color: #908F8F;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.our-products .product-items .product-item .arrow {
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  left: -10px;
}
.our-products .product-items .product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
}
@media (max-width: 767px) {
  .our-products .product-items .product-item {
    height: calc(100% - 1.5rem);
    margin-bottom: 1.5rem;
  }
}

/*=============== Product Page ===============*/
.product-page {
  position: relative;
  background-color: #F1F5F4;
  min-height: 50vh;
  padding: 12rem 0 3rem;
}
.product-page .product-type {
  text-align: center;
}
.product-page .product-type .icon {
  max-width: 200px;
  display: block;
  margin: 0 auto 30px;
}
.product-page .product-type p {
  font-family: "fontRegular";
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  color: #908F8F;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .product-page .product-type p {
    max-width: 100%;
  }
}
.product-page .product-type .preview-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #61C0B6;
  background: #DFECEC;
  border: 1px solid #61c0b6;
  border-radius: 45px;
  box-shadow: 0px 10px 60px rgba(15, 11, 51, 0.2);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.product-page .product-type .preview-btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.product-page .product-features {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 30px;
  margin-top: 70px;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
}
.product-page .product-features h2 {
  font-family: "fontBold";
  font-size: 20px;
  color: #0F0B33;
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
}
.product-page .product-features .features-content-items .item {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: calc(100% - 1rem);
}
.product-page .product-features .features-content-items .item .icon img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
.product-page .product-features .features-content-items .item .content p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.product-page .moreBtn {
  text-align: center;
  margin: 50px 0;
}
.product-page .moreBtn .more-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #61C0B6;
  border: 1px solid #61C0B6;
  border-radius: 45px;
  box-shadow: 0px 10px 60px rgba(15, 11, 51, 0.2);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.product-page .moreBtn .more-btn i {
  vertical-align: middle;
  margin-right: 5px;
}

/*=============== Works ===============*/
.more-btn {
  display: block;
  margin: 50px 0 0;
  text-align: center;
}
.more-btn a {
  display: inline-block;
  padding: 1em 4em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #32C3B6;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.more-btn a svg {
  margin-left: 7px;
  vertical-align: middle;
}
.more-btn a:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-7px);
}
.more-btn a:active {
  transform: translateY(-1px);
}

.works {
  position: relative;
  background: #0F0B33;
  scroll-margin-top: 100px;
  overflow: hidden;
}
.works.inner-works {
  background-color: #F2F5F4;
  padding-bottom: 50px;
}
.works.inner-works .works-items-wrapper {
  margin-top: 0;
}
.works.inner-works .works-items-wrapper .work-item {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.works.inner-works .more-btn {
  margin-top: 20px;
}
.works.inner-works .more-btn a:hover {
  background-color: #32C3B6;
  color: #fff;
}
.works .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.works .works-items-wrapper {
  margin-top: 70px;
}
.works .works-items-wrapper .swiper-slide {
  height: auto;
}
.works .works-items-wrapper .work-item {
  position: relative;
  background: #fff;
  height: 100%;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.08);
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.works .works-items-wrapper .work-item .content {
  position: relative;
  width: 100%;
}
.works .works-items-wrapper .work-item .image {
  position: relative;
  flex: auto;
  width: 100%;
}
.works .works-items-wrapper .work-item .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: unset;
  max-width: 100%;
}
.works .works-items-wrapper .work-item .inner-content {
  padding: 40px 40px;
}
.works .works-items-wrapper .work-item .type-badge {
  font-family: "fontBold";
  font-size: 13px;
  width: max-content;
  padding: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.works .works-items-wrapper .work-item .type-badge.apps {
  background-color: #EDF9F7;
  color: #32C3B6;
}
.works .works-items-wrapper .work-item .type-badge.ui-ux {
  background-color: rgba(237, 187, 111, 0.1);
  color: #fcc739;
}
.works .works-items-wrapper .work-item .type-badge.branding {
  background-color: rgba(64, 129, 255, 0.1);
  color: #4081ff;
}
.works .works-items-wrapper .work-item h3 {
  font-family: "fontBold";
  font-size: 20px;
  color: #0F0B33;
  margin-bottom: 15px;
}
.works .works-items-wrapper .work-item p {
  font-family: "fontRegular";
  font-size: 14px;
  color: #908F8F;
  margin-bottom: 0;
}
.works .works-items-wrapper .work-item .apps-links {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 222;
}
.works .works-items-wrapper .work-item .apps-links a {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #0F0B33;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
}
.works .works-items-wrapper .work-item .apps-links a img {
  max-width: 20px;
  pointer-events: none;
}
.works .works-items-wrapper .work-item .apps-links a span {
  position: absolute;
  left: 140%;
  height: 35px;
  line-height: 32px;
  font-size: 13px;
  padding: 0 10px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  box-shadow: 10px 0 50px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  font-family: "fontRegular";
}
.works .works-items-wrapper .work-item .apps-links a span::before {
  content: "";
  position: absolute;
  left: -8px;
  transition: 0.4s;
  border-top: 8px solid transparent;
  border-right: 8px solid #000;
  border-bottom: 8px solid transparent;
  top: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.works .works-items-wrapper .work-item .apps-links a:last-child {
  margin-bottom: 0;
}
.works .works-items-wrapper .work-item .apps-links a:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.works .works-items-wrapper .work-item .apps-links a:hover > span {
  visibility: visible;
  opacity: 1;
}
.works .pattern {
  position: absolute;
  top: -30%;
  right: -20%;
  max-width: 600px;
  pointer-events: none;
}
@media (max-width: 576px) {
  .works .pattern {
    position: absolute;
    top: -18%;
    right: -40%;
    max-width: 300px;
    pointer-events: none;
  }
}
.works .custom-tooltip {
  font-family: "fontRegular";
}

/*=============== How we work ===============*/
.how-we-work {
  position: relative;
  background-color: #F7F8FB;
  background-image: url(../img/Ornament-works.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: -30% 10%;
  padding-bottom: 0;
}
.how-we-work .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.how-we-work .more-btn a {
  background-color: #0F0B33;
  padding: 1em 2em;
}
.how-we-work .more-btn a:hover {
  color: #fff;
}
.how-we-work .timeline {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.how-we-work .timeline > h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
}
.how-we-work .timeline > .column {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 60px 0;
}
.how-we-work .timeline > .column::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid rgba(49, 49, 49, 0.5);
  height: calc(100% / 5 * 4);
  z-index: -1;
}
.how-we-work .timeline > .column > .row {
  display: flex;
  padding: 0;
}
.how-we-work .timeline > .column > .row > .text {
  display: flex;
  gap: 20px;
  padding: 3rem 1.5rem;
  flex: 1 1 calc(40% - 50px);
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.07);
}
.how-we-work .timeline > .column > .row .icon-wrap {
  position: relative;
  top: -80px;
  min-width: 70px;
  height: 70px;
  background-color: #32C3B6;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-work .timeline > .column > .row .icon-wrap img {
  max-width: 30px;
}
.how-we-work .timeline > .column > .row h3 {
  color: #0F0B33;
  font-family: "fontBold";
  font-size: 20px;
  margin-bottom: 15px;
}
.how-we-work .timeline > .column > .row p {
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 0;
}
.how-we-work .timeline > .column > .row > .icon {
  flex: 1 1 100px;
}
.how-we-work .timeline > .column > .row > .icon > div {
  width: 70px;
  height: 70px;
  border-radius: 26px;
  margin: auto;
  background: #fff;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.07);
  position: relative;
  font-family: "fontBold";
  font-size: 25px;
  color: #0F0B33;
  text-align: center;
  line-height: 70px;
}
.how-we-work .timeline > .column > .row > div i {
  display: block;
  font-size: 1.5rem;
  color: #0055ff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-we-work .timeline > .column > .row > .time {
  flex: 1 1 calc(40% - 50px);
  padding-top: 1rem;
}
.how-we-work .timeline > .column > .row:nth-child(even) {
  flex-direction: row-reverse;
}
.how-we-work .timeline > .column > .row:nth-child(even) .text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
}
.how-we-work .timeline > .column > .row:nth-child(even) > div:last-child {
  text-align: end;
}
.how-we-work .timeline > .column > .row:nth-child(even) h3::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-right-color: #fff;
  transform: rotate(180deg);
}
.how-we-work .timeline > .column > .row:nth-child(odd) h3::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .how-we-work .timeline > .column::before {
    left: 50px;
    height: calc(100% / 5 * 4);
    top: 50px;
  }
  .how-we-work .timeline > .column > .row {
    flex-flow: column wrap;
    height: 180px;
    margin-bottom: 80px;
  }
  .how-we-work .timeline > .column > .row h3 {
    margin-top: 25px;
  }
  .how-we-work .timeline > .column > .row:nth-child(even) {
    flex-direction: column;
  }
  .how-we-work .timeline > .column > .row:nth-child(even) > .time:last-child {
    text-align: start;
  }
  .how-we-work .timeline > .column > .row .icon-wrap {
    position: absolute;
    top: -30px;
  }
  .how-we-work .timeline > .column > .row > .icon {
    order: 1;
    flex: 1 1 100%;
    padding-top: 50px;
    width: 100px;
  }
  .how-we-work .timeline > .column > .row > .time {
    order: 2;
    flex: 1 1 50px;
    width: calc(100% - 100px);
    display: none;
  }
  .how-we-work .timeline > .column > .row > .text {
    order: 3;
    flex: 1 1 calc(100% - 50px);
    width: calc(100% - 100px);
  }
  .how-we-work .timeline > .column > .row:nth-child(odd) h3::before {
    content: "";
    position: absolute;
    right: -19px;
    top: 18px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right-color: #ffffff;
    transform: rotate(180deg);
  }
  .how-we-work .timeline > .column > .row:nth-child(odd) h3::after {
    border: none;
  }
}

/*=============== Clients ===============*/
/*=============== Questions ===============*/
.questions {
  padding-top: 0;
}

.questions .questions-wrap {
  margin-top: 50px;
}

.questions .questions-wrap .accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px rgba(171, 175, 199, 0.23);
  box-shadow: 0 0 25px rgba(171, 175, 199, 0.23);
}

.questions .questions-wrap .accordion-button {
  padding: 15px 20px;
  font-family: "fontBold";
  font-size: 15px;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
}

.questions .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 50px;
}

.questions .questions-wrap .accordion-body {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #fff;
  line-height: 27px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #959CA8;
}

.questions .questions-wrap .accordion-button:not(.collapsed) {
  background-color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.questions .questions-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #999999;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  transform: rotate(0deg);
}

.questions .questions-wrap .accordion-button::after {
  background-image: none;
  content: "";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #999999;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
}

/*=============== FOOTER ===============*/
.footer {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0;
  background-color: #0F0B33;
}
.footer.inner-footer {
  padding-top: 3rem;
}
.footer .footer-content {
  padding: 20px 0 0;
}
.footer .footer-content .radius-5 {
  border-radius: 5px;
}
.footer .footer-content .about img {
  max-width: 75%;
  margin: 20px 0 0;
  border-radius: 5px;
}
.footer .footer-content .about p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 30px;
}
.footer .footer-content .about .iso-certified {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .footer-content .about .iso-certified img {
  margin: 0;
}
.footer .footer-content h3 {
  position: relative;
  font-family: "fontBold";
  font-size: 16px;
  width: fit-content;
  margin-bottom: 1.3rem;
  color: #fff;
}
.footer .footer-content h3::after {
  content: " ";
  width: 100%;
  background-image: url(../img/title_underline.svg);
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer .footer-content h3.sm-title {
  font-size: 14px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.footer .footer-content .links {
  padding-right: 20px;
}
.footer .footer-content .links ul {
  padding: 0;
  margin: 0;
}
.footer .footer-content .links ul li {
  padding: 10px 0;
}
.footer .footer-content .links ul a {
  position: relative;
  font-family: "fontRegular";
  font-size: 14px;
  color: #fff;
  display: block;
  max-width: fit-content;
}
.footer .footer-content .links ul a:hover::after {
  content: " ";
  width: 100%;
  background-image: url(../img/title_underline.svg);
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  bottom: -25px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer .footer-content .contactInfo {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.footer .footer-content .contactInfo img {
  height: 15px;
  max-width: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
.footer .footer-content .contactInfo li {
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
.footer .footer-content .contactInfo li .icon-socail {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 0 5px;
}
.footer .footer-content .contactInfo .phoneNum {
  display: inline-block;
  direction: ltr;
}
.footer .footer-content .contactInfo .file i {
  color: #32C3B6;
}
.footer .footer-content .contactInfo .file a {
  padding: 0 10px;
  text-decoration: underline;
}
.footer .footer-copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 30px;
}
.footer .footer-copyrights .copyrights p {
  font-family: "fontRegular";
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.footer .footer-copyrights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-copyrights ul li {
  display: inline-block;
  margin-left: 15px;
  transition: all 300ms ease-in-out;
}
.footer .footer-copyrights ul li a {
  font-size: 14px;
  position: relative;
  color: #111111;
  transition: all 300ms ease-in-out;
}
.footer .footer-copyrights ul li:last-child {
  margin-left: 0;
}
.footer .footer-copyrights ul li:hover a::after {
  content: " ";
  width: 100%;
  background-image: url(../img/title_underline.svg);
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  bottom: -25px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer .apps h3 {
  margin-top: 30px;
}
@media (max-width: 567px) {
  .footer .apps h3 {
    margin-top: 0;
  }
}
.footer .apps img {
  max-width: 70%;
}
.footer .download-btn {
  margin: 10px 0 5px;
  display: inline-block;
  margin-left: 10px;
}
.footer .download-btn img {
  max-width: 120px;
}
.footer .download-btn:last-child {
  margin-left: 0;
}
@media (max-width: 567px) {
  .footer .download-btn {
    margin: 10px 0;
  }
}

/*=============== Partners ===============*/
.partners {
  background-color: #FFFFFF;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.09);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  z-index: 22;
  max-width: 98%;
  margin: 70px auto -110px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .partners {
    margin: 70px auto -80px;
  }
}
.partners .section_title {
  margin: 0 auto 1rem;
}
.partners .section_title::after {
  z-index: 1;
}
.partners .swiper-wrapper {
  transform: translate3d(3000, 0px, 0px) !important;
  transition-duration: 70000ms !important;
  transition-timing-function: linear !important;
}
.partners .swiper-wrapper .item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partners .swiper-wrapper .item img {
  max-height: 105px;
  display: block;
  margin: 0 auto;
}
.partners .swiper-wrapper .item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.partners .sub-partners {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(130px, 4fr));
  grid-gap: 20px;
  margin-top: 30px;
}
.partners .sub-partners .item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partners .sub-partners .item img {
  max-height: 105px;
  display: block;
  margin: 0 auto;
}
.partners .sub-partners .item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.partners.partner-section {
  margin: 70px auto 0;
  background-color: transparent;
}
.partners.partner-section .section_subtitle {
  margin-bottom: 2rem;
}
.partners.partner-section .item {
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.09);
}

.partner-section {
  background-color: transparent;
  box-shadow: none;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  z-index: 22;
  max-width: 98%;
  margin: 70px auto 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .partner-section {
    margin: 70px auto 0;
  }
}
.partner-section .section_title {
  margin: 0 auto 1rem;
}
.partner-section .section_title::after {
  z-index: 1;
}
.partner-section .section_subtitle {
  margin-bottom: 2rem;
}
.partner-section .swiper-wrapper .item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 60px rgba(50, 195, 182, 0.09);
  padding: 20px 10px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partner-section .swiper-wrapper .item img {
  max-height: 105px;
  display: block;
  margin: 0 auto;
}
.partner-section .swiper-wrapper .item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.partner-section .sub-partners {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(130px, 4fr));
  grid-gap: 20px;
  margin-top: 30px;
}
.partner-section .sub-partners .item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partner-section .sub-partners .item img {
  max-height: 105px;
  display: block;
  margin: 0 auto;
}
.partner-section .sub-partners .item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

/*=============== Works ===============*/
.works-page {
  position: relative;
  background-color: #F2F5F4;
  min-height: 50vh;
  padding: 12rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.works-page .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.works-page .works-tabs {
  background-color: #E3E6E8;
  border: 0;
  border-radius: 50px;
  padding: 5px;
  max-width: max-content;
  margin: 2rem auto 0;
}
.works-page .works-tabs .nav-link {
  padding: 14px 20px;
  min-width: 200px;
  border-radius: 27px;
  font-family: "fontRegular";
  font-size: 15px;
  color: #2C2C2C;
  border: 0;
}
.works-page .works-tabs .nav-link:hover {
  border: 0;
}
.works-page .works-tabs .nav-link.active {
  background-color: #32C3B6;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  color: #fff;
}
.works-page .work-item {
  margin-bottom: 2rem;
}

/*=============== Apps Workflow ===============*/
.apps-workflow {
  background: #FFFFFF;
  border-radius: 27px;
  margin-top: -130px;
  margin-bottom: 50px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.01);
  position: relative;
}
.apps-workflow .section_title {
  margin: 0 auto 1rem;
}
.apps-workflow .section_title::after {
  z-index: 1;
  display: none;
}
.apps-workflow .more-btn a {
  padding: 1em 3em;
  background-color: #0F0B33;
}
.apps-workflow .more-btn a svg {
  position: relative;
  top: -2px;
}
.apps-workflow .more-btn a:hover {
  color: #fff;
}
.apps-workflow .section_subtitle {
  margin-top: 1rem;
}
.apps-workflow .apps-items .item {
  margin-bottom: 60px;
  padding: 0 5rem;
}
.apps-workflow .apps-items .item-content {
  margin-bottom: 30px;
  padding: 0 2rem;
}
.apps-workflow .apps-items .item-content h3 {
  color: #0F0B33;
  font-size: 25px;
  font-family: "fontBold";
  margin-bottom: 20px;
}
.apps-workflow .apps-items .item-content p {
  font-family: "fontRegular";
  color: #908F8F;
}
.apps-workflow .apps-items .item-image {
  background-color: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.apps-workflow .apps-items .item-image img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

/*=============== Forms ===============*/
.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-group .arrow-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 22;
  transform: translateY(-50%);
}
.form-group label {
  font-family: "fontBold";
  color: #0F0B33;
  font-size: 14px;
}
.form-group input {
  background-color: #FFFFFF;
  border: 1px solid #EFF0F4;
  color: #777E90;
  border-radius: 50px;
  padding: 12px 20px;
  text-align: right;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.form-group input::placeholder {
  color: #777E90;
}
.form-group input[type=submit] {
  background-color: #32C3B6;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: "fontBold";
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .form-group input {
    font-size: 16px !important;
  }
}
.form-group .input-group .input-group-text {
  background-color: #fff;
  border: 1px solid #EFF0F4;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  padding-left: 0;
}
.form-group .input-group .input-group-text img {
  max-width: 45px;
}
.form-group textarea {
  background-color: #fff;
  border: 1px solid #EFF0F4;
  color: #777E90;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: right;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.form-group textarea::placeholder {
  color: #777E90;
}

.custom-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.custom-checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.custom-checkbox .styled-checkbox + label:before {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #EFF0F4;
  border-radius: 5px;
}
.custom-checkbox .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-checkbox .styled-checkbox:checked + label:before {
  background: #000;
}
.custom-checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom-checkbox .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.custom-checkbox .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  color: #fff;
  font-size: 10px;
  line-height: 0;
}

.nice-select {
  width: 100%;
  text-align: right !important;
  background-color: #fff;
  border: 1px solid #EFF0F4;
  color: #777E90;
  border-radius: 50px;
  height: 53px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  line-height: 53px;
  padding-right: 20px;
  padding-left: 30px;
  float: none !important;
}
.nice-select .list {
  width: 100%;
  text-align: right;
}
.nice-select .option {
  text-align: right;
}
.nice-select::after {
  right: auto;
  left: 12px;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url(../img/down-arrow.svg);
  border: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  transform: rotate(0) translateY(-50%);
  margin-top: 0;
  opacity: 0.5;
}

.nice-select.open:after {
  transform: rotate(0) translateY(-50%);
}

/*=============== Contact Us ===============*/
.contact-us {
  position: relative;
  background-color: #F2F5F4;
  min-height: 50vh;
  padding: 12rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.contact-us .section_title {
  z-index: 1;
  margin: 0rem auto;
}
.contact-us .section_title::after {
  display: none;
}
.contact-us .section_subtitle {
  margin-top: 1rem;
}
.contact-us .form-group label {
  display: block;
  margin-bottom: 10px;
  padding-right: 10px;
}
.contact-us .form-group input {
  background-color: #F7F8FB;
  border-radius: 35px;
  border-color: #F7F8FB;
  outline: none;
  box-shadow: none;
  border: 1px solid #E7E5EA;
}
.contact-us .form-group textarea {
  background-color: #F7F8FB;
  border-radius: 35px;
  border-color: #F7F8FB;
}
.contact-us .nice-select {
  background-color: #F7F8FB;
  border-radius: 35px;
  border-color: #F7F8FB;
}
.contact-us .form-group input[type=button] {
  background-color: #111111;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: "fontBold";
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  margin-right: auto;
  max-width: 150px;
  display: block;
}
.contact-us .iti__selected-flag {
  padding: 0 10px 0 15px;
}

.contact-wrapper {
  padding-bottom: 50px;
}

.contact-info-boxs {
  background-color: #fff;
  border-radius: 24px;
  padding: 2rem 0;
  margin-bottom: 50px;
}
.contact-info-boxs .col-md-4 .item {
  border-left: 1px solid #E7E7EB;
}
.contact-info-boxs .col-md-4:last-child .item {
  border: 0;
}
.contact-info-boxs .item {
  padding: 2rem 2rem;
  text-align: center;
}
.contact-info-boxs .item .icon {
  margin-bottom: 20px;
}
.contact-info-boxs .item h3 {
  font-family: "fontBold";
  font-size: 20px;
  color: #0F0B33;
}
.contact-info-boxs .item p {
  font-size: 14px;
  color: #908F8F;
  margin-bottom: 0;
}

.contact-form {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
.contact-form .title {
  font-size: 20px;
  color: #0F0B33;
  margin-bottom: 2rem;
}
.contact-form .input-group {
  position: relative;
}
.contact-form .input-group .input-group-text {
  position: absolute;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #e7e6eb;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  height: 90%;
  padding: 0 15px 0 10px;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form .input-group .input-group-text svg {
  height: 17px;
}
.contact-form .input {
  padding-right: 55px;
  border-radius: 25px !important;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #B8BABF;
  font-size: 14px;
  border-right: 1px solid #E7E5EA;
}
.contact-form .user-label {
  position: absolute;
  right: 60px;
  color: #B8BABF;
  pointer-events: none;
  font-size: 14px;
  font-family: "fontRegular";
  transform: translateY(0.7rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-form .input:focus, .contact-form input:valid {
  outline: none;
  border: 1px solid #32C3B6;
}
.contact-form .input:focus ~ label, .contact-form input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  padding: 0 0.2em;
  color: #2C2C2C;
}
.contact-form textarea {
  min-height: 150px;
  outline: none;
  box-shadow: none;
}
.contact-form textarea:focus, .contact-form textarea:active {
  outline: 1px solid #32C3B6;
  box-shadow: none;
}
@media (max-width: 576px) {
  .contact-form {
    margin-bottom: 1.5rem;
  }
}

.map {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
.map .contactInfo {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
}
.map .contactInfo li {
  padding: 10px 0;
  color: #2C2C2C;
}
.map .contactInfo li img {
  max-width: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
.map .social {
  float: left;
}
.map .social a {
  color: #2C2C2C;
  padding: 0 5px;
}
.map .map-wrapper {
  position: relative;
  margin-top: 10px;
}
.map .map-wrapper iframe {
  border-radius: 24px;
}
.map .map-wrapper .map-marker {
  position: absolute;
  top: 40%;
  left: 40%;
}
.map .map-wrapper .map-marker img {
  max-width: 120px;
}

.custom-pagination {
  background-color: #F1F4FC;
  padding: 30px 0;
}
.custom-pagination ul {
  padding: 0;
  margin: 0;
}
.custom-pagination ul li {
  position: relative;
  display: inline-block;
  color: #626366;
  padding: 0 10px;
}
.custom-pagination ul li a {
  color: #111111;
}
.custom-pagination ul li i {
  vertical-align: middle;
  font-size: 12px;
  margin-left: 5px;
}
.custom-pagination ul li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

/*=============== About Us ===============*/
.about-us {
  position: relative;
  background-color: #F2F5F4;
  min-height: 50vh;
  padding: 10rem 0 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.about-us .section_title {
  z-index: 1;
  margin: 0rem auto 2rem;
}
.about-us .section_title::after {
  display: none;
}
.about-us .section_subtitle {
  margin-top: 1rem;
}
.about-us .about-us-content {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
.about-us .about-us-content img {
  border-radius: 12px;
}

/*=============== Modals ===============*/
.customModal {
  --bs-modal-zindex: 1100;
}
@media (min-width: 576px) {
  .customModal {
    --bs-modal-width: 550px;
  }
}
.customModal .modal-content {
  border: 0;
  border-radius: 15px;
}
.customModal .modal-header {
  border: 0;
  padding: 1rem 1.4rem 0;
}
.customModal .modal-body {
  padding: 1rem 1.4rem;
}
.customModal .iti__arrow {
  position: absolute;
  right: -12px;
  margin-right: 0;
}
.customModal .iti__selected-flag {
  padding: 0 10px 0 10px;
}
.customModal .form-group {
  margin-bottom: 20px;
}
.customModal .form-group .input-group {
  position: relative;
}
.customModal .form-group .input-group .input-group-text {
  position: absolute;
  background-color: transparent;
  border: 0 !important;
  border-left: 1px solid #e7e6eb !important;
  height: 90%;
  padding: 0 15px 0 10px;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 50px;
  display: flex;
  justify-content: center;
}
.customModal .form-group .input-group .input-group-text svg {
  height: 17px;
}
.customModal .form-group .input {
  padding-right: 55px;
  border-radius: 25px !important;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #B8BABF;
  font-size: 14px;
  border-right: 1px solid #EFF0F4;
  background: #fff;
}
.customModal .form-group .user-label {
  position: absolute;
  right: 60px;
  color: #B8BABF;
  pointer-events: none;
  font-size: 14px;
  font-family: "fontRegular";
  transform: translateY(0.7rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.customModal .form-group .input:focus, .customModal .form-group input:valid {
  outline: none;
  border: 1px solid #32C3B6;
}
.customModal .form-group .input:focus ~ label, .customModal .form-group input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  padding: 0 0.2em;
  color: #2C2C2C;
}
.customModal .form-group textarea {
  min-height: 150px;
  outline: none;
  box-shadow: none;
}
.customModal .form-group textarea:focus, .customModal .form-group textarea:active {
  outline: 1px solid #32C3B6;
  box-shadow: none;
}
.customModal h3 {
  font-family: "fontBold";
  font-size: 20px;
  color: #0F0B33;
  text-align: center;
  margin-top: 15px;
}
.customModal .close {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #ffefef;
  width: 23px;
  height: 23px;
  margin: 0 auto;
  background: #ffefef;
  color: #ff0400;
  line-height: 21px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  text-align: center;
  z-index: 22;
}
.customModal .close i {
  vertical-align: middle;
  font-size: 15px;
  color: #ff0600;
}
.customModal .close i::before {
  line-height: 0;
}
.customModal .modal-title {
  font-family: "fontBold";
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.customModal p {
  font-family: "fontBold";
  font-size: 14px;
  color: #717171;
  max-width: 280px;
  text-align: center;
  margin: 20px auto;
}
@media (max-width: 576px) {
  .customModal input[type=text],
.customModal input[type=number],
.customModal input[type=tel],
.customModal textarea {
    font-size: 16px !important;
  }
}

#brandingModal .modal-title {
  font-size: 17px;
  color: #0F0B33;
}
#brandingModal iframe {
  width: 100%;
  min-height: 500px;
  background-color: #EFF0F4;
  border-radius: 23px;
}
@media (max-width: 576px) {
  #brandingModal iframe {
    max-width: 353px;
    display: block;
    margin: 0 auto;
  }
}

#ibtikaratProfile .modal-title {
  font-size: 17px;
  color: #0F0B33;
}
#ibtikaratProfile iframe {
  width: 100%;
  min-height: 500px;
  background-color: #EFF0F4;
  border-radius: 10px;
}

.serviceSelect .current {
  position: relative;
}
.serviceSelect .current::before {
  content: " ";
  display: inline-block;
  background-image: url(../img/tool-box.png);
  width: 35px;
  height: 100%;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 80%;
  position: relative;
  top: -2px;
  left: 5px;
  border-left: 1px solid #e7e6eb;
  vertical-align: middle;
  margin-left: 5px;
}
.serviceSelect .current::after {
  content: " * ";
  color: red;
}

.citySelect .current {
  position: relative;
}
.citySelect .current::before {
  content: " ";
  display: inline-block;
  background-image: url(../img/city-icon.png);
  width: 35px;
  height: 100%;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 60%;
  position: relative;
  top: -2px;
  left: 5px;
  border-left: 1px solid #e7e6eb;
  vertical-align: middle;
  margin-left: 5px;
}

.iti__flag {
  background-image: url("../img/SaudiArabiaFlag.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/SaudiArabiaFlag.png");
  }
}
.iti__flag {
  width: 25px;
}

.iti__flag.iti__sa {
  height: 18px;
  background-position: center center;
  background-size: cover;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  background-color: #ffffff;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  background-color: #fff;
  border: 1px solid 1px solid #f7f5f9;
  white-space: nowrap;
  max-height: 250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
    left: 0;
    width: max-content;
  }
}
.radioItem {
  padding: 10px 0;
}

input[type=radio] {
  appearance: none;
}
input[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  line-height: 20px;
}
input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #111111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}
input[type=radio] + label::after {
  font-family: boxicons !important;
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  transition: all 0.3s;
}
input[type=radio]:checked + label::after {
  opacity: 1;
}
input[type=radio]:checked + label::before {
  background-color: #111111;
}

#YoutubeModal .modal-content {
  border-radius: 10px;
  border: 0;
}
#YoutubeModal .modal-header {
  padding-top: 1.5rem;
  border-bottom: 0;
}
#YoutubeModal .modal-header .btn-close {
  font-size: 15px;
}
#YoutubeModal .plyr--full-ui.plyr--video .plyr__control--overlaid {
  color: #111111;
  background-color: #fff;
}

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(54, 68, 87, 0.7);
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(54, 68, 87, 0.7) !important;
}

.swal2-container.swal2-center > .swal2-popup {
  border-radius: 15px;
}

.swal2-container .swal2-title {
  font-family: "fontBold";
  font-size: 20px;
  color: #0F0B33;
  text-align: center;
}

.swal2-container .swal2-html-container {
  color: #717171;
  font-size: 16px;
}

.swal2-styled.swal2-confirm {
  min-width: 100px;
  outline: none;
  box-shadow: none;
}

.swal2-styled.swal2-cancel {
  min-width: 100px;
  outline: none;
  box-shadow: none;
}

.required {
  color: red;
}

/*=============== BREAKPOINTS ===============*/
@media (max-width: 1200px) {
  header.main-header {
    padding: 25px 20px;
  }
  header.main-header .inner-header .logo {
    max-width: 120px;
  }

  .main {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .footer .footer-content .social li {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .main {
    padding-top: 0;
  }

  .section {
    padding: 3rem 0;
  }

  .home .home_contnet {
    padding-top: 30px;
  }

  .section_title {
    margin: 0 auto 1rem;
  }

  .home .home_contnet .slide_text h2 {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .home .home_contnet .slide_text h2 span {
    font-size: 35px;
  }
  .home .home_contnet .slide_text p {
    font-size: 15px;
  }

  .section_subtitle {
    font-size: 16px;
  }

  .footer .footer-content .about {
    padding: 0 10px;
  }
  .footer .footer-content .about > a img {
    max-width: 65%;
    margin: 10px 0;
  }
  .footer .footer-content .about > a img:last-child {
    margin-top: 0;
  }
  .footer .footer-content .about p img {
    max-width: 100%;
  }
  .footer .footer-content .about .imgs {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .footer .footer-content .links,
.footer .footer-content .social {
    padding: 20px 10px;
  }
  .footer .footer-copyrights .copyrights {
    margin-top: 30px;
  }

  .home .shape {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90%;
    left: -40px;
    display: none;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .footer .footer-copyrights {
    padding: 20px 0;
  }

  .footer .footer-copyrights .copyrights {
    margin-top: 0;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  input[type=text],
input[type=number],
input[type=tel],
textarea {
    font-size: 16px !important;
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.two {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.three {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.four {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.five {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.six {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.seven {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.eight {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.msg-error {
  font-size: 11px;
  color: red !important;
}

@media (max-width: 576px) {
  .home {
    min-height: 70vh;
  }
  .home .need-help {
    bottom: 10%;
    font-size: 10px;
  }

  .how-we-work .timeline > .column > .row > .text {
    padding: 2rem 1rem;
  }

  .footer .footer-content .links ul a::before {
    display: none;
  }

  .home.inner-section {
    padding: 0 0 5rem;
    min-height: 45vh;
  }
  .home.inner-section .home_contnet {
    padding-top: 0;
  }

  .apps-workflow .apps-items .item {
    padding: 0 1rem;
  }
  .apps-workflow .apps-items .item:nth-child(even) .row {
    flex-direction: column-reverse;
  }

  .apps-workflow .apps-items .item-content {
    padding: 0 0;
  }
  .apps-workflow .apps-items .item-content h3 {
    font-size: 18px;
  }
  .apps-workflow .apps-items .item-content p {
    font-size: 14px;
  }

  header.main-header.inside {
    padding: 25px 20px;
  }

  .contact-us {
    min-height: 45vh;
    padding: 9rem 0 3rem;
  }

  .contact-info-boxs .col-md-4 .item {
    border-left: 0;
    border-bottom: 1px solid #E7E7EB;
  }
  .contact-info-boxs .col-md-4 .item:last-child {
    border-bottom: 0;
  }

  .works-page .works-tabs .nav-item {
    width: 33.33%;
  }
  .works-page .works-tabs .nav-item .nav-link {
    min-width: auto;
    font-size: 10px;
    height: 100%;
  }

  #orderService .form-group {
    margin-bottom: 10px;
  }
  #orderService .form-group textarea {
    min-height: 100px;
  }
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error_msg {
  color: red;
  font-size: 10px;
}

body.dark-theme {
  background-color: #091F2C;
}
body.dark-theme header.main-header.fixed-header {
  background: #091F2C;
}
body.dark-theme header.main-header.fixed-header .inner-header .nav-links nav .nav-items > li.orderBtn .btnLink {
  background-color: rgba(255, 255, 255, 0.16);
}
body.dark-theme header.main-header.inside {
  background: #091F2C;
}
body.dark-theme header.main-header.inside .inner-header .nav-links nav .nav-items > li.orderBtn .btnLink {
  background-color: rgba(255, 255, 255, 0.16);
}
body.dark-theme .section_title {
  color: #fff;
}
body.dark-theme .section_title::after {
  filter: brightness(100);
}
body.dark-theme .section_subtitle {
  color: #fff;
}
body.dark-theme .home {
  background-image: url(../img/main-content-bg-dark.webp);
  background-image: image-set(url(../img/main-content-bg-dark.webp) type("image/webp"), url(../img/main-content-bg-dark.png) type("image/png"));
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.dark-theme .our-services {
  background-color: #091F2C;
}
body.dark-theme .our-services .services-items-wrapper .service-item {
  background: #24343E;
  box-shadow: none;
}
body.dark-theme .our-services .services-items-wrapper .service-item h3 {
  color: #fff;
}
body.dark-theme .our-services .services-items-wrapper .service-item p {
  color: #fff;
}
body.dark-theme .our-products {
  background-color: #091F2C;
}
body.dark-theme .our-products .product-items .product-item {
  background-color: #24343E;
  box-shadow: none;
}
body.dark-theme .our-products .product-items .product-item h3, body.dark-theme .our-products .product-items .product-item p {
  color: #fff;
}
body.dark-theme .works {
  background: #091F2C;
}
body.dark-theme .works .works-items-wrapper .work-item {
  background-color: #24343E;
  box-shadow: none;
}
body.dark-theme .works .works-items-wrapper .work-item h3, body.dark-theme .works .works-items-wrapper .work-item p {
  color: #fff;
}
body.dark-theme .works .works-items-wrapper .work-item .type-badge.apps {
  background-color: #091F2C;
  color: #ffffff;
}
body.dark-theme .works .works-items-wrapper .work-item .apps-links a {
  background-color: #262626;
}
body.dark-theme .more-btn a {
  background-color: rgba(255, 255, 255, 0.16);
}
body.dark-theme .how-we-work {
  background-color: #091F2C;
}
body.dark-theme .how-we-work .timeline > .column > .row > .text {
  background-color: #24343E;
  box-shadow: none;
}
body.dark-theme .how-we-work .timeline > .column > .row:nth-child(odd) h3::after {
  border-left-color: #24343E;
}
body.dark-theme .how-we-work .timeline > .column > .row h3,
body.dark-theme .how-we-work .timeline > .column > .row p {
  color: #fff;
}
body.dark-theme .how-we-work .timeline > .column > .row .icon-wrap {
  background-color: #091F2C;
}
body.dark-theme .how-we-work .timeline > .column > .row > .icon > div {
  background: #24343E;
  color: #ffffff;
}
body.dark-theme .how-we-work .timeline > .column > .row:nth-child(even) h3::before {
  border-right-color: #24343E;
}
body.dark-theme .how-we-work .timeline > .column::before {
  border: 1px solid #24343E;
  z-index: 0;
}
body.dark-theme .partners {
  background-color: #24343E;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.09);
}
body.dark-theme .partners .swiper-wrapper .item {
  background-color: #091F2C;
  margin: 15px 0;
}
body.dark-theme .partners .swiper-wrapper .item img {
  border-radius: 15px;
}
body.dark-theme .works-page {
  background-color: #23343e;
}
body.dark-theme .works-page .works-tabs {
  background-color: #091F2C;
}
body.dark-theme .works-page .works-tabs .nav-link {
  color: #fff;
}
body.dark-theme .works-page .works-tabs .nav-link.active {
  background-color: #23343e;
}
body.dark-theme .works.inner-works {
  background-color: #23343e;
}
body.dark-theme .works.inner-works .works-items-wrapper .work-item {
  background-color: #091F2C;
}
body.dark-theme .customModal .modal-title {
  color: #fff;
}
body.dark-theme .customModal .modal-content {
  background-color: #091F2C;
}
body.dark-theme .customModal .form-group .input {
  border: 1px solid #24343E;
  border-right: 1px solid #24343E;
  background: #24343E;
}
body.dark-theme .customModal .form-group .input-group .input-group-text {
  border-left: 1px solid #24343E !important;
}
body.dark-theme .customModal .form-group textarea {
  background: #24343E;
  border: 1px solid #24343E;
}
body.dark-theme .customModal .nice-select {
  background-color: #24343E;
  border: 1px solid #24343E;
}
body.dark-theme .customModal .nice-select::after {
  filter: invert(1);
}
body.dark-theme .customModal .serviceSelect .current::before {
  border-left: 1px solid #24343E !important;
}
body.dark-theme .customModal .close {
  border: 1px solid #24343E;
  background: #24343E;
}
body.dark-theme .customModal .form-group .input:focus,
body.dark-theme .customModal .form-group input:valid {
  border: 1px solid #24343E;
  background-color: #24343E;
}
body.dark-theme .customModal .nice-select .list {
  background: #091F2C;
}
body.dark-theme .customModal .nice-select .option {
  color: #fff;
}
body.dark-theme .customModal .nice-select .option:hover, body.dark-theme .customModal .nice-select .option.focus, body.dark-theme .customModal .nice-select .option.selected.focus {
  background-color: #091F2C;
}
body.dark-theme .apps-workflow {
  background-color: #24343E;
}
body.dark-theme .apps-workflow .apps-items .item-content h3, body.dark-theme .apps-workflow .apps-items .item-content p {
  color: #fff;
}
body.dark-theme .footer {
  background-color: #091F2C;
}
body.dark-theme .footer .footer-content h3::after {
  filter: brightness(100);
}
body.dark-theme .footer .footer-content .contactInfo img {
  filter: brightness(100);
}
body.dark-theme .footer .footer-content .contactInfo .file i {
  color: #fff;
}
body.dark-theme #m-menu .nav-items {
  background-color: #091F2C;
}
body.dark-theme #m-menu .nav-items li {
  color: #fff;
}
body.dark-theme #m-menu .nav-items li.lang_icon a {
  background-color: rgba(255, 255, 255, 0.16);
}
body.dark-theme #m-menu .nav-items li.orderBtn .btnLink {
  background-color: rgba(255, 255, 255, 0.16);
}
body.dark-theme #m-menu .toggle-nav .fa, body.dark-theme #m-menu .toggle-nav i {
  color: #fff;
}

.whatsapp_icon {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 22;
  width: 50px;
  height: 50px;
  background: #31c3b6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.whatsapp_icon svg {
  width: 25px;
  height: 25px;
}

/*# sourceMappingURL=styles.css.map */
