@charset "UTF-8";
/*** RTL websites ***/
@font-face {
   font-family: "font-Reg";
  src: url("../fonts/TheSans-Plain.ttf");
}
@font-face {
  font-family: "font-Bold";
  src: url("../fonts/TheSans-Bold.ttf");
}


body {
  /*Sanad removed:direction: $direction;*/
  /*Sanad removed:text-align: $start-direction;*/
}

html[dir="rtl"] body .getInTouchWrapper {
  background: linear-gradient(255.43deg, #F1F2FC 29.37%, #E0F1FF 70.63%);
}

html[dir="rtl"] body .BGBanner {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

*,
*:focus,
*:active,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

/* start global */
body {
  background-color: #FFF;
  overflow-y: auto;
  font-family: "font-Reg" !important;
  padding-top: 79px;
  overflow-x: hidden;
  /*Sanad removed:text-align: right;*/
}

a {
  text-decoration: none;
}

.btnGred {
  background: linear-gradient(264.09deg, #3DB0EF 10.54%, #0C5EA6 89.46%);
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px #25A2F04D;
          box-shadow: 0px 10px 15px 0px #25A2F04D;
  min-height: 62px;
  min-width: 220px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 2000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.btnGred::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s ease, height 0.6s ease;
  transition: width 0.6s ease, height 0.6s ease;
}

.btnGred:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 12px 20px 0px #25A2F066;
          box-shadow: 0px 12px 20px 0px #25A2F066;
}

.btnGred:hover::before {
  width: 300px;
  height: 300px;
}

.bg-primary {
  background-color: #054970 !important;
}

.font52 {
  font-size: 52px;
  font-family: "font-Bold";
}

.font40 {
  font-size: 40px;
  font-family: "font-Bold";
}

.font32 {
  font-size: 32px;
  font-family: "font-light";
  font-weight: 100;
  color: #444444;
}

.font28 {
  font-size: 28px;
  font-family: "font-Bold";
  color: #4A4A5E;
}

.font18 {
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;
}

input.btn.btn-primary {
  background: #2c3a82;
  color: #fff;
  border: 1px solid #2c3a82;
  height: 40px;
  font-size: 16px;
  font-family: "font-Med";
}

.btn-primary {
  background-color: #054970 !important;
  color: #FFF;
}

.btn-primary:hover {
  background-color: #222232 !important;
  border-color: #222232;
}

/*
      general css to be reused
*/
.text-justify {
  text-align: justify !important;
}

.fw-medium {
  font-family: "font-Med" !important;
  font-weight: 400 !important;
}

.fw-bold {
  font-family: "font-Bold" !important;
  font-weight: 400 !important;
}

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row > * {
  padding-right: 12px;
  padding-left: 12px;
}

.multi-ellipsis {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

img {
  max-width: 100%;
}

.menuWithBanner {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  right: 0;
  height: auto;
  background-color: #FFF;
  border-bottom: 1px solid #E2E2E2;
}

.menuWithBanner .navbar-toggler {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.menuWithBanner .navbarMenu {
  padding: 0;
  position: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 250px);
}

.menuWithBanner .navbarMenu .navbar-collapse {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.menuWithBanner .navbarMenu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 10px;
  margin: 0 auto;
}

.menuWithBanner .navbarMenu .navbar-nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 30px;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}

.menuWithBanner .navbarMenu .navbar-nav .nav-link.active, .menuWithBanner .navbarMenu .navbar-nav .nav-link:hover {
  position: relative;
  color: #000000;
}

.menuWithBanner .navbarMenu .end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.menuWithBanner .navbarMenu .end .offer-a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 178px;
  height: 50px;
  padding: 7px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  border-radius: 30px;
}

.menuWithBanner .navbarMenu .end .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 7px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
  color: #030213;
}

.menuWithBanner.fixedTop {
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

body .bgList,
body .getInTouchWrapper,
body .bannerGitex {
  overflow-x: hidden;
}

.navi {
  padding: 15px 0;
}

.navi .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navi .logoMain {
  position: relative;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 250px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi .logoMain a {
  text-decoration: none;
}

.navi .logoMain a img {
  max-width: 100%;
}

.bannerGitex {
  height: calc(100vh - 80px);
  position: relative;
  max-height: 640px;
}

.bannerGitex .BGBanner {
  position: absolute;
  z-index: -1;
  content: '';
  right: 0;
  width: 100%;
  height: 100%;
}

.bannerGitex .BGBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bannerGitex .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 80px);
  max-height: 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerGitex .content .text {
  width: 70%;
}

.bannerGitex .content .imgBanner {
  position: absolute;
  left: 0;
  height: auto;
  width: 35%;
  bottom: 0;
}

.bannerGitex .text h1 {
  font-size: 64px;
  font-weight: bold;
  color: black;
  margin-bottom: 32px;
  line-height: 128%;
}

.bannerGitex .text h1 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(30.29%, #6E60D5), to(#83E0FF));
  background: linear-gradient(90deg, #6E60D5 30.29%, #83E0FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 180% auto;
  -webkit-animation: gradientShift 3s ease-in-out infinite;
          animation: gradientShift 3s ease-in-out infinite;
}

.bannerGitex .text p {
  font-size: 18px;
  color: #7A7A8E;
  margin-bottom: 24px;
}

.bannerGitex .text p strong {
  color: #4A4A5E;
  font-weight: 700;
}

@-webkit-keyframes gradientShift {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@media (max-width: 1399.98px) {
  .bannerGitex .text h1 {
    font-size: 45px;
    margin-bottom: 24px;
  }
  .bannerGitex .text p {
    font-size: 16px;
    color: #7A7A8E;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  .bannerGitex .text h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .bannerGitex .text p {
    font-size: 14px;
    color: #7A7A8E;
    margin-bottom: 10px;
  }
}

@media (max-width: 992.98px) {
  .bannerGitex {
    height: auto;
  }
  .bannerGitex .content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerGitex .content .text {
    width: 100%;
  }
  .bannerGitex .content .imgBanner {
    position: unset;
    width: 280px;
  }
  .bannerGitex .text h1 {
    font-size: 35px;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .bannerGitex .text p {
    font-size: 12px;
    color: #7A7A8E;
    margin-bottom: 5px;
  }
}

label {
  color: #212529;
  font-size: 16px;
  line-height: 1.5;
  font-family: "font-Bold";
  margin-bottom: 10px;
}

.form-select,
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(33, 37, 41, 0.75);
  background-color: #FFF;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 1rem;
  direction: rtl;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin-bottom: 0;
}

.form-check-input[type=radio]:focus,
.form-select:focus,
.form-control:focus,
.form-check input[type=radio]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-select:focus,
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.form-check-inline {
  color: #2C3A82;
}

.form-check-input[type=radio],
.form-check input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #2C3A82;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  background-color: #fff;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232C3A82'/%3e%3c/svg%3e")
;
}

.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
}

.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
}

.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
}

.form-select::placeholder,
.form-control::placeholder {
  color: rgba(33, 37, 41, 0.75);
}

.form-check .form-check-input {
  margin-right: -1.75em;
}

.form-check td {
  display: inline-block;
  margin-left: 1rem;
}

.form-check {
  padding-right: 0;
}

.form-check label {
  margin-right: 7px;
}

label.form-label {
  font-size: 18px;
  font-family: "font-Bold" !important;
  display: block;
}

.rev-dir {
  direction: ltr;
}

.fs-48 {
  font-size: 48px;
}

.fs-40 {
  font-size: 40px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.fs-15 {
  font-size: 15px;
}

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

.rounded-pill {
  border-radius: 130px !important;
}

.bg-light-blue {
  background-color: #DBEAFE !important;
}

.text-left {
  text-align: left;
}

.btn-secondary {
  background-color: #0B96D1;
  border: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-secondary:hover {
  background-color: #222232;
}

footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

footer .footer-first .social-footer {
  gap: 20px;
  padding: 8px 0;
}

footer .footer-center p {
  line-height: 2;
  margin-bottom: 20px;
}

footer .footer-center .contact-footer-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

footer .footer-center a {
  gap: 8px;
  font-size: 15px;
  height: 30px;
}

footer .footer-center a svg {
  max-width: 20px;
}

footer .footer-left {
  padding-right: 40px;
}

footer .footer-left .mapFrom iframe {
  width: 100% !important;
  height: 190px !important;
}

footer .footer-bottom {
  margin-top: 30px;
}

.bgList {
  padding: 100px 0;
  background: #FBFBFB;
}

.bgList .headerList .font40 {
  margin-bottom: 24px;
  color: #1B58A4;
  font-family: "font-Bold";
}

.bgList .headerList .font40 .font32 {
  display: block;
}

.bgList .headerList p.font28 {
  margin-bottom: 24px;
  letter-spacing: 0.48px;
}

.bgList .custom-list {
  list-style: none;
  padding-right: 0;
}

.bgList .custom-list li {
  position: relative;
  padding-right: 32px;
  margin-bottom: 12px;
  margin-right: 16px;
}

.bgList .custom-list li::before {
  content: "●";
  position: absolute;
  right: 0;
  color: #1D9AD9;
  font-size: 25px;
  line-height: 100%;
}

.bgList .logo {
  text-align: left;
}

.bgList.classAI {
  position: relative;
  background: linear-gradient(279.26deg, #E6F5FD 10.74%, #EDEFFF 89.26%) !important;
}

.bgList.classAI::after {
  position: absolute;
  left: 0;
  background-image: url(../images/patterAI.png);
  top: 0;
  width: 445px;
  content: '';
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.bgList.classAI .logo {
  text-align: right;
}

.bgList.classAI .headerList .font40 {
  color: #7F71E8;
}

.bgList.classAI .custom-list li::before {
  color: #8E8FF2;
}

.bgList.compliance .headerList .font40 {
  color: #AE6AC8;
}

.bgList.compliance .custom-list li::before {
  color: #C8A9E7;
}

.getInTouchWrapper {
  padding: 120px 0;
  background: linear-gradient(255.43deg, #F1F2FC 29.37%, #E0F1FF 70.63%);
}

.getInTouchWrapper .contentCenter {
  text-align: center;
}

.getInTouchWrapper .contentCenter .font40 {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .getInTouchWrapper .contentCenter .font40 {
    font-size: 42px;
  }
}

.getInTouchWrapper .contentCenter hr {
  color: #C8DCEE;
  margin: 120px auto;
  width: 80%;
}

.getInTouchWrapper .contentCenter .font24 {
  margin: 40px 0 55px;
}

.getInTouchWrapper .contentCenter .technologies {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1400px) {
  .getInTouchWrapper .contentCenter .technologies {
    width: 90%;
  }
}

.getInTouchWrapper .contentCenter .technologies li {
  -webkit-box-shadow: 0px 4px 25px 0px #0000000D;
          box-shadow: 0px 4px 25px 0px #0000000D;
  background: #FFFFFF;
  padding: 26px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.getInTouchWrapper .contentCenter .technologies li:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-color: #6E60D5;
}

.getInTouchWrapper .contentCenter .technologies li img {
  max-width: 200px;
}

.navbarMenu .dropdown-toggle::after {
  border: solid #595959;
  border-width: 0 2px 2px 0;
  margin-top: -3px;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbarMenu .nav-item.dropdown .dropdown-item {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: .6;
  color: #000000;
  font-size: 19px;
  font-weight: 500;
}

.navbarMenu .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #000000;
  padding-right: 33px;
  opacity: 1;
}

@media (min-width: 992px) {
  /* Dropdown on Hover */
  .navbarMenu .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbarMenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0;
  }
  /* For better visual appearance */
  .navbarMenu .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
  }
  .navbarMenu .dropdown-item {
    padding: 8px 20px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: right;
  }
  .navbarMenu .dropdown-item:hover {
    background-color: #007bff;
    color: white;
  }
  /* Ensure proper positioning */
  .navbarMenu .dropdown {
    position: relative;
  }
  .navbarMenu .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  .navbarMenu .dropdown-toggle::after {
    border-width: 0 1px 1px 0;
    padding: 2px;
    margin-top: 0;
  }
  .navbarMenu .navbar-nav .dropdown-menu {
    position: static;
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: unset;
  }
  .navbarMenu .nav-item.dropdown .dropdown-item {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 1650px) {
  .container-custom {
    max-width: 1440px;
  }
}

/**********************************************************
                    meeeeedia max-width
**********************************************************/
@media (max-width: 1399.98px) {
  .font52 {
    font-size: 48px;
    font-family: "font-Bold";
  }
  .font40 {
    font-size: 35px;
    font-family: "font-Bold";
  }
  .font32 {
    font-size: 28px;
    font-family: "font-light";
    font-weight: 100;
    color: #444444;
  }
  .font28 {
    font-size: 24px;
    font-family: "font-Bold";
    color: #4A4A5E;
  }
  .font18 {
    font-size: 16px;
    line-height: 30px;
    color: #4D4D4D;
  }
  .bgList .logo img {
    width: 80%;
  }
  .fs-48 {
    font-size: 40px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 45px;
  }
  .menuWithBanner .navbarMenu .navbar-nav .nav-link {
    padding: 8px 25px;
    font-size: 18px;
    font-family: "font-Med";
  }
  .menuWithBanner .navbarMenu .end .offer-a a {
    width: 225px;
    height: 50px;
    min-width: auto;
  }
  .hero-section:before {
    background-size: 110%;
  }
  .fs-40 {
    font-size: 35px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .stats-section .circle-decoration-4 {
    width: 140px;
    height: 140px;
  }
  .stats-section .circle-decoration-3 {
    width: 100px;
    height: 100px;
    left: 5%;
  }
  .stats-section ul li {
    font-size: 16px;
    padding-right: 27px;
  }
  .stats-section ul li::before {
    width: 20px;
    height: 20px;
  }
  .fs-32 {
    font-size: 27px;
  }
}

@media (max-width: 1199.98px) {
  .bgList .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .font52 {
    font-size: 43px;
    font-family: "font-Bold";
  }
  .font40 {
    font-size: 30px;
    font-family: "font-Bold";
  }
  .font32 {
    font-size: 23px;
    font-family: "font-light";
    font-weight: 100;
    color: #444444;
  }
  .font28 {
    font-size: 20px;
    font-family: "font-Bold";
    color: #4A4A5E;
  }
  .font18 {
    font-size: 14px;
    line-height: 1.5;
    color: #4D4D4D;
  }
  .btnGred {
    zoom: .8;
  }
  .bgList .logo img {
    width: 70%;
  }
  .fs-48 {
    font-size: 35px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .hero-section .content-box .btn-secondary {
    font-size: 16px;
    width: 230px;
    height: 50px;
    min-width: auto;
  }
  .ourNum .wapperNM .boxNum {
    gap: 15px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 40px;
  }
  .fs-40 {
    font-size: 30px;
  }
  .dga-section .feature-card {
    padding: 24px 12px;
  }
  .dga-section .feature-card h4 {
    min-height: 48px;
  }
  .stats-section .stats-list {
    padding-right: 10%;
  }
  .fs-32 {
    font-size: 24px;
  }
  .menuWithBanner .navbarMenu .end {
    gap: 10px;
  }
  .menuWithBanner .navbarMenu .end .lang {
    height: 35px;
    padding: 7px;
    font-size: 14px;
  }
  .menuWithBanner .navbarMenu .end .offer-a a {
    width: 180px;
    height: 45px;
    min-width: auto;
    font-size: 14px;
  }
  .menuWithBanner .navbarMenu .navbar-nav .nav-link {
    padding: 8px 10px;
  }
}

@media (max-width: 991.98px) {
  .font52 {
    font-size: 38px;
    font-family: "font-Bold";
  }
  .font40 {
    font-size: 25px;
    font-family: "font-Bold";
  }
  .font32 {
    font-size: 19px;
    font-family: "font-light";
    font-weight: 100;
    color: #444444;
  }
  .font28 {
    font-size: 18px;
    font-family: "font-Bold";
    color: #4A4A5E;
  }
  .btnGred {
    zoom: .8;
  }
  .bgList .logo img {
    width: 70%;
  }
  .bgList {
    padding: 30px 0;
    background: #FBFBFB;
  }
  .bgList .headerList p.font28 {
    margin-bottom: 15px;
    letter-spacing: 0.48px;
  }
  .bgList .custom-list li::before {
    font-size: 18px;
    line-height: unset;
  }
  .bgList.classAI {
    overflow: hidden;
  }
  .menuWithBanner .navbar-collapse .end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bgList.classAI::after {
    width: 100%;
    height: 100%;
  }
  .bgList .custom-list li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .bgList .logo {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .getInTouchWrapper .contentCenter .technologies li img {
    max-width: 80px;
  }
  .getInTouchWrapper .contentCenter .technologies {
    gap: 15px;
  }
  .getInTouchWrapper .contentCenter .technologies li {
    padding: 10px 15px;
    height: 45px;
  }
  .getInTouchWrapper {
    padding: 70px 0;
    background: linear-gradient(255.43deg, #F1F2FC 29.37%, #E0F1FF 70.63%);
  }
  .getInTouchWrapper .contentCenter hr {
    margin: 35px auto;
    width: 100%;
  }
  .menuWithBanner .navbar-toggler {
    position: absolute;
    left: 20px;
  }
  .menuWithBanner .navbar-collapse {
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    padding: 20px;
  }
  .menuWithBanner .navbar-collapse .navbar-nav {
    gap: 8px;
  }
  .menuWithBanner .navbar-collapse .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-family: "font-Bold";
    height: auto;
  }
  .menuWithBanner .navbar-collapse .end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-48 {
    font-size: 32px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .dga-section .feature-card {
    padding: 24px;
  }
  .stats-section .stats-list {
    padding-right: 5%;
    margin-bottom: 24px;
  }
  .fs-32 {
    font-size: 20px;
  }
  .form-select, .form-control {
    padding: 8px 12px;
  }
  footer * {
    text-align: center;
  }
  footer .footer-first .social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-center {
    margin: 24px 0  !important;
  }
  footer .footer-center .fs-20 {
    margin-bottom: 12px !important;
  }
  footer .footer-center a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-left {
    padding: 0;
  }
  footer .footer-bottom .text-center {
    text-align: center !important;
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .menuWithBanner .navbar-collapse {
    top: 70px;
  }
  .fs-48 {
    font-size: 24px;
  }
  .fs-40 {
    font-size: 22px;
  }
  .stats-section .stats-list {
    padding: 0;
  }
  .stats-section .stats-list ul li {
    font-size: 14px;
  }
  footer .footer-left .mapFrom {
    padding: 0 5px;
  }
}
