p {
  margin-bottom: 0.2rem !important;
}

.owl-carousel {
  z-index: 0;
}

/*--------------------------------------------------NAvBar------------------------------------------------------------------*/
.logo {
  width: 200px;
}

.inner-image {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.color {
  color: #008fb6;
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 5px 5px 0 5px;
  border-color: #008fb6 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.head-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*-------------------------------------------------End-NAvBar--------------------------------------------------------------------*/

/*------------------------------------------------Header--------------------------------------------------------------------------*/
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-serv {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
}

.text {
  width: 50%;
}

.text-scroll {
  height: 200px;
  overflow: hidden;
}

.text-scroll:hover {
  overflow-y: auto;
}

.text h2 {
  font-size: 1.75rem;
  font-weight: 500;
}

.text-color {
  color: #008fb6;
  font-size: 1.4rem !important;
  font-weight: 700;
  padding: 0 7px !important;
}

.crd .image-serv {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.crd:hover .image-serv {
  transform: scale(1.05);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #c2c2c2;
}

.box-style {
  color: #042457;
}

.box-style h3 {
  font-size: 2.43rem !important;
  font-weight: 500 !important;
}

.test:hover i,
.test:hover p {
  color: #008fb6 !important;
}

.border-end.color {
  border-right-color: #032f70 !important;
}

.border-bottom {
  border-color: #d5d5d5 !important;
}

.border-end.bord {
  border-right-color: #008fb6 !important;
  height: 50px;
}

.over {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-style {
  font-size: 25px !important;
}

.item-style:hover {
  background-color: #002256;
}

/*------------------------------------------------End-Header------------------------------------------------------------*/

/*--------------------------------------------image-section---------------------------------------------------------------*/

.image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.box:hover .image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.hov span,
h5 {
  color: black;
  font-size: 20px;
}

.box:hover .laye-image .hov span,
.box:hover .laye-image .hov h5 {
  padding: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #1f53ff;
}

.laye-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(
    to top,
    #ffffffb9,
    #ffffffb9,
    rgba(83, 83, 83, 0.295)
  );
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
}

.text-section {
  padding: 0 10px !important;
  height: 400px;
  overflow: hidden;
}

.text-section h2 {
  font-size: 50px;
  font-weight: 500;
}

.text-section p {
  font-size: 18px;
}

.text-section:hover {
  overflow-y: auto;
}

.rev:nth-child(even) {
  flex-direction: row-reverse;
}

.revs:nth-child(even) {
  flex-direction: row-reverse;
}

.revs {
  background-color: #f3f3f350 !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .text-section h2 {
    font-size: 35px;
    font-weight: 500;
  }

  .text-section p {
    font-size: 20px;
  }

  .text-section {
    padding: 30px !important;
  }
}

/* .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    display: inline-block;
} */
@media (min-width: 916px) and (max-width: 1024px) {
  .text-section h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .text-section {
    padding: 25px !important;
  }

  .text-section p {
    font-size: 18px;
  }

  .nav-style {
    font-size: 17px !important;
  }
}

@media (min-width: 767px) and (max-width: 915px) {
  .text-section h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 5px;
  }

  .text-section {
    padding: 13px !important;
  }

  .text-section p {
    font-size: 18px;
    margin: 5px;
  }

  .image img {
    height: 300px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .hide-one {
    display: none;
  }

  .hide-tow {
    display: none;
  }
}

.owel-images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #008fb6;
}

.bg-footer {
  background-color: #002256;
}

.footer-bg {
  background-color: #002256;
}

.link,
.icon-footer {
  color: #fff;
}

.logo-foter {
  width: 170px;
}

footer div {
  background-color: #042457;
  margin: -5px 0px 0px 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
}

.arrow {
  stroke-width: 0.3px;
  stroke: yellow;
}

.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor: pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  fill: #042457;
}

.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4478e3;
  stroke-width: 0.5;
  opacity: 0.6;
  transform: translateY(80%);
}

.drop1 {
  transform-origin: 20px 3px;
}

.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
  transform-origin: 25px 3px;
}

.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
  transform-origin: 16px 3px;
}

.squr-social i {
  color: #042457;
}

.squr-social {
  padding: 8px;
  height: 60px;
  width: 60px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.squr-social:hover i {
  color: #008fb6;
  transform: scale(1.2) rotate(20deg);
  -webkit-transform: scale(1.2) rotate(20deg);
  -moz-transform: scale(1.2) rotate(20deg);
  -ms-transform: scale(1.2) rotate(20deg);
  -o-transform: scale(1.2) rotate(20deg);
}

.link:hover {
  color: #008fb6;
}

.submenu-icon {
  color: #111;
}

img {
  max-width: 100%;
}

.tpg-solution {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tpg-text h5 i {
  color: #032f70;
}

.card.tpg-solution-hvr:hover .tpg-solution {
  transform: scale(1.1);
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.button {
  border: 1px solid #008fb6;
  padding: 0px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #042457;
  color: #fff;
}

.buttons {
  border: 1px solid #008fb6;
  padding: 8px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #042457;
  color: #fff;
}

.about-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-pages {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 50vh;
}

.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00000067;
}

.contents {
  height: 80%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
  /* background-color: #008FB6; */
}

.contents h3 {
  color: #fff;
}

.contents h2 {
  color: #fff;
  z-index: 1;
}

.icons {
  width: 10px;
}

.tpg-card {
  position: relative;
}

.tpg-texts {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.tpg-solution-hvrs {
  overflow: hidden;
}

.tpg-solution-hvrs:hover .tpg-texts {
  bottom: 0;
}

.tpg-solution {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.tpg-solution-hvrs:hover .tpg-solution {
  transform: scale(1.07) rotate(5deg);
  -webkit-transform: scale(1.07) rotate(5deg);
  -moz-transform: scale(1.07) rotate(5deg);
  -ms-transform: scale(1.07) rotate(5deg);
  -o-transform: scale(1.07) rotate(5deg);
}

.images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.card:hover .images {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.ind-card {
  position: absolute;
  bottom: -70px;
  left: 10px;
  right: 10px;
  background-color: #ffffffef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #002256;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-color: #fff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion-button {
  padding: 30px;
}

.collaps-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.circle-layer {
  background-color: #e6e6e673;
}

.chart-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bton:hover {
  background-color: transparent;
  color: #002256;
  border: 1px solid #002256;
}

.bton {
  border: 1px solid #002256;
}

.btons:hover {
  border: 1px solid #002256;
  background-color: #002256;
  color: #fff;
}

.btons {
  background-color: transparent;
  color: #002256;
  border: 1px solid #002256;
}

.card-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
  margin: auto;
}

.aftr-border {
  width: 100px;
  height: 1px;
  background-color: #c2c2c2;
  margin: 5px auto;
}

.card.team div {
  padding: 0 !important;
}

.card.team:hover {
  box-shadow:
    0px 16px 32px -1px rgba(5, 28, 44, 0.2),
    0px 0px 1px 0px rgba(5, 28, 44, 0.15);
}

.icon-color {
  color: #008fb6;
}

.touch-color {
  color: #002256;
}

.dislay-small {
  display: none;
}

/* Styles for screens smaller than 768px (mobile devices) */
@media (max-width: 580px) {
  .hide-small {
    display: none;
  }

  .dislay-small {
    display: none;
  }
}

/* Styles for screens between 768px and 1023px (tablets) */
@media (min-width: 581px) and (max-width: 768px) {
  .hide-small {
    display: none;
  }

  .dislay-small {
    display: none;
  }
}

/* Styles for screens larger than 1023px (desktop) */
@media (min-width: 769px) and (max-width: 991.2px) {
  .dislay-small {
    display: none;
  }

  .link-hover i {
    font-size: 12px !important;
    margin-right: 5px !important;
  }

  .head-image img {
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .list-text h5,
  .list-text p {
    font-size: 12px !important;
    padding: 10px;
    margin-bottom: 0px !important;
  }

  .list-text {
    margin-bottom: 0px !important;
  }
}

.header-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #008FB6; */
}

.news-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
}

.image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text {
  padding: 30px 0 0 15px !important;
}

.about-text div {
  padding: 0 20px !important;
}

.about-text p {
  margin: 0 !important;
  padding: 3px 21px !important;
}

.about-text {
  height: 400px;
  overflow-y: hidden;
}

.about-text:hover {
  overflow-y: auto;
}

.content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #008FB6; */
}

.content h1 {
  padding: 5px 0 !important;
}

.click-arrow {
  font-size: 20px;
  color: #008fb6;
  display: none;
}

@media (min-width: 0px) and (max-width: 400px) {
  .click-arrow {
    display: inline-block;
    margin-left: 50px;
    float: right;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  .click-arrow {
    display: inline-block;
    /* margin-left: 50px; */
    float: right;
  }
}

@media (min-width: 601px) and (max-width: 991.2px) {
  .click-arrow {
    display: inline-block;
    /* margin-left: 50px; */
    float: right;
  }
}

@media (min-width: 0px) and (max-width: 570px) {
  .hide-xsm {
    display: none;
  }

  .fa-solid.icon {
    margin-left: 50px;
    cursor: pointer;
  }
}

.map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.africa {
  position: absolute;
  top: 56%;
  right: 40%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.asia {
  position: absolute;
  top: 27%;
  right: 17%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Russia {
  position: absolute;
  top: 27%;
  right: 29%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Europe {
  position: absolute;
  top: 29%;
  right: 39%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.south-america {
  position: absolute;
  top: 62%;
  left: 27%;
  font-size: 17px;
  font-weight: 500;
  width: 130px;
  text-shadow: 2px 2px 2px #000;
}

.north-america {
  position: absolute;
  top: 26%;
  left: 12%;
  font-size: 17px;
  font-weight: 500;
  width: 130px;
  text-shadow: 2px 2px 2px #000;
}

.Australia {
  position: absolute;
  top: 69%;
  right: 14%;
  font-size: 15px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Middle-East {
  position: absolute;
  top: 43%;
  right: 36%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.africa span,
.africa i {
  font-size: 15px;
}

@media (min-width: 1001px) and (max-width: 1250px) {
  .about-text {
    height: 300px;
    overflow-y: hidden;
  }
}

@media (min-width: 901px) and (max-width: 1000px) {
  .africa {
    font-weight: 500;
    position: absolute;
    top: 52%;
    right: 42%;
    font-size: 14px;
    width: 54px;
  }

  .africa span,
  .africa i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .asia {
    position: absolute;
    top: 25%;
    right: 16%;
    font-size: 13px;
    font-weight: 500;
    width: 70px;
  }

  .Russia {
    position: absolute;
    top: 25%;
    right: 30%;
    font-size: 13px;
  }

  .Russia span,
  .Russia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .asia span,
  .asia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Europe {
    position: absolute;
    top: 29%;
    right: 33%;
    font-size: 13px;
    font-weight: 500;
  }

  .Europe span,
  .Europe i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .south-america {
    position: absolute;
    top: 62%;
    left: 27%;
    font-size: 17px;
    width: 90px;
  }

  .south-america span,
  .south-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .north-america {
    position: absolute;
    top: 33%;
    left: 15%;
    font-size: 17px;
    width: 90px;
    font-weight: 500;
  }

  .north-america span,
  .north-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia span,
  .Australia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia {
    position: absolute;
    top: 69%;
    right: 10%;
    font-size: 13px;
  }

  .Middle-East {
    position: absolute;
    top: 43%;
    right: 40%;
    font-size: 13px;
  }

  .Middle-East span,
  .Middle-East i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .about-text {
    height: 290px;
    overflow-y: hidden;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  .africa {
    font-weight: 500;
    position: absolute;
    top: 52%;
    right: 42%;
    font-size: 14px;
    width: 54px;
  }

  .africa span,
  .africa i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .asia {
    position: absolute;
    top: 25%;
    right: 16%;
    font-size: 13px;
    font-weight: 500;
    width: 70px;
  }

  .Russia {
    position: absolute;
    top: 25%;
    right: 30%;
    font-size: 13px;
  }

  .Russia span,
  .Russia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .asia span,
  .asia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Europe {
    position: absolute;
    top: 29%;
    right: 33%;
    font-size: 13px;
    font-weight: 500;
  }

  .Europe span,
  .Europe i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .south-america {
    position: absolute;
    top: 62%;
    left: 30%;
    font-size: 17px;
    width: 90px;
  }

  .south-america span,
  .south-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .north-america {
    position: absolute;
    top: 33%;
    left: 17%;
    font-size: 17px;
    width: 90px;
    font-weight: 500;
  }

  .north-america span,
  .north-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia span,
  .Australia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia {
    position: absolute;
    top: 69%;
    right: 3%;
    font-size: 13px;
  }

  .Middle-East {
    position: absolute;
    top: 43%;
    right: 29%;
    font-size: 13px;
    width: 70px;
  }

  .Middle-East span,
  .Middle-East i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .about-text {
    height: 208px;
    overflow-y: hidden;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .africa {
    position: absolute;
    top: 50%;
    right: 38%;
    font-size: 13px;
  }

  .africa span,
  .africa i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .asia {
    position: absolute;
    top: 27%;
    right: 17%;
    font-size: 13px;
  }

  .asia span,
  .asia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Europe {
    position: absolute;
    top: 32%;
    right: 35%;
    font-size: 13px;
  }

  .Europe span,
  .Europe i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .south-america {
    position: absolute;
    top: 62%;
    left: 26%;
    font-size: 13px;
  }

  .south-america span,
  .south-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .north-america {
    position: absolute;
    top: 26%;
    left: 7%;
    font-size: 13px;
  }

  .north-america span,
  .north-america i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia span,
  .Australia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Australia {
    position: absolute;
    top: 69%;
    right: 0;
    font-size: 13px;
  }

  .Middle-East {
    position: absolute;
    top: 43%;
    right: 30%;
    font-size: 13px;
  }

  .Middle-East span,
  .Middle-East i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }

  .Russia {
    position: absolute;
    top: 22%;
    right: 30%;
    font-size: 13px;
  }

  .Russia span,
  .Russia i {
    /* color: #000 !important; */
    font-size: 12px !important;
  }
}

.tpg-text {
  height: 300px;
  overflow: hidden;
}

.tpg-text:hover {
  overflow-y: auto;
}

.icon {
  cursor: pointer;
}

.out-bttn {
  padding: 10px;
}

/* For WebKit-based browsers */
::-webkit-scrollbar {
  width: 5px;
  /* Width of the vertical scrollbar */
}

::-webkit-scrollbar-track {
  background-color: #002256;
  /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* Color of the scrollbar thumb */
}

.cover-text p {
  padding: 0px 0px !important;
  margin: 8px;
}

.cover-text {
  overflow: hidden;
  height: 500px;
}

.cover-text {
  overflow-y: auto;
  height: 500px;
}

.servdet-text {
  height: 400px;
  overflow: hidden;
}

.servdet-text:hover {
  overflow-y: auto;
}

.fast-link .nav-link.hvr-icon-forward {
  font-weight: 500;
}

.scroll {
  height: 400px;
  overflow: hidden;
}

.scroll:hover {
  overflow-y: auto;
}

#mapfeed {
  max-height: 700px;
  overflow: hidden;
}

#mapfeed:hover {
  overflow: auto;
}

.owel-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  /* margin: 0px; */
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px dotted #0083d0;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* justify-content: center; */
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

span {
  cursor: pointer !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bg-section {
  background-color: #002256;
}

.text-aera {
  color: #fff !important;
}

.img1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bank-img {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bank-pargraph h4 {
  color: #002256;
}

.bank-pargraph span {
  color: #008fb6;
}

.bank-pargraph p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.link-pill::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 10px;
  height: 2px;
  width: 85px;
}

.tap-text {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  margin-left: 20px;
}

.tap-text h5 {
  color: #002256;
  margin: 0 !important;
}

.tap-text span {
  color: #008fb6 !important;
  margin-left: 10px;
}

.card-body {
  border-top: 7px solid var(--primary-new) !important;
}

.bank-img {
  border-bottom: 7px solid #fff !important;
}

.nav-tabs {
  background-color: var(--primary-new) !important;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-tabs a.active {
  text-decoration: none;
  border: 0 !important;
  background-color: #008fb6 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.scroll-section {
  height: 1000px;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.svg {
  color: #000 !important;
}

.list-group .link-hover {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0 !important;
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  font-size: 14px !important;
  padding: 0 !important;
}

.link-hover:after {
  content: "";
  pointer-events: none;
  bottom: -7px;
  left: 20%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #002256;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.link-hover:focus:after,
.link-hover:hover:after {
  width: 70%;
  left: 0%;
}

.links-hover {
  color: #002256;
  margin-bottom: 0px !important;
}

.card-list {
  /* height: 100vh !important; */
  border: 0 !important;
  background-color: #fcfcfc;
  overflow: hidden;
}

.text-colors:last-child {
  border-bottom: 0px solid #f0f0f096;
}

.text-colors {
  color: #002256;
  border-bottom: 1px solid #f0f0f096;
  margin-bottom: 10px;
  padding: 15px;
  cursor: pointer;
  border-left: 2px solid #002256;
  text-decoration: none !important;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.text-colors:hover {
  margin-left: 10px;
}

/* Hammad Alaa =============== 04 //  02  // 24 */

:root {
  --background-color: #fff;
  --hover-color: rgb(102, 40, 245);
}

@font-face {
  font-family: "Manrope";
  src: url("Manrope-VariableFont_wght.ttf");
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

span {
  font-weight: 100;
  /* display: -webkit-box; */
}

body {
  font-family: "Manrope", sans-serif;
}

.logo {
  width: 120px;
}

.header i {
  color: #03a9f4;
  margin-left: 15px;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.uper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #0022563d; */
  /* backdrop-filter: blur(5px); */
  padding: 0px 15px;
  height: 60px;
  justify-content: flex-end;
}

.uper-nav .nav-logo {
  border-right: 0;
  padding-top: 3%;
  position: absolute;
  left: 1%;
}

.uper-nav a {
  border-right: 1px solid #fff;
  padding: 0 5px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.uper-nav a:last-child {
  border-right: 0px solid #fff;
}

.clearfix {
  display: flex;
  justify-content: center;
}

.clearfix li a:hover {
  text-decoration: underline;
}

.header {
  display: flex !important;
  justify-content: space-between !important;
}

.menu-dropdown-icon a {
  font-weight: bold;
}

.message-nav {
  padding: 10px;
  margin-top: 20px;
}

.nav-image {
  height: auto;
  width: 300px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 40px 10px;
  margin-left: auto;
  margin-top: 10px;
}

.nav-image-button {
  border-bottom: 0 !important;
  background-color: #002256;
  color: #fff !important;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.btn-perant {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.nav-image-button:hover {
  background-color: #03a9f4;
}

.nav-text h3 {
  font-size: 20px;
  color: #002256;
}

.nav-text p {
  font-size: 13px;
  color: #000;
}

.nav-image-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu {
  width: 100%;
  /* background-color: #ffffff57; */
  /* backdrop-filter: blur(5px); */
  /* box-shadow: 0 0 10px #ddd; */
}

.menu-container {
  margin: 0 auto;
  /* background: #002256; */
}

.search {
  color: #fff;
  border-right: 3px solid #fff;
  padding-right: 10px;
}

.menu a.logo {
  display: inline-block;
  padding: 1.5em 3em;
  width: 19%;
  float: left;
}

.menu img {
  max-width: 100%;
}

/* .menu-mobile:after {
    content: "";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
} */

.menu-dropdown-icon:before {
  content: "\2b";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1em;
  /* background: #002256; */
  color: #002256;
  font-size: 20px;
  font-weight: bold;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  /* background: #fff; */
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 1em;
  display: block;
  color: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.hide-sm a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.menu > ul > li a:hover,
.hide-sm a:hover {
  color: #03a9f4;
}

.menu-dropdown-icon {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.menu-dropdown-icon:hover {
  /* border-bottom: 1px solid #002256; */
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  min-height: 600px;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  /* top: 50px; */
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #dddddd93;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 30%;
  margin-right: 30px;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li a:hover {
  color: #03a9f4;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a,
.menu > ul > li > ul > li > ul > li h5 {
  border: 0;
  font-size: 14px;
  font-weight: bold;
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

.intro-page {
  height: 100vh;
  width: 100%;
  position: relative;
}

.intro-page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.layer-intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000086;
}

.hide-lg {
  display: none;
}

.menu-mobile {
  cursor: pointer;
  display: none;
}

.search-lg {
  background-color: #03a9f4;
  color: #fff !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 15px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 40% !important;
  margin: 0;
}

.search-modal .form-control {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  position: relative;
}

.search-modal i {
  position: absolute;
  top: 70px;
  right: 20px;
}

.search-body {
  width: 50%;
  margin: auto;
}

/* .btn-primary {
    background-color: #002256 !important;
    border-color: #002256 !important;
    padding: 7px 40px;
    border-radius: 15px;
    margin-top: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
} */

.float-Industries > li:first-child {
  width: 65% !important;
}

.float-Industries > li:nth-child(2) {
  width: 28% !important;
}

.float-ul li {
  width: 49% !important;
}

.link {
  font-weight: 100 !important;
}

/* intro-page ///////////////////// */

.header-page {
  background-color: #002256;
  color: #fff;
  height: 40vh;
  width: 100%;
  position: relative;
}

.layer-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

.nav-logo {
  border: 0 !important;
}

.header-input-name h4 {
  color: #000;
  border-bottom: 2px solid #002256;
  display: inline-block;
  padding: 10px 0;
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/* input,
select,
textarea {
  width: 100%;
  padding: 10px !important;
  margin-top: 5px;
  border: 1px solid #ccc;
  background-color: #f4f4f4 !important;
  border-radius: 4px;
} */

.error {
  color: red;
  font-size: 12px;
}

.phone-input {
  display: flex;
  gap: 10px;
}

.phone-input span {
  background: #ddd;
  padding: 8px;
  border-radius: 4px;
}

.terms {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}

.terms a {
  color: #003366;
  text-decoration: none;
}

.captcha {
  text-align: center;
  margin: 20px 0;
  background: #ddd;
  padding: 10px;
}

.terms p {
  margin: 10px;
}

/* form p {
    margin: 20px 0;
} */

form a {
  color: #000;
}

.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #03a9f4;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.anchor {
  color: #03a9f4;
}

.btn-reg {
  background-color: #002256;
  color: #fff;
}

.sign-drop {
  position: relative;
}

.signIn-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  display: none;
  z-index: 9999;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  padding: 30px;
  box-shadow: 0px 0px 10px #ddd;
}

.signIn-dropdown.show {
  display: block;
}

.signIn-dropdown .col-lg-4 {
  border-left: 2px solid #f1f1f1dd;
}

.right ul {
  margin-top: 50px;
}

.right ul li {
  margin: 10px 0;
}

#Toggledrop {
  border-right: 0;
}

.sign-link {
  color: #000 !important;
  font-weight: 100 !important;
}

/* /////////// LoG IN */

/* .logo-box {
  margin: auto;
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding: 15px 0;
} */

.logo-box img {
  width: 170px;
}

.login-container {
  background-color: #fff;
  max-width: 400px;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logIn-section {
  padding: 40px 0;
  background-color: #f4f4f4;
}

.logIn-section h4 {
  margin-top: 15px;
  font-size: 17px;
}

.signup-container {
  margin-left: 30px;
}

.form-check-input {
  border-radius: 3px;
}

.form-check-label {
  padding: 2px 7px;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #002256 !important;
}

.form-control:checked[type="checkbox"] {
  background-color: #002256 !important;
}

.login-container a {
  color: #000;
  font-size: 13px;
  margin: 10px 0;
}

.login-container a:hover {
  color: #002256;
}

.signup-container p,
.signup-container a {
  font-size: 30px;
  padding: 30px 0;
}

/* ///////// --------------/  */

.services-container {
  padding-top: 30px;
  background-color: #ffffff;
}

.services-container h5 {
  color: #001c70;
  font-weight: 300;
  margin: 15px 0;
}

.services-container a {
  color: #001c70;
  text-decoration: none;
  font-weight: 500;
  text-decoration: underline;
  margin: 15px 0;
}

.services-container a:hover {
  text-decoration: none;
}

/* //////////// -------------- */

.auth-section {
  background-color: #f4f4f4;
  padding: 40px 0;
}

.auth-container {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.auth-title {
  color: #03396c;
  margin-bottom: 10px;
}

.divider {
  border-top: 3px solid #0076a8;
}

.alert-msg {
  color: red;
  font-weight: bold;
}

.input-box {
  margin-bottom: 10px;
}

.btn-submit {
  background: #001c70;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.search-bar {
  max-width: 600px;
  margin: auto;
  border-radius: 25px;
  padding: 10px;
  border: none;
}

.category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.category-card {
  width: 250px;
  padding: 15px;
  border-radius: 8px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: 0.3s;
}

.category-card:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.cta-section {
  background: #001a99;
  color: white;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}

.cta-btn {
  background: #28a745;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  color: #6c757d;
}

/* // --------------------  */

.help-section {
  padding: 40px 0;
}

.help-card {
  padding: 20px;
  display: flex;
  flex-direction: row;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.help-card:hover {
  border: 1px solid #03a9f4;
}

.help-card-img {
  background-color: rgb(245, 245, 245);
  padding: 15px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.help-card-img img {
  width: 100%;
}

.help-text {
  margin-left: 15px;
}

.hide {
  display: none;
}

.icon {
  font-size: 40px;
  color: #5b6ef5;
}

.profile-img {
  width: 40px;
  height: 40px;
  margin: 10px 0;
}

.progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #6c757d;
}

.step i {
  height: 40px;
  width: 40px;
  font-size: 20px;
  color: #e9ecef;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step.active i {
  background: #007bff;
}

.step.active {
  font-weight: bold;
  color: #000;
}

.line {
  flex: 1;
  height: 3px;
  background: #e9ecef;
  margin: 0 5px;
}

.btn-disabled {
  background: #d6d6d6;
  color: white;
  border: none;
  cursor: not-allowed;
}

.hidden {
  display: none;
}

.box {
  border: 2px solid #ddd;
  padding: 20px;
  margin: 15px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
}

.box h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.products-list {
  max-height: 300px;
  overflow-y: auto;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.product-item:hover {
  background-color: #f5f5f5;
}

.selected-list {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.remove-btn {
  cursor: pointer;
  color: red;
  font-weight: bold;
}

.icon-color {
  color: #008fb6;
}

/* Left Menu */
.menu-left {
  list-style: none;
  width: 50%;
  padding: 20px;
  margin: 0 auto;
  border-right: 2px solid #f5f5f5;
}

.menu-item {
  /* margin: 0  0 3px 0 !important; */
  font-size: 20px;
  font-weight: bold;
  color: #001c70;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.menu-item p {
  font-size: 11px;
  color: #000;
  font-weight: 200;
}

a {
  text-decoration: none !important;
}

.menu-item:hover a {
  color: #007bff !important;
}

.about-link {
  font-weight: 200 !important;
}

/* Right Content */
.menu-right {
  list-style: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3px !important;
}

.submenu {
  display: none;
}

.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu li {
  font-size: 16px;
  color: #001c70;
  padding: 2px 0;
  display: flex;
  align-items: center;
}

.submenu li a {
  padding: 0;
  margin: 0;
}

.submenu li a p {
  font-size: 11px;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}

.submenu li:hover {
  color: #008fb6;
}

.dropdown-menu label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdwon-form .dropdown-menu {
  padding: 15px;
}

.dropdwon-form .btn-secondary {
  background-color: #f4f4f4 !important;
  color: #000;
}

.dropdwon-form input {
  width: 15px;
}

/* Form in nav  */
.form-container h2 {
  font-size: 20px;
}

.form-container p {
  font-size: 12px;
  margin-bottom: 0;
}

form {
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  flex: 1 1 45%;
  border: 1px solid #ccc;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.form-group textarea {
  width: 100%;
  resize: vertical;
}

.form-group.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 10px;
  flex: 0 0;
  gap: 10px;
  margin-bottom: 0 !important;
}

.checkbox-group label:last-of-type {
  margin-top: 0 !important;
}

.form-group.checkbox-group label input {
  margin-bottom: 0 !important;
}

.form-group.checkbox-group input {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  font-size: 10px;
  flex: 0;
  margin-bottom: 0 !important;
}

.form-group.checkbox-group {
  display: flex;
  flex-direction: column;
}

.form-group.checkbox-group input[type="checkbox"] {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0px;
  margin-top: 0 !important;
}

/* ////////////////////////////  */

.breadcrumb {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 5px;
}

.author {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
}

.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: contain;
  object-position: center;
}

.articles {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
}

.articles a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.articles a:last-child {
  border-bottom: none;
}

.articles a:hover {
  color: #5b4eff;
}

.arrow {
  color: #5b4eff;
  font-size: 18px;
}

.author {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0 30px;
  color: #555;
}

.author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

a:hover {
  text-decoration: underline;
}

ol {
  padding-left: 20px;
}

ol li {
  margin-bottom: 10px;
}

.image-box {
  width: 600px;
  padding: 10px;
  text-align: center;
  margin: 15px 0;
}

.image-box img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

strong {
  font-weight: 600;
}

.section-title {
  font-weight: 600;
  margin-top: 25px;
}

.fast-link .nav-link {
  color: #fff;
}

/* //// --------------- */

label {
  font-weight: bold;
  display: block;
  /* margin-bottom: 8px; */
}

.captcha {
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  gap: 20px;
}

.buttons button {
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn {
  background-color: #ccc;
  color: #555;
}

.cancel-btn {
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
}

.revs:nth-child(even) {
  flex-direction: row-reverse;
}

/* //////////// -----------  */

.screenshot {
  margin: 20px 0;
  width: 600px;
}

.screenshot img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.red-arrow {
  color: red;
  font-weight: bold;
}

.note {
  margin-top: 20px;
  font-size: 14px;
}

.note strong {
  color: #000;
}

.note .highlight {
  color: #0073e6;
  font-weight: bold;
}

/*  /////////////- ------------- */

.map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.africa {
  position: absolute;
  top: 56%;
  right: 40%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.asia {
  position: absolute;
  top: 27%;
  right: 17%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Russia {
  position: absolute;
  top: 27%;
  right: 29%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Europe {
  position: absolute;
  top: 29%;
  right: 39%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.south-america {
  position: absolute;
  top: 62%;
  left: 27%;
  font-size: 17px;
  font-weight: 500;
  width: 130px;
  text-shadow: 2px 2px 2px #000;
}

.north-america {
  position: absolute;
  top: 26%;
  left: 12%;
  font-size: 17px;
  font-weight: 500;
  width: 130px;
  text-shadow: 2px 2px 2px #000;
}

.Australia {
  position: absolute;
  top: 69%;
  right: 14%;
  font-size: 15px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.Middle-East {
  position: absolute;
  top: 43%;
  right: 36%;
  font-size: 17px;
  font-weight: 500;
  width: 80px;
  text-shadow: 2px 2px 2px #000;
}

.africa span,
.africa i {
  font-size: 15px;
}

.text-colors {
  color: #002256;
  border-bottom: 1px solid #f0f0f096;
  margin-bottom: 10px;
  padding: 15px;
  cursor: pointer;
  border-left: 2px solid #002256;
  text-decoration: none !important;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.text-colors:hover {
  margin-left: 10px;
}

.list-group .link-hover {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0 !important;
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  font-size: 14px !important;
  padding: 0 !important;
}

.link-hover:after {
  content: "";
  pointer-events: none;
  bottom: -7px;
  left: 20%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #002256;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.link-hover:focus:after,
.link-hover:hover:after {
  width: 70%;
  left: 0%;
}

.list-group .link-hover svg {
  margin-right: 15px;
  width: 25px !important;
  height: 25px !important;
}

.links-hover {
  color: #002256;
  margin-bottom: 0px !important;
}

.card-list {
  /* height: 100vh !important; */
  border: 0 !important;
  background-color: #fcfcfc;
  overflow: hidden;
}

.text-colors:last-child {
  border-bottom: 0px solid #f0f0f096;
}

#mapfeed {
  max-height: 700px;
  overflow: hidden;
}

#mapfeed:hover {
  overflow: auto;
}

.buttons {
  border: 1px solid #008fb6;
  padding: 8px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #042457;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  font-size: 13px;
}

.buttons i {
  font-size: 16px;
  color: #08aad7;
  background: #fff;
  padding: 5px 7px;
  border-radius: 50%;
}

.buttons:hover {
  border: 1px solid #008fb6;
  background-color: #008fb6;
  color: var(--background-color);
}

#closeSidebarBtn {
  display: none;
}

/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
  Mobile style's
  â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }

  .menu-mobile {
    display: block;
    color: #fff;
  }

  .link {
    color: #fff;
  }

  .menu-mobile i {
    font-size: 20px;
    padding-left: 10px;
  }

  .menu-dropdown-icon:before {
    display: block;
    position: absolute;
    right: 0;
  }

  .menu > ul {
    display: none;
    width: 100%;
  }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
    color: #fff;
  }

  .menu > ul > li > ul {
    position: relative;
    padding: 0 15px;
  }

  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }

  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }

  .menu > ul > li > ul > li > ul {
    position: relative;
  }

  .menu > ul > li > ul > li > ul > li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
  }

  .menu > ul > li {
    background-color: #fdfdfd;
    border-bottom: 2px solid #cfcfcf;
  }

  .menu > ul > li > ul > li:first-child {
    margin-top: 15px;
  }

  .menu-mobile {
    display: block;
  }

  .search-lg {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .menu-container {
    flex-direction: column;
  }

  .menu-left,
  .menu-right {
    width: 100%;
  }

  .menu-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-right {
    display: none;
  }
}

@media (max-width: 992px) {
  .step span {
    font-size: 13px;
  }

  /* .hide-sm {
        display: none;
    } */

  .intro-page {
    height: 60vh;
    width: 100%;
  }

  .search-lg {
    display: none !important;
  }

  .search-body {
    width: 100%;
  }

  .float-ul li {
    width: 100% !important;
  }

  .float-Industries > li:first-child {
    width: 100% !important;
  }

  .float-Industries > li span {
    display: none;
  }

  /* .menu>ul>li a {
        color: #000;
    } */

  .show-on-mobile .link {
    color: #000 !important;
  }

  .offset-3 {
    margin: 0 !important;
  }

  .menu > ul > li > ul.normal-sub > li a {
    padding: 3px 0;
  }

  .menu-item p {
    display: none;
  }

  .menu-right {
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #f8f8f8 !important;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
    display: block;
    padding: 20px;
  }

  .menu-right ul li {
    padding: 10px 0;
  }

  .menu-right.active {
    left: 0;
  }

  .menu-mobile {
    margin-left: auto;
  }

  #closeSidebarBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    background-color: #008fb6;
    color: #fff;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hide-sm > *:not(.form-container) {
    display: none;
  }

  .hide-sm .form-container {
    display: flex !important;
  }

  .rev {
    flex-direction: column-reverse;
  }
}

.accordion-item {
  border-top: 0 !important;
}

.is-invalid {
  border: 1px solid red !important;
}

.product-item {
  cursor: pointer;
  padding: 8px;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.product-item:hover {
  background-color: #f0f0f0;
}

.selected-item {
  background-color: #f8f9fa;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 transparent !important;
}

.accordion-body {
  max-height: 300px;
  overflow-y: auto;
}

.accordion-item {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.product-item span {
  background-color: #001c70;
  color: #fff;
  font-size: 20px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.ripple-wave {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.ripple-wave {
  display: none !important;
}

/* Fix for Bootstrap buttons adding unwanted space */
.btn:focus,
.btn:active,
.btn.active {
  outline: none !important;
  box-shadow: none !important;
}

/* Prevent button from changing size when clicked */
.btn {
  transition: none !important;
}

/* Fix for any unwanted margin or padding changes */
/* .btn.active,
.btn:active {
    margin: inherit !important;
    padding: inherit !important;
} */

.back-button {
  border: 1px solid #165ac0;
  background-color: #165ac0;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 15px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .float-ul li {
    width: 47% !important;
  }
}

.float-ul li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

