@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 1451px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 1450px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
a:hover {
    background-image: none !important;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'PostGrotesk-Bold';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'PostGrotesk-Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PostGrotesk-Book';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'PostGrotesk-Bold';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PostGrotesk-Book';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ca9d39 !important;
}
.bg-success {
  background-color: #e41c23 !important;
}
.bg-info {
  background-color: #ebeef0 !important;
}
.bg-warning {
  background-color: #a0c9a0 !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #886924 !important;
  border-color: #886924 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #886924 !important;
  border-color: #886924 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d4942 !important;
  border-color: #4d4942 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e1d1a !important;
  border-color: #1e1d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e1d1a !important;
  border-color: #1e1d1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ebeef0 !important;
  border-color: #ebeef0 !important;
  color: #5e717e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9c4cb !important;
  border-color: #b9c4cb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5e717e !important;
  background-color: #b9c4cb !important;
  border-color: #b9c4cb !important;
}
.btn-success,
.btn-success:active {
  background-color: #e41c23 !important;
  border-color: #e41c23 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #971217 !important;
  border-color: #971217 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #971217 !important;
  border-color: #971217 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0c9a0 !important;
  border-color: #a0c9a0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #69aa69 !important;
  border-color: #69aa69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #69aa69 !important;
  border-color: #69aa69 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca9d39;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #886924 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d4942;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1e1d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d4942 !important;
  border-color: #4d4942 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeef0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b9c4cb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5e717e !important;
  background-color: #ebeef0 !important;
  border-color: #ebeef0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e41c23;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #971217 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e41c23 !important;
  border-color: #e41c23 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a0c9a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #69aa69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a0c9a0 !important;
  border-color: #a0c9a0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ca9d39 !important;
}
.text-secondary {
  color: #4d4942 !important;
}
.text-success {
  color: #e41c23 !important;
}
.text-info {
  color: #ebeef0 !important;
}
.text-warning {
  color: #a0c9a0 !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c6021 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #161513 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8a1015 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b1bcc4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5fa45f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ca9d39;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ebeef0;
}
.alert-warning {
  background-color: #a0c9a0;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ca9d39;
  border-color: #ca9d39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ca9d39;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5edda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fad2d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PostGrotesk-Book';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ca9d39 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PostGrotesk-Book';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ca9d39;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ca9d39;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ca9d39;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ca9d39;
  border-bottom-color: #ca9d39;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ca9d39 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4d4942 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ca9d39' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
section .btn {
  color: #012333 !important;
  background: #ebb322 !important;
  border: 1px solid #ebb322 !important;
}
section .btn:hover,
section .btn:focus {
  color: #51c8ec !important;
  border: 1px solid #51c8ec !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #053f5a !important;
}
.cid-tmJ9R5TIsN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmJ9R5TIsN nav.navbar {
  position: fixed;
}
.cid-tmJ9R5TIsN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmJ9R5TIsN .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-tmJ9R5TIsN .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-tmJ9R5TIsN .dropdown-item:hover,
.cid-tmJ9R5TIsN .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-tmJ9R5TIsN .dropdown-item:hover span {
  color: #e41c23;
}
.cid-tmJ9R5TIsN .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-tmJ9R5TIsN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-tmJ9R5TIsN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmJ9R5TIsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmJ9R5TIsN .nav-link {
  position: relative;
}
.cid-tmJ9R5TIsN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmJ9R5TIsN .container {
    flex-wrap: nowrap;
  }
}
.cid-tmJ9R5TIsN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmJ9R5TIsN .dropdown-menu,
.cid-tmJ9R5TIsN .navbar.opened {
  background: #ffffff !important;
}
.cid-tmJ9R5TIsN .nav-item:focus,
.cid-tmJ9R5TIsN .nav-link:focus {
  outline: none;
}
.cid-tmJ9R5TIsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmJ9R5TIsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmJ9R5TIsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmJ9R5TIsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmJ9R5TIsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmJ9R5TIsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmJ9R5TIsN .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmJ9R5TIsN .navbar.opened {
  transition: all 0.3s;
}
.cid-tmJ9R5TIsN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmJ9R5TIsN .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-tmJ9R5TIsN .navbar .navbar-logo img {
    width: 60px !important;
    height: 35px !important;
  }
}
.cid-tmJ9R5TIsN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmJ9R5TIsN .navbar.collapsed {
  justify-content: center;
}
.cid-tmJ9R5TIsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmJ9R5TIsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmJ9R5TIsN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tmJ9R5TIsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmJ9R5TIsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmJ9R5TIsN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tmJ9R5TIsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmJ9R5TIsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmJ9R5TIsN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmJ9R5TIsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmJ9R5TIsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmJ9R5TIsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmJ9R5TIsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmJ9R5TIsN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tmJ9R5TIsN .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tmJ9R5TIsN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmJ9R5TIsN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmJ9R5TIsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmJ9R5TIsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmJ9R5TIsN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmJ9R5TIsN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmJ9R5TIsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmJ9R5TIsN .navbar.navbar-short .navbar-logo img {
  height: 1.5rem !important;
}
.cid-tmJ9R5TIsN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmJ9R5TIsN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmJ9R5TIsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmJ9R5TIsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmJ9R5TIsN .dropdown-item.active,
.cid-tmJ9R5TIsN .dropdown-item:active {
  background-color: transparent;
}
.cid-tmJ9R5TIsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmJ9R5TIsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmJ9R5TIsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmJ9R5TIsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmJ9R5TIsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmJ9R5TIsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmJ9R5TIsN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmJ9R5TIsN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmJ9R5TIsN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmJ9R5TIsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tmJ9R5TIsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmJ9R5TIsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmJ9R5TIsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmJ9R5TIsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmJ9R5TIsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmJ9R5TIsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmJ9R5TIsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmJ9R5TIsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmJ9R5TIsN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmJ9R5TIsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmJ9R5TIsN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmJ9R5TIsN .navbar {
    height: 70px;
  }
  .cid-tmJ9R5TIsN .navbar.opened {
    height: auto;
  }
  .cid-tmJ9R5TIsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmJ9R5TIsN .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-tmJ9R5TIsN .navbar-short .nav-link {
  color: #000 !important;
}
.cid-tmJ9R5TIsN .navbar-short .nav-link:hover,
.cid-tmJ9R5TIsN .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-tmJ9R5TIsN .logo {
    width: 200px !important;
  }
  .cid-tmJ9R5TIsN .navbar-short .logo {
    width: 175px !important;
  }
  .cid-tmJ9R5TIsN .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-tmJ9R5TIsN .dropdown-menu .nav-link,
  .cid-tmJ9R5TIsN .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-tmJ9R5TIsN .dropdown-menu .nav-link:hover,
  .cid-tmJ9R5TIsN .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-tmJ9R5TIsN .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-tmJ9R5TIsN .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-tmJ9R5TIsN .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-tmJbgGqlY3 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/apa-202-supplementalinforrelease-imagerotator-101025-1-scaled.png");
  background-size: 1800px 800px !important;
  background-position: top right !important;
}
.cid-tmJbgGqlY3 .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tmJbgGqlY3 .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tmJbgGqlY3 .card-btn svg {
  transition: all 0.4s;
}
.cid-tmJbgGqlY3 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tmJbgGqlY3 .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tmJbgGqlY3 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tmJbgGqlY3 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tmJbgGqlY3 .column {
  display: flex;
  flex-direction: column;
}
.cid-tmJbgGqlY3 .mbr-card-title,
.cid-tmJbgGqlY3 .mbr-text {
  color: #fafafa;
}
@media (max-width: 400px) {
  .cid-tmJbgGqlY3 .mbr-card-title,
  .cid-tmJbgGqlY3 .mbr-text {
    font-size: 25px !important;
  }
}
.cid-tmJbgGqlY3 .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tmJbgGqlY3 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tmJbgGqlY3 .video-bg {
  z-index: 1;
  height: 100%;
  width: 100%;
}
.cid-tmJbgGqlY3 .video-bg video {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 100vw;
}
.cid-tmJbgGqlY3 .mbr-overlay {
  background: linear-gradient(90deg, rgba(12, 28, 40, 0.85) 0%, rgba(12, 28, 40, 0.9) 10%, rgba(12, 28, 40, 0.95) 40%, rgba(12, 28, 40, 0.4) 50%, rgba(12, 28, 40, 0.1) 100%);
  z-index: 5;
}
.cid-tmJbgGqlY3 .container,
.cid-tmJbgGqlY3 .container-fluid {
  z-index: 10;
}
.cid-tmJbgGqlY3 h1 {
  font-size: 4em;
  line-height: .8em;
}
.cid-tmJbgGqlY3 h2 {
  color: #ffffff !important;
  font-size: 3em;
  line-height: .8em;
}
@media (max-width: 991px) {
  .cid-tmJbgGqlY3 h1 {
    font-size: 3em;
    line-height: .8em;
  }
  .cid-tmJbgGqlY3 h2 {
    color: #ffffff !important;
    font-size: 3em;
    line-height: .8em;
  }
}
.cid-tmJbgGqlY3 .mbr-text {
  color: #000000;
}
.cid-tmJbgGqlY3 .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-tmJbgGqlY3 .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
@media (max-width: 400px) {
  .cid-tmJbgGqlY3 .p,
  .cid-tmJbgGqlY3 .mbr-text {
    font-size: 15px !important;
  }
}
@media (max-width: 400px) {
  .cid-tmJbgGqlY3 .h2 {
    font-size: 25px !important;
  }
}
.cid-tmJbgGqlY3 .mbr-card-title {
  color: #ffffff;
}
.cid-tmJbgGqlY3 .mbr-text,
.cid-tmJbgGqlY3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tmNlWeuJgw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ca9d39;
}
.cid-tmNlWeuJgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmNlWeuJgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmNlWeuJgw .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tmNlWeuJgw .container {
    max-width: 1400px;
  }
}
.cid-tmNlWeuJgw .card {
  margin: auto;
}
.cid-tmNlWeuJgw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #009cc0;
  margin-bottom: 2rem;
}
.cid-tmNlWeuJgw .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tmNlWeuJgw .row {
  justify-content: center;
}
.cid-tmNlWeuJgw H2 {
  color: #ffffff;
}
.cid-tmNlWeuJgw hr {
  width: 15%;
  height: 1px;
  color: #ffffff;
  opacity: 1;
  margin-top: -10px;
}
.cid-tmNlWeuJgw .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-tmNlWeuJgw .text-primary {
  color: #fff !important;
}
.cid-tmNlWeuJgw .card-box:hover .text-primary {
  color: #000 !important;
}
.cid-tmNlWeuJgw .card-title,
.cid-tmNlWeuJgw .card-box {
  color: #ffffff;
}
.cid-u4Q2C8iTuw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ca9d39;
}
.cid-u4Q2C8iTuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Q2C8iTuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Q2C8iTuw .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4Q2C8iTuw .container {
    max-width: 1400px;
  }
}
.cid-u4Q2C8iTuw .card {
  margin: auto;
}
.cid-u4Q2C8iTuw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #009cc0;
  margin-bottom: 2rem;
}
.cid-u4Q2C8iTuw .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4Q2C8iTuw .row {
  justify-content: center;
}
.cid-u4Q2C8iTuw H2 {
  color: #a0c9a0;
}
.cid-u4Q2C8iTuw hr {
  width: 15%;
  height: 1px;
  color: #a0c9a0;
  opacity: 1;
  margin-top: -10px;
}
.cid-u4Q2C8iTuw .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-u4Q2C8iTuw .text-primary {
  color: #fff !important;
}
.cid-u4Q2C8iTuw .card-box:hover .text-primary {
  color: #6eb1de !important;
}
.cid-u4Q2C8iTuw .card-title,
.cid-u4Q2C8iTuw .card-box {
  color: #ffffff;
}
.cid-u4R9slPkaQ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4R9slPkaQ img,
.cid-u4R9slPkaQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4R9slPkaQ .item:focus,
.cid-u4R9slPkaQ span:focus {
  outline: none;
}
.cid-u4R9slPkaQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4R9slPkaQ .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  border-bottom: 2px solid #ca9d39;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.05) !important;
}
@media (min-width: 992px) {
  .cid-u4R9slPkaQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4R9slPkaQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4R9slPkaQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4R9slPkaQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4R9slPkaQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4R9slPkaQ .mbr-section-title {
  color: #4d4942;
}
.cid-u4R9slPkaQ .mbr-text,
.cid-u4R9slPkaQ .mbr-section-btn {
  text-align: left;
  color: #012333;
}
.cid-u4R9slPkaQ .item-title {
  text-align: left;
  color: #ca9d39;
}
.cid-u4R9slPkaQ .item-subtitle {
  text-align: left;
}
.cid-u4R9slPkaQ hr {
  width: 15%;
  height: 1px;
  color: #000;
  opacity: 1;
  margin-top: 25px;
}
.cid-u4R9slPkaQ .mbr-section-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-u4R9slPkaQ .inline-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1399px) {
  .cid-u4R9slPkaQ .inline-btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-u4R9slPkaQ .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4R9slPkaQ .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QIy5z1k7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ca9d39;
}
.cid-u4QIy5z1k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QIy5z1k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QIy5z1k7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u4QIy5z1k7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u4QIy5z1k7 .item-wrapper {
  background: #ffffff;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .cid-u4QIy5z1k7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4QIy5z1k7 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u4QIy5z1k7 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4QIy5z1k7 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-u4QIy5z1k7 .social-row {
  text-align: center;
}
.cid-u4QIy5z1k7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u4QIy5z1k7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u4QIy5z1k7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u4QIy5z1k7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u4QIy5z1k7 .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-u4QIy5z1k7 hr {
  width: 15%;
  height: 1px;
  color: #ffffff;
  opacity: 1;
  margin-top: -10px;
}
.cid-u4QIy5z1k7 .mbr-section-title {
  color: #ffffff;
}
.cid-u4QIy5z1k7 .card-title,
.cid-u4QIy5z1k7 .social-row {
  color: #012333;
}
.cid-u4QIy5z1k7 .mbr-role,
.cid-u4QIy5z1k7 .social-row {
  text-align: center;
  color: #0078d2;
}
.cid-u4QIy5z1k7 .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QIy5z1k7 .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QKVihVO2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ca9d39;
}
.cid-u4QKVihVO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QKVihVO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QKVihVO2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u4QKVihVO2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u4QKVihVO2 .item-wrapper {
  background: #ffffff;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .cid-u4QKVihVO2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4QKVihVO2 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u4QKVihVO2 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4QKVihVO2 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-u4QKVihVO2 .social-row {
  text-align: center;
}
.cid-u4QKVihVO2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u4QKVihVO2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u4QKVihVO2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u4QKVihVO2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u4QKVihVO2 .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-u4QKVihVO2 hr {
  width: 15%;
  height: 1px;
  color: #ffffff;
  opacity: 1;
  margin-top: -10px;
}
.cid-u4QKVihVO2 .mbr-section-title {
  color: #0078d2;
}
.cid-u4QKVihVO2 .card-title,
.cid-u4QKVihVO2 .social-row {
  color: #012333;
}
.cid-u4QKVihVO2 .mbr-role,
.cid-u4QKVihVO2 .social-row {
  text-align: center;
  color: #0078d2;
}
.cid-u4QKVihVO2 .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QKVihVO2 .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-tVNg55lsgj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/apache-website-pattern.jpg");
}
.cid-tVNg55lsgj .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVNg55lsgj .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tVNg55lsgj .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tVNg55lsgj .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tVNg55lsgj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tVNg55lsgj .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tVNg55lsgj .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tVNg55lsgj .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tVNg55lsgj .card .card-box .card-title,
  .cid-tVNg55lsgj .card .card-box .mbr-text,
  .cid-tVNg55lsgj .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tVNg55lsgj .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tVNg55lsgj .card .card-img {
    text-align: right !important;
  }
}
.cid-tVNg55lsgj .link {
  color: #ca9d39;
}
.cid-tVNg55lsgj .mbr-text,
.cid-tVNg55lsgj .link {
  color: #012333;
}
.cid-tVNg55lsgj .main-heading-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-tVNg55lsgj .main-heading {
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
}
.cid-tVNg55lsgj .sub-heading {
  color: black;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-tVNg55lsgj H2 {
  color: #4d4942;
}
.cid-tVNg55lsgj hr {
  width: 15%;
  height: 1px;
  color: #000;
  opacity: 1;
  margin: 0px;
}
.cid-tVNg55lsgj .proposal-headings {
  margin-bottom: 50px;
}
.cid-tVNg55lsgj H3 {
  color: #ca9d39;
}
.cid-tmKcwSZjd2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmKcwSZjd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmKcwSZjd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmKcwSZjd2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tmKcwSZjd2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tmKcwSZjd2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tmKcwSZjd2 .link-wrap {
    align-items: center;
  }
}
.cid-tmKcwSZjd2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmKcwSZjd2 .card-title,
.cid-tmKcwSZjd2 .card-box {
  color: #4d4942;
}
.cid-tmKcwSZjd2 .mbr-text,
.cid-tmKcwSZjd2 .link-wrap,
.cid-tmKcwSZjd2 .mbr-section-btn {
  color: #000000;
}
.cid-tmKcwSZjd2 hr {
  width: 15%;
  height: 1px;
  color: #4d4942;
  opacity: 1;
  margin-top: -10px;
}
.cid-tmKcwSZjd2 .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.cid-tmKcwSZjd2 .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-tmKcwSZjd2 .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-tmNyxSGeS9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ca9d39;
}
.cid-tmNyxSGeS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmNyxSGeS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmNyxSGeS9 .mbr-section-title {
  color: #a0c9a0;
}
.cid-tmNyxSGeS9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmNyxSGeS9 .main-heading-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-tmNyxSGeS9 .main-heading {
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
}
.cid-tmNyxSGeS9 .sub-heading {
  color: white;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-tmNyxSGeS9 H2 {
  color: #ebeef0;
}
.cid-tmNyxSGeS9 hr {
  width: 15%;
  height: 1px;
  color: #ffffff;
  opacity: 1;
  margin: 0px;
}
.cid-tmNyxSGeS9 .meeting-headings {
  margin-bottom: 50px;
}
.cid-tmNqJ4z3tL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ca9d39;
}
.cid-tmNqJ4z3tL .row {
  align-items: center;
  width: 100%;
}
.cid-tmNqJ4z3tL .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0 !important;
}
.cid-tmNqJ4z3tL .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
  border-bottom: 2px solid #ca9d39;
  background-color: #f7f7f7;
}
.cid-tmNqJ4z3tL .col-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.cid-tmNqJ4z3tL .text-container {
  padding: 40px 40px 12px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tmNqJ4z3tL .text-container {
    padding: 24px 24px 12px 24px;
  }
}
.cid-tmNqJ4z3tL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tmNqJ4z3tL .label-text {
  width: 100%;
  margin-bottom: 0;
  color: #1B1F0A;
  opacity: 0.4;
}
.cid-tmNqJ4z3tL .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 8px;
}
.cid-tmNqJ4z3tL .mbr-text {
  letter-spacing: inherit;
  color: #ca9d39;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tmNqJ4z3tL .btn-container {
  width: 100%;
}
.cid-tmNqJ4z3tL .mbr-section-btn {
  margin-top: 22px;
}
.cid-tmNqJ4z3tL .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-tmNqJ4z3tL .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-tmNqJ4z3tL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tmNqJ4z3tL .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tmNqJ4z3tL .col-img {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.cid-tmNqJ4z3tL .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-tmNqJ4z3tL .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-tmNqJ4z3tL .content-container-1 {
  grid-row-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (min-width: 768px) {
  .cid-tmNqJ4z3tL .content-container-1 .img-container {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .cid-tmNqJ4z3tL .content-container-1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.cid-tmNqJ4z3tL .content-container-2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-tmNqJ4z3tL .content-container-2 {
    flex-direction: column-reverse;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.cid-tmNqJ4z3tL .content-container-3 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (min-width: 768px) {
  .cid-tmNqJ4z3tL .content-container-3 .img-container {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .cid-tmNqJ4z3tL .content-container-3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.cid-tmNqJ4z3tL img {
  display: none;
}
@media screen and (max-width: 767px) {
  .cid-tmNqJ4z3tL .content-container {
    width: 100% !important;
    margin: 0 10px !important;
  }
}
.cid-tmNqJ4z3tL .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-tmNqJ4z3tL .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QYvhokZz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4QYvhokZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QYvhokZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QYvhokZz .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4QYvhokZz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4QYvhokZz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4QYvhokZz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4QYvhokZz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u4QYvhokZz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u4QYvhokZz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4QYvhokZz .card-title {
  color: #ffffff;
}
.cid-u4QYvhokZz .mbr-text,
.cid-u4QYvhokZz .mbr-section-btn {
  color: #4d4942;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.cid-u4QYvhokZz hr {
  width: 15%;
  height: 1px;
  color: #4d4942;
  opacity: 1;
  margin-top: -10px;
}
.cid-u4QYvhokZz .mbr-section-heading {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.cid-u4QYvhokZz .btn {
  background-color: #fff !important;
  color: #CA9D39 !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QYvhokZz .btn:hover {
  background-color: #CA9D39 !important;
  color: #fff !important;
  border: 1px solid #CA9D39 !important;
  border-radius: 0px !important;
}
.cid-u4QYvhokZz .card-title,
.cid-u4QYvhokZz .card-box {
  color: #4d4942;
}
.cid-u4R6sWxDVK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u4R6sWxDVK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u4R6sWxDVK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u4R6sWxDVK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u4R6sWxDVK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u4R6sWxDVK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u4R6sWxDVK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u4R6sWxDVK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u4R6sWxDVK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u4R6sWxDVK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u4R6sWxDVK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u4R6sWxDVK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4R6sWxDVK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4R6sWxDVK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u4R6sWxDVK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u4RiBCTk4v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4RiBCTk4v nav.navbar {
  position: fixed;
}
.cid-u4RiBCTk4v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4RiBCTk4v .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u4RiBCTk4v .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u4RiBCTk4v .dropdown-item:hover,
.cid-u4RiBCTk4v .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u4RiBCTk4v .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u4RiBCTk4v .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u4RiBCTk4v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u4RiBCTk4v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4RiBCTk4v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4RiBCTk4v .nav-link {
  position: relative;
}
.cid-u4RiBCTk4v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u4RiBCTk4v .container {
    flex-wrap: nowrap;
  }
}
.cid-u4RiBCTk4v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4RiBCTk4v .dropdown-menu,
.cid-u4RiBCTk4v .navbar.opened {
  background: #ffffff !important;
}
.cid-u4RiBCTk4v .nav-item:focus,
.cid-u4RiBCTk4v .nav-link:focus {
  outline: none;
}
.cid-u4RiBCTk4v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4RiBCTk4v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4RiBCTk4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4RiBCTk4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4RiBCTk4v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4RiBCTk4v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4RiBCTk4v .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4RiBCTk4v .navbar.opened {
  transition: all 0.3s;
}
.cid-u4RiBCTk4v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4RiBCTk4v .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u4RiBCTk4v .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u4RiBCTk4v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4RiBCTk4v .navbar.collapsed {
  justify-content: center;
}
.cid-u4RiBCTk4v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4RiBCTk4v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4RiBCTk4v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u4RiBCTk4v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4RiBCTk4v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4RiBCTk4v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4RiBCTk4v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4RiBCTk4v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4RiBCTk4v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4RiBCTk4v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4RiBCTk4v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4RiBCTk4v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4RiBCTk4v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4RiBCTk4v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4RiBCTk4v .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u4RiBCTk4v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4RiBCTk4v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4RiBCTk4v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4RiBCTk4v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4RiBCTk4v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4RiBCTk4v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4RiBCTk4v .navbar.navbar-short {
  min-height: 190px;
}
.cid-u4RiBCTk4v .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u4RiBCTk4v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4RiBCTk4v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4RiBCTk4v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4RiBCTk4v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4RiBCTk4v .dropdown-item.active,
.cid-u4RiBCTk4v .dropdown-item:active {
  background-color: transparent;
}
.cid-u4RiBCTk4v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4RiBCTk4v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4RiBCTk4v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4RiBCTk4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4RiBCTk4v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4RiBCTk4v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4RiBCTk4v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4RiBCTk4v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4RiBCTk4v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4RiBCTk4v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4RiBCTk4v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4RiBCTk4v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4RiBCTk4v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4RiBCTk4v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4RiBCTk4v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4RiBCTk4v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4RiBCTk4v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4RiBCTk4v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4RiBCTk4v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4RiBCTk4v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4RiBCTk4v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4RiBCTk4v .navbar {
    height: 70px;
  }
  .cid-u4RiBCTk4v .navbar.opened {
    height: auto;
  }
  .cid-u4RiBCTk4v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4RiBCTk4v .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u4RiBCTk4v .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u4RiBCTk4v .navbar-short .nav-link:hover,
.cid-u4RiBCTk4v .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u4RiBCTk4v .logo {
    width: 200px !important;
  }
  .cid-u4RiBCTk4v .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u4RiBCTk4v .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u4RiBCTk4v .dropdown-menu .nav-link,
  .cid-u4RiBCTk4v .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u4RiBCTk4v .dropdown-menu .nav-link:hover,
  .cid-u4RiBCTk4v .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u4RiBCTk4v .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u4RiBCTk4v .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u4RiBCTk4v .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u4RiTeWM5P {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u4RiTeWM5P h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4RiTeWM5P h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4RiTeWM5P h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4RiTeWM5P .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u4RiTeWM5P .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u4RiTeWM5P .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u4RiTeWM5P .mbr-text,
.cid-u4RiTeWM5P .mbr-section-btn {
  color: #efefef;
}
.cid-u4RiTeWM5P p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u4RiTeWM5P hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u4RiTeWM5P h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u4RiTeWM5P h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u4RiTeWM5P h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u4RiTeWM5P h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u4RiTeWM5P span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5HNj3ShPJ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5HNj3ShPJ input,
.cid-u5HNj3ShPJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5HNj3ShPJ input:focus,
.cid-u5HNj3ShPJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5HNj3ShPJ .form-control,
.cid-u5HNj3ShPJ .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5HNj3ShPJ input::-webkit-input-placeholder,
.cid-u5HNj3ShPJ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ input:-moz-placeholder,
.cid-u5HNj3ShPJ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ .jq-selectbox li,
.cid-u5HNj3ShPJ .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5HNj3ShPJ .jq-selectbox li:hover,
.cid-u5HNj3ShPJ .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5HNj3ShPJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5HNj3ShPJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5HNj3ShPJ .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5HNj3ShPJ .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5HNj3ShPJ .entry-content .text-box {
  padding: 0rem;
}
.cid-u5HNj3ShPJ .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5HNj3ShPJ .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5HNj3ShPJ .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5HNj3ShPJ .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5HNj3ShPJ .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5HNj3ShPJ .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5HNj3ShPJ .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5HNj3ShPJ .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5HNj3ShPJ .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5HNj3ShPJ .entry-content .contact {
  margin-top: 30px;
}
.cid-u5HNj3ShPJ .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5HNj3ShPJ .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5HNj3ShPJ .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5HNj3ShPJ .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5HNj3ShPJ .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5HNj3ShPJ .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5HNj3ShPJ .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5HNj3ShPJ .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5HNj3ShPJ .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5HNj3ShPJ .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5HNj3ShPJ .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5HNj3ShPJ .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5HNj3ShPJ .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5HNj3ShPJ .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5HNj3ShPJ .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5HNj3ShPJ progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5HNj3ShPJ .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5HNj3ShPJ .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5HNj3ShPJ .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5HNj3ShPJ .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5HNj3ShPJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5HNj3ShPJ .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5HNj3ShPJ .entry-content .capabilities .capabilities-title,
.cid-u5HNj3ShPJ .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5HNj3ShPJ .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u4RiBLoHq7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u4RiBLoHq7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u4RiBLoHq7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u4RiBLoHq7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u4RiBLoHq7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u4RiBLoHq7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u4RiBLoHq7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u4RiBLoHq7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u4RiBLoHq7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u4RiBLoHq7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u4RiBLoHq7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u4RiBLoHq7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4RiBLoHq7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4RiBLoHq7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u4RiBLoHq7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5I8ETRseQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5I8ETRseQ nav.navbar {
  position: fixed;
}
.cid-u5I8ETRseQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8ETRseQ .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5I8ETRseQ .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5I8ETRseQ .dropdown-item:hover,
.cid-u5I8ETRseQ .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5I8ETRseQ .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5I8ETRseQ .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5I8ETRseQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5I8ETRseQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5I8ETRseQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5I8ETRseQ .nav-link {
  position: relative;
}
.cid-u5I8ETRseQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5I8ETRseQ .container {
    flex-wrap: nowrap;
  }
}
.cid-u5I8ETRseQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5I8ETRseQ .dropdown-menu,
.cid-u5I8ETRseQ .navbar.opened {
  background: #ffffff !important;
}
.cid-u5I8ETRseQ .nav-item:focus,
.cid-u5I8ETRseQ .nav-link:focus {
  outline: none;
}
.cid-u5I8ETRseQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5I8ETRseQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5I8ETRseQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5I8ETRseQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8ETRseQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5I8ETRseQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5I8ETRseQ .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5I8ETRseQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5I8ETRseQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5I8ETRseQ .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5I8ETRseQ .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5I8ETRseQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5I8ETRseQ .navbar.collapsed {
  justify-content: center;
}
.cid-u5I8ETRseQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5I8ETRseQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5I8ETRseQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5I8ETRseQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5I8ETRseQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5I8ETRseQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5I8ETRseQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5I8ETRseQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5I8ETRseQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5I8ETRseQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5I8ETRseQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5I8ETRseQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5I8ETRseQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5I8ETRseQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5I8ETRseQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5I8ETRseQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5I8ETRseQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5I8ETRseQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5I8ETRseQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5I8ETRseQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5I8ETRseQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5I8ETRseQ .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5I8ETRseQ .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5I8ETRseQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5I8ETRseQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5I8ETRseQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5I8ETRseQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5I8ETRseQ .dropdown-item.active,
.cid-u5I8ETRseQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5I8ETRseQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5I8ETRseQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5I8ETRseQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5I8ETRseQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5I8ETRseQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5I8ETRseQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5I8ETRseQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5I8ETRseQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5I8ETRseQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5I8ETRseQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5I8ETRseQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5I8ETRseQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8ETRseQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8ETRseQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5I8ETRseQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8ETRseQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5I8ETRseQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5I8ETRseQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8ETRseQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5I8ETRseQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5I8ETRseQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5I8ETRseQ .navbar {
    height: 70px;
  }
  .cid-u5I8ETRseQ .navbar.opened {
    height: auto;
  }
  .cid-u5I8ETRseQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5I8ETRseQ .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5I8ETRseQ .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5I8ETRseQ .navbar-short .nav-link:hover,
.cid-u5I8ETRseQ .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5I8ETRseQ .logo {
    width: 200px !important;
  }
  .cid-u5I8ETRseQ .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5I8ETRseQ .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8ETRseQ .dropdown-menu .nav-link,
  .cid-u5I8ETRseQ .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5I8ETRseQ .dropdown-menu .nav-link:hover,
  .cid-u5I8ETRseQ .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5I8ETRseQ .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8ETRseQ .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5I8ETRseQ .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5I8EUjaz2 {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5I8EUjaz2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5I8EUjaz2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8EUjaz2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8EUjaz2 .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5I8EUjaz2 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5I8EUjaz2 .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5I8EUjaz2 .mbr-text,
.cid-u5I8EUjaz2 .mbr-section-btn {
  color: #efefef;
}
.cid-u5I8EUjaz2 p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5I8EUjaz2 hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5I8EUjaz2 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5I8EUjaz2 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5I8EUjaz2 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5I8EUjaz2 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5I8EUjaz2 span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5I8EUGgdx {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5I8EUGgdx input,
.cid-u5I8EUGgdx textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5I8EUGgdx input:focus,
.cid-u5I8EUGgdx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5I8EUGgdx .form-control,
.cid-u5I8EUGgdx .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5I8EUGgdx input::-webkit-input-placeholder,
.cid-u5I8EUGgdx textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5I8EUGgdx input:-moz-placeholder,
.cid-u5I8EUGgdx textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5I8EUGgdx .jq-selectbox li,
.cid-u5I8EUGgdx .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5I8EUGgdx .jq-selectbox li:hover,
.cid-u5I8EUGgdx .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5I8EUGgdx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8EUGgdx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8EUGgdx .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5I8EUGgdx .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5I8EUGgdx .entry-content .text-box {
  padding: 0rem;
}
.cid-u5I8EUGgdx .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5I8EUGgdx .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5I8EUGgdx .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5I8EUGgdx .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5I8EUGgdx .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5I8EUGgdx .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5I8EUGgdx .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5I8EUGgdx .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5I8EUGgdx .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5I8EUGgdx .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5I8EUGgdx .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5I8EUGgdx .entry-content .contact {
  margin-top: 30px;
}
.cid-u5I8EUGgdx .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5I8EUGgdx .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5I8EUGgdx .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5I8EUGgdx .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5I8EUGgdx .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5I8EUGgdx .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5I8EUGgdx .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5I8EUGgdx .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5I8EUGgdx .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5I8EUGgdx .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5I8EUGgdx .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5I8EUGgdx .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5I8EUGgdx .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5I8EUGgdx .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5I8EUGgdx .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5I8EUGgdx progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5I8EUGgdx .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8EUGgdx .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8EUGgdx .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8EUGgdx .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8EUGgdx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5I8EUGgdx .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5I8EUGgdx .entry-content .capabilities .capabilities-title,
.cid-u5I8EUGgdx .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5I8EUGgdx .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5I8EVmyHF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5I8EVmyHF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5I8EVmyHF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5I8EVmyHF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5I8EVmyHF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5I8EVmyHF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5I8EVmyHF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5I8EVmyHF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5I8EVmyHF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5I8EVmyHF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5I8EVmyHF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5I8EVmyHF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5I8EVmyHF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5I8EVmyHF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5I8EVmyHF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5I8GLOTWa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5I8GLOTWa nav.navbar {
  position: fixed;
}
.cid-u5I8GLOTWa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8GLOTWa .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5I8GLOTWa .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5I8GLOTWa .dropdown-item:hover,
.cid-u5I8GLOTWa .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5I8GLOTWa .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5I8GLOTWa .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5I8GLOTWa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5I8GLOTWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5I8GLOTWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5I8GLOTWa .nav-link {
  position: relative;
}
.cid-u5I8GLOTWa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5I8GLOTWa .container {
    flex-wrap: nowrap;
  }
}
.cid-u5I8GLOTWa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5I8GLOTWa .dropdown-menu,
.cid-u5I8GLOTWa .navbar.opened {
  background: #ffffff !important;
}
.cid-u5I8GLOTWa .nav-item:focus,
.cid-u5I8GLOTWa .nav-link:focus {
  outline: none;
}
.cid-u5I8GLOTWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5I8GLOTWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5I8GLOTWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5I8GLOTWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8GLOTWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5I8GLOTWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5I8GLOTWa .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5I8GLOTWa .navbar.opened {
  transition: all 0.3s;
}
.cid-u5I8GLOTWa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5I8GLOTWa .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5I8GLOTWa .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5I8GLOTWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5I8GLOTWa .navbar.collapsed {
  justify-content: center;
}
.cid-u5I8GLOTWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5I8GLOTWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5I8GLOTWa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5I8GLOTWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5I8GLOTWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5I8GLOTWa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5I8GLOTWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5I8GLOTWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5I8GLOTWa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5I8GLOTWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5I8GLOTWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5I8GLOTWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5I8GLOTWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5I8GLOTWa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5I8GLOTWa .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5I8GLOTWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5I8GLOTWa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5I8GLOTWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5I8GLOTWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5I8GLOTWa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5I8GLOTWa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5I8GLOTWa .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5I8GLOTWa .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5I8GLOTWa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5I8GLOTWa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5I8GLOTWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5I8GLOTWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5I8GLOTWa .dropdown-item.active,
.cid-u5I8GLOTWa .dropdown-item:active {
  background-color: transparent;
}
.cid-u5I8GLOTWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5I8GLOTWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5I8GLOTWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5I8GLOTWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5I8GLOTWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5I8GLOTWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5I8GLOTWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5I8GLOTWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5I8GLOTWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5I8GLOTWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5I8GLOTWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5I8GLOTWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8GLOTWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8GLOTWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5I8GLOTWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8GLOTWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5I8GLOTWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5I8GLOTWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8GLOTWa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5I8GLOTWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5I8GLOTWa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5I8GLOTWa .navbar {
    height: 70px;
  }
  .cid-u5I8GLOTWa .navbar.opened {
    height: auto;
  }
  .cid-u5I8GLOTWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5I8GLOTWa .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5I8GLOTWa .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5I8GLOTWa .navbar-short .nav-link:hover,
.cid-u5I8GLOTWa .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5I8GLOTWa .logo {
    width: 200px !important;
  }
  .cid-u5I8GLOTWa .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5I8GLOTWa .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8GLOTWa .dropdown-menu .nav-link,
  .cid-u5I8GLOTWa .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5I8GLOTWa .dropdown-menu .nav-link:hover,
  .cid-u5I8GLOTWa .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5I8GLOTWa .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8GLOTWa .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5I8GLOTWa .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5I8GMkQm4 {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5I8GMkQm4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5I8GMkQm4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8GMkQm4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8GMkQm4 .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5I8GMkQm4 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5I8GMkQm4 .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5I8GMkQm4 .mbr-text,
.cid-u5I8GMkQm4 .mbr-section-btn {
  color: #efefef;
}
.cid-u5I8GMkQm4 p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5I8GMkQm4 hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5I8GMkQm4 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5I8GMkQm4 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5I8GMkQm4 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5I8GMkQm4 h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5I8GMkQm4 span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5I8GMFPX6 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5I8GMFPX6 input,
.cid-u5I8GMFPX6 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5I8GMFPX6 input:focus,
.cid-u5I8GMFPX6 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5I8GMFPX6 .form-control,
.cid-u5I8GMFPX6 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5I8GMFPX6 input::-webkit-input-placeholder,
.cid-u5I8GMFPX6 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 input:-moz-placeholder,
.cid-u5I8GMFPX6 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 .jq-selectbox li,
.cid-u5I8GMFPX6 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5I8GMFPX6 .jq-selectbox li:hover,
.cid-u5I8GMFPX6 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5I8GMFPX6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8GMFPX6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8GMFPX6 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5I8GMFPX6 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5I8GMFPX6 .entry-content .text-box {
  padding: 0rem;
}
.cid-u5I8GMFPX6 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5I8GMFPX6 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5I8GMFPX6 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5I8GMFPX6 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5I8GMFPX6 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5I8GMFPX6 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5I8GMFPX6 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5I8GMFPX6 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5I8GMFPX6 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5I8GMFPX6 .entry-content .contact {
  margin-top: 30px;
}
.cid-u5I8GMFPX6 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5I8GMFPX6 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5I8GMFPX6 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5I8GMFPX6 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5I8GMFPX6 .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5I8GMFPX6 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5I8GMFPX6 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5I8GMFPX6 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5I8GMFPX6 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5I8GMFPX6 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5I8GMFPX6 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5I8GMFPX6 .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5I8GMFPX6 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5I8GMFPX6 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5I8GMFPX6 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5I8GMFPX6 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5I8GMFPX6 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8GMFPX6 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8GMFPX6 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8GMFPX6 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8GMFPX6 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5I8GMFPX6 .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5I8GMFPX6 .entry-content .capabilities .capabilities-title,
.cid-u5I8GMFPX6 .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5I8GMFPX6 .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5I8GNignj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5I8GNignj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5I8GNignj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5I8GNignj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5I8GNignj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5I8GNignj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5I8GNignj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5I8GNignj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5I8GNignj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5I8GNignj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5I8GNignj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5I8GNignj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5I8GNignj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5I8GNignj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5I8GNignj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5I8J1xeK5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5I8J1xeK5 nav.navbar {
  position: fixed;
}
.cid-u5I8J1xeK5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8J1xeK5 .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5I8J1xeK5 .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5I8J1xeK5 .dropdown-item:hover,
.cid-u5I8J1xeK5 .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5I8J1xeK5 .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5I8J1xeK5 .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5I8J1xeK5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5I8J1xeK5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5I8J1xeK5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5I8J1xeK5 .nav-link {
  position: relative;
}
.cid-u5I8J1xeK5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5I8J1xeK5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u5I8J1xeK5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5I8J1xeK5 .dropdown-menu,
.cid-u5I8J1xeK5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u5I8J1xeK5 .nav-item:focus,
.cid-u5I8J1xeK5 .nav-link:focus {
  outline: none;
}
.cid-u5I8J1xeK5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5I8J1xeK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5I8J1xeK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5I8J1xeK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8J1xeK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5I8J1xeK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5I8J1xeK5 .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5I8J1xeK5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5I8J1xeK5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5I8J1xeK5 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5I8J1xeK5 .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5I8J1xeK5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5I8J1xeK5 .navbar.collapsed {
  justify-content: center;
}
.cid-u5I8J1xeK5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5I8J1xeK5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5I8J1xeK5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5I8J1xeK5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5I8J1xeK5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5I8J1xeK5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5I8J1xeK5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5I8J1xeK5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5I8J1xeK5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5I8J1xeK5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5I8J1xeK5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5I8J1xeK5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5I8J1xeK5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5I8J1xeK5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5I8J1xeK5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5I8J1xeK5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5I8J1xeK5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5I8J1xeK5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5I8J1xeK5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5I8J1xeK5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5I8J1xeK5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5I8J1xeK5 .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5I8J1xeK5 .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5I8J1xeK5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5I8J1xeK5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5I8J1xeK5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5I8J1xeK5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5I8J1xeK5 .dropdown-item.active,
.cid-u5I8J1xeK5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5I8J1xeK5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5I8J1xeK5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5I8J1xeK5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5I8J1xeK5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5I8J1xeK5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5I8J1xeK5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5I8J1xeK5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5I8J1xeK5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5I8J1xeK5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5I8J1xeK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5I8J1xeK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5I8J1xeK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8J1xeK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8J1xeK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5I8J1xeK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8J1xeK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5I8J1xeK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5I8J1xeK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8J1xeK5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5I8J1xeK5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5I8J1xeK5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5I8J1xeK5 .navbar {
    height: 70px;
  }
  .cid-u5I8J1xeK5 .navbar.opened {
    height: auto;
  }
  .cid-u5I8J1xeK5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5I8J1xeK5 .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5I8J1xeK5 .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5I8J1xeK5 .navbar-short .nav-link:hover,
.cid-u5I8J1xeK5 .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5I8J1xeK5 .logo {
    width: 200px !important;
  }
  .cid-u5I8J1xeK5 .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5I8J1xeK5 .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8J1xeK5 .dropdown-menu .nav-link,
  .cid-u5I8J1xeK5 .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5I8J1xeK5 .dropdown-menu .nav-link:hover,
  .cid-u5I8J1xeK5 .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5I8J1xeK5 .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8J1xeK5 .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5I8J1xeK5 .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5I8J1Zsnp {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5I8J1Zsnp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5I8J1Zsnp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8J1Zsnp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8J1Zsnp .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5I8J1Zsnp .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5I8J1Zsnp .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5I8J1Zsnp .mbr-text,
.cid-u5I8J1Zsnp .mbr-section-btn {
  color: #efefef;
}
.cid-u5I8J1Zsnp p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5I8J1Zsnp hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5I8J1Zsnp h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5I8J1Zsnp h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5I8J1Zsnp h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5I8J1Zsnp h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5I8J1Zsnp span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5I8J2oZfH {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5I8J2oZfH input,
.cid-u5I8J2oZfH textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5I8J2oZfH input:focus,
.cid-u5I8J2oZfH textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5I8J2oZfH .form-control,
.cid-u5I8J2oZfH .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5I8J2oZfH input::-webkit-input-placeholder,
.cid-u5I8J2oZfH textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5I8J2oZfH input:-moz-placeholder,
.cid-u5I8J2oZfH textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5I8J2oZfH .jq-selectbox li,
.cid-u5I8J2oZfH .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5I8J2oZfH .jq-selectbox li:hover,
.cid-u5I8J2oZfH .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5I8J2oZfH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8J2oZfH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8J2oZfH .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5I8J2oZfH .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5I8J2oZfH .entry-content .text-box {
  padding: 0rem;
}
.cid-u5I8J2oZfH .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5I8J2oZfH .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5I8J2oZfH .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5I8J2oZfH .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5I8J2oZfH .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5I8J2oZfH .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5I8J2oZfH .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5I8J2oZfH .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5I8J2oZfH .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5I8J2oZfH .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5I8J2oZfH .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5I8J2oZfH .entry-content .contact {
  margin-top: 30px;
}
.cid-u5I8J2oZfH .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5I8J2oZfH .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5I8J2oZfH .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5I8J2oZfH .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5I8J2oZfH .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5I8J2oZfH .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5I8J2oZfH .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5I8J2oZfH .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5I8J2oZfH .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5I8J2oZfH .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5I8J2oZfH .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5I8J2oZfH .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5I8J2oZfH .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5I8J2oZfH .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5I8J2oZfH .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5I8J2oZfH progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5I8J2oZfH .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8J2oZfH .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8J2oZfH .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8J2oZfH .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8J2oZfH .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5I8J2oZfH .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5I8J2oZfH .entry-content .capabilities .capabilities-title,
.cid-u5I8J2oZfH .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5I8J2oZfH .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5I8J3225V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5I8J3225V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5I8J3225V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5I8J3225V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5I8J3225V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5I8J3225V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5I8J3225V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5I8J3225V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5I8J3225V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5I8J3225V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5I8J3225V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5I8J3225V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5I8J3225V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5I8J3225V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5I8J3225V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5I8JIFqs9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5I8JIFqs9 nav.navbar {
  position: fixed;
}
.cid-u5I8JIFqs9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8JIFqs9 .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5I8JIFqs9 .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5I8JIFqs9 .dropdown-item:hover,
.cid-u5I8JIFqs9 .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5I8JIFqs9 .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5I8JIFqs9 .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5I8JIFqs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5I8JIFqs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5I8JIFqs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5I8JIFqs9 .nav-link {
  position: relative;
}
.cid-u5I8JIFqs9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5I8JIFqs9 .container {
    flex-wrap: nowrap;
  }
}
.cid-u5I8JIFqs9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5I8JIFqs9 .dropdown-menu,
.cid-u5I8JIFqs9 .navbar.opened {
  background: #ffffff !important;
}
.cid-u5I8JIFqs9 .nav-item:focus,
.cid-u5I8JIFqs9 .nav-link:focus {
  outline: none;
}
.cid-u5I8JIFqs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5I8JIFqs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5I8JIFqs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5I8JIFqs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8JIFqs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5I8JIFqs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5I8JIFqs9 .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5I8JIFqs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5I8JIFqs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5I8JIFqs9 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5I8JIFqs9 .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5I8JIFqs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5I8JIFqs9 .navbar.collapsed {
  justify-content: center;
}
.cid-u5I8JIFqs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5I8JIFqs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5I8JIFqs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5I8JIFqs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5I8JIFqs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5I8JIFqs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5I8JIFqs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5I8JIFqs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5I8JIFqs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5I8JIFqs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5I8JIFqs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5I8JIFqs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5I8JIFqs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5I8JIFqs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5I8JIFqs9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5I8JIFqs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5I8JIFqs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5I8JIFqs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5I8JIFqs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5I8JIFqs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5I8JIFqs9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5I8JIFqs9 .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5I8JIFqs9 .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5I8JIFqs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5I8JIFqs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5I8JIFqs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5I8JIFqs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5I8JIFqs9 .dropdown-item.active,
.cid-u5I8JIFqs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5I8JIFqs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5I8JIFqs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5I8JIFqs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5I8JIFqs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5I8JIFqs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5I8JIFqs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5I8JIFqs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5I8JIFqs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5I8JIFqs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5I8JIFqs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5I8JIFqs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5I8JIFqs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8JIFqs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8JIFqs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5I8JIFqs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8JIFqs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5I8JIFqs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5I8JIFqs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8JIFqs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5I8JIFqs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5I8JIFqs9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5I8JIFqs9 .navbar {
    height: 70px;
  }
  .cid-u5I8JIFqs9 .navbar.opened {
    height: auto;
  }
  .cid-u5I8JIFqs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5I8JIFqs9 .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5I8JIFqs9 .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5I8JIFqs9 .navbar-short .nav-link:hover,
.cid-u5I8JIFqs9 .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5I8JIFqs9 .logo {
    width: 200px !important;
  }
  .cid-u5I8JIFqs9 .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5I8JIFqs9 .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8JIFqs9 .dropdown-menu .nav-link,
  .cid-u5I8JIFqs9 .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5I8JIFqs9 .dropdown-menu .nav-link:hover,
  .cid-u5I8JIFqs9 .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5I8JIFqs9 .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8JIFqs9 .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5I8JIFqs9 .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5I8JJccLG {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5I8JJccLG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5I8JJccLG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8JJccLG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8JJccLG .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5I8JJccLG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5I8JJccLG .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5I8JJccLG .mbr-text,
.cid-u5I8JJccLG .mbr-section-btn {
  color: #efefef;
}
.cid-u5I8JJccLG p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5I8JJccLG hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5I8JJccLG h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5I8JJccLG h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5I8JJccLG h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5I8JJccLG h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5I8JJccLG span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5I8JJyGhL {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5I8JJyGhL input,
.cid-u5I8JJyGhL textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5I8JJyGhL input:focus,
.cid-u5I8JJyGhL textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5I8JJyGhL .form-control,
.cid-u5I8JJyGhL .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5I8JJyGhL input::-webkit-input-placeholder,
.cid-u5I8JJyGhL textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5I8JJyGhL input:-moz-placeholder,
.cid-u5I8JJyGhL textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5I8JJyGhL .jq-selectbox li,
.cid-u5I8JJyGhL .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5I8JJyGhL .jq-selectbox li:hover,
.cid-u5I8JJyGhL .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5I8JJyGhL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8JJyGhL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8JJyGhL .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5I8JJyGhL .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5I8JJyGhL .entry-content .text-box {
  padding: 0rem;
}
.cid-u5I8JJyGhL .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5I8JJyGhL .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5I8JJyGhL .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5I8JJyGhL .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5I8JJyGhL .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5I8JJyGhL .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5I8JJyGhL .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5I8JJyGhL .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5I8JJyGhL .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5I8JJyGhL .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5I8JJyGhL .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5I8JJyGhL .entry-content .contact {
  margin-top: 30px;
}
.cid-u5I8JJyGhL .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5I8JJyGhL .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5I8JJyGhL .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5I8JJyGhL .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5I8JJyGhL .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5I8JJyGhL .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5I8JJyGhL .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5I8JJyGhL .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5I8JJyGhL .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5I8JJyGhL .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5I8JJyGhL .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5I8JJyGhL .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5I8JJyGhL .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5I8JJyGhL .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5I8JJyGhL .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5I8JJyGhL progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5I8JJyGhL .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8JJyGhL .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8JJyGhL .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8JJyGhL .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8JJyGhL .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5I8JJyGhL .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5I8JJyGhL .entry-content .capabilities .capabilities-title,
.cid-u5I8JJyGhL .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5I8JJyGhL .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5I8JKdRcu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5I8JKdRcu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5I8JKdRcu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5I8JKdRcu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5I8JKdRcu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5I8JKdRcu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5I8JKdRcu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5I8JKdRcu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5I8JKdRcu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5I8JKdRcu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5I8JKdRcu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5I8JKdRcu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5I8JKdRcu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5I8JKdRcu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5I8JKdRcu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5I8KMqCy8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5I8KMqCy8 nav.navbar {
  position: fixed;
}
.cid-u5I8KMqCy8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8KMqCy8 .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5I8KMqCy8 .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5I8KMqCy8 .dropdown-item:hover,
.cid-u5I8KMqCy8 .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5I8KMqCy8 .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5I8KMqCy8 .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5I8KMqCy8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5I8KMqCy8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5I8KMqCy8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5I8KMqCy8 .nav-link {
  position: relative;
}
.cid-u5I8KMqCy8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5I8KMqCy8 .container {
    flex-wrap: nowrap;
  }
}
.cid-u5I8KMqCy8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5I8KMqCy8 .dropdown-menu,
.cid-u5I8KMqCy8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u5I8KMqCy8 .nav-item:focus,
.cid-u5I8KMqCy8 .nav-link:focus {
  outline: none;
}
.cid-u5I8KMqCy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5I8KMqCy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5I8KMqCy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5I8KMqCy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5I8KMqCy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5I8KMqCy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5I8KMqCy8 .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5I8KMqCy8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5I8KMqCy8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5I8KMqCy8 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5I8KMqCy8 .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5I8KMqCy8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5I8KMqCy8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5I8KMqCy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5I8KMqCy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5I8KMqCy8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5I8KMqCy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5I8KMqCy8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5I8KMqCy8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5I8KMqCy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5I8KMqCy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5I8KMqCy8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5I8KMqCy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5I8KMqCy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5I8KMqCy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5I8KMqCy8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5I8KMqCy8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5I8KMqCy8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5I8KMqCy8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5I8KMqCy8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5I8KMqCy8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5I8KMqCy8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5I8KMqCy8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5I8KMqCy8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5I8KMqCy8 .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5I8KMqCy8 .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5I8KMqCy8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5I8KMqCy8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5I8KMqCy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5I8KMqCy8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5I8KMqCy8 .dropdown-item.active,
.cid-u5I8KMqCy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5I8KMqCy8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5I8KMqCy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5I8KMqCy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5I8KMqCy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5I8KMqCy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5I8KMqCy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5I8KMqCy8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5I8KMqCy8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5I8KMqCy8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5I8KMqCy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5I8KMqCy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5I8KMqCy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8KMqCy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5I8KMqCy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5I8KMqCy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8KMqCy8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5I8KMqCy8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5I8KMqCy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5I8KMqCy8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5I8KMqCy8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5I8KMqCy8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5I8KMqCy8 .navbar {
    height: 70px;
  }
  .cid-u5I8KMqCy8 .navbar.opened {
    height: auto;
  }
  .cid-u5I8KMqCy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5I8KMqCy8 .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5I8KMqCy8 .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5I8KMqCy8 .navbar-short .nav-link:hover,
.cid-u5I8KMqCy8 .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5I8KMqCy8 .logo {
    width: 200px !important;
  }
  .cid-u5I8KMqCy8 .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5I8KMqCy8 .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8KMqCy8 .dropdown-menu .nav-link,
  .cid-u5I8KMqCy8 .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5I8KMqCy8 .dropdown-menu .nav-link:hover,
  .cid-u5I8KMqCy8 .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5I8KMqCy8 .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5I8KMqCy8 .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5I8KMqCy8 .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5I8KMTjvl {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5I8KMTjvl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5I8KMTjvl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8KMTjvl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5I8KMTjvl .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5I8KMTjvl .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5I8KMTjvl .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5I8KMTjvl .mbr-text,
.cid-u5I8KMTjvl .mbr-section-btn {
  color: #efefef;
}
.cid-u5I8KMTjvl p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5I8KMTjvl hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5I8KMTjvl h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5I8KMTjvl h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5I8KMTjvl h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5I8KMTjvl h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5I8KMTjvl span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5I8KNjdZX {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5I8KNjdZX input,
.cid-u5I8KNjdZX textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5I8KNjdZX input:focus,
.cid-u5I8KNjdZX textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5I8KNjdZX .form-control,
.cid-u5I8KNjdZX .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5I8KNjdZX input::-webkit-input-placeholder,
.cid-u5I8KNjdZX textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5I8KNjdZX input:-moz-placeholder,
.cid-u5I8KNjdZX textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5I8KNjdZX .jq-selectbox li,
.cid-u5I8KNjdZX .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5I8KNjdZX .jq-selectbox li:hover,
.cid-u5I8KNjdZX .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5I8KNjdZX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8KNjdZX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5I8KNjdZX .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5I8KNjdZX .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5I8KNjdZX .entry-content .text-box {
  padding: 0rem;
}
.cid-u5I8KNjdZX .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5I8KNjdZX .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5I8KNjdZX .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5I8KNjdZX .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5I8KNjdZX .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5I8KNjdZX .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5I8KNjdZX .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5I8KNjdZX .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5I8KNjdZX .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5I8KNjdZX .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5I8KNjdZX .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5I8KNjdZX .entry-content .contact {
  margin-top: 30px;
}
.cid-u5I8KNjdZX .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5I8KNjdZX .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5I8KNjdZX .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5I8KNjdZX .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5I8KNjdZX .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5I8KNjdZX .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5I8KNjdZX .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5I8KNjdZX .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5I8KNjdZX .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5I8KNjdZX .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5I8KNjdZX .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5I8KNjdZX .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5I8KNjdZX .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5I8KNjdZX .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5I8KNjdZX .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5I8KNjdZX progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5I8KNjdZX .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8KNjdZX .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8KNjdZX .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8KNjdZX .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5I8KNjdZX .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5I8KNjdZX .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5I8KNjdZX .entry-content .capabilities .capabilities-title,
.cid-u5I8KNjdZX .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5I8KNjdZX .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5I8KNWywr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5I8KNWywr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5I8KNWywr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5I8KNWywr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5I8KNWywr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5I8KNWywr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5I8KNWywr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5I8KNWywr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5I8KNWywr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5I8KNWywr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5I8KNWywr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5I8KNWywr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5I8KNWywr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5I8KNWywr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5I8KNWywr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5IgHD5Let {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5IgHD5Let nav.navbar {
  position: fixed;
}
.cid-u5IgHD5Let .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5IgHD5Let .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5IgHD5Let .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5IgHD5Let .dropdown-item:hover,
.cid-u5IgHD5Let .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5IgHD5Let .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5IgHD5Let .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5IgHD5Let .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5IgHD5Let .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5IgHD5Let .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5IgHD5Let .nav-link {
  position: relative;
}
.cid-u5IgHD5Let .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5IgHD5Let .container {
    flex-wrap: nowrap;
  }
}
.cid-u5IgHD5Let .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5IgHD5Let .dropdown-menu,
.cid-u5IgHD5Let .navbar.opened {
  background: #ffffff !important;
}
.cid-u5IgHD5Let .nav-item:focus,
.cid-u5IgHD5Let .nav-link:focus {
  outline: none;
}
.cid-u5IgHD5Let .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5IgHD5Let .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5IgHD5Let .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5IgHD5Let .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5IgHD5Let .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5IgHD5Let .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5IgHD5Let .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5IgHD5Let .navbar.opened {
  transition: all 0.3s;
}
.cid-u5IgHD5Let .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5IgHD5Let .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5IgHD5Let .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5IgHD5Let .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5IgHD5Let .navbar.collapsed {
  justify-content: center;
}
.cid-u5IgHD5Let .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5IgHD5Let .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5IgHD5Let .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5IgHD5Let .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5IgHD5Let .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5IgHD5Let .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5IgHD5Let .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5IgHD5Let .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5IgHD5Let .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5IgHD5Let .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5IgHD5Let .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5IgHD5Let .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5IgHD5Let .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5IgHD5Let .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5IgHD5Let .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5IgHD5Let .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5IgHD5Let .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5IgHD5Let .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5IgHD5Let .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5IgHD5Let .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5IgHD5Let .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5IgHD5Let .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5IgHD5Let .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5IgHD5Let .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5IgHD5Let .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5IgHD5Let .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5IgHD5Let .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5IgHD5Let .dropdown-item.active,
.cid-u5IgHD5Let .dropdown-item:active {
  background-color: transparent;
}
.cid-u5IgHD5Let .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5IgHD5Let .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5IgHD5Let .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5IgHD5Let .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5IgHD5Let .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5IgHD5Let .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5IgHD5Let ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5IgHD5Let .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5IgHD5Let button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5IgHD5Let button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5IgHD5Let button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5IgHD5Let button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5IgHD5Let button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5IgHD5Let button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5IgHD5Let nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5IgHD5Let nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5IgHD5Let nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5IgHD5Let nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5IgHD5Let .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5IgHD5Let a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5IgHD5Let .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5IgHD5Let .navbar {
    height: 70px;
  }
  .cid-u5IgHD5Let .navbar.opened {
    height: auto;
  }
  .cid-u5IgHD5Let .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5IgHD5Let .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5IgHD5Let .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5IgHD5Let .navbar-short .nav-link:hover,
.cid-u5IgHD5Let .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5IgHD5Let .logo {
    width: 200px !important;
  }
  .cid-u5IgHD5Let .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5IgHD5Let .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5IgHD5Let .dropdown-menu .nav-link,
  .cid-u5IgHD5Let .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5IgHD5Let .dropdown-menu .nav-link:hover,
  .cid-u5IgHD5Let .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5IgHD5Let .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5IgHD5Let .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5IgHD5Let .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5IgHDJtvR {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5IgHDJtvR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5IgHDJtvR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IgHDJtvR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IgHDJtvR .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5IgHDJtvR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5IgHDJtvR .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5IgHDJtvR .mbr-text,
.cid-u5IgHDJtvR .mbr-section-btn {
  color: #efefef;
}
.cid-u5IgHDJtvR p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5IgHDJtvR hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5IgHDJtvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5IgHDJtvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5IgHDJtvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5IgHDJtvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5IgHDJtvR span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5IgHE7deF {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5IgHE7deF input,
.cid-u5IgHE7deF textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5IgHE7deF input:focus,
.cid-u5IgHE7deF textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5IgHE7deF .form-control,
.cid-u5IgHE7deF .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5IgHE7deF input::-webkit-input-placeholder,
.cid-u5IgHE7deF textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5IgHE7deF input:-moz-placeholder,
.cid-u5IgHE7deF textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5IgHE7deF .jq-selectbox li,
.cid-u5IgHE7deF .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5IgHE7deF .jq-selectbox li:hover,
.cid-u5IgHE7deF .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5IgHE7deF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IgHE7deF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IgHE7deF .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5IgHE7deF .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5IgHE7deF .entry-content .text-box {
  padding: 0rem;
}
.cid-u5IgHE7deF .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5IgHE7deF .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5IgHE7deF .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5IgHE7deF .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5IgHE7deF .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5IgHE7deF .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5IgHE7deF .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5IgHE7deF .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5IgHE7deF .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5IgHE7deF .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5IgHE7deF .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5IgHE7deF .entry-content .contact {
  margin-top: 30px;
}
.cid-u5IgHE7deF .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5IgHE7deF .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5IgHE7deF .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5IgHE7deF .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5IgHE7deF .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5IgHE7deF .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5IgHE7deF .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5IgHE7deF .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5IgHE7deF .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5IgHE7deF .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5IgHE7deF .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5IgHE7deF .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5IgHE7deF .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5IgHE7deF .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5IgHE7deF .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5IgHE7deF progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5IgHE7deF .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IgHE7deF .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IgHE7deF .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IgHE7deF .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IgHE7deF .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5IgHE7deF .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5IgHE7deF .entry-content .capabilities .capabilities-title,
.cid-u5IgHE7deF .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5IgHE7deF .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5IgHENXd5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5IgHENXd5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5IgHENXd5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5IgHENXd5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5IgHENXd5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5IgHENXd5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5IgHENXd5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5IgHENXd5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5IgHENXd5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5IgHENXd5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5IgHENXd5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5IgHENXd5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5IgHENXd5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5IgHENXd5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5IgHENXd5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5IiEZHbK3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5IiEZHbK3 nav.navbar {
  position: fixed;
}
.cid-u5IiEZHbK3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5IiEZHbK3 .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5IiEZHbK3 .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5IiEZHbK3 .dropdown-item:hover,
.cid-u5IiEZHbK3 .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5IiEZHbK3 .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5IiEZHbK3 .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5IiEZHbK3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5IiEZHbK3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5IiEZHbK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5IiEZHbK3 .nav-link {
  position: relative;
}
.cid-u5IiEZHbK3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5IiEZHbK3 .container {
    flex-wrap: nowrap;
  }
}
.cid-u5IiEZHbK3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5IiEZHbK3 .dropdown-menu,
.cid-u5IiEZHbK3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u5IiEZHbK3 .nav-item:focus,
.cid-u5IiEZHbK3 .nav-link:focus {
  outline: none;
}
.cid-u5IiEZHbK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5IiEZHbK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5IiEZHbK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5IiEZHbK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5IiEZHbK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5IiEZHbK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5IiEZHbK3 .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5IiEZHbK3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5IiEZHbK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5IiEZHbK3 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5IiEZHbK3 .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5IiEZHbK3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5IiEZHbK3 .navbar.collapsed {
  justify-content: center;
}
.cid-u5IiEZHbK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5IiEZHbK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5IiEZHbK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5IiEZHbK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5IiEZHbK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5IiEZHbK3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5IiEZHbK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5IiEZHbK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5IiEZHbK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5IiEZHbK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5IiEZHbK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5IiEZHbK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5IiEZHbK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5IiEZHbK3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5IiEZHbK3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5IiEZHbK3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5IiEZHbK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5IiEZHbK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5IiEZHbK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5IiEZHbK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5IiEZHbK3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5IiEZHbK3 .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5IiEZHbK3 .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5IiEZHbK3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5IiEZHbK3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5IiEZHbK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5IiEZHbK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5IiEZHbK3 .dropdown-item.active,
.cid-u5IiEZHbK3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5IiEZHbK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5IiEZHbK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5IiEZHbK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5IiEZHbK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5IiEZHbK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5IiEZHbK3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5IiEZHbK3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5IiEZHbK3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5IiEZHbK3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5IiEZHbK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5IiEZHbK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5IiEZHbK3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5IiEZHbK3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5IiEZHbK3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5IiEZHbK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5IiEZHbK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5IiEZHbK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5IiEZHbK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5IiEZHbK3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5IiEZHbK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5IiEZHbK3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5IiEZHbK3 .navbar {
    height: 70px;
  }
  .cid-u5IiEZHbK3 .navbar.opened {
    height: auto;
  }
  .cid-u5IiEZHbK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5IiEZHbK3 .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5IiEZHbK3 .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5IiEZHbK3 .navbar-short .nav-link:hover,
.cid-u5IiEZHbK3 .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5IiEZHbK3 .logo {
    width: 200px !important;
  }
  .cid-u5IiEZHbK3 .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5IiEZHbK3 .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5IiEZHbK3 .dropdown-menu .nav-link,
  .cid-u5IiEZHbK3 .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5IiEZHbK3 .dropdown-menu .nav-link:hover,
  .cid-u5IiEZHbK3 .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5IiEZHbK3 .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5IiEZHbK3 .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5IiEZHbK3 .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5IiF09TFw {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5IiF09TFw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5IiF09TFw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IiF09TFw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IiF09TFw .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5IiF09TFw .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5IiF09TFw .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5IiF09TFw .mbr-text,
.cid-u5IiF09TFw .mbr-section-btn {
  color: #efefef;
}
.cid-u5IiF09TFw p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5IiF09TFw hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5IiF09TFw h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5IiF09TFw h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5IiF09TFw h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5IiF09TFw h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5IiF09TFw span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5IiF0BN7X {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5IiF0BN7X input,
.cid-u5IiF0BN7X textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5IiF0BN7X input:focus,
.cid-u5IiF0BN7X textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5IiF0BN7X .form-control,
.cid-u5IiF0BN7X .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5IiF0BN7X input::-webkit-input-placeholder,
.cid-u5IiF0BN7X textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5IiF0BN7X input:-moz-placeholder,
.cid-u5IiF0BN7X textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5IiF0BN7X .jq-selectbox li,
.cid-u5IiF0BN7X .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5IiF0BN7X .jq-selectbox li:hover,
.cid-u5IiF0BN7X .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5IiF0BN7X .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IiF0BN7X .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IiF0BN7X .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5IiF0BN7X .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5IiF0BN7X .entry-content .text-box {
  padding: 0rem;
}
.cid-u5IiF0BN7X .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5IiF0BN7X .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5IiF0BN7X .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5IiF0BN7X .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5IiF0BN7X .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5IiF0BN7X .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5IiF0BN7X .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5IiF0BN7X .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5IiF0BN7X .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5IiF0BN7X .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5IiF0BN7X .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5IiF0BN7X .entry-content .contact {
  margin-top: 30px;
}
.cid-u5IiF0BN7X .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5IiF0BN7X .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5IiF0BN7X .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5IiF0BN7X .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5IiF0BN7X .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5IiF0BN7X .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5IiF0BN7X .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5IiF0BN7X .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5IiF0BN7X .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5IiF0BN7X .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5IiF0BN7X .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5IiF0BN7X .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5IiF0BN7X .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5IiF0BN7X .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5IiF0BN7X .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5IiF0BN7X progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5IiF0BN7X .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IiF0BN7X .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IiF0BN7X .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IiF0BN7X .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IiF0BN7X .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5IiF0BN7X .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5IiF0BN7X .entry-content .capabilities .capabilities-title,
.cid-u5IiF0BN7X .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5IiF0BN7X .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5IiF1dfW4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5IiF1dfW4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5IiF1dfW4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5IiF1dfW4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5IiF1dfW4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5IiF1dfW4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5IiF1dfW4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5IiF1dfW4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5IiF1dfW4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5IiF1dfW4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5IiF1dfW4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5IiF1dfW4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5IiF1dfW4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5IiF1dfW4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5IiF1dfW4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5Ijhz4TwC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5Ijhz4TwC nav.navbar {
  position: fixed;
}
.cid-u5Ijhz4TwC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5Ijhz4TwC .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-u5Ijhz4TwC .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-u5Ijhz4TwC .dropdown-item:hover,
.cid-u5Ijhz4TwC .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-u5Ijhz4TwC .dropdown-item:hover span {
  color: #e41c23;
}
.cid-u5Ijhz4TwC .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-u5Ijhz4TwC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-u5Ijhz4TwC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5Ijhz4TwC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5Ijhz4TwC .nav-link {
  position: relative;
}
.cid-u5Ijhz4TwC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5Ijhz4TwC .container {
    flex-wrap: nowrap;
  }
}
.cid-u5Ijhz4TwC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5Ijhz4TwC .dropdown-menu,
.cid-u5Ijhz4TwC .navbar.opened {
  background: #ffffff !important;
}
.cid-u5Ijhz4TwC .nav-item:focus,
.cid-u5Ijhz4TwC .nav-link:focus {
  outline: none;
}
.cid-u5Ijhz4TwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5Ijhz4TwC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5Ijhz4TwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5Ijhz4TwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5Ijhz4TwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5Ijhz4TwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5Ijhz4TwC .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5Ijhz4TwC .navbar.opened {
  transition: all 0.3s;
}
.cid-u5Ijhz4TwC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5Ijhz4TwC .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-u5Ijhz4TwC .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-u5Ijhz4TwC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5Ijhz4TwC .navbar.collapsed {
  justify-content: center;
}
.cid-u5Ijhz4TwC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5Ijhz4TwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5Ijhz4TwC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u5Ijhz4TwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5Ijhz4TwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5Ijhz4TwC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5Ijhz4TwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5Ijhz4TwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5Ijhz4TwC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5Ijhz4TwC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5Ijhz4TwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5Ijhz4TwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5Ijhz4TwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5Ijhz4TwC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5Ijhz4TwC .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u5Ijhz4TwC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5Ijhz4TwC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5Ijhz4TwC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5Ijhz4TwC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5Ijhz4TwC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5Ijhz4TwC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5Ijhz4TwC .navbar.navbar-short {
  min-height: 190px;
}
.cid-u5Ijhz4TwC .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-u5Ijhz4TwC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5Ijhz4TwC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5Ijhz4TwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5Ijhz4TwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5Ijhz4TwC .dropdown-item.active,
.cid-u5Ijhz4TwC .dropdown-item:active {
  background-color: transparent;
}
.cid-u5Ijhz4TwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5Ijhz4TwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5Ijhz4TwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5Ijhz4TwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5Ijhz4TwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5Ijhz4TwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5Ijhz4TwC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5Ijhz4TwC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5Ijhz4TwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5Ijhz4TwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5Ijhz4TwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5Ijhz4TwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Ijhz4TwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Ijhz4TwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5Ijhz4TwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Ijhz4TwC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5Ijhz4TwC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5Ijhz4TwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Ijhz4TwC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5Ijhz4TwC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5Ijhz4TwC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5Ijhz4TwC .navbar {
    height: 70px;
  }
  .cid-u5Ijhz4TwC .navbar.opened {
    height: auto;
  }
  .cid-u5Ijhz4TwC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5Ijhz4TwC .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-u5Ijhz4TwC .navbar-short .nav-link {
  color: #000 !important;
}
.cid-u5Ijhz4TwC .navbar-short .nav-link:hover,
.cid-u5Ijhz4TwC .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-u5Ijhz4TwC .logo {
    width: 200px !important;
  }
  .cid-u5Ijhz4TwC .navbar-short .logo {
    width: 175px !important;
  }
  .cid-u5Ijhz4TwC .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-u5Ijhz4TwC .dropdown-menu .nav-link,
  .cid-u5Ijhz4TwC .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-u5Ijhz4TwC .dropdown-menu .nav-link:hover,
  .cid-u5Ijhz4TwC .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-u5Ijhz4TwC .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-u5Ijhz4TwC .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-u5Ijhz4TwC .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-u5IjhzwK3c {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-u5IjhzwK3c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5IjhzwK3c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IjhzwK3c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5IjhzwK3c .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-u5IjhzwK3c .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5IjhzwK3c .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-u5IjhzwK3c .mbr-text,
.cid-u5IjhzwK3c .mbr-section-btn {
  color: #efefef;
}
.cid-u5IjhzwK3c p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-u5IjhzwK3c hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-u5IjhzwK3c h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-u5IjhzwK3c h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-u5IjhzwK3c h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-u5IjhzwK3c h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-u5IjhzwK3c span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-u5IjhzVXLi {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5IjhzVXLi input,
.cid-u5IjhzVXLi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u5IjhzVXLi input:focus,
.cid-u5IjhzVXLi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u5IjhzVXLi .form-control,
.cid-u5IjhzVXLi .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5IjhzVXLi input::-webkit-input-placeholder,
.cid-u5IjhzVXLi textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u5IjhzVXLi input:-moz-placeholder,
.cid-u5IjhzVXLi textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u5IjhzVXLi .jq-selectbox li,
.cid-u5IjhzVXLi .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u5IjhzVXLi .jq-selectbox li:hover,
.cid-u5IjhzVXLi .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u5IjhzVXLi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IjhzVXLi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5IjhzVXLi .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u5IjhzVXLi .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u5IjhzVXLi .entry-content .text-box {
  padding: 0rem;
}
.cid-u5IjhzVXLi .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u5IjhzVXLi .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u5IjhzVXLi .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u5IjhzVXLi .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u5IjhzVXLi .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u5IjhzVXLi .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u5IjhzVXLi .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u5IjhzVXLi .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u5IjhzVXLi .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u5IjhzVXLi .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u5IjhzVXLi .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u5IjhzVXLi .entry-content .contact {
  margin-top: 30px;
}
.cid-u5IjhzVXLi .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u5IjhzVXLi .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u5IjhzVXLi .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u5IjhzVXLi .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u5IjhzVXLi .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-u5IjhzVXLi .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u5IjhzVXLi .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u5IjhzVXLi .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u5IjhzVXLi .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u5IjhzVXLi .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u5IjhzVXLi .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u5IjhzVXLi .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-u5IjhzVXLi .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u5IjhzVXLi .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u5IjhzVXLi .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u5IjhzVXLi progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u5IjhzVXLi .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IjhzVXLi .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IjhzVXLi .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IjhzVXLi .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u5IjhzVXLi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u5IjhzVXLi .progressbar-title p {
  color: #6d7a8c;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u5IjhzVXLi .entry-content .capabilities .capabilities-title,
.cid-u5IjhzVXLi .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-u5IjhzVXLi .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u5IjhACJFf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-u5IjhACJFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5IjhACJFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5IjhACJFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5IjhACJFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5IjhACJFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5IjhACJFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5IjhACJFf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5IjhACJFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5IjhACJFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5IjhACJFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5IjhACJFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5IjhACJFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5IjhACJFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5IjhACJFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFIVM4x2iA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFIVM4x2iA nav.navbar {
  position: fixed;
}
.cid-uFIVM4x2iA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFIVM4x2iA .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.3);
}
.cid-uFIVM4x2iA .dropdown-item {
  background: #012333 !important;
  border-bottom: 1px solid #012333;
  color: white !important;
}
.cid-uFIVM4x2iA .dropdown-item:hover,
.cid-uFIVM4x2iA .dropdown-item:focus {
  color: #C79900 !important;
}
.cid-uFIVM4x2iA .dropdown-item:hover span {
  color: #e41c23;
}
.cid-uFIVM4x2iA .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cid-uFIVM4x2iA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cid-uFIVM4x2iA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFIVM4x2iA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFIVM4x2iA .nav-link {
  position: relative;
}
.cid-uFIVM4x2iA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFIVM4x2iA .container {
    flex-wrap: nowrap;
  }
}
.cid-uFIVM4x2iA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFIVM4x2iA .dropdown-menu,
.cid-uFIVM4x2iA .navbar.opened {
  background: #ffffff !important;
}
.cid-uFIVM4x2iA .nav-item:focus,
.cid-uFIVM4x2iA .nav-link:focus {
  outline: none;
}
.cid-uFIVM4x2iA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFIVM4x2iA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFIVM4x2iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFIVM4x2iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFIVM4x2iA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFIVM4x2iA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFIVM4x2iA .navbar {
  min-height: 70px;
  transition: all 1s ease !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFIVM4x2iA .navbar.opened {
  transition: all 0.3s;
}
.cid-uFIVM4x2iA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFIVM4x2iA .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 400px) {
  .cid-uFIVM4x2iA .navbar .navbar-logo img {
    width: 146px !important;
    height: 81px !important;
  }
}
.cid-uFIVM4x2iA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFIVM4x2iA .navbar.collapsed {
  justify-content: center;
}
.cid-uFIVM4x2iA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFIVM4x2iA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFIVM4x2iA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFIVM4x2iA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFIVM4x2iA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFIVM4x2iA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFIVM4x2iA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFIVM4x2iA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFIVM4x2iA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFIVM4x2iA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFIVM4x2iA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFIVM4x2iA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFIVM4x2iA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFIVM4x2iA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFIVM4x2iA .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uFIVM4x2iA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFIVM4x2iA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFIVM4x2iA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFIVM4x2iA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFIVM4x2iA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFIVM4x2iA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFIVM4x2iA .navbar.navbar-short {
  min-height: 190px;
}
.cid-uFIVM4x2iA .navbar.navbar-short .navbar-logo img {
  height: 146px !important;
}
.cid-uFIVM4x2iA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFIVM4x2iA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFIVM4x2iA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFIVM4x2iA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFIVM4x2iA .dropdown-item.active,
.cid-uFIVM4x2iA .dropdown-item:active {
  background-color: transparent;
}
.cid-uFIVM4x2iA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFIVM4x2iA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFIVM4x2iA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFIVM4x2iA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFIVM4x2iA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFIVM4x2iA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIVM4x2iA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFIVM4x2iA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFIVM4x2iA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFIVM4x2iA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFIVM4x2iA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFIVM4x2iA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFIVM4x2iA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFIVM4x2iA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFIVM4x2iA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIVM4x2iA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFIVM4x2iA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFIVM4x2iA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIVM4x2iA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFIVM4x2iA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFIVM4x2iA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFIVM4x2iA .navbar {
    height: 70px;
  }
  .cid-uFIVM4x2iA .navbar.opened {
    height: auto;
  }
  .cid-uFIVM4x2iA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFIVM4x2iA .navbar-short {
  transition: all 1s ease !important;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.cid-uFIVM4x2iA .navbar-short .nav-link {
  color: #000 !important;
}
.cid-uFIVM4x2iA .navbar-short .nav-link:hover,
.cid-uFIVM4x2iA .nav-item .nav-link:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .cid-uFIVM4x2iA .logo {
    width: 200px !important;
  }
  .cid-uFIVM4x2iA .navbar-short .logo {
    width: 175px !important;
  }
  .cid-uFIVM4x2iA .navbar-short .hamburger span {
    background-color: white !important;
  }
  .cid-uFIVM4x2iA .dropdown-menu .nav-link,
  .cid-uFIVM4x2iA .navbar.opened .nav-link {
    color: #012333 !important;
  }
  .cid-uFIVM4x2iA .dropdown-menu .nav-link:hover,
  .cid-uFIVM4x2iA .navbar.opened .nav-link:hover {
    color: #e41c23 !important;
  }
  .cid-uFIVM4x2iA .navbar.opened .hamburger span {
    background-color: white !important;
  }
  .cid-uFIVM4x2iA .navbar.opened {
    background-color: #012333CC !important;
  }
  .cid-uFIVM4x2iA .navbar.opened .nav-link {
    color: white !important;
  }
}
.cid-uFIVM51bvR {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apa-egypt2-1500x844.jpg");
  background-position: top center !important;
}
.cid-uFIVM51bvR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFIVM51bvR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFIVM51bvR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFIVM51bvR .mbr-section-title {
  letter-spacing: .1rem;
}
.cid-uFIVM51bvR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uFIVM51bvR .card-img span {
  font-size: 100px;
  color: transparent;
}
.cid-uFIVM51bvR .mbr-text,
.cid-uFIVM51bvR .mbr-section-btn {
  color: #efefef;
}
.cid-uFIVM51bvR p.mbr-text.align-center.py-2.mbr-fonts-style.display-7 {
  margin-bottom: 86px;
}
.cid-uFIVM51bvR hr {
  border: 5px solid #0078d2;
  width: 0px;
  display: inline;
  height: 50px;
  opacity: .9 !important;
}
.cid-uFIVM51bvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
  letter-spacing: .025em;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .cid-uFIVM51bvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.75em;
  }
}
@media (max-width: 376px) {
  .cid-uFIVM51bvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.7em;
  }
}
@media (max-width: 321px) {
  .cid-uFIVM51bvR h1.mbr-section-title.align-center.my-4.mbr-bold.mbr-fonts-style.display-1 {
    font-size: 1.52em;
  }
  .cid-uFIVM51bvR span.mbri-protect.mbr-iconfont {
    font-size: 65px;
  }
}
.cid-uFIVM5oUHi {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFIVM5oUHi input,
.cid-uFIVM5oUHi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uFIVM5oUHi input:focus,
.cid-uFIVM5oUHi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uFIVM5oUHi .form-control,
.cid-uFIVM5oUHi .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFIVM5oUHi input::-webkit-input-placeholder,
.cid-uFIVM5oUHi textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uFIVM5oUHi input:-moz-placeholder,
.cid-uFIVM5oUHi textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uFIVM5oUHi .jq-selectbox li,
.cid-uFIVM5oUHi .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uFIVM5oUHi .jq-selectbox li:hover,
.cid-uFIVM5oUHi .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uFIVM5oUHi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uFIVM5oUHi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uFIVM5oUHi .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uFIVM5oUHi .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uFIVM5oUHi .entry-content .text-box {
  padding: 0rem;
}
.cid-uFIVM5oUHi .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uFIVM5oUHi .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uFIVM5oUHi .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uFIVM5oUHi .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uFIVM5oUHi .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uFIVM5oUHi .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uFIVM5oUHi .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uFIVM5oUHi .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uFIVM5oUHi .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uFIVM5oUHi .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uFIVM5oUHi .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uFIVM5oUHi .entry-content .contact {
  margin-top: 30px;
}
.cid-uFIVM5oUHi .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uFIVM5oUHi .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uFIVM5oUHi .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uFIVM5oUHi .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uFIVM5oUHi .entry-content .contact .btn-black:hover {
  background-color: #ca9d39 !important;
  border-color: #ca9d39 !important;
}
.cid-uFIVM5oUHi .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uFIVM5oUHi .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uFIVM5oUHi .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uFIVM5oUHi .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uFIVM5oUHi .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uFIVM5oUHi .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uFIVM5oUHi .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-uFIVM5oUHi .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-uFIVM5oUHi .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-uFIVM5oUHi .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-uFIVM5oUHi progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uFIVM5oUHi .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uFIVM5oUHi .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uFIVM5oUHi .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uFIVM5oUHi .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uFIVM5oUHi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uFIVM5oUHi .progressbar-title p {
  color: #6d7a8c;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-uFIVM5oUHi .entry-content .capabilities .capabilities-title,
.cid-uFIVM5oUHi .entry-content .capabilities .mbr-list .list {
  color: #c79900;
}
.cid-uFIVM5oUHi .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-uFIVM6aprC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4d4942;
}
.cid-uFIVM6aprC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIVM6aprC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFIVM6aprC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFIVM6aprC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIVM6aprC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIVM6aprC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFIVM6aprC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFIVM6aprC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFIVM6aprC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFIVM6aprC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFIVM6aprC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFIVM6aprC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFIVM6aprC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFIVM6aprC .media-container-row .row-copirayt p {
  width: 100%;
}
