@charset "UTF-8";
/*other colors*/
@font-face {
  font-family: Aller;
  font-style: normal;
  font-weight: 300;
  src: local("Aller Light"), local("Aller-Light"), url("../fonts/Aller/Aller_Lt.ttf");
  font-display: swap;
}

@font-face {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  src: local("Aller bold"), local("Aller-bold"), url("../fonts/Aller/Aller_Bd.ttf");
  font-display: swap;
}

@font-face {
  font-family: Aller;
  src: local("Aller regular"), local("Aller-regular"), url("../fonts/Aller/Aller_Rg.ttf");
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  font-style: normal;
  font-weight: bold;
  src: local("Nexa bold"), local("Nexa-bold"), url("../fonts/Nexa/Nexa-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  font-style: normal;
  font-weight: 300;
  src: local("Nexa Light"), local("Nexa-Light"), url("../fonts/Nexa/Nexa-Light.otf");
  font-display: swap;
}

/************ spacing ********************/
.mr-0 {
  margin-right: 0px !important;
}

body.rtl .mr-0 {
  margin-left: 0px !important;
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0px !important;
}

body.rtl .ml-0 {
  margin-right: 0px !important;
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

.pr-0 {
  padding-right: 0px !important;
}

body.rtl .pr-0 {
  padding-left: 0px !important;
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0px !important;
}

body.rtl .pl-0 {
  padding-right: 0px !important;
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

body.rtl .mr-5 {
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

body.rtl .ml-5 {
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

body.rtl .pr-5 {
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

body.rtl .pl-5 {
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

body.rtl .mr-10 {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

body.rtl .ml-10 {
  margin-right: 10px !important;
  margin-left: 0 !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

body.rtl .pr-10 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

body.rtl .pl-10 {
  padding-right: 10px !important;
  padding-left: 0 !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

body.rtl .mr-15 {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

.ml-15 {
  margin-left: 15px !important;
}

body.rtl .ml-15 {
  margin-right: 15px !important;
  margin-left: 0 !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

body.rtl .pr-15 {
  padding-left: 15px !important;
  padding-right: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

body.rtl .pl-15 {
  padding-right: 15px !important;
  padding-left: 0 !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

body.rtl .mr-20 {
  margin-left: 20px !important;
  margin-right: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

body.rtl .ml-20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

body.rtl .pr-20 {
  padding-left: 20px !important;
  padding-right: 0 !important;
}

.pl-20 {
  padding-left: 20px !important;
}

body.rtl .pl-20 {
  padding-right: 20px !important;
  padding-left: 0 !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

body.rtl .mr-25 {
  margin-left: 25px !important;
  margin-right: 0 !important;
}

.ml-25 {
  margin-left: 25px !important;
}

body.rtl .ml-25 {
  margin-right: 25px !important;
  margin-left: 0 !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

body.rtl .pr-25 {
  padding-left: 25px !important;
  padding-right: 0 !important;
}

.pl-25 {
  padding-left: 25px !important;
}

body.rtl .pl-25 {
  padding-right: 25px !important;
  padding-left: 0 !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

body.rtl .mr-30 {
  margin-left: 30px !important;
  margin-right: 0 !important;
}

.ml-30 {
  margin-left: 30px !important;
}

body.rtl .ml-30 {
  margin-right: 30px !important;
  margin-left: 0 !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

body.rtl .pr-30 {
  padding-left: 30px !important;
  padding-right: 0 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

body.rtl .pl-30 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

body.rtl .mr-35 {
  margin-left: 35px !important;
  margin-right: 0 !important;
}

.ml-35 {
  margin-left: 35px !important;
}

body.rtl .ml-35 {
  margin-right: 35px !important;
  margin-left: 0 !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

body.rtl .pr-35 {
  padding-left: 35px !important;
  padding-right: 0 !important;
}

.pl-35 {
  padding-left: 35px !important;
}

body.rtl .pl-35 {
  padding-right: 35px !important;
  padding-left: 0 !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

body.rtl .mr-40 {
  margin-left: 40px !important;
  margin-right: 0 !important;
}

.ml-40 {
  margin-left: 40px !important;
}

body.rtl .ml-40 {
  margin-right: 40px !important;
  margin-left: 0 !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

body.rtl .pr-40 {
  padding-left: 40px !important;
  padding-right: 0 !important;
}

.pl-40 {
  padding-left: 40px !important;
}

body.rtl .pl-40 {
  padding-right: 40px !important;
  padding-left: 0 !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

body.rtl .mr-45 {
  margin-left: 45px !important;
  margin-right: 0 !important;
}

.ml-45 {
  margin-left: 45px !important;
}

body.rtl .ml-45 {
  margin-right: 45px !important;
  margin-left: 0 !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

body.rtl .pr-45 {
  padding-left: 45px !important;
  padding-right: 0 !important;
}

.pl-45 {
  padding-left: 45px !important;
}

body.rtl .pl-45 {
  padding-right: 45px !important;
  padding-left: 0 !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

body.rtl .mr-50 {
  margin-left: 50px !important;
  margin-right: 0 !important;
}

.ml-50 {
  margin-left: 50px !important;
}

body.rtl .ml-50 {
  margin-right: 50px !important;
  margin-left: 0 !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

body.rtl .pr-50 {
  padding-left: 50px !important;
  padding-right: 0 !important;
}

.pl-50 {
  padding-left: 50px !important;
}

body.rtl .pl-50 {
  padding-right: 50px !important;
  padding-left: 0 !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/************LINKS ********************/
/************BTNS ********************/
/************MEDIA QUERY ********************/
/*****************prfix*************/
/*****************input placeholder*************/
.h-100 {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

body.rtl .text-left {
  text-align: right !important;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: table;
}

.ui.message .list:not(.ui) li:before {
  display: none;
}

.ui.form {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.ui.form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 30px !important;
  width: 300px;
}

.ui.form .field label {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

.ui.form .field.error .prompt.label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.57;
  color: #eb3434 !important;
  padding: 0;
  letter-spacing: 1px;
  position: relative;
  background: transparent !important;
  text-transform: lowercase;
  position: absolute;
  bottom: -23px;
}

.ui.form .field.error .prompt.label:before {
  display: none;
}

.ui.form .field input, .ui.form .field textarea {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.57;
  color: #000000 !important;
  border-radius: 0;
  border: solid 1px #002f87;
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.ui.form .field input:-moz-placeholder, .ui.form .field textarea:-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #cbd9fc;
}

.ui.form .field input::-moz-placeholder, .ui.form .field textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #cbd9fc;
}

.ui.form .field input:-ms-input-placeholder, .ui.form .field textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #cbd9fc;
}

.ui.form .field input::-webkit-input-placeholder, .ui.form .field textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #cbd9fc;
}

.ui.form .field.error input, .ui.form .field.error textarea {
  border: solid 2px #eb3434 !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.ui.form .field.w-100 {
  width: 100% !important;
}

.ui.form .field.field input:-webkit-autofill {
  border-color: #8f8d8c !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  font-family: Aller ,Cairo, sans-serif;
}

button:focus {
  outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto !important;
  width: 100%;
  height: 100%;
  font-family: Aller ,Cairo, sans-serif;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 575px) {
  body,
  html {
    font-size: 14px;
  }
}

body :lang(ar),
html :lang(ar) {
  direction: rtl;
  text-align: right;
}

body {
  /* width */
  /* Track */
  /* Handle */
}

body::-webkit-scrollbar {
  width: 8px;
  display: none;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #002f87;
  border-radius: 4px;
  display: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.tooltip {
  z-index: 100;
}

a:focus {
  outline: none;
  text-decoration: none !important;
}

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

select:focus {
  outline: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  position: static;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 20px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
}

strong, b {
  font-weight: bold !important;
}

/*disabled link*/
.isdisabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .light-fill, .light-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 30px;
  min-height: 45px !important;
  font-size: 18px;
  font-weight: normal;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-transform: capitalize;
}

.primary-fill:disabled, .primary-outline:disabled, .secondary-fill:disabled, .secondary-outline:disabled, .light-fill:disabled, .light-outline:disabled {
  background-color: #e5e6e3 !important;
  pointer-events: none;
}

.sm-btn.primary-fill, .sm-btn.primary-outline, .sm-btn.secondary-fill, .sm-btn.secondary-outline, .sm-btn.light-fill, .sm-btn.light-outline {
  min-height: 30px !important;
  padding: 0 10px;
  font-size: 12px;
}

.md-btn.primary-fill, .md-btn.primary-outline, .md-btn.secondary-fill, .md-btn.secondary-outline, .md-btn.light-fill, .md-btn.light-outline {
  padding: 0 16px;
  min-height: 32px !important;
  font-size: 15px;
}

.rounded.primary-fill, .rounded.primary-outline, .rounded.secondary-fill, .rounded.secondary-outline, .rounded.light-fill, .rounded.light-outline {
  width: 104.4px;
  min-width: 104.4px;
  min-height: 41.6px;
  border-radius: 70px !important;
  font-size: 15px;
  color: #021d49;
}

.lg-btn.primary-fill, .lg-btn.primary-outline, .lg-btn.secondary-fill, .lg-btn.secondary-outline, .lg-btn.light-fill, .lg-btn.light-outline {
  min-height: 55px !important;
  padding: 0 30px !important;
  width: 280px;
  font-size: 17px;
  font-family: Aller;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .lg-btn.primary-fill, .lg-btn.primary-outline, .lg-btn.secondary-fill, .lg-btn.secondary-outline, .lg-btn.light-fill, .lg-btn.light-outline {
    width: 220px;
  }
}

.xlg-btn.primary-fill, .xlg-btn.primary-outline, .xlg-btn.secondary-fill, .xlg-btn.secondary-outline, .xlg-btn.light-fill, .xlg-btn.light-outline {
  min-height: 40px !important;
  font-size: 17px;
  font-weight: bold;
  width: 125px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .light-fill, .light-outline {
    padding: 0 12px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.primary-fill {
  background-color: #002f87;
  color: #fff;
}

.primary-fill:hover, .primary-fill:focus {
  background-color: #002f87;
  color: #fff;
}

.primary-outline {
  background-color: #fff;
  color: #002f87;
  border: 2.5px solid #002f87;
}

.primary-outline:hover {
  color: #fff;
  background-color: #002f87;
}

.secondary-fill {
  background-color: #3a888e;
  color: #fff;
}

.secondary-fill:hover, .secondary-fill:focus {
  background-color: #3a888e;
  color: #fff;
}

.secondary-outline {
  background-color: #fff;
  color: #3a888e;
  border: 2.5px solid #3a888e;
}

.secondary-outline:hover {
  color: #fff;
  background-color: #3a888e;
}

.light-fill {
  background-color: #fff;
  color: #000000;
}

.light-fill:hover, .light-fill:focus {
  background-color: #fff;
  color: #000000;
}

.light-outline {
  background-color: #fff;
  color: #fff;
  border: 2.5px solid #fff;
}

.light-outline:hover {
  color: #fff;
  background-color: #fff;
}

.primary-link, .secondary-link, .light-link {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: underline !important;
}

.lg-link.primary-link, .lg-link.secondary-link, .lg-link.light-link {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .primary-link, .secondary-link, .light-link {
    font-size: 14.5px;
  }
  .lg-link.primary-link, .lg-link.secondary-link, .lg-link.light-link {
    font-size: 18px;
  }
}

.primary-link {
  color: #002f87 !important;
}

.secondary-link {
  color: #3a888e !important;
}

.ui.selection.active.dropdown .menu {
  border-color: #8f8d8c !important;
  border: 0 !important;
}

.ui.selection.dropdown .menu > .item {
  font-size: 16px;
  font-weight: 300;
  color: #303137;
  letter-spacing: 1.28px;
  white-space: nowrap;
  text-transform: uppercase;
}

.ui.form .field.date-input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .ui.form .field.date-input-holder {
    margin-bottom: 35px;
  }
}

.ui.form .field.date-input-holder .ui.input input {
  padding: 5px !important;
  width: 100%;
}

.ui.form .field.date-input-holder .ui.input input + label {
  position: absolute;
  bottom: -25px;
}

.ui.form .field.date-input-holder .ui.input input-webkit-autofill, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:hover, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:focus, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
}

.ui.form .field.date-input-holder .prompt.label {
  top: 40px !important;
}

.ui.form .ui.dropdown > .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.75px;
  color: #303137;
}

.ui.form .ui.selection.dropdown {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #8f8d8c !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 5px;
}

.ui.form .field {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ui.form .field {
    margin-bottom: 10px;
  }
}

.ui.form .prompt.label {
  display: none;
}

.root .ui.form .field.field input:-webkit-autofill,
.root .ui.form .field.field input:-webkit-autofill:hover,
.root .ui.form .field.field input:-webkit-autofill:focus,
.root .ui.form .field.field input:-webkit-autofill:active {
  border-bottom: 1px solid #8f8d8c !important;
  box-shadow: 0 0 0px 1000px #fdfcfa inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fdfcfa inset !important;
}

.ui.form .field.field .ui.input input:-webkit-autofill,
.ui.form .field.field .ui.input input:-webkit-autofill:hover,
.ui.form .field.field .ui.input input:-webkit-autofill:focus,
.ui.form .field.field .ui.input input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-group > .field {
  width: 48% !important;
}

@media only screen and (max-width: 767px) {
  .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-group .field {
    width: 100% !important;
  }
}

.input-group.input-group-3 > .input-group-wide {
  width: 48% !important;
}

@media only screen and (max-width: 767px) {
  .input-group.input-group-3 > .input-group-wide {
    width: 100% !important;
  }
  .input-group.input-group-3 > .input-group-wide > .field {
    width: 100% !important;
  }
}

.ui.form .radio-group label {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.ui.form .radio-group .field label {
  color: #000;
  line-height: 28px;
}

.ui.form .radio-group .ui.radio.checkbox .box:before,
.ui.form .radio-group .ui.radio.checkbox label:before {
  width: 24px;
  height: 24px;
  border-width: 4px;
  border-color: #002f87;
}

.ui.form .radio-group .ui.radio.checkbox input:checked ~ .box:after,
.ui.form .radio-group .ui.radio.checkbox input:checked ~ label:after {
  width: 30px;
  height: 30px;
  background-color: #002f87;
  left: -4px;
  top: -2px;
  display: none;
}

.ui.form .radio-group .ui.radio.checkbox .box:after,
.ui.form .radio-group .ui.radio.checkbox label:after {
  width: 30px;
  height: 30px;
  background-color: #002f87;
  left: -4px;
  top: -2px;
}

.ui.form .radio-group .ui.radio.checkbox input:checked ~ .box:before, .ui.form .radio-group .ui.radio.checkbox input:checked ~ label:before {
  border-width: 8px;
}

.root {
  position: relative;
  min-height: 100%;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading.show-loader {
  display: block !important;
  background: rgba(255, 255, 255, 0.6);
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .home-wrapper {
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .page-content .home-wrapper {
    width: calc(100% - 50px);
  }
}

.main-title {
  font-size: 60px;
  font-weight: bold;
  color: #f1f2f2;
  font-family: Nexa;
}

@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 36px;
  }
}

.main-p {
  font-size: 16px;
  font-weight: bold;
  color: #365ec3;
  line-height: 1.88;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.main-hero {
  height: 320px;
  position: relative;
}

.main-hero h1 {
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  border-left: 16px solid #002f87;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .main-hero h1 {
    font-size: 30px;
    white-space: nowrap;
    border-width: 4px;
    padding: 0 16px;
  }
}

.main-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .main-hero {
    height: 30vh;
    max-height: 150px;
  }
}

.breadcrumb {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 0;
}

.breadcrumb > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.breadcrumb > li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
  text-transform: capitalize;
}

.breadcrumb > li.active {
  color: #000;
  font-weight: normal;
}

.breadcrumb > li:not(:first-of-type)::before {
  content: "\203A";
  font-size: 29px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #0e1317;
}

.pagination {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination > li .page-link {
  color: #002575;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .pagination > li .page-link {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.pagination > li.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.pagination > li:hover a {
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.slick-slider .slick-dots {
  bottom: -50px;
}

body.rtl .slick-slider .slick-dots {
  direction: ltr;
}

.slick-slider .slick-dots li button {
  background-color: #fff;
  border: 2px solid #002f87;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.slick-slider .slick-dots li button::before {
  content: "";
}

.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  background-color: #002f87;
}

@media only screen and (max-width: 575px) {
  .slick-slider .product-card,
  .slick-slider .company-card,
  .slick-slider .brand-card {
    margin-left: 0;
    margin-right: 0;
  }
}

.video-modal, .apply-modal, .login-modal {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: static !important;
}

.video-modal video, .apply-modal video, .login-modal video {
  width: 100%;
}

.ui.dimmer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whatsupp-holder {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 30px;
  right: 2vw;
  cursor: pointer;
  display: none;
  z-index: 6;
}

.whatsupp-holder img {
  width: 100%;
  height: 100%;
}

body.pushable > .pusher {
  overflow: initial;
}

.bg-gray-overlay {
  background-color: #EAEAEA;
  height: 40vh;
  min-height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  top: 52vh;
}

@media only screen and (max-width: 767px) {
  .bg-gray-overlay {
    display: none;
  }
}

.order-down-section {
  padding: 100px 0 20px 0;
}

@media only screen and (max-width: 991px) {
  .order-down-section {
    padding-top: 40px;
  }
}

.download-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.download-btn-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Aller;
  font-weight: 300;
  font-size: 25px;
}

@media only screen and (max-width: 991px) {
  .download-btn-wrapper button {
    font-size: 20px;
    white-space: nowrap;
  }
}

.download-btn-wrapper button img, .download-btn-wrapper button svg {
  width: 45px;
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .download-btn-wrapper button img, .download-btn-wrapper button svg {
    width: 35px;
  }
}

@media only screen and (min-width: 1366px) {
  .download-btn-wrapper button {
    font-size: 36px;
  }
}

.order-btn-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 60px;
}

.order-btn-wrapper .order-social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.order-btn-wrapper .order-social-holder a {
  -webkit-transform: scale(0) translateX(-20px);
          transform: scale(0) translateX(-20px);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-btn-wrapper .order-social-holder a img {
  width: 70px;
}

@media only screen and (max-width: 991px) {
  .order-btn-wrapper .order-social-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
}

.order-btn-wrapper:hover .order-social-holder {
  opacity: 1;
  visibility: visible;
}

.order-btn-wrapper:hover .order-social-holder a {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

@media only screen and (max-width: 991px) {
  .order-btn-wrapper {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev:before {
  content: "<";
  color: #000;
  font-size: 40px;
}

.slick-next:before {
  content: ">";
  color: #000;
  font-size: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Icons';
}

@media only screen and (max-width: 991px) {
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

.divider-y {
  display: block;
  margin: 0 36px;
  width: 2px;
  height: 50vh;
  background-color: #cbd9fc;
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important;
}

@media only screen and (max-width: 767px) {
  .divider-y {
    display: none;
  }
}

.apply-modal .content, .login-modal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 55px !important;
  position: relative;
}

.apply-modal .content .close-icon, .login-modal .content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

.apply-modal .content h4, .login-modal .content h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .apply-modal .content h4, .login-modal .content h4 {
    font-size: 15px;
  }
}

.apply-modal .content h6, .login-modal .content h6 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .apply-modal .content h6, .login-modal .content h6 {
    padding: 0;
    font-size: 14px;
  }
}

.apply-modal .content .input-group, .login-modal .content .input-group {
  width: 100%;
}

.apply-modal .content .ui.form .field, .login-modal .content .ui.form .field {
  width: 100% !important;
}

.apply-modal .content .divider-x, .login-modal .content .divider-x {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  margin: 30px 0;
}

.slick-initialized .slick-slide {
  outline: none;
}

body.rtl .slick-list {
  direction: ltr;
}

body.rtl .slick-list .slick-slide {
  direction: rtl;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 30px;
}

.main-header .header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-user .user-login-link {
  color: #00173a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.main-header .header-user .divider {
  width: 1px;
  margin: 0 16px;
  background-color: #00173a;
  height: 100%;
  display: block;
  height: 22px;
}

@media only screen and (max-width: 767px) {
  .main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #FFF;
    z-index: 21;
  }
}

.toggle-menu {
  font-size: 30px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .toggle-menu {
    display: block;
    margin-top: 10px;
  }
}

.logo-img-holder-res {
  display: none;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .logo-img-holder-res {
    display: block;
  }
  .logo-img-holder-res + img {
    display: none;
  }
}

.user-login-holder .user-account {
  background-color: transparent !important;
  font-size: 20px;
}

.user-login-holder .user-account .ui.user.icon {
  margin: 0 6px !important;
  font-size: 20px;
}

.user-login-holder .user-account .menu {
  right: 0 !important;
  left: auto !important;
}

.user-login-holder .user-account .menu:lang(ar) {
  right: auto !important;
  left: 0 !important;
}

.user-login-holder .user-account .menu .item {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  border-top: solid 1px #f1f1f1;
}

.user-login-holder .user-account .menu .item p {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-right: 30px;
}

.user-login-holder .user-account .menu .item p:lang(ar) {
  margin-right: 0;
  margin-left: 30px;
}

.user-login-holder .menu-title {
  font-size: 18px;
  font-weight: bold;
  font-family: Nexa;
  color: #365ec3;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}

.user-login-holder .logout-link {
  color: #ff0000;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #f1f1f1;
}

.user-login-holder .logout-link .ui.icon {
  margin-left: 10px;
  margin-right: 0;
}

.main-aside {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  background-color: #f1f2f2;
  min-height: 100vh;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f1f2f2;
}

@media only screen and (max-width: 767px) {
  .main-aside {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }
}

.main-aside .menu-bars-holder {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002f87;
  color: #FFF;
  font-size: 36px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .main-aside .menu-bars-holder {
    height: 50px;
    font-size: 28px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.main-aside .social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-aside .social-holder > a {
  font-size: 26px;
  color: #002f87;
  margin: 0;
  margin-bottom: 26px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.main-aside .social-holder > a i {
  text-align: center;
}

.main-aside .social-holder > a:hover {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0.7;
}

.main-aside .arrow-up-holder {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002f87;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.main-aside .arrow-up-holder.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media only screen and (max-width: 767px) {
  .main-aside .arrow-up-holder {
    height: 50px;
  }
}

.menu-res-holder {
  opacity: 0.9;
  -webkit-box-shadow: 20px 0 40px 0 rgba(1, 11, 29, 0.3);
          box-shadow: 20px 0 40px 0 rgba(1, 11, 29, 0.3);
  background-color: #002f87;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  padding: 40px;
  z-index: 22;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  .menu-res-holder {
    bottom: 0;
    overflow: auto;
  }
}

.menu-res-holder.active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-res-holder .close-menu {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.menu-res-holder .menu-res-list {
  margin-top: 30px;
}

.menu-res-holder .accordion.menu-accordion .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: Aller ,Cairo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-res-holder .accordion.menu-accordion .content > ul {
  padding-left: 35px;
  margin-bottom: 40px;
}

.menu-res-holder .accordion.menu-accordion .content > ul > li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  color: #f1f1f1;
  text-transform: uppercase;
}

.menu-res-holder ul > li {
  margin-bottom: 30px;
}

.menu-res-holder ul > li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #ffffff;
  text-transform: uppercase;
}

.menu-res-holder ul > li:last-of-type {
  margin-bottom: 0;
}

.menu-res-holder:lang(ar) {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

footer.main-footer {
  background-color: #002f87;
  padding: 30px 20px 40px 130px;
}

@media only screen and (max-width: 767px) {
  footer.main-footer {
    padding: 30px 20px;
  }
}

footer.main-footer .footer-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer.main-footer .footer-content-holder .footer-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-holder .footer-grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

footer.main-footer .footer-content-holder .footer-grid-wrapper > .col-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-holder .footer-grid-wrapper > .col-holder {
    padding-right: 16px;
  }
}

footer.main-footer .footer-content-holder .footer-grid-wrapper > .col-holder h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Nexa;
}

footer.main-footer .footer-content-holder .footer-grid-wrapper > .col-holder ul li {
  margin-bottom: 16px;
}

footer.main-footer .footer-content-holder .footer-grid-wrapper > .col-holder ul li a {
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}

footer.main-footer .footer-content-holder .footer-grid-wrapper .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-holder .footer-grid-wrapper .logo-col {
    display: none;
  }
}

footer.main-footer .footer-content-holder .copy-holder {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.home-content {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .home-content {
    padding-bottom: 50px;
  }
}

.home-hero {
  height: 550px;
}

.home-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .home-hero {
    height: 40vh;
  }
}

.home-hero .slick-prev, .home-hero .slick-next {
  display: none;
}

.home-know-us--p {
  width: 50%;
  margin: 10px auto;
}

@media only screen and (max-width: 767px) {
  .home-know-us--p {
    width: 90%;
  }
}

.home-know-us--p p {
  font-size: 18px;
  font-weight: normal;
  color: #0d0d0d;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .home-know-us--p p {
    font-size: 16px;
  }
}

.stand-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: auto;
  margin-top: 70px;
}

.stand-holder img {
  margin: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .stand-holder {
    width: 90%;
    margin-top: 10px;
  }
  .stand-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.lcp-name {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .lcp-name {
    margin-top: 30px;
  }
}

.impact-facts-holder {
  width: 70%;
  margin: auto;
  margin-top: 80px;
}

.impact-facts-holder .main-p {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .impact-facts-holder {
    width: 90%;
    margin-top: 0;
  }
}

.impact-facts-holder .facts-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
}

@media only screen and (max-width: 767px) {
  .impact-facts-holder .facts-cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.impact-facts-holder .facts-cards .fact-card-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  padding-bottom: 18px;
  border: solid 2px #f1f1f1;
}

.impact-facts-holder .facts-cards .fact-card-holder p {
  font-family: Nexa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  color: #002f87;
  margin: 12px 0;
}

@media only screen and (max-width: 767px) {
  .impact-facts-holder .facts-cards .fact-card-holder p {
    font-size: 16px;
  }
}

.impact-facts-holder .facts-cards .fact-card-holder h3 {
  font-family: Nexa;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .impact-facts-holder .facts-cards .fact-card-holder h3 {
    font-size: 24px;
  }
}

.investment-about-wrapper {
  padding: 50px 8vw;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper {
    padding: 25px 20px;
  }
}

.investment-about-wrapper .mission-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investment-about-wrapper .mission-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-holder .content {
    width: 100%;
    margin-top: 30px;
  }
}

.investment-about-wrapper .mission-holder .content::before {
  content: "";
  display: inline-block;
  width: 15%;
  height: 1px;
  min-width: 110px;
  background-color: #365ec3;
  position: absolute;
  right: 105%;
  top: 14px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-holder .content::before {
    display: none;
  }
}

.investment-about-wrapper .mission-holder .content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 1.6px;
  color: #365ec3;
  text-transform: uppercase;
}

.investment-about-wrapper .mission-holder .content p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: #0d0d0d;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-holder .content p {
    width: 100%;
    font-size: 16px;
  }
}

.investment-about-wrapper .mission-holder .img-holder {
  width: 40%;
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-holder .img-holder {
    width: 100%;
  }
}

.investment-about-wrapper .mission-holder .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investment-about-wrapper .mission-first-holder {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-first-holder {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.investment-about-wrapper .mission-last-holder .content {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .investment-about-wrapper .mission-last-holder .content {
    width: 100%;
    margin-top: 30px;
  }
}

.home-hero-slider {
  height: 100%;
}

.home-hero-slider .slick-list, .home-hero-slider .slick-track {
  height: 100%;
}

.home-hero-slider .slick-prev, .home-hero-slider .slick-next {
  display: none !important;
}

.home-hero-slider .slide-img-holder {
  position: relative;
}

.home-hero-slider .slide-img-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 400px;
}

.home-hero-slider .slide-img-holder .content:lang(ar) {
  left: auto;
  right: 10%;
}

.home-hero-slider .slide-img-holder .content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 4.4px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .home-hero-slider .slide-img-holder .content h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.home-hero-slider .slide-img-holder .content h4 {
  font-family: Nexa;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 40px;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .home-hero-slider .slide-img-holder .content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.home-hero-slider .slide-img-holder .content h4:lang(ar) {
  padding-right: 0;
  padding-left: 80px;
}

.home-hero-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10%;
  top: 0;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.home-hero-slider .slick-dots:lang(ar) {
  right: auto;
  left: 10%;
}

.home-hero-slider .slick-dots li {
  width: 7.7px;
  height: 92.9px;
  border-radius: 0;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .home-hero-slider .slick-dots li {
    height: 50px;
  }
}

.home-hero-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0.5;
  border: none !important;
}

.home-hero-slider .slick-dots li:hover button, .home-hero-slider .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper {
    padding: 20px;
  }
}

.news-content-wrapper .news-list-wrapper {
  width: 85%;
  margin: 70px auto;
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper .news-list-wrapper {
    margin: 30px auto;
  }
}

.news-content-wrapper .news-list-wrapper > .news-card-wrapper {
  margin-bottom: 70px;
}

.news-content-wrapper .news-list-wrapper > .news-card-wrapper:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper .news-list-wrapper > .news-card-wrapper {
    margin-bottom: 50px;
  }
}

.news-content-wrapper .news-list-wrapper .news-title {
  font-family: Nexa;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  color: #365ec3;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.news-content-wrapper .news-list-wrapper .news-img {
  max-width: 40%;
  max-height: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper .news-list-wrapper .news-img {
    max-height: auto;
    max-width: auto;
  }
}

.news-content-wrapper .news-list-wrapper .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-content-wrapper .news-list-wrapper .news-time {
  font-family: Nexa;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  color: #365ec3;
  margin: 8px 0;
}

.news-content-wrapper .news-list-wrapper .news-article p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: #0d0d0d;
  overflow: hidden;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper .news-list-wrapper .news-article p {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-content-wrapper .news-list-wrapper {
    width: 100%;
  }
}

.news-content-wrapper .more-link {
  font-weight: bold;
  color: #002f87;
  padding-top: 5px;
  text-decoration: underline;
}

.news-content-wrapper .less-link {
  font-weight: bold;
  color: #002f87;
  text-decoration: underline;
}

.portfolio-wrapper {
  width: 85%;
  margin: 70px auto;
}

@media only screen and (max-width: 767px) {
  .portfolio-wrapper {
    margin: 30px auto;
  }
}

.portfolio-wrapper .portfolio-grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 300px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-grid-holder {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.portfolio-wrapper .portfolio-grid-holder .portfolio-card-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: solid 2px #f1f1f1;
  padding: 25px;
  cursor: pointer;
}

.portfolio-wrapper .portfolio-grid-holder .portfolio-card-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.portfolio-wrapper .portfolio-grid-holder .portfolio-card-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 47, 135, 0.73);
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-grid-holder .portfolio-card-holder .content {
    font-size: 16px;
    padding: 0 5px;
  }
}

.portfolio-wrapper .portfolio-grid-holder .portfolio-card-holder:hover .content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.single-portfolio-wrapper {
  padding: 50px 90px 90px 90px;
  background-color: #f8faff;
}

.single-portfolio-wrapper .single-portfolio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside {
    width: 100%;
  }
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .portfolio-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.2px;
  color: #002f87;
  margin-bottom: 10px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .single-portfolio-logo {
  padding: 14px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(203, 217, 252, 0.16);
          box-shadow: 0 20px 40px 0 rgba(203, 217, 252, 0.16);
  background-color: #ffffff;
  min-height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 4px solid #002f87;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .single-portfolio-logo.single-portfolio-member {
  border: 0 !important;
  padding: 0 0 20px 0;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .single-portfolio-logo.single-portfolio-member img {
  width: 100%;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .single-portfolio-logo.single-portfolio-member .portfolio-title {
  margin-top: 30px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .btns-holder button,
.single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .btns-holder a {
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .btns-holder button,
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .btns-holder a {
    width: 100%;
  }
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 44px 36px;
  background-color: #fff;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-images .img-holder {
  max-width: 400px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-images .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-article {
  padding-top: 55px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-article p {
  font-family: Aller;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}

.single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-article p a {
  font-weight: bold;
  color: #002f87;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-article {
    padding-top: 30px;
  }
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-about .single-portfolio-article p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .single-portfolio-wrapper {
    padding: 30px;
  }
  .single-portfolio-wrapper .single-portfolio-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside {
    margin: 0 !important;
  }
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-aside .single-portfolio-logo {
    margin-bottom: 20px;
  }
  .single-portfolio-wrapper .single-portfolio-content .single-portfolio-about {
    padding: 20px;
  }
}

.careers-content-wrapper {
  width: 85%;
  margin: 70px auto;
}

@media only screen and (max-width: 767px) {
  .careers-content-wrapper {
    margin: 30px auto;
  }
}

.careers-content-wrapper .careers-count {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .careers-content-wrapper .careers-count {
    margin-bottom: 20px;
  }
}

.careers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.careers-list .career-card-holder {
  padding: 40px 40px 38.2px;
  border: solid 1px #f1f1f1;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.careers-list .career-card-holder .career-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.careers-list .career-card-holder .career-card-title {
  font-family: Nexa;
  font-size: 16px;
  font-weight: bold;
  color: #365ec3;
  line-height: 1.88;
}

.careers-list .career-card-holder .career-card-content {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .careers-list .career-card-holder .career-card-content {
    width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-list .career-card-holder {
    padding: 20px;
  }
  .careers-list .career-card-holder .career-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .careers-list .career-card-holder .career-card-header h4 {
    margin-bottom: 16px;
  }
  .careers-list .career-card-holder .career-card-header button,
  .careers-list .career-card-holder .career-card-header a {
    width: 100%;
  }
}

.contact-us-hero {
  height: 50vh;
}

.contact-us-hero .mapouter,
.contact-us-hero .gmap_canvas {
  height: 100%;
}

.contact-us-hero iframe {
  height: 100%;
  width: 100%;
}

.contact-us-wrapper .contact-us-content {
  width: 85%;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us-wrapper .contact-us-content > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper .contact-us-content {
    margin: 30px auto;
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-us-wrapper .contact-us-content .ui.form .field {
  width: 100%;
}

.contact-us-wrapper .contact-us-form-p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}

.contact-us-wrapper .contact-us-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper .contact-us-article {
    margin-top: 30px;
  }
}

.contact-us-wrapper .contact-us-article a {
  font-size: 18px;
  color: #002f87;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us-wrapper .contact-us-article a i {
  color: #002f87;
  margin-right: 20px;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 20px;
  }
  .contact-us-wrapper .submit-btn {
    width: 100%;
  }
}

.team-wrapper {
  margin: 70px 0;
}

@media only screen and (max-width: 767px) {
  .team-wrapper {
    margin: 35px 0;
  }
}

p.team-section-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #002f87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 70px;
  margin-left: 7.5%;
}

p.team-section-name:lang(ar) {
  margin-right: 7.5%;
  margin-left: 0;
}

p.team-section-name span {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #002f87;
  padding: 16px;
  margin-right: 6px;
}

p.team-section-name span:lang(ar) {
  margin-right: 0;
  margin-left: 6px;
}

p.team-section-name:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #002f87;
  margin-left: 16px;
}

p.team-section-name:after:lang(ar) {
  margin-left: 0;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  p.team-section-name {
    font-size: 15px;
    margin-bottom: 0;
  }
  p.team-section-name span {
    height: 42px;
    padding: 14px;
  }
}

.teams-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 260px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 260px));
  gap: 20px 18px;
  margin: 70px auto;
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .teams-grid-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin: 45px auto;
  }
}

.teams-grid-wrapper .team-card.card {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .teams-grid-wrapper .team-card.card {
    width: auto;
  }
}

.teams-grid-wrapper .team-card.card .image {
  position: relative;
  overflow: hidden;
}

.teams-grid-wrapper .team-card.card .image .read-bio {
  width: 100%;
  height: 59.7px;
  padding: 16px;
  background-color: rgba(0, 47, 135, 0.73);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.28;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.teams-grid-wrapper .team-card.card .content {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.teams-grid-wrapper .team-card.card .content .header {
  font-size: 20px;
  font-weight: bold;
  line-height: 0.9;
  color: #002f87;
}

@media only screen and (max-width: 767px) {
  .teams-grid-wrapper .team-card.card .content .header {
    font-size: 17px;
  }
}

.teams-grid-wrapper .team-card.card .content .meta {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .teams-grid-wrapper .team-card.card .content .meta {
    font-size: 14px;
  }
}

.teams-grid-wrapper .team-card.card:hover .image .read-bio {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.application-top-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #2765ff;
  margin-bottom: 30px;
}

.application-top-holder span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.19;
  color: #000000;
}

.application-top-holder .job-title {
  font-family: Nexa;
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 23px;
  line-height: 1.5;
  color: #365ec3;
}

.application-top-holder .application-p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #0d0d0d;
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .application-top-holder .application-p {
    width: 95%;
  }
}

.application-bottom-holder .application-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 40px;
  width: 80%;
  margin: auto;
}

.application-bottom-holder .application-steps .step-btn {
  width: 171px;
  height: 53px;
  margin: 0 35px 0 34px;
  padding: 18px 34px 18px 35px;
  border: solid 2px #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: Nexa;
  font-size: 14px;
  font-weight: bold;
  color: #a5a5a5;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.application-bottom-holder .application-steps .step-btn.active, .application-bottom-holder .application-steps .step-btn:hover {
  background-color: #002f87;
  border: solid 2px #002f87;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #FFF;
}

.application-bottom-holder .application-steps .step-btn.complate {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .application-bottom-holder .application-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .application-bottom-holder .application-steps .step-btn {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .application-bottom-holder {
    padding-bottom: 20px;
  }
}

.job-divider {
  font-family: Nexa;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 30px 0;
  margin-left: 6.5vw;
}

.job-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 16px;
  background-color: #002f87;
}

.education-form .form-body-wrapper, .form-btn-action {
  max-width: 900px;
  width: 75%;
  margin: auto !important;
}

@media only screen and (max-width: 767px) {
  .education-form .form-body-wrapper, .form-btn-action {
    width: 90%;
  }
}

.form-btn-action {
  text-align: right;
  margin-top: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-btn-action .lg-btn {
  width: 190px;
}

@media only screen and (max-width: 767px) {
  .form-btn-action .lg-btn {
    width: 130px;
    min-height: 45px !important;
    font-size: 15px;
  }
}

.notes-wrapper {
  padding: 0 10vw;
}

.notes-wrapper .notes-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}

.notes-wrapper ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #0d0d0d;
}

.job-type-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-type-holder .content .field {
  margin-bottom: 5px !important;
}

.date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.date-row .datepicker-range-holder {
  margin-bottom: 0 !important;
  width: 50%;
}

.date-row .datepicker-range-holder .field {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .date-row .datepicker-range-holder .field {
    margin-bottom: 20px !important;
    padding: 0 !important;
  }
}

.date-row .datepicker-range-holder .calendar.icon {
  color: #002f87;
  opacity: 1 !important;
}

.date-row .datepicker-range-holder .ui.calendar {
  border-radius: 4px;
}

.date-row .datepicker-range-holder .ui.calendar input {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .date-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .date-row .datepicker-range-holder {
    width: 100%;
  }
}

.employed-checkbox {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .employed-checkbox {
    width: 100%;
  }
}

.manager-rate-holder.radio-group .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manager-rate-holder.radio-group .content .field {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .manager-rate-holder.radio-group .content .field {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .manager-rate-holder.radio-group .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.leaving-reason-holder.radio-group .content .field {
  white-space: nowrap;
  margin-bottom: 10px !important;
}

.textarea-holder label {
  font-family: Nexa;
  font-weight: bold !important;
  color: #000000 !important;
  margin-bottom: 20px !important;
}

.application-submit-wrapper {
  padding-top: 50px;
}

.auth-user-wrapper {
  background-color: #f1f5ff;
  min-height: 100vh;
  width: 100%;
}

.auth-user-wrapper .auth-user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.auth-user-wrapper .auth-user-content .logo-holder {
  margin-bottom: 60px;
}

.auth-user-wrapper .auth-user-content .form-content-holder {
  padding: 47px 31.8px 47px 32px;
  -webkit-box-shadow: 0 20px 40px 0 #cbd9fc;
          box-shadow: 0 20px 40px 0 #cbd9fc;
  background-color: #ffffff;
  width: 450px;
}

.auth-user-wrapper .auth-user-content .form-content-holder .ui.form .field {
  width: 100%;
}

.auth-user-wrapper .auth-user-content .form-content-holder .btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content > a:first-of-type {
  margin-bottom: 40px;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content > a:last-of-type {
  text-decoration: none !important;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content > a:last-of-type span {
  text-decoration: underline;
}

.auth-user-wrapper .auth-user-content .form-content-holder .extra-content > a i {
  text-decoration: none;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .auth-user-wrapper .auth-user-content .form-content-holder {
    width: 90%;
  }
}
