/*** RTL websites ***/
@font-face {
  font-family: "font-Reg";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
}

@font-face {
  font-family: "font-Bold";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf");
}

@font-face {
  font-family: "font-Med";
  src: url("../fonts/IBMPlexSansArabic-Medium.ttf");
}

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

*,
*: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;
  overflow-x: hidden;
  /*Sanad removed:text-align: right;*/
}

a {
  text-decoration: none;
}

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

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: 259px;
  height: 50px;
  min-width: 231.34px;
  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);
}

.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%;
}

.ourNum {
  padding-top: 60px;
}

.ourNum .wapperNM {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  border-left: 1px solid;
  border-color: rgba(30, 12, 62, 0.2);
}

.ourNum .wapperNM .boxNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}

.ourNum .wapperNM .boxNum .counter {
  color: #18063C;
  text-align: center;
  font-family: "font-Bold";
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 0;
  direction: ltr;
}

.ourNum .wapperNM .boxNum h5 {
  color: #6C757D;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

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;
}

.hero-section {
  position: relative;
  padding: 140px 0 80px;
  background: -webkit-gradient(linear, right top, left top, from(#C6EBFF), to(rgba(198, 235, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FAFEFF), to(#F3FBFF));
  background: linear-gradient(270deg, #C6EBFF 0%, rgba(198, 235, 255, 0) 100%), linear-gradient(270deg, #FAFEFF 0%, #F3FBFF 100%);
}

.hero-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3%;
  right: -0.5%;
  background-image: url(../images/bg-shapes.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hero-section .container-custom {
  position: relative;
}

.hero-section .img-box {
  position: relative;
}

.hero-section .img-box img {
  border-radius: 24px;
}

.hero-section .content-box {
  padding-left: 50px;
}

.hero-section .content-box .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  height: 54px;
  min-width: 231.34px;
  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;
}

.hero-section h1 {
  color: #000000;
}

.hero-section p {
  color: #000000;
}

.dga-section {
  background: #FBFBFB;
  padding: 80px 0 50px;
  position: relative;
}

.dga-section .container-custom {
  position: relative;
}

.dga-section .circle-decoration-3 {
  background-color: #A3E1CD;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  bottom: 3%;
  left: 11%;
}

.dga-section .circle-decoration-4 {
  background-color: #C9E1FC;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  top: 12%;
  right: 10%;
}

.dga-section .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #030213;
  font-size: 14px;
  font-family: "font-Med";
  text-align: center;
}

.dga-section .feature-card {
  border-radius: 10px;
  padding: 24px;
  height: 230px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.dga-section .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.dga-section .feature-card h4 {
  color: #212529;
}

.dga-section .feature-card p {
  color: rgba(33, 37, 41, 0.75);
}

.dga-section .feature-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.dga-section .feature-card.purple {
  background-color: #D8D6FF;
}

.dga-section .feature-card.green {
  background-color: #CEF7E5;
}

.dga-section .feature-card.blue {
  background-color: #C6EBFF;
}

.dga2-section {
  background: #FBFBFB;
  padding: 60px 0 80px;
  position: relative;
}

.dga2-section .container-custom {
  position: relative;
}

.dga2-section .circle-decoration-3 {
  background-color: #C9E1FC;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  bottom: 14%;
  left: 10%;
}

.dga2-section .circle-decoration-4 {
  background-color: #B5E6EC;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  top: 12%;
  right: 10%;
}

.stats-section {
  background: #E6FDFC;
  padding: 80px 0;
  position: relative;
}

.stats-section .container-custom {
  position: relative;
}

.stats-section .circle-decoration-3 {
  background-color: #A0E1E8;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  bottom: 18%;
  left: 12%;
}

.stats-section .circle-decoration-4 {
  background-color: #C1B8FB;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  top: 5%;
  right: 10%;
}

.stats-section .stats-list {
  padding-right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.stats-section ul {
  list-style: none;
  padding-right: 0;
  margin: 0;
}

.stats-section ul li {
  padding: 10px 0;
  font-size: 18px;
  font-family: "font-Med";
  color: #000000;
  position: relative;
  padding-right: 37px;
  -webkit-transition: .3s;
  transition: .3s;
}

.stats-section ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background-image: url(../images/mdi_tick-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s;
}

.stats-section ul li:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.stats-section ul li:hover::before {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.contact-section {
  background: #CAE9F3;
  padding: 80px 0;
}

.contact-section .contact-form {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 48px;
  padding-bottom: 64px;
}

.contact-section .send-form {
  padding: 0 13%;
  margin-top: 40px;
}

.contact-section .send-form .btn {
  font-size: 18px;
  font-family: "font-Med";
}

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;
}

.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) {
  .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) {
  .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 16px;
  }
}

@media (max-width: 991.98px) {
  .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;
  }
  .hero-section {
    padding: 130px 0 60px;
  }
  .hero-section .content-box {
    padding: 0;
    margin-bottom: 24px;
  }
  .hero-section .text-left {
    text-align: center !important;
  }
  .ourNum .wapperNM {
    border: 0;
    border-bottom: 1px solid rgba(30, 12, 62, 0.2);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .ourNum .wapperNM.border-0 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .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;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 32px;
  }
  .dga-section .feature-card h4 {
    min-height: auto;
  }
}

@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;
  }
  .contact-section .contact-form {
    padding: 32px 24px;
  }
  .contact-section .send-form .btn {
    font-size: 16px;
  }
  footer .footer-left .mapFrom {
    padding: 0 5px;
  }
}
