.to_fade_up {
  visibility: hidden;
}
.to_fade_up.fade_up {
  visibility: visible;
  -ms-animation: fadeUp 2s;
  /* Internet Explorer */
  animation: fadeUp 2s;
}

.text-load-wrapper {
  overflow: hidden;
}

.to_text_load {
  visibility: hidden;
  opacity: 0;
}
.to_text_load.text_load {
  visibility: visible;
  -ms-animation: loadTextAnimation 1s;
  /* Internet Explorer */
  animation: loadTextAnimation 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loadTextAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes secondLevelDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes secondLevelDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDescription {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDescription {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.to_timeCard_load .timeCard-content {
  visibility: hidden;
  opacity: 0;
}
.to_timeCard_load.timeCard_load .timeCard-content {
  visibility: visible;
  -ms-animation: loadTimeCardAnimation 1s;
  /* Internet Explorer */
  animation: loadTimeCardAnimation 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loadTimeCardAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #a2a2a2;
  padding: 0;
  margin: 0;
  font-weight: 400;
  background: #FAFAFA;
  scroll-behavior: smooth;
}
body.overlay:after {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 666;
  width: 100%;
  height: 100%;
}
body.stopScroll {
  overflow-y: hidden;
}

.body-content {
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type=submit] {
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

address {
  margin: 0px;
  padding: 0px;
}

iframe {
  border: 0;
}

.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-5-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1286px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (max-width: 767.98px) {
        flex-basis: 100%;
    }*/
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 769px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.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;
}

/*===================================
=            Slick Theme            =
===================================*/
.slick-slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-slide > div {
  width: 100%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

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

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 7px 13px;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #E6E6E6;
  background: #fff;
  color: #16242f;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #D1BA92;
  font-weight: normal;
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled.ui-menu-item {
  display: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.95);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #D1BA92;
}

.flickity-button:active {
  opacity: 1;
}

.flickity-button:disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border: 1px solid #EAEAEA;
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: 20px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -20px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
  text-align: left;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
}
html[dir=rtl] .table-bordered > thead > tr > th,
html[dir=rtl] .table-bordered > thead > tr > td,
html[dir=rtl] .table-bordered > tbody > tr > th,
html[dir=rtl] .table-bordered > tbody > tr > td,
html[dir=rtl] .table-bordered > tfoot > tr > th,
html[dir=rtl] .table-bordered > tfoot > tr > td {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.main-menu-sidebar {
  background: #16284C;
  width: 100%;
  position: fixed;
  height: 100%;
  top: -100%;
  left: 0px;
  right: 0;
  z-index: 9999;
  transition: 0.45s ease-in-out;
  background: #00245D;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* close menu */
  /* main menu */
}
@media only screen and (min-width: 1200px) {
  .main-menu-sidebar {
    display: none;
  }
}
.main-menu-sidebar.menu-active {
  top: 0;
}
@media only screen and (max-width: 1199.98px) {
  .main-menu-sidebar.menu-active .mmenu-top,
  .main-menu-sidebar.menu-active .mmenu-bottom,
  .main-menu-sidebar.menu-active .mmenu-apps,
  .main-menu-sidebar.menu-active .mmenu-wrapper {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
    transition: all ease-in 0.8s 0.3s;
  }
}
.main-menu-sidebar.menu-active .mmenu-top {
  transition-delay: 0.4s;
}
.main-menu-sidebar.menu-active .mmenu-wrapper {
  transition-delay: 0.6s;
}
.main-menu-sidebar.menu-active .mmenu-apps {
  transition-delay: 0.8s;
}
.main-menu-sidebar.menu-active .mmenu-bottom {
  transition-delay: 0.8s;
}
.main-menu-sidebar .close-menu-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #e2e2e2;
  text-indent: -9999px;
  background: url(../img/ico/close-btn.png) no-repeat center center;
  width: 20px;
  height: 20px;
}
html[dir=rtl] .main-menu-sidebar .close-menu-btn {
  right: auto;
  left: 15px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .main-menu-sidebar .close-menu-btn:hover {
    opacity: 0.6;
  }
}
.main-menu-sidebar .mmenu-top {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  background: #00245D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(100px);
  transition: all ease-in-out 1s 0.3s;
}
.main-menu-sidebar .mmenu-top .logo {
  width: 40px;
  margin: 0 25px;
}
.main-menu-sidebar .mmenu-top .logo img {
  width: 100%;
}
.main-menu-sidebar .mmenu-top .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-sidebar .mmenu-top .btns div {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.main-menu-sidebar .mmenu-top .btns div svg {
  height: 20px;
  width: auto;
  display: block;
}
.main-menu-sidebar .mmenu-top .btns div svg path {
  fill: #fff;
}
.main-menu-sidebar .mmenu-wrapper {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(100px);
  transition: all ease-in-out 1s 0.3s;
}
.main-menu-sidebar .sliding-menu {
  margin-bottom: auto;
  overflow: hidden;
  height: calc(var(--doc-height) - 20vh) !important;
}
.main-menu-sidebar .sliding-menu li a:not(.sliding-menu-back) {
  text-align: left;
  font: normal normal 600 16px/40px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
html[dir=rtl] .main-menu-sidebar .sliding-menu li a:not(.sliding-menu-back) {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.main-menu-sidebar .sliding-menu li a:not(.sliding-menu-back).sliding-menu-nav:after {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 100;
  color: #E5E5E5;
  margin: 0 0 0 10px;
}
html[dir=rtl] .main-menu-sidebar .sliding-menu li a:not(.sliding-menu-back).sliding-menu-nav:after {
  margin: 0 10px 0 0;
  content: "\f137";
  line-height: 1.6 !important;
}
.main-menu-sidebar .sliding-menu li .sliding-menu-back {
  text-align: left;
  text-decoration: none;
  font: normal normal 600 12px/43px "Open Sans";
  letter-spacing: 0.44px;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
  display: block;
}
html[dir=rtl] .main-menu-sidebar .sliding-menu li .sliding-menu-back {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.main-menu-sidebar .sliding-menu li .sliding-menu-back:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: 100;
  color: #E5E5E5;
  margin: 0 10px 0 0;
}
html[dir=rtl] .main-menu-sidebar .sliding-menu li .sliding-menu-back:before {
  margin: 0 0 0 10px;
  content: "\f054";
  line-height: 1.6 !important;
}
.main-menu-sidebar .sliding-menu .sliding-menu-panel {
  position: fixed !important;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 0 25px 15px 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-menu-sidebar .mmenu-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 21px;
  background: #00245D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(100px);
  transition: all ease-in-out 1s 0.3s;
}
.main-menu-sidebar .mmenu-bottom .lhs .language {
  text-align: left;
  letter-spacing: 0.37px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  font-family: "Cairo";
}
html[dir=rtl] .main-menu-sidebar .mmenu-bottom .lhs .language {
  font-family: "Open Sans";
  line-height: 1.6 !important;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials div {
  transition: all ease-in-out 0.5s;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials div a {
  display: block;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials div a svg {
  height: 15px;
  width: auto;
  display: block;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials div a svg path {
  fill: #fff;
}
.main-menu-sidebar .mmenu-bottom .rhs .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
.main-menu-sidebar .mmenu-apps {
  position: relative;
  padding: 15px 21px 11px 21px;
  background: #00245D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(100px);
  transition: all ease-in-out 1s 0.3s;
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-menu-sidebar .mmenu-apps a {
  width: calc(50% - 15px);
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.main-menu-sidebar .mmenu-apps a img {
  width: 100%;
  display: block;
  transition: all ease-in-out 0.5s;
}

.hide-scroll {
  overflow: hidden;
  height: var(--doc-height);
}

/* Fix admin bar overlapping header */
body.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
.header {
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.85s ease;
  background-color: transparent;
  padding: 0 0 15px 0;
}
.header.float {
  position: fixed;
}
.header.scroll-up {
  top: 0px;
}
.header.scroll-down {
  top: 0px;
}
.header.on-scroll {
  background: #00245D;
}
.header.on-scroll .header-sub::after {
  background: #00245D !important;
}
.header.on-scroll .header-sub .sub-links li {
  position: relative;
}
.header.on-scroll .header-sub .sub-links li:after {
  background: #fff !important;
}
.header.on-scroll .header-sub .sub-links:not(.desktop-social) a {
  color: #fff !important;
}
@media only screen and (min-width: 1200px) {
  .header.on-scroll .header-sub .sub-links:not(.desktop-social) a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header.on-scroll .header-sub .sub-links:not(.desktop-social) .search-btn:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
}
.header.on-scroll .header-sub .sub-links:not(.desktop-social) .search-btn svg * {
  stroke: #fff !important;
}
.header.on-scroll .container .header-top .btns-wrapper .single-btn {
  background: transparent;
  border: 1px solid #fff;
}
.header .container {
  overflow: visible;
  position: relative;
  z-index: 1000;
}
.header .container .header-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 1199.98px) {
  .header .container .header-sub {
    padding: 4px 0;
  }
}
.header .container .header-sub .sub-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
html[dir=rtl] .header .container .header-sub .sub-links {
  margin: 0 auto 0 0;
  line-height: 1.6 !important;
}
.header .container .header-sub .sub-links li {
  position: relative;
}
.header .container .header-sub .sub-links li:after {
  position: absolute;
  height: 20px;
  width: 2px;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
html[dir=rtl] .header .container .header-sub .sub-links li:after {
  left: 0;
  right: unset;
  line-height: 1.6 !important;
}
.header .container .header-sub .sub-links li:last-child:after {
  display: none;
}
.header .container .header-sub .sub-links li:not(.desktop-social) a {
  text-align: left;
  letter-spacing: 0.37px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  padding: 7px 18px;
  margin: 0 5px;
}
.header .container .header-sub .sub-links li:not(.desktop-social) a.language {
  font-family: "Cairo";
}
html[dir=rtl] .header .container .header-sub .sub-links li:not(.desktop-social) a.language {
  font-family: "Open Sans";
  line-height: 1.6 !important;
}
.header .container .header-sub .sub-links li:not(.desktop-social) a.link {
  font-family: "Open Sans";
}
html[dir=rtl] .header .container .header-sub .sub-links li:not(.desktop-social) a.link {
  font-family: "Cairo";
  line-height: 1.6 !important;
}
html[dir=rtl] .header .container .header-sub .sub-links li:not(.desktop-social) a {
  text-align: right;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-sub .sub-links li:not(.desktop-social) a:hover {
    background-color: rgba(0, 36, 93, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.5s;
  }
}
.header .container .header-sub .sub-links li:not(.desktop-social) .search-btn {
  padding: 5px;
  cursor: pointer;
  border-radius: 25px;
  margin: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-sub .sub-links li:not(.desktop-social) .search-btn:hover {
    background-color: rgba(0, 36, 93, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.5s;
  }
}
.header .container .header-sub .sub-links li:not(.desktop-social) .search-btn svg {
  width: 20px;
  display: block;
  height: auto;
}
.header .container .header-sub .sub-links li:last-of-type a {
  padding-right: 0 !important;
}
html[dir=rtl] .header .container .header-sub .sub-links li:last-of-type a {
  padding-left: 0 !important;
  line-height: 1.6 !important;
}
.header .container .header-sub .sub-links li.desktop-social {
  padding: 0 10px;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1px;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials div {
  transition: all ease-in-out 0.5s;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials div a svg {
  height: 15px;
  width: auto;
  display: block;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials div a svg path {
  fill: #fff;
}
.header .container .header-sub .sub-links li.desktop-social .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
.header .container .header-sub:after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: transparent;
  z-index: -1;
}
.header .container .header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header .container .header-top .burger-wrapper {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .burger-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header .container .header-top .burger-wrapper {
    width: 30px;
    min-width: 30px;
  }
}
.header .container .header-top .burger-wrapper .burger {
  user-select: none;
  z-index: 10;
  width: 30px;
  height: 1.3rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
.header .container .header-top .burger-wrapper .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.25s ease-in-out;
}
html[dir=rtl] .header .container .header-top .burger-wrapper .burger-line {
  left: 0;
  right: unset;
  line-height: 1.6 !important;
}
.header .container .header-top .burger-wrapper .burger-line:nth-child(1) {
  top: 0px;
}
.header .container .header-top .burger-wrapper .burger-line:nth-child(2) {
  top: 0.5rem;
}
.header .container .header-top .burger-wrapper .burger-line:nth-child(3) {
  top: 1rem;
}
.header .container .header-top .logo img {
  height: 50px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .header .container .header-top .logo img {
    height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu {
    margin: 0 40px 0 auto;
  }
  html[dir=rtl] .header .container .header-top .header-menu {
    margin: 0 auto 0 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .header .container .header-top .header-menu {
    margin: 0 20px 0 auto;
  }
  html[dir=rtl] .header .container .header-top .header-menu {
    margin: 0 auto 0 20px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header .container .header-top .header-menu {
    display: none;
  }
}
.header .container .header-top .header-menu .mmenu {
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper {
  position: relative;
  z-index: 7;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  opacity: 1;
  font: normal normal 600 13px/19px "Open Sans";
  letter-spacing: 0.48px;
  color: #fff;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  border-radius: 30.5px;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
  text-align: center;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
    padding: 12px 21px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
    padding: 12px 8px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1551px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
    padding: 12px 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link:hover {
    background-color: rgba(0, 36, 93, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.5s;
  }
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-wrapper .menu-link {
  position: relative;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-wrapper .menu-link:not(.single):after {
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 12px;
  font-weight: 100;
  display: block !important;
  color: #E5E5E5;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-wrapper .menu-link:not(.single):after {
  left: 0;
  right: unset;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: transparent !important;
  border: 0;
  border-radius: 0 !important;
  display: none;
  margin: 0 -20px 0 0;
  outline: 0;
  overflow: hidden;
  padding: 40px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: #00245D !important;
  height: calc(var(--doc-height) - 65px);
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu {
  margin: 0 0 0 -20px;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container {
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
  margin-top: 3rem;
  overflow-y: auto;
  height: 100%;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs {
  width: 238px !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level {
  width: 100%;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation: fadeInBottom 0.3s;
  animation: fadeInBottom 0.3s;
  width: 100%;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item {
  display: block;
  margin: 0;
  padding: 0.9rem 1rem;
  position: relative;
  transition: all 0.3s linear;
  z-index: 3;
  background-color: rgba(30, 47, 70, 0.1);
  border-radius: 30.5px;
  text-decoration: unset;
  width: max-content;
  text-align: left;
  font: normal normal 600 18px/26px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  max-width: 100%;
  overflow: hidden;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::before, .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #2D71D1;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::before, html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::before {
  transform: translateX(-50%);
  opacity: 0;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::after {
  transform: translateX(-250%);
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item:hover {
    cursor: pointer;
  }
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item:hover::before {
    transform: translateX(-250%);
    line-height: 1.6 !important;
  }
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-item:hover::after {
    transform: translateX(50%);
    line-height: 1.6 !important;
  }
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-description {
  background-color: #00245D;
  bottom: 0;
  display: none;
  padding: 0 0 0 6.4rem;
  position: absolute;
  left: 238px;
  scrollbar-width: none;
  top: 0;
  z-index: 3;
  height: calc(var(--doc-height) - 120px);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation: secondLevelDesc 0.7s;
  animation: secondLevelDesc 0.7s;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li .second-level-description {
  padding: 0 6.4rem 0 0;
  right: 238px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-lhs .links-second-level li:hover .second-level-description {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-rhs {
  width: calc(100% - 290px);
  z-index: 1;
  padding: 0 0 0 6.4rem;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .sub-menu-rhs {
  padding: 0 6.4rem 0 0;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content > :not(.rhs-image1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation: fadeDescription 0.3s;
  animation: fadeDescription 0.3s;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-title {
  font: normal normal 600 38px/51px "Inter", sans-serif;
  letter-spacing: 0;
  color: #fff;
  width: 80%;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-description {
  text-align: left;
  font: normal normal 400 16px/33px "Open Sans";
  letter-spacing: 0.05px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-description {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links {
  text-align: left;
  font: normal normal 400 16px/33px "Open Sans";
  letter-spacing: 0.05px;
  color: #fff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: left;
  font: normal normal 600 14px/34px "Inter", sans-serif;
  letter-spacing: 1.69px;
  color: #fff;
  opacity: 1;
  display: block;
  width: max-content;
  text-transform: uppercase;
  text-decoration: none;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::before, .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #2D71D1;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::before, html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::before {
  transform: translateX(-50%);
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::after {
  transform: translateX(-250%);
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a:hover::before {
    transform: translateX(-250%);
    line-height: 1.6 !important;
  }
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-links .single-link a:hover::after {
    transform: translateX(50%);
    line-height: 1.6 !important;
  }
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .wrapper_img,
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-image {
  margin: 15px 0 0 0;
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .wrapper_img img,
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one .single-item-dropdown-menu-container .rhs-content .rhs-image img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one:not(.single-level):hover .single-item-dropdown-menu {
    display: block;
  }
  .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .single-item.menu-level-one:not(.single-level):hover ~ .menu-bg {
    height: auto;
    opacity: 1 !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: -1;
  }
}
.header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .menu-bg {
  background-color: #00245D;
  bottom: 0;
  left: auto;
  opacity: 0 !important;
  position: fixed;
  right: -50px;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateY(100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition: 0.2s ease-out;
  z-index: -1;
  min-width: 1100px;
}
html[dir=rtl] .header .container .header-top .header-menu .mmenu .mmenu-wrapper .menu-links .menu-bg {
  right: auto;
  left: -50px;
  line-height: 1.6 !important;
}
.header .container .header-top .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header .container .header-top .btns-wrapper {
    gap: 10pxpx;
  }
}
@media only screen and (max-width: 991.98px) {
  .header .container .header-top .btns-wrapper {
    flex-direction: column;
  }
}
.header .container .header-top .btns-wrapper .user {
  width: 30px;
}
.header .container .header-top .btns-wrapper .user svg {
  height: 22px;
  width: auto;
  display: block;
  margin: 0 0 0 auto;
}
html[dir=rtl] .header .container .header-top .btns-wrapper .user svg {
  margin: 0 auto 0 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .btns-wrapper .user {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header .container .header-top .btns-wrapper .app-btn {
    display: none;
  }
}
.header .container .header-top .btns-wrapper .single-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  line-height: 17px;
  min-width: auto;
  width: max-content;
  padding: 10px 21px;
}
.header .container .header-top .btns-wrapper .single-btn.transparent {
  background: transparent;
  border: 1px solid #fff;
}
html[dir=rtl] .header .container .header-top .btns-wrapper .single-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .header .container .header-top .btns-wrapper .single-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .header .container .header-top .btns-wrapper .single-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .header .container .header-top .btns-wrapper .single-btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header .container .header-top .btns-wrapper .single-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header .container .header-top .btns-wrapper .single-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header:hover ~ .header-light-mask {
    height: auto;
    opacity: 0.4 !important;
    z-index: 3;
  }
}

.header-light-mask {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s linear !important;
  z-index: 0;
}
.header-light-mask.active {
  height: auto;
  opacity: 0.4 !important;
  z-index: 99990;
}

#search-block {
  background: #00245D;
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 99991;
  transform: translateY(-100%);
}
#search-block.search-active {
  transform: translateY(0%);
}
#search-block form {
  display: flex;
  align-items: center;
}
#search-block form input[type=search] {
  width: 100%;
  height: 122px;
  background: none;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  font: normal normal normal 19px/24px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] #search-block form input[type=search] {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #search-block form input[type=search] {
    font-size: 16px;
    height: 90px;
  }
}
#search-block form input[type=search]::-ms-clear, #search-block form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#search-block form input[type=search]::-webkit-search-decoration, #search-block form input[type=search]::-webkit-search-cancel-button, #search-block form input[type=search]::-webkit-search-results-button, #search-block form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
#search-block form button[type=submit] {
  display: none;
}
#search-block form #close-search {
  width: 35px;
  height: 35px;
  display: block;
  border: none;
}
@media only screen and (max-width: 991.98px) {
  #search-block form #close-search {
    width: 20px;
    height: 20px;
  }
}
#search-block form #close-search svg {
  width: 29px;
  display: block;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  #search-block form #close-search svg {
    height: 20px;
  }
}
#search-block form #close-search svg path {
  fill: #fff;
}

.footer {
  background-color: #00245D;
  position: relative;
  padding: 65px 0 0 0;
}
.footer-body .row {
  margin: 0;
}
.footer-body .row-lhs {
  width: 100%;
}
@media only screen and (min-width: 1551px) {
  .footer-body .row-lhs {
    width: 29.333%;
  }
}
.footer-body .row-rhs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px;
  row-gap: 0px;
}
@media only screen and (min-width: 1551px) {
  .footer-body .row-rhs {
    width: 70.6666%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer-body .row-rhs {
    row-gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row-rhs {
    justify-content: start;
  }
}
.footer-body .row .col-custom-logo {
  width: 100%;
  padding: 0;
}
.footer-body .row .col-custom-logo .main-logo {
  display: block;
  margin: 30px auto;
  width: max-content;
  max-width: 180px;
}
@media only screen and (min-width: 1551px) {
  .footer-body .row .col-custom-logo .main-logo {
    margin: 0;
  }
}
.footer-body .row .col-custom-logo .main-logo img {
  width: auto;
  height: 110px;
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-logo .main-logo img {
    height: 85px;
  }
}
.footer-body .row .col-custom-text {
  width: 100%;
}
.footer-body .row .col-custom-text .big {
  text-align: center;
  font: normal normal 700 28px/37px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  width: 60%;
  margin: 0 auto 35px;
}
html[dir=rtl] .footer-body .row .col-custom-text .big {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1551px) {
  .footer-body .row .col-custom-text .big {
    text-align: left;
    margin: 0 0 80px;
  }
  html[dir=rtl] .footer-body .row .col-custom-text .big {
    font-family: "Cairo";
    text-align: right;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-text .big {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-body .row .col-custom-links {
    width: 30%;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-links {
    width: 100%;
  }
}
.footer-body .row .col-custom-links-list li {
  margin: 0px 0 4px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-body .row .col-custom-links-list li {
    margin: 0px 0 5px;
  }
}
.footer-body .row .col-custom-links-list li a {
  text-align: left;
  font: normal normal 400 15px/26px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  width: max-content;
  text-decoration: none;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2em;
  margin: 0 0 -0.2em;
  display: block;
  text-transform: none;
}
html[dir=rtl] .footer-body .row .col-custom-links-list li a {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-links-list li a {
    font-size: 14px;
    line-height: 25px;
  }
}
.footer-body .row .col-custom-links-list li a span {
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  will-change: transform;
  position: relative;
  display: block;
}
.footer-body .row .col-custom-links-list li a:after {
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  will-change: transform;
  content: attr(data-title);
  position: absolute;
  transform: translate(-50%, 110%);
  left: 50%;
  top: 0;
  color: currentColor;
  text-align: left;
  width: 100%;
  text-transform: none;
  color: #2D71D1;
}
html[dir=rtl] .footer-body .row .col-custom-links-list li a:after {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-links-list li a:after {
    text-align: center;
  }
  html[dir=rtl] .footer-body .row .col-custom-links-list li a:after {
    font-family: "Cairo";
    text-align: center;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-body .row .col-custom-links-list li a:hover {
    opacity: 1;
  }
  .footer-body .row .col-custom-links-list li a:hover span {
    transform: translateY(-125%);
  }
  .footer-body .row .col-custom-links-list li a:hover:after {
    transform: translate(-50%, 0%);
  }
}
@media only screen and (min-width: 992px) {
  .footer-body .row .col-custom-info {
    width: 30%;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom-info {
    width: 100%;
  }
}
.footer-body .row .col-custom-info .col-custom-links-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom .col-wrapper {
    border-bottom: 1px solid #A2AFBE;
  }
}
.footer-body .row .col-custom .col-wrapper.active .col-title:after {
  content: "\f068";
  transition: all ease-in-out 0.5s;
}
.footer-body .row .col-custom .col-wrapper.active .content {
  display: block;
  transition: all ease-in-out 0.5s;
}
.footer-body .row .col-custom .col-wrapper .col-title {
  text-align: left;
  font: normal normal 700 17px/26px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  position: relative;
}
html[dir=rtl] .footer-body .row .col-custom .col-wrapper .col-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) {
  .footer-body .row .col-custom .col-wrapper .col-title {
    padding: 0 0 25px 0;
  }
  .footer-body .row .col-custom .col-wrapper .col-title.hide-web {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom .col-wrapper .col-title {
    font-size: 14px;
    padding: 20px 0;
  }
}
.footer-body .row .col-custom .col-wrapper .col-title:after {
  position: absolute;
  right: 0;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f067";
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .footer-body .row .col-custom .col-wrapper .col-title:after {
  left: 0;
  right: unset;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) {
  .footer-body .row .col-custom .col-wrapper .col-title:after {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body .row .col-custom .col-wrapper .content {
    display: none;
    margin: 25px 0;
    transition: all ease-in-out 0.5s;
  }
}
.footer-body .row .col-custom .col-wrapper .text {
  text-align: left;
  font: normal normal 400 15px/26px "Open Sans";
  letter-spacing: 0.3px;
  color: #fff;
  width: max-content;
}
html[dir=rtl] .footer-body .row .col-custom .col-wrapper .text {
  font-family: "Cairo";
  text-align: right;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.footer-body .row .col-custom .col-wrapper .fsocials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-body .row .col-custom .col-wrapper .fsocials div {
  transition: all ease-in-out 0.5s;
}
.footer-body .row .col-custom .col-wrapper .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-body .row .col-custom .col-wrapper .fsocials div a svg {
  width: auto;
  height: 20px;
  display: block;
}
.footer-body .row .col-custom .col-wrapper .fsocials div a svg path {
  fill: #fff !important;
  transition: all ease-in-out 0.5s;
}
.footer-body .row .col-custom .col-wrapper .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
@media only screen and (min-width: 1200px) {
  .footer-body .row .col-custom .col-wrapper .fsocials div a:hover svg path {
    fill: #2D71D1 !important;
    transition: all ease-in-out 0.5s;
  }
}
.footer-body #footer-bottom {
  margin-top: 105px;
  padding: 25px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer-body #footer-bottom {
    margin-top: 0;
    padding: 35px 0;
  }
}
.footer-body #footer-bottom .row {
  align-items: center;
  margin: 0px;
}
@media only screen and (min-width: 992px) {
  .footer-body #footer-bottom .row {
    justify-content: end;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body #footer-bottom .row {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-body #footer-bottom .row .col-custom-copyrights {
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .footer-body #footer-bottom .row .col-custom-copyrights {
    width: 100%;
  }
}
.footer-body #footer-bottom .row .col-custom-copyrights-content {
  text-align: center;
  font: normal normal normal 14px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
.footer-body #footer-bottom .row .col-custom-copyrights-content a {
  color: #fff !important;
  text-decoration: none;
}
html[dir=rtl] .footer-body #footer-bottom .row .col-custom-copyrights-content {
  font-family: "Cairo";
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-body #footer-bottom .row .col-custom-copyrights-content {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
.footer-body #footer-bottom .row .col-custom-powered {
  width: 25%;
  text-align: right;
  font: normal normal normal 14px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] .footer-body #footer-bottom .row .col-custom-powered {
  font-family: "Cairo";
  text-align: left;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.footer-body #footer-bottom .row .col-custom-powered a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .footer-body #footer-bottom .row .col-custom-powered a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-body #footer-bottom .row .col-custom-powered {
    width: 100%;
    text-align: center;
    order: 1;
  }
}

.broker-footer {
  background-color: #fff;
  position: relative;
  margin-top: 70px;
}
.broker-footer-body #footer-bottom {
  padding: 25px 0;
}
.broker-footer-body #footer-bottom .row {
  align-items: center;
  margin: 0px;
}
.broker-footer-body #footer-bottom .row .col-custom-copyrights {
  width: 100%;
}
.broker-footer-body #footer-bottom .row .col-custom-copyrights-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 991.98px) {
  .broker-footer-body #footer-bottom .row .col-custom-copyrights-content {
    gap: 14px;
  }
}
.broker-footer-body #footer-bottom .row .col-custom-copyrights-content p {
  text-align: center;
  font: normal normal 400 13px/18px "Open Sans";
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
}
html[dir=rtl] .broker-footer-body #footer-bottom .row .col-custom-copyrights-content p {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .broker-footer-body #footer-bottom .row .col-custom-copyrights-content p {
    font-size: 10px;
    line-height: 16px;
  }
}

.bottom-navigation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  background-color: #CAAD7F;
  padding: 10px 13px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  z-index: 99;
}
@media only screen and (min-width: 769px) {
  .bottom-navigation {
    display: none;
  }
}
.bottom-navigation .nav-item {
  flex-grow: 1;
  padding: 0px 5px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  min-width: 20%;
  text-decoration: none;
}
.bottom-navigation .nav-item .title {
  margin: auto;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  display: block;
  text-decoration: none;
  font: normal normal 600 9px/12px "Open Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] .bottom-navigation .nav-item .title {
  font-family: "Cairo";
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.bottom-navigation .nav-item svg {
  width: auto;
  margin: 0px auto 5px;
  display: block;
  height: 22px;
}
.bottom-navigation .nav-item svg path {
  stroke: #fff;
}

.cookie-bar {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1001;
  padding: 0;
  bottom: 0;
  padding: 0 0 45px 0;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
}
.cookie-bar--active {
  transform: translateY(0%);
  transition: all ease-in-out 0.5s;
}
.cookie-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 30px;
  width: max-content;
  max-width: 100%;
  background: #fff;
  border-radius: 25px;
  margin: auto;
}
@media only screen and (max-width: 991.98px) {
  .cookie-bar .content {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
  }
}
.cookie-bar .content .content-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  gap: 9px;
}
.cookie-bar .content .content-wrapper .svg svg path {
  stroke: #00245D;
}
.cookie-bar .content .content-wrapper p {
  text-align: left;
  font: normal normal normal 14px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin: 0;
}
html[dir=rtl] .cookie-bar .content .content-wrapper p {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.cookie-bar .content .content-wrapper p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  font-weight: 600;
  color: #404040;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .cookie-bar .content .content-wrapper p a:hover {
    color: #00245D;
  }
}
@media only screen and (max-width: 991.98px) {
  .cookie-bar .content .content-wrapper p {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
.cookie-bar #cookie-understand {
  -webkit-appearance: none;
  background: #00245D;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  min-width: 120px;
  padding: 10px 10px;
  text-align: center;
  font: normal normal normal 14px/20px "Inter", sans-serif;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  border: 1px solid #00245D;
}
html[dir=rtl] .cookie-bar #cookie-understand {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .cookie-bar #cookie-understand:hover {
    background: #fff;
    color: #00245D;
    transition: all ease-in-out 0.5s;
  }
}

#popUp-card {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, 120vh);
  transition: all ease-in-out 0.5s;
  background-color: #fff;
  box-shadow: -1.93px 7px 35px rgba(0, 0, 0, 0.5294117647);
}
@media only screen and (min-width: 992px) {
  #popUp-card {
    width: 790px;
    max-width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #popUp-card {
    width: 95%;
    max-height: calc(var(--doc-height) - 40px);
    overflow: auto;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card {
    width: 95%;
    max-height: calc(var(--doc-height) - 20px);
    overflow: auto;
  }
}
#popUp-card.popUp-card-active {
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
}
#popUp-card-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  background-color: #404040;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
html[dir=rtl] #popUp-card-close {
  left: 30px;
  right: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  #popUp-card-close {
    right: 20px;
    top: 20px;
    z-index: 99;
  }
  html[dir=rtl] #popUp-card-close {
    left: 20px;
    right: unset;
    line-height: 1.6 !important;
  }
}
#popUp-card .container-fluid {
  padding: 0;
}
#popUp-card .container-fluid .row {
  align-items: center;
  margin: 0;
}
#popUp-card .container-fluid .row div[class^=col-] {
  padding: 0;
}
#popUp-card .container-fluid .row div[class^=col-] .image-box-item {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .image-box-item {
    max-width: 350px;
    object-fit: contain;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 30px;
}
@media only screen and (min-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
    padding: 13px;
    gap: 15px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
  margin: 0 auto 20px;
  text-align: center;
  font: normal normal 600 25px/35px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin-bottom: 25px;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
  text-align: center;
  font: normal normal 400 15px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
  text-align: center;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
    font-size: 14px;
    line-height: 22px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper {
  margin-top: 25px;
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .btn-link {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  width: 190px;
  margin: auto;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .btn-link {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .btn-link:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .btn-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .btn-link {
    font-size: 12px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper img {
  width: 100%;
}
#popUp-card #cookie-understand {
  border: 1px solid #D1BA92;
  border-radius: 3px;
  padding: 0px 5px;
  width: max-content;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  min-width: 180px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  display: block;
  opacity: 1;
  letter-spacing: 1.04px;
  color: #fff;
  background-color: #a92d3d;
  position: relative;
  z-index: 2;
  margin: 5px auto;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #popUp-card #cookie-understand {
    font-size: 15px;
    line-height: 52px;
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card #cookie-understand {
    font-size: 13px;
    line-height: 52px;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #popUp-card #cookie-understand:hover {
    border-color: #a92d3d;
    background-color: #ece4d0;
    color: #a92d3d;
    transition: all 0.3s ease;
  }
}

* {
  margin: 0;
}

:root {
  --doc-height: 100%;
}

.preloader {
  z-index: 999999;
  background-color: #222;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-loader .logo {
  transform: perspective(500px) rotateY(-42deg);
  -webkit-transform: perspective(500px) rotateY(-42deg);
  -moz-transform: perspective(500px) rotateY(-42deg);
  -ms-transform: perspective(500px) rotateY(-42deg);
  -o-transform: perspective(500px) rotateY(-42deg);
  animation-name: rotate-windows;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 992px) {
  .preloader-loader .logo {
    width: 120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .preloader-loader .logo {
    width: 80px;
    margin: 0 auto;
  }
}
.preloader-loader .logo img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  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-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list .slick-slide {
  margin: 0px 10px;
  overflow: hidden;
}
.slick-slider .slick-list .slick-slide .img-box:after {
  display: none;
}
.slick-slider .slick-list .slick-slide img {
  width: 100%;
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

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

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

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

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

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

.arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .arrows-wrapper {
    width: 80px;
  }
}
.arrows-wrapper button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .arrows-wrapper button {
    width: 36px;
    height: 36px;
  }
}
.arrows-wrapper button svg {
  display: block;
  width: 100%;
}
.arrows-wrapper button svg rect {
  transition: all ease-in-out 0.5s;
}
.arrows-wrapper button svg g path {
  transition: all ease-in-out 0.5s;
}
.arrows-wrapper button.next {
  transform: rotateZ(180deg) !important;
  transform-origin: center center !important;
}

.slick-dots {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: max-content;
  max-width: 90%;
}
.slick-dots li.slick-active button {
  border-color: #B3A258;
  transform: scale(1.7);
  background-color: transparent;
}
.slick-dots li button {
  font-size: 0;
  outline: 0;
  background: #ece4d0;
  border: 1px solid transparent;
  width: 6px;
  height: 6px;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 50%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #A2AFBE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A2AFBE;
}

.error {
  background-color: #ece4d0;
  margin: auto;
  min-height: 600px;
  width: 100%;
  position: relative;
  padding: 10vh 0 10vh;
}
.error-content {
  width: 500px;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .error-content .logo {
    width: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .error-content .logo {
    width: 40px;
  }
}
.error-content .logo .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .error-content .title {
    text-align: center;
  }
}
.error-content .description {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 300;
  visibility: hidden;
  letter-spacing: 0px;
  display: block;
  color: #484848;
}
.error-content .description.fade_up {
  visibility: visible;
  -ms-animation: fadeUp 2s;
  /* Internet Explorer */
  animation: fadeUp 2s;
}
@media only screen and (min-width: 1551px) {
  .error-content .description {
    font-size: 20px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .error-content .description {
    font-size: 19px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .error-content .description {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 991.98px) {
  .error-content .description {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
}
.error-content .btn-wrapper {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
}
html[dir=rtl] .error-content .btn-wrapper {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .error-content .btn-wrapper:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .error-content .btn-wrapper {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .error-content .btn-wrapper {
    font-size: 12px;
  }
}

.container {
  overflow: hidden;
}

.pagination-wrapper {
  width: 300px;
  margin: 70px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .pagination-wrapper {
    margin: 50px auto;
  }
}
.pagination-wrapper .text {
  color: #16242f;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 1551px) {
  .pagination-wrapper .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .pagination-wrapper .text {
    font-size: 17px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pagination-wrapper .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .pagination-wrapper .text {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .pagination-wrapper .text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}
.pagination-wrapper .extend,
.pagination-wrapper .current,
.pagination-wrapper .page {
  width: 50px;
  height: 50px;
  font: normal normal 300 17px/23px "Montserrat", sans-serif;
  letter-spacing: 0.68px;
  color: #fff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination-wrapper a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}
.pagination-wrapper a svg {
  display: block;
  width: 100%;
}
.pagination-wrapper a svg rect {
  transition: all ease-in-out 0.5s;
}
.pagination-wrapper a svg g path {
  transition: all ease-in-out 0.5s;
}
.pagination-wrapper a.next {
  transform: rotateZ(180deg) !important;
  transform-origin: center center !important;
}

.pageIntro {
  background: #0F1622;
  position: relative;
  height: 500px;
}
.pageIntro picture, .pageIntro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
}
@media only screen and (max-width: 769px) {
  .pageIntro picture, .pageIntro img {
    aspect-ratio: 6/5;
  }
}
.pageIntro .pageIntro-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  max-height: 100%;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-subTitle {
  display: block;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-subTitle .text {
  text-align: left;
  font: normal normal 400 14px/15px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: block;
  animation-delay: 0.3s !important;
  text-transform: uppercase;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-subTitle .text {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-subTitle .text {
    font-size: 12px;
    line-height: 15px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-title {
  text-align: left;
  font: normal normal 600 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 15px 0 0;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 0;
  }
  html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0 0;
  }
  html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 0;
  }
  html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0;
  }
  html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  margin: 25px 0 0 0;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-description {
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-btn {
  padding: 10px 25px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  opacity: 1;
  text-align: left;
  font: normal normal 600 14px/24px "Inter", sans-serif;
  letter-spacing: 1.69px;
  color: #fff;
  opacity: 1;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  width: max-content;
  margin: 30px 0 0 0;
  max-width: 100%;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-btn {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-btn {
    padding: 7px 15px;
    font-size: 8px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-btn.active {
  border-color: white;
  transition: all ease-in-out 0.5s;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-links,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 25px;
  margin: 50px 0 0 0;
  animation-delay: 1.6s !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-links,
  .pageIntro .pageIntro-wrapper .pageIntroContent .menu {
    gap: 15px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-links .menu-item.current-menu-item a,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu .menu-item.current-menu-item a {
  border-color: white;
  transition: all ease-in-out 0.5s;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-links .menu-item a,
.pageIntro .pageIntro-wrapper .pageIntroContent-links .single-link,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu .menu-item a,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu .single-link {
  padding: 12px 25px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  opacity: 1;
  text-align: left;
  font: normal normal 600 14px/24px "Inter", sans-serif;
  letter-spacing: 1.69px;
  color: #fff;
  opacity: 1;
  display: block;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-links .menu-item a,
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-links .single-link,
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent .menu .menu-item a,
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent .menu .single-link {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-links .menu-item a,
  .pageIntro .pageIntro-wrapper .pageIntroContent-links .single-link,
  .pageIntro .pageIntro-wrapper .pageIntroContent .menu .menu-item a,
  .pageIntro .pageIntro-wrapper .pageIntroContent .menu .single-link {
    padding: 7px 15px;
    font-size: 8px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-links .menu-item a.active,
.pageIntro .pageIntro-wrapper .pageIntroContent-links .single-link.active,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu .menu-item a.active,
.pageIntro .pageIntro-wrapper .pageIntroContent .menu .single-link.active {
  border-color: white;
  transition: all ease-in-out 0.5s;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search {
  width: calc(100% - 60px);
  margin: auto;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search .help {
  text-align: left;
  font: italic normal 600 13px/16px "Open Sans";
  letter-spacing: 0.39px;
  color: #fff;
  opacity: 1;
  margin: 20px 0 0 0;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-search .help {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-search .help {
    font-size: 11px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form .svg svg {
  display: block;
  width: 50px;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-search form .svg svg {
    width: 25px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search] {
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  font: normal normal 600 45px/55px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  height: 90px;
}
html[dir=rtl] .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search] {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search] {
    font-size: 16px;
  }
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-ms-clear, .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-webkit-search-decoration, .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-webkit-search-cancel-button, .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-webkit-search-results-button, .pageIntro .pageIntro-wrapper .pageIntroContent-search form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.pageIntro .pageIntro-wrapper .pageIntroContent-search form button[type=submit] {
  display: none;
}

.sectionInfo {
  margin-bottom: 55px;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .sectionInfo {
    max-width: 80%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .sectionInfo {
    width: 280px;
    margin-bottom: 35px;
  }
}
.sectionInfo-subtitle {
  text-align: left;
  font: normal normal 700 14px/17px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
html[dir=rtl] .sectionInfo-subtitle {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.sectionInfo-subtitle p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px 0;
}
.sectionInfo-subtitle .dot {
  width: 10px;
  height: 10px;
  background: #141414;
  border-radius: 50%;
}
.sectionInfo-title {
  text-align: left;
  font: normal normal 700 40px/52px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #3C3C3C;
  overflow: hidden;
}
html[dir=rtl] .sectionInfo-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .sectionInfo-title {
    font-size: 33px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .sectionInfo-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.sectionInfo-title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.sectionInfo-title span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: #13366F;
}
.sectionInfo-text {
  text-align: left;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .sectionInfo-text {
    width: 100%;
  }
}
html[dir=rtl] .sectionInfo-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.notfound {
  width: 100%;
  height: 50vh;
}
.notfound .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .content p {
  color: #16242f;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
html[dir=rtl] .notfound .content p {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1551px) {
  .notfound .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .notfound .content p {
    font-size: 17px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .notfound .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .notfound .content p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .notfound .content p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}

.filter-top .section-title {
  margin: 0 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .section-title {
    margin: 0 0 20px;
  }
}
.filter-top .section-title .text {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  text-transform: none;
}
html[dir=rtl] .filter-top .section-title .text {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .filter-top .section-title .text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .filter-top .section-title .text {
    font-size: 21px;
    line-height: 29px;
  }
}
.filter-top .section-title .text h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.filter-top .filter-btns-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .filter-btns-wrapper {
    gap: 20px;
  }
}
.filter-top .filter-btns-wrapper.search {
  width: 100%;
}
.filter-top .filter-btns-wrapper.search .akc-select {
  width: 100%;
}
.filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper {
  width: 100%;
}
.filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper .select-selected {
  display: none !important;
}
.filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper .select-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  border: none;
  gap: 10px;
  background: transparent;
}
.filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper .select-items div {
  display: block;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid #16284C;
  opacity: 1;
  text-align: center;
  min-width: 120px;
  font: normal normal 600 14px/19px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #16284C;
  text-transform: uppercase;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper .select-items div {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .filter-btns-wrapper.search .akc-select .akc-select-wrapper .select-items div {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.filter-top .filter-btns-wrapper .akc-select {
  width: max-content;
  max-width: 100%;
  min-width: 150px;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .filter-btns-wrapper .akc-select {
    width: 100%;
  }
}
.filter-top .filter-btns-wrapper .akc-select .title:not(.big) {
  text-align: left;
  font: normal normal 600 14px/24px "Inter", sans-serif;
  letter-spacing: 1.4px;
  color: #141414;
  opacity: 1;
  display: block;
  margin: 0 0 5px 0;
}
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select .title:not(.big) {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.filter-top .filter-btns-wrapper .akc-select .title.big {
  text-align: left;
  font: normal normal normal 35px/35px "Inter", sans-serif;
  letter-spacing: -1.05px;
  color: #000;
  opacity: 1;
  margin: 0 0 25px 0;
  display: block;
}
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select .title.big {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .filter-btns-wrapper .akc-select .title.big {
    font-size: 25px;
    line-height: 30px;
  }
}
.filter-top .filter-btns-wrapper .akc-select-wrapper {
  position: relative;
  font-family: Arial;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.filter-top .filter-btns-wrapper .akc-select-wrapper.big {
  width: 550px;
  max-width: 100%;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper.small {
  width: 250px;
  max-width: 100%;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper.search {
  width: 100%;
  border: 1px solid red;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper select {
  display: none !important;
  /*hide original SELECT element:*/
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected {
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  padding-right: 40px;
  /*point the arrow upwards when the select box is open (active):*/
}
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected {
  padding-right: 16px;
  padding-left: 40px;
  line-height: 1.6 !important;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f13a";
  font-size: 12px;
  font-weight: 100;
  display: block !important;
  color: #141414;
}
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected:after {
  right: unset;
  left: 10px;
  line-height: 1.6 !important;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected.select-arrow-active:after {
  content: "\f139";
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-items div,
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected {
  text-align: left;
  font: normal normal normal 20px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  padding: 14px 16px;
  cursor: pointer;
}
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select-wrapper .select-items div,
html[dir=rtl] .filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .filter-top .filter-btns-wrapper .akc-select-wrapper .select-items div,
  .filter-top .filter-btns-wrapper .akc-select-wrapper .select-selected {
    padding: 10px 16px;
    line-height: 20px;
    font-size: 14px;
  }
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #00245D;
  max-height: 300px;
  overflow: auto;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-items input[type=text] {
  margin: 0 !important;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-hide {
  display: none;
}
.filter-top .filter-btns-wrapper .akc-select-wrapper .select-items div:hover,
.filter-top .filter-btns-wrapper .akc-select-wrapper .same-as-selected {
  background-color: #16284c;
  color: #fff !important;
}

.slider-section {
  margin: 65px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .slider-section {
    margin: 35px 0 30px;
  }
}
.slider-section .slider-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .slider-info {
    margin: 0 0 20px;
  }
}
.slider-section .slider-info .lhs .title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
}
html[dir=rtl] .slider-section .slider-info .lhs .title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .slider-section .slider-info .lhs .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-section .slider-info .lhs .title {
    font-size: 21px;
    line-height: 29px;
  }
}
.slider-section .slider-info .lhs .title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .slider-info .rhs {
    display: none;
  }
}
.slider-section .slider-controllers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-section .slider-controllers .pagination {
  text-align: center;
  font: normal normal 600 15px/18px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .slider-section .slider-controllers .pagination {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: center;
  direction: ltr;
  line-height: 1.6 !important;
}
.slider-section .slider-controllers .prev, .slider-section .slider-controllers .next {
  width: 38px;
  width: 40px;
}
.slider-section .slider-controllers .prev svg, .slider-section .slider-controllers .next svg {
  cursor: pointer;
  display: block;
  width: 36px;
  height: auto;
  height: auto;
}
html[dir=rtl] .slider-section .slider-controllers .prev svg, html[dir=rtl] .slider-section .slider-controllers .next svg {
  transform: rotateY(180deg);
  line-height: 1.6 !important;
}
.slider-section .slider-controllers .prev svg path, .slider-section .slider-controllers .next svg path {
  stroke: #00245D;
}
.slider-section .cpt-bottom {
  margin: 25px auto;
}
.slider-section .cpt-bottom .slider-controllers {
  width: max-content;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .slider-section .cpt-bottom .slider-controllers {
    display: none;
  }
}
.slider-section .cpt-slider .slick-dots {
  display: none !important;
}
.slider-section .cpt-slider .slick-slide {
  align-items: start;
}
.slider-section .cpt-slider .single-media .content {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-media .content:hover .single-media-bottom .long-arrow {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}
.slider-section .cpt-slider .single-media .content .single-media-top {
  position: relative;
}
.slider-section .cpt-slider .single-media .content .single-media-top .image {
  display: block;
  background: #0F1622;
}
.slider-section .cpt-slider .single-media .content .single-media-top .image img {
  width: 100%;
  aspect-ratio: 1.66/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.slider-section .cpt-slider .single-media .content .single-media-top .play-box {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #00245D;
  right: 0;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content .single-media-top .play-box {
  right: unset;
  left: 0;
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-media .content .single-media-top .play-box svg path {
  fill: #fff;
}
.slider-section .cpt-slider .single-media .content .single-media-top:after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 37px;
  background-color: #FAFAFA;
  bottom: -1px;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom {
  width: calc(100% - 50px);
  display: block;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .category {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .category .single-category {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  text-decoration: underline;
  font: normal normal 600 12px/14px "Inter", sans-serif;
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content .single-media-bottom .category .single-category {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-media .content .single-media-bottom .category .single-category:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .category .single-category span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .title {
  margin: 28px 0 38px;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .title a {
  text-align: left;
  font: normal normal 600 20px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content .single-media-bottom .title a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-media .content .single-media-bottom .title a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-media .content .single-media-bottom .title a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .date span {
  text-align: left;
  font: normal normal 400 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content .single-media-bottom .date span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .long-arrow {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-media .content .single-media-bottom .long-arrow {
    display: none;
  }
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .long-arrow svg {
  width: 28px;
  height: auto;
  display: block;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content .single-media-bottom .long-arrow svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-media .content .single-media-bottom .long-arrow svg path {
  fill: #0F1622;
}
.slider-section .cpt-slider .single-media .content-v2 {
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  cursor: pointer;
  opacity: 1;
  transform: none;
  transition: all ease-in-out 0.3s;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-media .content-v2:hover {
    background: #00245D;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 36, 93, 0.3);
    transition: all ease-in-out 0.3s;
  }
  .slider-section .cpt-slider .single-media .content-v2:hover .category .single-category {
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.7);
  }
  .slider-section .cpt-slider .single-media .content-v2:hover .title {
    transition: all ease-in-out 0.3s;
    color: #fff;
  }
  .slider-section .cpt-slider .single-media .content-v2:hover .date {
    transition: all ease-in-out 0.3s;
    color: #fff;
  }
  .slider-section .cpt-slider .single-media .content-v2:hover .date span {
    color: #fff;
    transition: all ease-in-out 0.3s;
  }
}
.slider-section .cpt-slider .single-media .content-v2 .category {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.slider-section .cpt-slider .single-media .content-v2 .category .single-category {
  display: inline-block;
  background: rgba(0, 36, 93, 0.1);
  color: #141414;
  padding: 4px 12px;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  font: normal normal 600 11px/14px "Inter", sans-serif;
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.slider-section .cpt-slider .single-media .content-v2 .category .single-category i {
  font-size: 6px;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content-v2 .category .single-category {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-media .content-v2 .category .single-category span {
  color: inherit;
  line-height: inherit;
  text-decoration: none !important;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.slider-section .cpt-slider .single-media .content-v2 .title {
  margin: 18px 0;
  text-align: left;
  font: normal normal 600 17px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all ease-in-out 0.3s;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content-v2 .title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-media .content-v2 .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.slider-section .cpt-slider .single-media .content-v2 .date {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #141414;
}
.slider-section .cpt-slider .single-media .content-v2 .date svg {
  width: 12px;
  height: auto;
  display: block;
  transition: all ease-in-out 0.3s;
}
.slider-section .cpt-slider .single-media .content-v2 .date span {
  text-align: left;
  font: normal normal 400 13px/19px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  transition: all ease-in-out 0.3s;
}
html[dir=rtl] .slider-section .cpt-slider .single-media .content-v2 .date span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-section .content:hover .single-section-top .image img {
    transform: scale(1.3);
    transition: all ease-in-out 0.5s;
  }
  .slider-section .cpt-slider .single-section .content:hover .single-section-bottom .title a {
    color: #2D71D1;
  }
  .slider-section .cpt-slider .single-section .content:hover .single-section-bottom .long-arrow svg {
    transform: rotate(-41deg);
    transition: all ease-in-out 0.35s;
  }
  html[dir=rtl] .slider-section .cpt-slider .single-section .content:hover .single-section-bottom .long-arrow svg {
    transform: rotate(141deg);
    line-height: 1.6 !important;
  }
}
.slider-section .cpt-slider .single-section .content .single-section-top {
  position: relative;
}
.slider-section .cpt-slider .single-section .content .single-section-top .image {
  display: block;
  background: #0F1622;
  overflow: hidden;
}
.slider-section .cpt-slider .single-section .content .single-section-top .image img {
  width: 100%;
  aspect-ratio: 1.33/1;
  height: auto;
  object-fit: cover;
  display: block;
  transition: all ease-in-out 0.5s;
}
.slider-section .cpt-slider .single-section .content .single-section-bottom {
  width: calc(100% - 69px);
  padding: 20px 15px;
  transform: translateY(-30px);
  background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-section .content .single-section-bottom {
    padding: 15px;
  }
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .title a {
  text-align: left;
  font: normal normal 600 18px/23px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  min-height: 46px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .slider-section .cpt-slider .single-section .content .single-section-bottom .title a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-section .content .single-section-bottom .title a {
    font-size: 14px;
    line-height: 18px;
    min-height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-section .content .single-section-bottom .title a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.35s;
  }
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .description {
  text-align: left;
  font: normal normal 400 14px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
}
html[dir=rtl] .slider-section .cpt-slider .single-section .content .single-section-bottom .description {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .long-arrow {
  display: block;
  transition: all ease-in-out 0.5s;
  margin: 25px 0 0 0;
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .long-arrow svg {
  width: 28px;
  height: auto;
  display: block;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .slider-section .cpt-slider .single-section .content .single-section-bottom .long-arrow svg {
  transform: rotate(100deg);
  line-height: 1.6 !important;
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .read-more {
  display: block;
  transition: all ease-in-out 0.5s;
  margin: 25px 0 0 0;
}
.slider-section .cpt-slider .single-section .content .single-section-bottom .read-more a {
  text-align: left;
  font: normal normal 600 18px/23px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  min-height: 46px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .slider-section .cpt-slider .single-section .content .single-section-bottom .read-more a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .slider-section .cpt-slider .single-section .content .single-section-bottom .read-more a {
    font-size: 14px;
    line-height: 18px;
    min-height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-section .cpt-slider .single-section .content .single-section-bottom .read-more a:hover {
    color: #2D71D1;
    text-decoration: underline;
    transition: all ease-in-out 0.35s;
  }
}

html[dir=rtl] a[href^="tel:"] {
  direction: ltr;
  display: inline-block;
  line-height: 1.6 !important;
}

.thank-you {
  margin: 50px 0;
  position: relative;
}
.thank-you .content {
  border-radius: 25px;
  opacity: 1;
  text-align: center;
  padding: 60px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .thank-you .content {
    padding: 30px 10px;
  }
}
.thank-you .content-title {
  text-align: center;
  font: normal normal 900 45px/60px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
}
html[dir=rtl] .thank-you .content-title {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .thank-you .content-title {
    width: 200px;
    margin: auto;
  }
}
.thank-you .content-text {
  text-align: center;
  font: normal normal normal 16px/26px "Open Sans";
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  margin: 20px auto 40px;
}
html[dir=rtl] .thank-you .content-text {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .thank-you .content-text {
    width: 200px;
  }
}
.thank-you .content-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
html[dir=rtl] .thank-you .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .thank-you .content-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .thank-you .content-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .thank-you .content-btn {
    font-size: 12px;
  }
}

.disclosures-list .discoslures-content {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E8;
}
.disclosures-list .discoslures-content:first-child {
  border-top: none;
}
.disclosures-list .discoslures-content div,
.disclosures-list .discoslures-content a {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  font: normal normal 600 18px/28px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
}
.disclosures-list .discoslures-content div small,
.disclosures-list .discoslures-content a small {
  color: #2D71D1;
}
.disclosures-list .discoslures-content div span,
.disclosures-list .discoslures-content a span {
  width: calc(100% - 60px);
}
html[dir=rtl] .disclosures-list .discoslures-content div,
html[dir=rtl] .disclosures-list .discoslures-content a {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.form-slider .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.form-slider .flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}
.form-slider .flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
.form-slider .slick-slide:not(.slick-active) .interest-badge,
.form-slider .slick-slide:not(.slick-active) .title,
.form-slider .slick-slide:not(.slick-active) .description {
  opacity: 0;
}

#banner-id {
  position: relative;
  aspect-ratio: 73/105;
  overflow: hidden;
  width: 100%;
  min-height: 850px;
}
@media only screen and (min-width: 769px) {
  #banner-id {
    min-height: 700px;
    aspect-ratio: 375/157;
  }
}
#banner-id .home-slider {
  margin: auto;
  aspect-ratio: 73/105;
  overflow: hidden;
  width: 100%;
  min-height: 850px;
}
@media only screen and (min-width: 769px) {
  #banner-id .home-slider {
    min-height: 700px;
    aspect-ratio: 375/157;
  }
}
#banner-id .home-slider:not(.slick-initialized) .slick-slide:not(:first-of-type) {
  display: none;
}
#banner-id .home-slider .slide {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
#banner-id .home-slider .slide picture {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
#banner-id .home-slider .slide picture:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  #banner-id .home-slider .slide picture:after {
    background-color: rgba(0, 0, 0, 0.41);
  }
}
#banner-id .home-slider .slide picture img {
  display: block;
  width: 100%;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  aspect-ratio: 73/105;
  overflow: hidden;
  height: auto;
  min-height: 850px;
}
@media only screen and (min-width: 769px) {
  #banner-id .home-slider .slide picture img {
    min-height: 700px;
    aspect-ratio: 375/157;
    object-fit: cover;
  }
}
#banner-id .home-slider .slide .container {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #banner-id .home-slider .slide .container {
    bottom: 40%;
  }
}
@media only screen and (min-width: 992px) {
  #banner-id .home-slider .slide .container .content {
    width: 75%;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #banner-id .home-slider .slide .container .content {
    width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 769px) {
  #banner-id .home-slider .slide .container .content {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  #banner-id .home-slider .slide .container .content {
    width: calc(100% - 50px);
    margin: auto;
  }
}
#banner-id .home-slider .slide .container .content .title {
  text-align: left;
  font: normal normal 600 55px/65px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] #banner-id .home-slider .slide .container .content .title {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #banner-id .home-slider .slide .container .content .title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  html[dir=rtl] #banner-id .home-slider .slide .container .content .title {
    text-align: center;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  #banner-id .home-slider .slide .container .content .title {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  html[dir=rtl] #banner-id .home-slider .slide .container .content .title {
    text-align: center;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  #banner-id .home-slider .slide .container .content .title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  html[dir=rtl] #banner-id .home-slider .slide .container .content .title {
    text-align: center;
    line-height: 1.6 !important;
  }
}
#banner-id .home-slider .slide .container .content .description {
  text-align: left;
  font: normal normal 400 19px/24px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin: 25px 0 0 0;
}
html[dir=rtl] #banner-id .home-slider .slide .container .content .description {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #banner-id .home-slider .slide .container .content .description {
    font-size: 16px;
    text-align: center;
    margin: 15px auto 0;
  }
  html[dir=rtl] #banner-id .home-slider .slide .container .content .description {
    text-align: center;
    line-height: 1.6 !important;
  }
}
#banner-id .home-slider .slide .container .content .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 769px) {
  #banner-id .home-slider .slide .container .content .btns-wrapper {
    flex-direction: column;
    gap: 10px;
    margin: 15px auto 0;
  }
}
#banner-id .home-slider .slide .container .content .btns-wrapper .single-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 160px;
}
html[dir=rtl] #banner-id .home-slider .slide .container .content .btns-wrapper .single-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  #banner-id .home-slider .slide .container .content .btns-wrapper .single-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #banner-id .home-slider .slide .container .content .btns-wrapper .single-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  #banner-id .home-slider .slide .container .content .btns-wrapper .single-btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  #banner-id .home-slider .slide .container .content .btns-wrapper .single-btn {
    min-width: 240px;
    line-height: 25px;
    padding: 7px 5px;
  }
}
#banner-id .home-slider .slick-track {
  width: 100%;
  display: block;
}
#banner-id .home-slider .slick-track div {
  width: 100%;
  display: block;
}
#banner-id .home-slider .slick-slide {
  margin: 0px !important;
}
#banner-id .home-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 100%;
  transform: translate(-50%, 0%);
  justify-content: center;
  gap: 10px;
  margin: 0px auto;
}
@media (max-width: 769px) {
  #banner-id .home-slider .slick-dots {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  #banner-id .home-slider .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  #banner-id .home-slider .slick-dots {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #banner-id .home-slider .slick-dots {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #banner-id .home-slider .slick-dots {
    max-width: 1170px;
  }
}
@media (min-width: 1300px) {
  #banner-id .home-slider .slick-dots {
    max-width: 1286px;
  }
}
#banner-id .home-slider .slick-dots li.slick-active button {
  border-color: #fff;
}
#banner-id .home-slider .slick-dots li button {
  width: 8px;
  height: 8px;
}

.tradeSlider-wrapper {
  background: #fff;
}
.tradeSlider-wrapper .singleTrade {
  margin: 15px 10px;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0 13px;
  border-left: 2px solid #D8D8D8;
}
html[dir=rtl] .tradeSlider-wrapper .singleTrade .singleTradeContent {
  border-right: 2px solid #D8D8D8;
  border-left: unset;
  line-height: 1.6 !important;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent.up .singleTradeContent-svg svg path {
  stroke: #78AF63;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent.up .singleTradeContent-percentage {
  color: #78AF63;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent.down .singleTradeContent-svg svg {
  transform: rotateX(180deg);
}
.tradeSlider-wrapper .singleTrade .singleTradeContent.down .singleTradeContent-svg svg path {
  stroke: #DD3123;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent.down .singleTradeContent-percentage {
  color: #DD3123;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent-svg {
  width: 19px;
  height: auto;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent-svg svg {
  height: 19px;
  width: auto;
  display: block;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent-name {
  text-align: left;
  font: normal normal bold 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
}
html[dir=rtl] .tradeSlider-wrapper .singleTrade .singleTradeContent-name {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent-number {
  font: normal normal normal 15px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #9F9F9F;
  opacity: 1;
}
html[dir=rtl] .tradeSlider-wrapper .singleTrade .singleTradeContent-number {
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.tradeSlider-wrapper .singleTrade .singleTradeContent-percentage {
  text-align: left;
  font: normal normal 600 14px/17px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #9F9F9F;
  opacity: 1;
}
html[dir=rtl] .tradeSlider-wrapper .singleTrade .singleTradeContent-percentage {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.tradeSlider-wrapper .slick-list {
  margin: 0 -10px;
}
.tradeSlider-wrapper .slick-list .slick-slide {
  margin: 0px;
}

.meidaCenter {
  margin: 90px auto;
}
@media only screen and (max-width: 991.98px) {
  .meidaCenter {
    margin: 50px auto;
  }
}

.services-cards {
  margin: 90px auto 0;
}
@media only screen and (max-width: 991.98px) {
  .services-cards {
    margin: 50px auto 0;
  }
}
.services-cards .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .services-cards .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .services-cards .cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.services-cards .cards-wrapper .single-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: var(--background, #ffffff);
  border: 1px solid var(--border, #e5e7eb);
}
@media only screen and (min-width: 1200px) {
  .services-cards .cards-wrapper .single-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 36, 93, 0.3);
    transition: all ease-in-out 0.3s;
  }
}
@media (min-width: 768px) {
  .services-cards .cards-wrapper .single-card {
    padding: 2rem 2.5rem;
  }
}
.services-cards .cards-wrapper .single-card .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 36, 93, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.services-cards .cards-wrapper .single-card .icon img {
  width: 100%;
  height: 100%;
}
.services-cards .cards-wrapper .single-card .content-title {
  text-align: left;
  font: normal normal 600 18px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin-bottom: 0.75rem;
}
html[dir=rtl] .services-cards .cards-wrapper .single-card .content-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .services-cards .cards-wrapper .single-card .content-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.services-cards .cards-wrapper .single-card .content-text {
  text-align: left;
  font: normal normal 400 15px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}
html[dir=rtl] .services-cards .cards-wrapper .single-card .content-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .services-cards .cards-wrapper .single-card .content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.services-cards .cards-wrapper .single-card .content-btn {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  font: normal normal 600 16px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  max-width: 100%;
}
html[dir=rtl] .services-cards .cards-wrapper .single-card .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .services-cards .cards-wrapper .single-card .content-btn:hover svg {
    transform: translateX(5px);
    transition: all ease-in-out 0.5s;
  }
}
.services-cards .cards-wrapper .single-card .content-btn svg {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .services-cards .cards-wrapper .single-card .content-btn svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.services-cards .cards-wrapper .single-card.controlled {
  background-color: var(--background, #ffffff);
  border: 1px solid var(--border, #e5e7eb);
}
.services-cards .cards-wrapper .single-card.controlled.colored {
  background-color: #00245D;
  color: #fff;
}
.services-cards .cards-wrapper .single-card.controlled.colored .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.services-cards .cards-wrapper .single-card.controlled.colored .content-title {
  color: #fff;
}
.services-cards .cards-wrapper .single-card.controlled.colored .content-text {
  color: rgba(255, 255, 255, 0.7);
}
.services-cards .cards-wrapper .single-card.controlled.colored .content-btn {
  color: white;
}

.download-app .content-wrapper {
  padding: 0 15px;
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper {
    padding: 0;
  }
}
.download-app .content-wrapper .content {
  position: relative;
}
.download-app .content-wrapper .content .image img {
  display: block;
  margin: 0;
}
.download-app .content-wrapper .content-body {
  position: absolute;
  z-index: 2;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 55px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper .content-body {
    padding: 0 35px;
  }
}
html[dir=rtl] .download-app .content-wrapper .content-body {
  right: 0;
  left: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper .content-body {
    width: 100%;
    align-items: center;
  }
}
.download-app .content-wrapper .content-title {
  text-align: left;
  font: normal normal 700 40px/46px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] .download-app .content-wrapper .content-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .download-app .content-wrapper .content-title {
    font-size: 29px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper .content-title {
    text-align: center;
    font-size: 28px;
    line-height: 39px;
  }
  html[dir=rtl] .download-app .content-wrapper .content-title {
    font-family: "Cairo";
    text-align: center;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .download-app .content-wrapper .content-title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
  html[dir=rtl] .download-app .content-wrapper .content-title {
    font-family: "Cairo";
    text-align: center;
    line-height: 1.6 !important;
  }
  .download-app .content-wrapper .content-title br {
    display: none;
  }
}
.download-app .content-wrapper .content-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.download-app .content-wrapper .content-app-btns {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 450px;
  max-width: 85%;
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper .content-app-btns {
    flex-direction: column;
    width: 170px;
    gap: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .download-app .content-wrapper .content-app-btns {
    width: 140px;
    gap: 10px;
  }
}
.download-app .content-wrapper .content-app-btns a {
  width: calc(50% - 15px);
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .download-app .content-wrapper .content-app-btns a {
    width: 100%;
  }
}
.download-app .content-wrapper .content-app-btns a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.download-app .content-wrapper .content-app-btns a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all ease-in-out 0.5s;
}

.open-account {
  margin: 50px 0 0 0;
  position: relative;
}
.open-account:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 50%;
  background: #00245D;
  z-index: 0;
}
.open-account .content {
  background: #fff;
  box-shadow: 0px 33px 33px rgba(0, 0, 0, 0.0588235294);
  border-radius: 25px;
  opacity: 1;
  text-align: center;
  padding: 60px 90px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .open-account .content {
    padding: 30px 10px;
  }
}
.open-account .content-title {
  text-align: center;
  font: normal normal 900 45px/60px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
}
html[dir=rtl] .open-account .content-title {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .open-account .content-title {
    margin: auto;
  }
}
.open-account .content-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.open-account .content-text {
  text-align: center;
  font: normal normal normal 16px/26px "Open Sans";
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  margin: 20px auto 40px;
}
html[dir=rtl] .open-account .content-text {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .open-account .content-text {
    width: 200px;
  }
}
.open-account .content-text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.open-account .content-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: auto;
  min-width: 220px;
}
html[dir=rtl] .open-account .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .open-account .content-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .open-account .content-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .open-account .content-btn {
    font-size: 12px;
  }
}

#brochure {
  background-size: cover !important;
  min-height: 560px;
  position: relative;
  font-size: 16px;
  margin: 50px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-height: 767px) {
  #brochure {
    min-height: 460px;
  }
}
@media only screen and (min-width: 240px) and (max-width: laptop) {
  #brochure {
    min-height: 460px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 240px) and (max-width: tablet) {
  #brochure {
    min-height: 350px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 240px) and (max-width: phone) {
  #brochure {
    font-size: 14px;
    min-height: auto;
  }
}
#brochure .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#brochure .brochure-content {
  color: #fff;
  padding: 180px 0;
}
@media only screen and (min-width: 240px) and (max-width: laptop) {
  #brochure .brochure-content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 767px) {
  #brochure .brochure-content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: tablet) {
  #brochure .brochure-content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: phone) {
  #brochure .brochure-content {
    padding: 70px 0;
  }
}
#brochure .brochure-content h5 {
  text-align: center;
  font: normal normal 600 55px/55px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] #brochure .brochure-content h5 {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #brochure .brochure-content h5 {
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] #brochure .brochure-content h5 {
    line-height: 60px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  #brochure .brochure-content h5 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] #brochure .brochure-content h5 {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
#brochure .brochure-content ul {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  #brochure .brochure-content ul {
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 0 0;
  }
}
#brochure .brochure-content ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  #brochure .brochure-content ul li a {
    gap: 5px;
  }
}
#brochure .brochure-content ul li a .svg {
  display: block;
  width: auto;
  height: 30px;
}
@media only screen and (max-width: 991.98px) {
  #brochure .brochure-content ul li a .svg {
    height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  #brochure .brochure-content ul li a .svg {
    height: 18px;
  }
}
#brochure .brochure-content ul li a .svg svg {
  display: block;
  width: 100%;
  width: auto;
  height: 36px;
}
@media only screen and (max-width: 991.98px) {
  #brochure .brochure-content ul li a .svg svg {
    height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  #brochure .brochure-content ul li a .svg svg {
    height: 18px;
  }
}
#brochure .brochure-content ul li a .text {
  text-align: left;
  font: normal normal 400 20px/26px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
}
html[dir=rtl] #brochure .brochure-content ul li a .text {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #brochure .brochure-content ul li a .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  #brochure .brochure-content ul li a .text {
    font-size: 13px;
  }
}

.main-intro-text {
  margin: 90px auto 0;
}
@media only screen and (max-width: 991.98px) {
  .main-intro-text {
    margin: 50px auto 0;
  }
}
.main-intro-text .container {
  overflow: visible;
}
.main-intro-text .container .row .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  width: 90%;
}
.main-intro-text .container .row .content .content-title {
  text-align: left;
  font: normal normal 700 40px/52px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #3C3C3C;
  overflow: hidden;
}
html[dir=rtl] .main-intro-text .container .row .content .content-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .main-intro-text .container .row .content .content-title {
    font-size: 33px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .main-intro-text .container .row .content .content-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.main-intro-text .container .row .content .content-title span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: #13366F;
}
.main-intro-text .container .row .content .content-text {
  text-align: left;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .main-intro-text .container .row .content .content-text {
    width: 100%;
  }
}
html[dir=rtl] .main-intro-text .container .row .content .content-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.brokerage-cards {
  margin: 90px auto 0;
}
@media only screen and (max-width: 991.98px) {
  .brokerage-cards {
    margin: 50px auto 0;
  }
}
.brokerage-cards .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .brokerage-cards .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .brokerage-cards .cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.brokerage-cards .cards-wrapper .single-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media only screen and (min-width: 1200px) {
  .brokerage-cards .cards-wrapper .single-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 36, 93, 0.3);
    transition: all ease-in-out 0.3s;
  }
}
@media (min-width: 768px) {
  .brokerage-cards .cards-wrapper .single-card {
    padding: 2rem 2.5rem;
  }
}
.brokerage-cards .cards-wrapper .single-card .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 36, 93, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.brokerage-cards .cards-wrapper .single-card .icon img {
  width: 100%;
  height: 100%;
}
.brokerage-cards .cards-wrapper .single-card .content-title {
  text-align: left;
  font: normal normal 600 18px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin-bottom: 0.75rem;
}
html[dir=rtl] .brokerage-cards .cards-wrapper .single-card .content-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .brokerage-cards .cards-wrapper .single-card .content-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.brokerage-cards .cards-wrapper .single-card .content-text {
  text-align: left;
  font: normal normal 400 15px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}
html[dir=rtl] .brokerage-cards .cards-wrapper .single-card .content-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .brokerage-cards .cards-wrapper .single-card .content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.brokerage-cards .cards-wrapper .single-card .content-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background: #00245D;
  padding: 0.625rem 1rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  text-align: center;
  font: normal normal 400 16px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
html[dir=rtl] .brokerage-cards .cards-wrapper .single-card .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.brokerage-cards .cards-wrapper .single-card .content-btn svg {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
html[dir=rtl] .brokerage-cards .cards-wrapper .single-card .content-btn svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) {
  background-color: #00245D;
  color: #fff;
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) .content-title {
  color: #fff;
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) .content-text {
  color: rgba(255, 255, 255, 0.7);
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) .content-btn {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) {
  .brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(odd) .content-btn:hover {
    color: #00245D !important;
    background: #fff !important;
  }
}
.brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(even) {
  background-color: var(--background, #ffffff);
  border: 1px solid var(--border, #e5e7eb);
}
@media only screen and (min-width: 1200px) {
  .brokerage-cards .cards-wrapper .single-card:not(.controlled):nth-of-type(even) .content-btn:hover {
    color: #00245D !important;
    background-color: rgba(0, 36, 93, 0.1) !important;
  }
}
.brokerage-cards .cards-wrapper .single-card.controlled {
  background-color: var(--background, #ffffff);
  border: 1px solid var(--border, #e5e7eb);
}
@media only screen and (min-width: 1200px) {
  .brokerage-cards .cards-wrapper .single-card.controlled .content-btn:hover {
    color: #00245D !important;
    background-color: rgba(0, 36, 93, 0.1) !important;
  }
}
.brokerage-cards .cards-wrapper .single-card.controlled.colored {
  background-color: #00245D;
  color: #fff;
}
.brokerage-cards .cards-wrapper .single-card.controlled.colored .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.brokerage-cards .cards-wrapper .single-card.controlled.colored .content-title {
  color: #fff;
}
.brokerage-cards .cards-wrapper .single-card.controlled.colored .content-text {
  color: rgba(255, 255, 255, 0.7);
}
.brokerage-cards .cards-wrapper .single-card.controlled.colored .content-btn {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) {
  .brokerage-cards .cards-wrapper .single-card.controlled.colored .content-btn:hover {
    color: #00245D !important;
    background: #fff !important;
  }
}

.registration-section {
  margin: 90px auto 0;
}
@media only screen and (max-width: 991.98px) {
  .registration-section {
    margin: 50px auto 0;
  }
}
.registration-section .container-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 992px) {
  .registration-section .container-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.registration-section .container-wrapper .lhs {
  height: 100%;
  overflow: hidden;
}
.registration-section .container-wrapper .lhs .slick-dots {
  position: absolute;
  right: 2.5rem;
  bottom: 3rem;
  width: 100%;
  justify-content: end;
  gap: 5px;
  margin: 0 !important;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .slick-dots {
  left: 2.5rem;
  right: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .slick-dots {
    right: 1rem;
  }
  html[dir=rtl] .registration-section .container-wrapper .lhs .slick-dots {
    left: 1rem;
    right: unset;
    line-height: 1.6 !important;
  }
}
.registration-section .container-wrapper .lhs .slick-dots li.slick-active button {
  border-color: #2D71D1;
  background: #2D71D1;
  width: 20px;
  transform: none !important;
  border-radius: 2px !important;
}
.registration-section .container-wrapper .lhs .slick-dots li button {
  height: 8px;
  width: 8px;
}
.registration-section .container-wrapper .lhs .form-slider {
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slick-list {
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slick-list .slick-track {
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slick-slide {
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slick-slide > div {
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slick-slide .interest-badge,
.registration-section .container-wrapper .lhs .form-slider .slick-slide .title,
.registration-section .container-wrapper .lhs .form-slider .slick-slide .description {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.registration-section .container-wrapper .lhs .form-slider .slick-active .interest-badge {
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.registration-section .container-wrapper .lhs .form-slider .slick-active .title {
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}
.registration-section .container-wrapper .lhs .form-slider .slick-active .description {
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
}
.registration-section .container-wrapper .lhs .form-slider .slide {
  height: 100%;
  background-position: center center;
  min-height: 700px;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.registration-section .container-wrapper .lhs .form-slider .slide picture {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.registration-section .container-wrapper .lhs .form-slider .slide picture:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide picture:after {
    background-color: rgba(0, 0, 0, 0.41);
  }
}
.registration-section .container-wrapper .lhs .form-slider .slide picture img {
  display: block;
  width: 100%;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: auto;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper {
  position: absolute;
  background-color: rgba(0, 36, 93, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper {
    padding: 2.5rem 1rem;
  }
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .interest-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .interest-badge .pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2D71D1;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .interest-badge .badge-text {
  text-align: left;
  font: normal normal 400 0.875rem/17px "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  display: block;
  overflow: hidden;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .interest-badge .badge-text {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 0px 0 15px;
  color: white;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .title {
    font-size: 21px;
    line-height: 29px;
  }
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .description {
  text-align: left;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .description {
    width: 100%;
  }
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .description {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list {
  margin: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card {
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 36, 93, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .icon img {
  width: 100%;
  height: 100%;
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .text .content-title {
  text-align: left;
  font: normal normal 600 16px/20px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .text .content-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .text .content-title {
    font-size: 14px;
  }
}
.registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .text .content-text {
  text-align: left;
  font: normal normal 400 0.875rem/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  max-width: 100%;
  margin: 0;
  flex: 1 1 0%;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slide .content-wrapper .content .features-list .single-card .text .content-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .lhs .form-slider .slick-btn {
  position: absolute;
  bottom: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: none;
  box-shadow: none;
  color: #fff;
  z-index: 5;
  opacity: 1;
  border-radius: 50%;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slick-btn i {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-next {
  left: calc(2.5rem + 50px);
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-next {
  right: calc(2.5rem + 50px);
  left: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-next {
    left: calc(1rem + 50px);
  }
  html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-next {
    right: calc(1rem + 50px);
    left: unset;
    line-height: 1.6 !important;
  }
}
.registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-prev {
  left: 2.5rem;
}
html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-prev {
  right: 2.5rem;
  left: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-prev {
    left: 1rem;
  }
  html[dir=rtl] .registration-section .container-wrapper .lhs .form-slider .slick-btn.slick-prev {
    right: 1rem;
    left: unset;
    line-height: 1.6 !important;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.registration-section .container-wrapper .rhs {
  padding: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs {
    padding: 2.5rem 1rem;
  }
}
.registration-section .container-wrapper .rhs .cf7-success-hidden,
.registration-section .container-wrapper .rhs .cf7-email-blocked,
.registration-section .container-wrapper .rhs .cf7-blocked-message {
  display: block;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 auto 39px;
  text-align: center;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .cf7-success-hidden,
  .registration-section .container-wrapper .rhs .cf7-email-blocked,
  .registration-section .container-wrapper .rhs .cf7-blocked-message {
    width: 100%;
  }
}
html[dir=rtl] .registration-section .container-wrapper .rhs .cf7-success-hidden,
html[dir=rtl] .registration-section .container-wrapper .rhs .cf7-email-blocked,
html[dir=rtl] .registration-section .container-wrapper .rhs .cf7-blocked-message {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .rhs .form-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 0px 0 15px;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .registration-section .container-wrapper .rhs .form-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.registration-section .container-wrapper .rhs .form-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.registration-section .container-wrapper .rhs .form-text {
  text-align: left;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-text {
    width: 100%;
  }
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .rhs .form-wrapper {
  width: 100%;
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 40px auto 0;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group label {
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  text-align: left;
  font: normal normal 600 13px/13px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .form-group label {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .form-group label {
    font-size: 11px;
    line-height: 13px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input {
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  text-align: left;
  font: normal normal 400 14px/20px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .form-group textarea,
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .form-group input {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea.date-input,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input.date-input {
  background-image: url("../images/ico/calendar.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea:-moz-placeholder,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input:-moz-placeholder {
  color: #A7A7A7;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea::-moz-placeholder,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input::-moz-placeholder {
  color: #A7A7A7;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea:-ms-input-placeholder,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input:-ms-input-placeholder {
  color: #A7A7A7;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea::-webkit-input-placeholder,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input::-webkit-input-placeholder {
  color: #A7A7A7;
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea:focus,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input:focus {
  border-color: #16284C;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .form-group textarea,
  .registration-section .container-wrapper .rhs .form-wrapper .form-group input {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .form-group textarea.error,
.registration-section .container-wrapper .rhs .form-wrapper .form-group input.error {
  border: 1px solid red !important;
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .wpcf7-not-valid-tip,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .wpcf7-not-valid-tip {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper:hover .select-selected,
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select:hover .select-selected {
    transition: all ease-in-out 0.5s;
    border-color: #00245D;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper select,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select select {
  display: none;
  /*hide original SELECT element:*/
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  /*point the arrow upwards when the select box is open (active):*/
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected:after,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f13a";
  font-size: 12px;
  font-weight: 100;
  display: block !important;
  color: #141414;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected:after,
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected:after {
  left: 10px;
  right: unset;
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected.select-arrow-active:after,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected.select-arrow-active:after {
  content: "\f139";
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  text-align: left;
  font: normal normal 400 14px/20px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #E3E3E3;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
  .registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
    font-size: 13px;
    line-height: 20px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #00245D;
  max-height: 300px;
  overflow: auto;
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items input[type=text],
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items input[type=text] {
  margin: 0 !important;
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-hide,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-hide {
  display: none;
}
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div:hover,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .custom-wrapper .same-as-selected,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .select-items div:hover,
.registration-section .container-wrapper .rhs .form-wrapper .select-wrapper .form-group .contact-select .same-as-selected {
  background-color: #16284c;
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  .registration-section .container-wrapper .rhs .form-wrapper .terms-agree {
    width: 800px;
    max-width: 90%;
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .terms-agree {
    margin: 20px auto;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper {
  position: relative;
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper {
    gap: 20px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control {
  position: relative;
  height: 25px;
  width: 25px;
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control .control__indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E3E3E3;
  transition: all ease-in-out 0.5s;
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control .control__indicator:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 33%;
  top: 50%;
  width: 3px;
  height: 8px;
  border: solid #121212;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control input {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control input:checked ~ .control__indicator:after, .registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control input:hover ~ .control__indicator:after, .registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control input:focus ~ .control__indicator:after {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control-text {
  font: normal normal normal 14px/24px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  width: calc(100% - 65px);
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .terms-agree .wrapper .control-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 220px;
  margin: 20px auto 50px;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .registration-section .container-wrapper .rhs .form-wrapper input[type=submit]:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
    min-width: 210px;
    line-height: 25px;
    padding: 5px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.registration-section .container-wrapper .rhs .form-wrapper input[type=submit] {
  margin-bottom: 15px !important;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card:has(input[type=radio]:checked) {
  border-color: #484848;
  background: rgba(0, 36, 93, 0.1);
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card .wpcf7-form-control-wrap {
  display: none;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card .icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card .icon svg {
  stroke: #00245D;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card .text {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  font: normal normal 600 13px/13px "Inter", sans-serif;
  letter-spacing: 0;
  color: #404040;
  opacity: 1;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-wrapper .investor-card .text {
  text-align: center;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-wrapper .investor-card .text {
    font-size: 11px;
    line-height: 13px;
  }
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card input[type=radio] {
  display: none;
}
.registration-section .container-wrapper .rhs .form-wrapper .investor-card input[type=radio]:checked ~ .icon, .registration-section .container-wrapper .rhs .form-wrapper .investor-card input[type=radio]:checked ~ .text {
  color: #3b82f6;
}
.registration-section .container-wrapper .rhs .content-btn {
  width: max-content;
  display: flex;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  font: normal normal 600 16px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  max-width: 100%;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .registration-section .container-wrapper .rhs .content-btn:hover svg {
    transform: translateX(5px);
    transition: all ease-in-out 0.5s;
  }
}
.registration-section .container-wrapper .rhs .content-btn svg {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .registration-section .container-wrapper .rhs .content-btn svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.registration-section .container-wrapper .rhs .form-info {
  text-align: center;
  font: normal normal 400 0.75rem/1rem "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(72, 72, 72, 0.7);
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .registration-section .container-wrapper .rhs .form-info {
    width: 100%;
  }
}
html[dir=rtl] .registration-section .container-wrapper .rhs .form-info {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.media-center {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 40px;
}
.media-center .singleMedia {
  display: flex;
  gap: 10px;
  border-bottom: 0.5px solid #E5E5E5;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .media-center .singleMedia {
    padding: 0 25% 25px 0;
    gap: 25px;
  }
  html[dir=rtl] .media-center .singleMedia {
    padding: 0 0 25px 25%;
    line-height: 1.6 !important;
  }
}
.media-center .singleMedia-svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-svg {
    width: 25px;
    min-width: 25px;
  }
}
.media-center .singleMedia-svg svg {
  display: block;
  width: 32px;
  height: auto;
}
html[dir=rtl] .media-center .singleMedia-svg svg {
  transform: rotate(90deg);
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-svg svg {
    width: 25px;
  }
}
.media-center .singleMedia-categories {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-categories {
    gap: 7px;
  }
}
.media-center .singleMedia-categories .category {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-categories .category {
    gap: 5px;
  }
}
html[dir=rtl] .media-center .singleMedia-categories .category {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .media-center .singleMedia-categories .category:hover .text {
    color: #00245D;
  }
}
.media-center .singleMedia-categories .category .dot {
  width: 8.5px;
  height: 8.5px;
  background: #141414;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-categories .category .dot {
    width: 6.5px;
    min-width: 6.5px;
    height: 6.5px;
  }
}
.media-center .singleMedia-categories .category .text {
  text-align: left;
  text-decoration: underline;
  font: normal normal 600 12px/14px "Inter", sans-serif;
  letter-spacing: 0;
  color: #141414;
  text-transform: uppercase;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-categories .category .text {
    font-size: 11.5px;
  }
}
.media-center .singleMedia-title {
  margin-bottom: 15px;
}
.media-center .singleMedia-title a {
  text-align: left;
  font: normal normal 600 22px/32px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .media-center .singleMedia-title a {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .media-center .singleMedia-title a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .media-center .singleMedia-title a:hover {
    color: #00245D;
  }
}
.media-center .singleMedia-date {
  text-align: left;
  font: normal normal 400 14px/17px "Inter", sans-serif;
  letter-spacing: 0.31px;
  color: #484848;
  opacity: 1;
}
html[dir=rtl] .media-center .singleMedia-date {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
.media-center .singleMedia-date .to_text_load {
  display: block;
}

.forex-wrapper {
  /* Estilos para desktop */
}
@media only screen and (max-width: 769px) {
  .forex-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.forex-wrapper .tabs {
  display: flex;
  background: #fff;
  width: 100%;
}
.forex-wrapper .tabs .tablinks {
  padding: 15px;
  cursor: pointer;
  flex-grow: 1;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  font: normal normal 600 18px/28px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  border: 0.5px solid #E5E5E5;
  border-bottom: 0;
}
html[dir=rtl] .forex-wrapper .tabs .tablinks {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .tabs .tablinks {
    font-size: 15px;
    padding: 12px 15px;
  }
}
.forex-wrapper .tabs .tablinks:not(:last-of-type) {
  border-right: 0;
}
.forex-wrapper .tabs .tablinks.active {
  background: #00245D;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.forex-wrapper .content .tabcontent {
  display: none;
}
.forex-wrapper .content .tabcontent .forexTable-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00245D;
}
.forex-wrapper .content .tabcontent .forexTable-header-item {
  font: normal normal 400 13px/28px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  padding: 15px;
  width: 27%;
  text-align: center;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-header-item {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-header-item {
    font-size: 10px;
    width: 24%;
    padding: 15px 11px;
  }
}
.forex-wrapper .content .tabcontent .forexTable-header-item:nth-of-type(1) {
  width: 35%;
  text-align: left;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-header-item:nth-of-type(1) {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-header-item:nth-of-type(1) {
    width: 30%;
  }
}
.forex-wrapper .content .tabcontent .forexTable-header-item:nth-of-type(2) {
  width: 15%;
}
.forex-wrapper .content .tabcontent .forexTable-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forex-wrapper .content .tabcontent .forexTable-body-row.up .forexTable-body-row-item:nth-of-type(3), .forex-wrapper .content .tabcontent .forexTable-body-row.up .forexTable-body-row-item:nth-of-type(4) {
  color: #78AF63;
}
.forex-wrapper .content .tabcontent .forexTable-body-row.down .forexTable-body-row-item:nth-of-type(3), .forex-wrapper .content .tabcontent .forexTable-body-row.down .forexTable-body-row-item:nth-of-type(4) {
  color: #DD3123;
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item {
  padding: 15px;
  width: 27%;
  text-align: center;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-body-row-item {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-body-row-item {
    width: 22%;
    padding: 15px 11px;
  }
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(1) {
  width: 35%;
  text-align: left;
  font: normal normal 600 18px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(1) {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(1) {
    font-size: 14px;
    line-height: 20px;
    width: 30%;
  }
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(1) img {
  width: 25px;
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(2) {
  text-align: center;
  font: normal normal 400 16px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #9F9F9F;
  opacity: 1;
  width: 15%;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(2) {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(2) {
    font-size: 12px;
    line-height: 20px;
  }
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(3), .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(4) {
  text-align: center;
  font: normal normal 600 16px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  direction: ltr;
}
html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(3), html[dir=rtl] .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(4) {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(3), .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(4) {
    font-size: 12px;
    line-height: 20px;
  }
}
.forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(3).change, .forex-wrapper .content .tabcontent .forexTable-body-row-item:nth-of-type(4).change {
  color: #9F9F9F;
  opacity: 1;
  font-weight: 400;
}

#timeline-content {
  position: relative;
  overflow: hidden;
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  #timeline-content {
    margin: 35px 0 60px;
  }
}
#timeline-content .timeline-content-container {
  position: relative;
  padding-right: 50px;
}
@media (min-width: 576px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 540px) / 2);
    margin-right: calc((100% - 540px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 540px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 769px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 720px) / 2);
    margin-right: calc((100% - 720px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 720px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 992px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 960px) / 2);
    margin-right: calc((100% - 960px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 960px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1200px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 1170px) / 2);
    margin-right: calc((100% - 1170px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 1170px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1300px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 1286px) / 2);
    margin-right: calc((100% - 1286px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 1286px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1500px) {
  #timeline-content .timeline-content-container {
    max-width: calc(100% - (100% - 1486px) / 2);
    margin-right: calc((100% - 1486px) / 2);
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    margin-left: calc((100% - 1486px) / 2);
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
html[dir=rtl] #timeline-content .timeline-content-container {
  padding-left: 50px;
  padding-right: 0;
  line-height: 1.6 !important;
}
@media (max-width: 576px) {
  #timeline-content .timeline-content-container {
    padding-right: 25px;
  }
  html[dir=rtl] #timeline-content .timeline-content-container {
    padding-left: 25px;
    padding-right: 0;
    line-height: 1.6 !important;
  }
}
#timeline-content .narrTimesBar {
  position: absolute;
  border-left: 2px solid hsla(0, 0%, 100%, 0.1);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  right: 24px;
  height: 300%;
  z-index: 15;
  top: 0;
  background-color: #A7A7A7;
}
html[dir=rtl] #timeline-content .narrTimesBar {
  left: 24px;
  right: unset;
  line-height: 1.6 !important;
}
@media (max-width: 576px) {
  #timeline-content .narrTimesBar {
    right: 8px;
  }
  html[dir=rtl] #timeline-content .narrTimesBar {
    left: 8px;
    right: unset;
    line-height: 1.6 !important;
  }
}
#timeline-content .times-container .timeCard {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  #timeline-content .times-container .timeCard {
    margin: 0vh auto 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #timeline-content .times-container .timeCard {
    margin: 0vh auto 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard {
    margin: 0vh auto 60px;
  }
}
#timeline-content .times-container .timeCard.timeCard_load .dot {
  background-color: #16284C;
  border: 1px solid #16284C;
  transition: all ease-in-out 0.5s;
}
#timeline-content .times-container .timeCard .dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #A7A7A7;
  border: 1px solid #A7A7A7;
  border-radius: 50%;
  cursor: pointer;
  right: 26px;
  top: 0;
  z-index: 5;
  transform: translateX(50%);
  z-index: 51;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] #timeline-content .times-container .timeCard .dot {
  left: 26px;
  right: unset;
  transform: translateX(-50%);
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .dot {
    display: none;
  }
}
#timeline-content .times-container .timeCard .timeCard-content {
  position: relative;
}
#timeline-content .times-container .timeCard .timeCard-content .card-image {
  width: calc(100% - 550px);
}
@media only screen and (min-width: 1200px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-image {
    width: calc(100% - 550px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-image {
    width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-image {
    width: 100%;
  }
}
#timeline-content .times-container .timeCard .timeCard-content .card-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-image img {
    min-height: 500px;
    object-fit: cover;
  }
}
#timeline-content .times-container .timeCard .timeCard-content .card-description {
  padding: 45px 40px;
  background: #16284C;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description:after {
    content: "";
    position: absolute;
    width: 39px;
    height: 39px;
    background: #16284C;
    border: 1px solid #16284C;
    border-radius: 50%;
    cursor: pointer;
    right: 0px;
    top: 15%;
    z-index: 5;
    transform: translateX(50%);
  }
  html[dir=rtl] #timeline-content .times-container .timeCard .timeCard-content .card-description:after {
    left: 0;
    right: unset;
    transform: translateX(-50%);
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description:after {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description {
    position: absolute;
    z-index: 2;
    overflow: auto;
    right: 0;
    top: 142px;
    max-width: 50%;
    width: 680px;
    min-height: 100%;
  }
  html[dir=rtl] #timeline-content .times-container .timeCard .timeCard-content .card-description {
    left: 0;
    right: unset;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description {
    position: relative;
    width: 100%;
    margin: -1px auto 0;
    padding: 40px 25px;
  }
}
#timeline-content .times-container .timeCard .timeCard-content .card-description .dash {
  width: 47px;
  height: 5px;
  background: #fff;
}
#timeline-content .times-container .timeCard .timeCard-content .card-description .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#timeline-content .times-container .timeCard .timeCard-content .card-description .content .title {
  text-align: left;
  font: normal normal 600 40px/45px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] #timeline-content .times-container .timeCard .timeCard-content .card-description .content .title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description .content .title {
    font-size: 25px;
    line-height: 40px;
  }
}
#timeline-content .times-container .timeCard .timeCard-content .card-description .content p {
  text-align: left;
  font: normal normal normal 16px/28px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
html[dir=rtl] #timeline-content .times-container .timeCard .timeCard-content .card-description .content p {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #timeline-content .times-container .timeCard .timeCard-content .card-description .content p {
    font-size: 14px;
    line-height: 25px;
  }
}

.listing-cpt {
  margin: 65px 0;
}
.listing-cpt .main-title {
  text-align: left;
  font: normal normal 600 17px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .listing-cpt .main-title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.listing-cpt .text-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 0 0 45px 0;
}
html[dir=rtl] .listing-cpt .text-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .text-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .text-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.listing-cpt .text-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.listing-cpt .result-nofound .notfound {
  display: block !important;
}
.listing-cpt .media-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(360px, 1fr));
  row-gap: 20px;
  column-gap: 15px;
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .media-list {
    grid-template-columns: 1fr;
  }
}
.listing-cpt .media-list .single-media {
  width: 100%;
  overflow: hidden;
}
.listing-cpt .media-list .single-media .content {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .media-list .single-media .content:hover .single-media-bottom .long-arrow {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}
.listing-cpt .media-list .single-media .content .single-media-top {
  position: relative;
}
.listing-cpt .media-list .single-media .content .single-media-top .image {
  display: block;
  background: #0F1622;
}
.listing-cpt .media-list .single-media .content .single-media-top .image img {
  width: 100%;
  aspect-ratio: 1.66/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.listing-cpt .media-list .single-media .content .single-media-top .play-box {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #00245D;
  right: 0;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content .single-media-top .play-box {
  right: unset;
  left: 0;
  line-height: 1.6 !important;
}
.listing-cpt .media-list .single-media .content .single-media-top .play-box svg path {
  fill: #fff;
}
.listing-cpt .media-list .single-media .content .single-media-top:after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 37px;
  background-color: #FAFAFA;
  bottom: -1px;
}
.listing-cpt .media-list .single-media .content .single-media-bottom {
  width: calc(100% - 50px);
  display: block;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .category {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .category .single-category {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  text-decoration: underline;
  font: normal normal 600 12px/14px "Inter", sans-serif;
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content .single-media-bottom .category .single-category {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .media-list .single-media .content .single-media-bottom .category .single-category:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .media-list .single-media .content .single-media-bottom .category .single-category span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .title {
  margin: 28px 0 38px;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .title a {
  text-align: left;
  font: normal normal 600 20px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content .single-media-bottom .title a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .media-list .single-media .content .single-media-bottom .title a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .media-list .single-media .content .single-media-bottom .title a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .media-list .single-media .content .single-media-bottom .date span {
  text-align: left;
  font: normal normal 400 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content .single-media-bottom .date span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .long-arrow {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .media-list .single-media .content .single-media-bottom .long-arrow {
    display: none;
  }
}
.listing-cpt .media-list .single-media .content .single-media-bottom .long-arrow svg {
  width: 28px;
  height: auto;
  display: block;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content .single-media-bottom .long-arrow svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.listing-cpt .media-list .single-media .content .single-media-bottom .long-arrow svg path {
  fill: #0F1622;
}
.listing-cpt .media-list .single-media .content-v2 {
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  cursor: pointer;
  opacity: 1;
  transform: none;
  transition: all ease-in-out 0.3s;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .media-list .single-media .content-v2:hover {
    background: #00245D;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 36, 93, 0.3);
    transition: all ease-in-out 0.3s;
  }
  .listing-cpt .media-list .single-media .content-v2:hover .category .single-category {
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.7);
  }
  .listing-cpt .media-list .single-media .content-v2:hover .title {
    transition: all ease-in-out 0.3s;
    color: #fff;
  }
  .listing-cpt .media-list .single-media .content-v2:hover .date {
    transition: all ease-in-out 0.3s;
    color: #fff;
  }
  .listing-cpt .media-list .single-media .content-v2:hover .date span {
    color: #fff;
    transition: all ease-in-out 0.3s;
  }
}
.listing-cpt .media-list .single-media .content-v2 .category {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.listing-cpt .media-list .single-media .content-v2 .category .single-category {
  display: inline-block;
  background: rgba(0, 36, 93, 0.1);
  color: #141414;
  padding: 4px 12px;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  font: normal normal 600 11px/14px "Inter", sans-serif;
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.listing-cpt .media-list .single-media .content-v2 .category .single-category i {
  font-size: 6px;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content-v2 .category .single-category {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.listing-cpt .media-list .single-media .content-v2 .category .single-category span {
  color: inherit;
  line-height: inherit;
  text-decoration: none !important;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.listing-cpt .media-list .single-media .content-v2 .title {
  margin: 18px 0;
  text-align: left;
  font: normal normal 600 17px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all ease-in-out 0.3s;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content-v2 .title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .media-list .single-media .content-v2 .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.listing-cpt .media-list .single-media .content-v2 .date {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #141414;
}
.listing-cpt .media-list .single-media .content-v2 .date svg {
  width: 12px;
  height: auto;
  display: block;
  transition: all ease-in-out 0.3s;
}
.listing-cpt .media-list .single-media .content-v2 .date span {
  text-align: left;
  font: normal normal 400 13px/19px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  display: block;
  transition: all ease-in-out 0.3s;
}
html[dir=rtl] .listing-cpt .media-list .single-media .content-v2 .date span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.listing-cpt .members-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .members-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .members-list {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    row-gap: 25px;
    column-gap: 15px;
  }
}
.listing-cpt .members-list .single-member {
  width: 100%;
  overflow: hidden;
}
.listing-cpt .members-list .single-member .content {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .members-list .single-member .content:hover .single-member-floating .footer-content {
    height: 250px;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .members-list .single-member .content .single-member-top {
  position: relative;
}
.listing-cpt .members-list .single-member .content .single-member-top .image {
  display: block;
  background: #0F1622;
}
.listing-cpt .members-list .single-member .content .single-member-top .image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 992px) {
  .listing-cpt .members-list .single-member .content .single-member-top .image img {
    aspect-ratio: 1/0.81;
  }
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-top .image img {
    width: 100%;
    height: auto;
  }
}
.listing-cpt .members-list .single-member .content .single-member-top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(13, 22, 35, 0), #0F1622);
}
.listing-cpt .members-list .single-member .content .single-member-bottom {
  width: 100%;
  padding: 30px;
  background: #16284C;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-bottom {
    padding: 15px 10px;
  }
}
.listing-cpt .members-list .single-member .content .single-member-bottom .title {
  margin: 0 0 21px 0;
}
.listing-cpt .members-list .single-member .content .single-member-bottom .title a {
  text-align: left;
  font: normal normal 600 26px/35px "Inter", sans-serif;
  min-height: 70px;
  letter-spacing: 0px !important;
  color: #fff;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-bottom .title a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-bottom .title a {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .members-list .single-member .content .single-member-bottom .title a {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
}
.listing-cpt .members-list .single-member .content .single-member-bottom .position span {
  text-align: left;
  font: normal normal 400 15px/26px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  display: block;
  min-height: 52px;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-bottom .position span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-bottom .position span {
    font-size: 13px;
    line-height: 18px;
    min-height: 36px;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .members-list .single-member .content .single-member-bottom .position span {
    font-size: 11px;
    line-height: 18px;
    min-height: 36px;
    letter-spacing: 0px !important;
  }
}
.listing-cpt .members-list .single-member .content .single-member-floating {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: #16284C;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-floating {
    padding: 15px 10px;
  }
}
.listing-cpt .members-list .single-member .content .single-member-floating .title {
  margin: 0 0 21px 0;
}
.listing-cpt .members-list .single-member .content .single-member-floating .title div {
  text-align: left;
  font: normal normal 600 26px/35px "Inter", sans-serif;
  min-height: 70px;
  letter-spacing: 0px !important;
  color: #fff;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-floating .title div {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-floating .title div {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .members-list .single-member .content .single-member-floating .title div {
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
    letter-spacing: 0px !important;
  }
}
.listing-cpt .members-list .single-member .content .single-member-floating .position span {
  text-align: left;
  font: normal normal normal 15px/26px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  display: block;
  min-height: 52px;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-floating .position span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-floating .position span {
    font-size: 13px;
    line-height: 18px;
    min-height: 36px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .members-list .single-member .content .single-member-floating .position span {
    font-size: 11px;
    line-height: 18px;
    min-height: 36px;
  }
}
.listing-cpt .members-list .single-member .content .single-member-floating .footer-content {
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .members-list .single-member .content .single-member-floating .footer-content {
    display: none;
  }
}
.listing-cpt .members-list .single-member .content .single-member-floating .footer-content .description {
  text-align: left;
  font: normal normal normal 13px/23px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin: 25px 0;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-floating .footer-content .description {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.listing-cpt .members-list .single-member .content .single-member-floating .footer-content .long-arrow {
  display: block;
  transition: opacity 0.2s ease-out;
  margin: 25px 0 0 0;
}
.listing-cpt .members-list .single-member .content .single-member-floating .footer-content .long-arrow svg {
  width: 28px;
  height: auto;
  display: block;
}
html[dir=rtl] .listing-cpt .members-list .single-member .content .single-member-floating .footer-content .long-arrow svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.listing-cpt .members-list .single-member .content .single-member-floating .footer-content .long-arrow svg path {
  fill: #fff;
}
.listing-cpt .awards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .awards-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
    column-gap: 15px;
  }
}
.listing-cpt .awards-list .single-award .content {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .awards-list .single-award .content {
    gap: 15px;
    flex-direction: column;
  }
}
.listing-cpt .awards-list .single-award .content .single-award-lhs {
  position: relative;
  width: 270px;
  padding-top: 35%;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .awards-list .single-award .content .single-award-lhs {
    width: 40%;
  }
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .awards-list .single-award .content .single-award-lhs {
    padding-top: 55%;
    width: 100%;
  }
}
.listing-cpt .awards-list .single-award .content .single-award-lhs .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.listing-cpt .awards-list .single-award .content .single-award-lhs .image img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .awards-list .single-award .content .single-award-rhs {
    width: calc(100% - 270px);
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .awards-list .single-award .content .single-award-rhs {
    width: 60%;
    padding: 15px 30px;
  }
}
.listing-cpt .awards-list .single-award .content .single-award-rhs .title * {
  text-align: left;
  font: normal normal 600 16px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .awards-list .single-award .content .single-award-rhs .title * {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .awards-list .single-award .content .single-award-rhs .title * {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .awards-list .single-award .content .single-award-rhs .title * {
    font-size: 13px;
    line-height: 20px;
  }
}
.listing-cpt .reports-list {
  min-height: 50vh;
}
.listing-cpt .reports-list .isotope-wrapper {
  margin: 0px -7px 50px -7px;
}
.listing-cpt .reports-list .isotope-wrapper .single-report {
  width: 33.33%;
  padding: 20px 7px;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report {
    width: 49.9999%;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report {
    width: 100%;
    padding: 10px 7px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-lhs .image {
    border-color: #00245D;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .title * {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(-250%);
    line-height: 1.6 !important;
  }
  .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(50%);
    line-height: 1.6 !important;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-lhs {
  position: relative;
  width: 145px;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-lhs {
    width: 125px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-lhs {
    width: 105px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-lhs .image {
  height: 100%;
  width: 100%;
  display: block;
  border: 2px solid #F4F4F6;
  transition: all ease-in-out 0.5s;
  background: #fff;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-lhs .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  aspect-ratio: 25/37;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs {
  width: calc(100% - 145px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs {
    width: calc(100% - 105px);
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
  text-decoration: none;
  text-align: left;
  font: normal normal 600 19px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 5px 0;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before, .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before, html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(-50%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(-250%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .svg svg {
  height: 16px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .svg svg {
    height: 13px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
    font-size: 13px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
    font-size: 11px;
    line-height: 11px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder {
  width: 25%;
  padding: 20px 7px;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder {
    width: 49.9999%;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder {
    width: 100%;
    padding: 10px 7px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  opacity: 1;
  padding: 25px 17px;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info {
  width: 100%;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .dash {
  width: 33px;
  height: 3px;
  background: #00245D;
  display: block;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .type {
  text-align: left;
  font: normal normal 600 14px/24px "Inter", sans-serif;
  letter-spacing: 0.4px;
  color: #082559;
  opacity: 1;
  margin: 6px 0 15px;
  min-height: 48px;
  text-transform: uppercase;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .type {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .type {
    font-size: 12px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .year {
  text-align: left;
  font: normal normal 600 45px/45px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .year {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .top-info .year {
    font-size: 35px;
    line-height: 35px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs {
  width: 100%;
  margin: 40px 0 0 0;
  height: 260px;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs {
    height: max-content;
    margin: 20px 0 0 0;
    min-height: 230px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf:hover span {
    color: #2D71D1 !important;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf:hover .svg svg path {
    stroke: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
  text-align: left;
  font: normal normal 400 13px/18px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
    font-size: 12px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf .svg svg {
  width: auto;
  height: 20px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf .svg svg {
    height: 15px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
  width: calc(100% - 145px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
    width: calc(100% - 105px);
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
  text-decoration: none;
  text-align: left;
  font: normal normal 600 19px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 5px 0;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before, .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before, html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before {
  transform: translateX(-50%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  transform: translateX(-250%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .svg svg {
  height: 16px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .svg svg {
    height: 13px;
  }
}
.listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
    font-size: 13px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
    font-size: 11px;
    line-height: 11px;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report {
  width: 33%;
  padding: 20px 7px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report {
    width: 100%;
    padding: 10px 7px;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-lhs .image {
    border-color: #00245D;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-rhs .title * {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(-250%);
    line-height: 1.6 !important;
  }
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(50%);
    line-height: 1.6 !important;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-lhs {
  position: relative;
  width: 145px;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-lhs {
    width: 125px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-lhs {
    width: 105px;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-lhs .image {
  height: 100%;
  width: 100%;
  display: block;
  border: 2px solid #F4F4F6;
  transition: all ease-in-out 0.5s;
  background: #fff;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-lhs .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  aspect-ratio: 25/37;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs {
  width: calc(100% - 145px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs {
    width: calc(100% - 105px);
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .title * {
  text-decoration: none;
  text-align: left;
  font: normal normal 600 19px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .title * {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .title * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .title * {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 5px 0;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::before, .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::before, html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(-50%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(-250%);
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .svg svg {
  height: 16px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .svg svg {
    height: 13px;
  }
}
.listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .text {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .text {
    font-size: 13px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .reports-list .isotope-wrapper-single .single-report .content .single-report-rhs .link-btn .text {
    font-size: 11px;
    line-height: 11px;
  }
}
.listing-cpt .reports-list #load-more {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  line-height: 17px;
  width: max-content;
  padding: 15px 21px;
  margin: auto;
}
html[dir=rtl] .listing-cpt .reports-list #load-more {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .reports-list #load-more:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .reports-list #load-more {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .reports-list #load-more {
    font-size: 12px;
  }
}
.listing-cpt .brand-reports-list {
  min-height: 50vh;
}
.listing-cpt .brand-reports-list .isotope-wrapper {
  margin: 0px -7px 50px -7px;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report {
  padding: 20px 7px;
  width: 49.9999%;
}
@media only screen and (max-width: 769px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report {
    width: 100%;
    padding: 10px 7px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-lhs .image {
    border-color: #00245D;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .title * {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::before {
    transform: translateX(-250%);
    line-height: 1.6 !important;
  }
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
  html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content:hover .single-report-rhs .link-btn::after {
    transform: translateX(50%);
    line-height: 1.6 !important;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-lhs {
  position: relative;
  width: 145px;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-lhs {
    width: 125px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-lhs {
    width: 105px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-lhs .image {
  height: 100%;
  width: 100%;
  display: block;
  border: 2px solid #F4F4F6;
  transition: all ease-in-out 0.5s;
  background: #fff;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-lhs .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  aspect-ratio: 25/37;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs {
  width: calc(100% - 145px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs {
    width: calc(100% - 105px);
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
  text-decoration: none;
  text-align: left;
  font: normal normal 600 19px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .title * {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 5px 0;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before, .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before, html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(-50%);
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(-250%);
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .svg svg {
  height: 16px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .svg svg {
    height: 13px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
    font-size: 13px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-report .content .single-report-rhs .link-btn .text {
    font-size: 11px;
    line-height: 11px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder {
  width: 25%;
  padding: 20px 7px;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder {
    width: 49.9999%;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder {
    width: 100%;
    padding: 10px 7px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  opacity: 1;
  padding: 25px 17px;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info {
  width: 100%;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .dash {
  width: 33px;
  height: 3px;
  background: #00245D;
  display: block;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .type {
  text-align: left;
  font: normal normal 600 14px/24px "Inter", sans-serif;
  letter-spacing: 0.4px;
  color: #082559;
  opacity: 1;
  margin: 6px 0 15px;
  min-height: 48px;
  text-transform: uppercase;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .type {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .type {
    font-size: 12px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .year {
  text-align: left;
  font: normal normal 600 45px/45px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .year {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .top-info .year {
    font-size: 35px;
    line-height: 35px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs {
  width: 100%;
  margin: 40px 0 0 0;
  height: 260px;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs {
    height: max-content;
    margin: 20px 0 0 0;
    min-height: 230px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf:hover span {
    color: #2D71D1 !important;
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf:hover .svg svg path {
    stroke: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
  text-align: left;
  font: normal normal 400 13px/18px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf span {
    font-size: 12px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf .svg svg {
  width: auto;
  height: 20px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .bottom-pdfs .pdfs .singlePdf .svg svg {
    height: 15px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
  width: calc(100% - 145px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs {
    width: calc(100% - 105px);
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
  text-decoration: none;
  text-align: left;
  font: normal normal 600 19px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .title * {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 5px 0;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before, .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before, html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  right: 50%;
  left: unset;
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before {
  transform: translateX(-50%);
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::before {
  transform: translateX(50%);
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  transform: translateX(-250%);
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn::after {
  transform: translateX(250%);
  line-height: 1.6 !important;
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .svg svg {
  height: 16px;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .svg svg {
    height: 13px;
  }
}
.listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
    font-size: 13px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .brand-reports-list .isotope-wrapper .single-holder .content .single-report-rhs .link-btn .text {
    font-size: 11px;
    line-height: 11px;
  }
}
.listing-cpt .brand-reports-list #load-more {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  line-height: 17px;
  width: max-content;
  padding: 15px 21px;
  margin: auto;
}
html[dir=rtl] .listing-cpt .brand-reports-list #load-more {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .brand-reports-list #load-more:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .brand-reports-list #load-more {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .brand-reports-list #load-more {
    font-size: 12px;
  }
}
.listing-cpt .contacts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  row-gap: 50px;
  column-gap: 15px;
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .contacts-list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.listing-cpt .contacts-list .single-contact .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.listing-cpt .contacts-list .single-contact .content .info-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 525px;
  max-width: 100%;
}
.listing-cpt .contacts-list .single-contact .content .info-content .box p {
  text-align: left;
  font: normal normal normal 16px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
}
html[dir=rtl] .listing-cpt .contacts-list .single-contact .content .info-content .box p {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .box p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .box p {
    font-size: 13px;
    line-height: 20px;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .box p a {
  color: #2D71D1;
  text-decoration: none;
  font-weight: 600;
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials {
    gap: 10px;
    margin: 5px 0 0 0;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div {
  transition: all ease-in-out 0.5s;
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div a svg {
  height: 21px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div a svg {
    height: 17px;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div a svg path {
  fill: #0F1622;
}
.listing-cpt .contacts-list .single-contact .content .info-content .box .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-title {
  text-align: left;
  font: normal normal 600 17px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .listing-cpt .contacts-list .single-contact .content .info-content .location-title {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-address {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  margin: 10px 0;
}
html[dir=rtl] .listing-cpt .contacts-list .single-contact .content .info-content .location-address {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-address {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-address {
    font-size: 13px;
    line-height: 20px;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-link {
  text-align: left;
  font: normal normal normal 14px/33px "Open Sans";
  letter-spacing: 0px;
  color: #2D71D1;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html[dir=rtl] .listing-cpt .contacts-list .single-contact .content .info-content .location-link {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-link {
    font-size: 12px;
    line-height: 20px;
  }
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-link::before, .listing-cpt .contacts-list .single-contact .content .info-content .location-link::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #2D71D1;
  transition: all ease-in-out 0.5s;
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-link::before {
  transform: translateX(-50%);
}
.listing-cpt .contacts-list .single-contact .content .info-content .location-link::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .contacts-list .single-contact .content .info-content .location-link:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  .listing-cpt .contacts-list .single-contact .content .info-content .location-link:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .search-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 25px 0;
}
.listing-cpt .search-list .single-result {
  width: 100%;
  padding: 0 0 15px 0;
}
.listing-cpt .search-list .single-result.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.listing-cpt .search-list .single-result .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  opacity: 1;
  padding: 35px 25px;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .search-list .single-result .content:hover .title {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.listing-cpt .search-list .single-result .content .title {
  text-align: left;
  font: normal normal 600 32px/40px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #16284C;
  opacity: 1;
  max-width: calc(100% - 100PX);
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .listing-cpt .search-list .single-result .content .title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .search-list .single-result .content .title {
    font-size: 22px;
    line-height: 35px;
    max-width: calc(100% - 20PX);
  }
}
.listing-cpt .search-list .single-result .content .description {
  max-width: 95%;
  text-align: left;
  font: normal normal normal 18px/28px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .listing-cpt .search-list .single-result .content .description {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .search-list .single-result .content .description {
    font-size: 14px;
    line-height: 25px;
  }
}
.listing-cpt .search-list #load-more {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  line-height: 17px;
  width: max-content;
  padding: 15px 21px;
  margin: 60px auto 0;
}
html[dir=rtl] .listing-cpt .search-list #load-more {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .search-list #load-more:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .search-list #load-more {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .search-list #load-more {
    font-size: 12px;
  }
}
.listing-cpt .fees-list {
  min-height: 50vh;
}
.listing-cpt .fees-list .isotope-wrapper {
  margin: 0px 0px 50px;
}
.listing-cpt .fees-list .single-fees {
  width: 100%;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #EFEFEF;
}
html[dir=rtl] .listing-cpt .fees-list .single-fees {
  padding: 10px 30px 10px 0;
  line-height: 1.6 !important;
}
.listing-cpt .fees-list .single-fees.list-title {
  border-bottom: 2px solid #EFEFEF;
  background: #00245D !important;
}
.listing-cpt .fees-list .single-fees.list-title * {
  color: #fff !important;
}
.listing-cpt .fees-list .single-fees.list-title > * {
  padding: 15px 0;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list .single-fees.list-title {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list .single-fees {
    padding: 15px 15px;
  }
}
.listing-cpt .fees-list .single-fees.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .fees-list .single-fees:hover {
    background: #EFEFEF;
    cursor: pointer;
  }
}
.listing-cpt .fees-list .single-fees .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list .single-fees .content {
    row-gap: 15px;
    align-items: start;
  }
}
.listing-cpt .fees-list .single-fees .content .content-col {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col {
    width: 33.3%;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col {
    width: 50%;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .fees-list .single-fees .content .content-col {
    width: 50%;
  }
}
@media only screen and (max-width: 575.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col {
    width: 100%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col.hide-mobile {
    display: none;
  }
}
.listing-cpt .fees-list .single-fees .content .content-col-title {
  text-align: left;
  font: normal normal 600 16px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin: 0;
  text-transform: uppercase;
}
html[dir=rtl] .listing-cpt .fees-list .single-fees .content .content-col-title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col-title {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .fees-list .single-fees .content .content-col-title.show-mobile {
    display: none;
  }
}
.listing-cpt .fees-list .single-fees .content .content-col-value {
  text-align: left;
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  margin: 0;
}
html[dir=rtl] .listing-cpt .fees-list .single-fees .content .content-col-value {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .listing-cpt .fees-list .single-fees .content .content-col-value {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list.type-2 .single-fees.list-title {
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .fees-list.type-2 .single-fees:hover {
    background: #EFEFEF;
    cursor: pointer;
  }
}
.listing-cpt .fees-list.type-2 .single-fees .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content {
    row-gap: 15px;
    align-items: start;
  }
}
.listing-cpt .fees-list.type-2 .single-fees .content .content-col {
  width: 25%;
}
.listing-cpt .fees-list.type-2 .single-fees .content .content-col.price-range {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col.hide-mobile {
    display: none;
  }
}
.listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
  text-align: left;
  font: normal normal 600 16px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin: 0;
  text-transform: uppercase;
}
html[dir=rtl] .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
    font-size: 13px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
    font-size: 12px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title {
    font-size: 11px;
    line-height: 15px;
  }
}
.listing-cpt .fees-list.type-2 .single-fees .content .content-col-title.show-mobile {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-title.show-mobile {
    display: none;
  }
}
.listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
  padding: 0 5px;
  text-align: left;
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0;
  color: #141414;
  opacity: 1;
  margin: 0;
}
html[dir=rtl] .listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .listing-cpt .fees-list.type-2 .single-fees .content .content-col-value {
    font-size: 12px;
    line-height: 15px;
  }
}

.cpt-detailed {
  margin: 65px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed {
    margin: 35px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .cpt-detailed .cpt-mainImage {
    height: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-mainImage {
    margin-bottom: 30px;
  }
}
.cpt-detailed .cpt-mainImage .container {
  overflow: visible;
}
@media only screen and (max-width: 769px) {
  .cpt-detailed .cpt-mainImage .container .image-col {
    padding-right: 0;
  }
  html[dir=rtl] .cpt-detailed .cpt-mainImage .container .image-col {
    padding-left: 0;
    line-height: 1.6 !important;
  }
}
.cpt-detailed .cpt-mainImage .container .image-col .cpt-mainImage-image {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .cpt-detailed .cpt-mainImage .container .image-col .cpt-mainImage-image {
    margin-top: -80%;
  }
}
.cpt-detailed .cpt-mainImage .container .image-col .cpt-mainImage-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid black;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row {
    gap: 30px;
  }
}
.cpt-detailed .cpt-body .row .lhs {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .lhs {
    flex-direction: column;
    gap: 30px;
  }
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare {
  width: 100px;
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper {
    flex-direction: row;
  }
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper .single-social {
  display: block;
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper .single-social svg {
  height: 25px;
  width: auto;
  display: block;
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper .single-social svg path {
  fill: #16242f;
}
.cpt-detailed .cpt-body .row .lhs .socialMediaShare .socialMediaShare-wrapper .single-social svg path#Path_2086 {
  fill: none !important;
}
.cpt-detailed .cpt-body .row .lhs .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  width: 650px;
}
@media only screen and (min-width: 992px) {
  .cpt-detailed .cpt-body .row .lhs .content.full {
    width: 90%;
  }
}
.cpt-detailed .cpt-body .row .lhs .content .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cpt-detailed .cpt-body .row .lhs .content h3,
.cpt-detailed .cpt-body .row .lhs .content h2 {
  margin-bottom: 20px;
  text-align: center;
  font: normal normal normal 25px/35px "Inter", sans-serif;
  letter-spacing: -1.05px;
  color: #00245D;
  opacity: 1;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .lhs .content h3,
html[dir=rtl] .cpt-detailed .cpt-body .row .lhs .content h2 {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .lhs .content h3,
  .cpt-detailed .cpt-body .row .lhs .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.cpt-detailed .cpt-body .row .lhs .content ul li,
.cpt-detailed .cpt-body .row .lhs .content p {
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .lhs .content ul li,
html[dir=rtl] .cpt-detailed .cpt-body .row .lhs .content p {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.cpt-detailed .cpt-body .row .lhs .content ul li a,
.cpt-detailed .cpt-body .row .lhs .content p a {
  color: #2D71D1;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.cpt-detailed .cpt-body .row .lhs .content ul {
  list-style: disc;
  padding-left: 25px;
}
.cpt-detailed .cpt-body .row .lhs .content ul li {
  margin-bottom: 7px;
}
.cpt-detailed .cpt-body .row .lhs .content .cpt-back {
  margin: 50px 0;
  display: block;
  text-decoration: none;
}
.cpt-detailed .cpt-body .row .lhs .content .cpt-back span {
  text-align: left;
  font: normal normal 600 14px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #16284C;
  opacity: 1;
  position: relative;
  overflow: hidden;
  display: block;
  width: max-content;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .lhs .content .cpt-back span {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.cpt-detailed .cpt-body .row .lhs .content .cpt-back span::before, .cpt-detailed .cpt-body .row .lhs .content .cpt-back span::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.cpt-detailed .cpt-body .row .lhs .content .cpt-back span::before {
  transform: translateX(-50%);
}
.cpt-detailed .cpt-body .row .lhs .content .cpt-back span::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 992px) {
  .cpt-detailed .cpt-body .row .rhs {
    padding-top: 180px;
  }
}
.cpt-detailed .cpt-body .row .rhs .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 50px auto;
  display: block;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .image img {
  margin: 0 auto 50px 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .rhs .image img {
    margin: 0 auto 50px;
  }
  html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .image img {
    margin: 0 auto 50px;
    line-height: 1.6 !important;
  }
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo {
  background: #fff;
  max-width: 100%;
  width: 100%;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-title {
  text-align: left;
  font: normal normal 600 26px/32px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 0.3s !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 25px;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-title {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns .text-load-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #F0F3F7;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns .singleBtn {
  display: flex;
  align-items: center;
  animation-delay: 0.5s !important;
  opacity: 0;
  padding: 20px 25px;
  text-decoration: none;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns .singleBtn span {
  cursor: pointer;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  opacity: 1;
  text-transform: capitalize;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns .singleBtn span {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo .rhsInfo-btns .singleBtn .svg svg {
  height: auto;
  display: block;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style1 .rhsInfo-btns .singleBtn {
  gap: 15px;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style1 .rhsInfo-btns .singleBtn span {
  letter-spacing: 1.69px;
  font-size: 14px;
  line-height: 24px;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .rhsInfo.style1 .rhsInfo-btns .singleBtn span {
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .cpt-detailed .cpt-body .row .rhs .rhsInfo.style1 .rhsInfo-btns .singleBtn span {
    font-size: 12px;
  }
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style1 .rhsInfo-btns .singleBtn .svg svg {
  width: 18px;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style2 .rhsInfo-btns .singleBtn {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style2 .rhsInfo-btns .singleBtn span {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
}
html[dir=rtl] .cpt-detailed .cpt-body .row .rhs .rhsInfo.style2 .rhsInfo-btns .singleBtn span {
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .cpt-detailed .cpt-body .row .rhs .rhsInfo.style2 .rhsInfo-btns .singleBtn span {
    font-size: 16px;
  }
}
.cpt-detailed .cpt-body .row .rhs .rhsInfo.style2 .rhsInfo-btns .singleBtn .svg svg {
  width: 22px;
}
.cpt-detailed .cpt-body .row .rhs .rhsImage {
  margin-top: 100%;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .cpt-detailed .cpt-body .row .rhs .rhsImage {
    display: none;
  }
}
.cpt-detailed .cpt-body .row .rhs .rhsImage img {
  width: 100%;
  height: auto;
}

.divToPrint-wrapper {
  display: none;
}

html[dir=rtl] #divToPrint {
  direction: rtl;
  line-height: 1.6 !important;
}
#divToPrint .page-print img {
  max-width: 100%;
  height: auto;
}
#divToPrint .page-print .page-print-info .title {
  font: normal normal 600 55px/55px "Inter", sans-serif;
  color: #141414;
  margin-bottom: 50px;
}
html[dir=rtl] #divToPrint .page-print .page-print-info .title {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
#divToPrint .page-print .page-print-info .subTitle {
  font: normal normal 400 16px/25px "Open Sans";
  color: #141414;
}
html[dir=rtl] #divToPrint .page-print .page-print-info .subTitle {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
#divToPrint .page-print .page-print-info .caption {
  font: normal normal 400 16px/25px "Inter", sans-serif;
  color: #141414;
}
html[dir=rtl] #divToPrint .page-print .page-print-info .caption {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
#divToPrint .page-print .print-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
}
#divToPrint .page-print .print-body .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#divToPrint .page-print .print-body ul li,
#divToPrint .page-print .print-body p {
  text-align: left;
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
}
#divToPrint .page-print .print-body ul li strong,
#divToPrint .page-print .print-body p strong {
  display: block;
}
html[dir=rtl] #divToPrint .page-print .print-body ul li,
html[dir=rtl] #divToPrint .page-print .print-body p {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  #divToPrint .page-print .print-body ul li,
  #divToPrint .page-print .print-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
#divToPrint .page-print .print-body ul {
  list-style: disc;
  padding-left: 25px;
}
html[dir=rtl] #divToPrint .page-print .print-body ul {
  padding-right: 25px;
  padding-left: 0px;
  line-height: 1.6 !important;
}
#divToPrint .page-print .print-body ul li {
  margin-bottom: 7px;
}

.search-listing {
  margin: 65px 0;
}
@media only screen and (max-width: 1199.98px) {
  .search-listing .search-filter {
    margin-bottom: 50px;
  }
}
.search-listing .search-filter .title {
  text-align: left;
  font: normal normal normal 35px/35px "Inter", sans-serif;
  letter-spacing: -1.05px;
  color: #000;
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .search-listing .search-filter .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.search-listing .search-filter .filter-btns {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 18px;
}
.search-listing .search-filter .filter-btns .single-filter {
  display: block;
  text-decoration: none;
}
.search-listing .search-filter .filter-btns .single-filter.active span {
  background: #16284C;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.search-listing .search-filter .filter-btns .single-filter span {
  display: block;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #16284C;
  opacity: 1;
  text-align: center;
  min-width: 120px;
  font: normal normal 600 14px/19px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #16284C;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .search-listing .search-filter .filter-btns .single-filter span {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.search-listing .search-content .search-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 25px;
  margin: 25px 0;
}
.search-listing .search-content .search-list .single-result .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  opacity: 1;
  padding: 35px 25px;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .search-listing .search-content .search-list .single-result .content:hover .title {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.search-listing .search-content .search-list .single-result .content .title {
  text-align: left;
  font: normal normal 600 32px/40px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #16284C;
  opacity: 1;
  max-width: calc(100% - 100PX);
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .search-listing .search-content .search-list .single-result .content .title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .search-listing .search-content .search-list .single-result .content .title {
    font-size: 22px;
    line-height: 35px;
    max-width: calc(100% - 20PX);
  }
}
.search-listing .search-content .search-list .single-result .content .description {
  max-width: 95%;
  text-align: left;
  font: normal normal normal 18px/28px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir=rtl] .search-listing .search-content .search-list .single-result .content .description {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .search-listing .search-content .search-list .single-result .content .description {
    font-size: 14px;
    line-height: 25px;
  }
}

.search-message .text {
  text-align: left;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  font: normal normal 400 14px/16px "Open Sans";
}
html[dir=rtl] .search-message .text {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}

.listing-pagination {
  text-align: center;
  margin: 50px auto 0;
  display: block;
  width: 100%;
}
.listing-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-pagination .wp-pagenavi span.pages {
  display: none;
}
.listing-pagination .wp-pagenavi .first,
.listing-pagination .wp-pagenavi .last {
  display: none;
}
.listing-pagination .wp-pagenavi span,
.listing-pagination .wp-pagenavi a {
  border: none;
  font: normal normal 500 18px/18px "Inter", sans-serif;
  margin: 0;
  color: #484848;
  cursor: pointer;
  padding: 10px !important;
}
.listing-pagination .wp-pagenavi span.current,
.listing-pagination .wp-pagenavi a.current {
  color: #2D71D1;
  font-weight: 500;
}
.listing-pagination .wp-pagenavi span.previouspostslink, .listing-pagination .wp-pagenavi span.nextpostslink,
.listing-pagination .wp-pagenavi a.previouspostslink,
.listing-pagination .wp-pagenavi a.nextpostslink {
  border: 1px solid #484848;
  padding: 10px 20px !important;
}

.text-page {
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  .text-page {
    margin: 35px 0 60px;
  }
}
.text-page .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 100%;
}
.text-page .content .block .title,
.text-page .content .block h1,
.text-page .content .block h2,
.text-page .content .block h3,
.text-page .content .block h4,
.text-page .content .block h5,
.text-page .content .block h6 {
  text-align: left;
  font: normal normal 600 17px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  margin: 0 0 30px 0;
}
html[dir=rtl] .text-page .content .block .title,
html[dir=rtl] .text-page .content .block h1,
html[dir=rtl] .text-page .content .block h2,
html[dir=rtl] .text-page .content .block h3,
html[dir=rtl] .text-page .content .block h4,
html[dir=rtl] .text-page .content .block h5,
html[dir=rtl] .text-page .content .block h6 {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.text-page .content .block .title span,
.text-page .content .block h1 span,
.text-page .content .block h2 span,
.text-page .content .block h3 span,
.text-page .content .block h4 span,
.text-page .content .block h5 span,
.text-page .content .block h6 span {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .text-page .content .block .title,
  .text-page .content .block h1,
  .text-page .content .block h2,
  .text-page .content .block h3,
  .text-page .content .block h4,
  .text-page .content .block h5,
  .text-page .content .block h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.text-page .content .block ul {
  list-style: disc;
  padding-left: 25px;
}
html[dir=rtl] .text-page .content .block ul {
  padding-right: 25px;
  padding-left: 0;
  line-height: 1.6 !important;
}
.text-page .content .block ul li {
  margin-bottom: 7px;
  display: flex;
  gap: 15px;
}
.text-page .content .block ul li a {
  text-align: left;
  font: normal normal 600 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  text-decoration: none;
}
html[dir=rtl] .text-page .content .block ul li a {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .text-page .content .block ul li a {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-page .content .block ul li a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.text-page .content .block .paragraph {
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .text-page .content .block .paragraph {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .text-page .content .block .paragraph {
    font-size: 13px;
    line-height: 20px;
  }
}
.text-page .content .block .paragraph a {
  color: #2D71D1;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1200px) {
  .text-page .content .block .paragraph a:hover {
    color: #16284C;
    transition: all ease-in-out 0.5s;
  }
}
.text-page .content .block .main-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 0px 0 15px;
}
html[dir=rtl] .text-page .content .block .main-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .text-page .content .block .main-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-page .content .block .main-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.text-page .content .block .main-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.text-page .content .block .links-wrapper {
  margin: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.text-page .content .block .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 10px 0;
}
.text-page .content .block .link-btn::before, .text-page .content .block .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.text-page .content .block .link-btn::before {
  transform: translateX(-50%);
}
.text-page .content .block .link-btn::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 1200px) {
  .text-page .content .block .link-btn:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  .text-page .content .block .link-btn:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
}
.text-page .content .block .link-btn .svg svg {
  height: 16px;
  display: block;
}
.text-page .content .block .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .text-page .content .block .link-btn .text {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .text-page .pattern-image {
    display: none;
  }
}

.siteMap {
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  .siteMap {
    margin: 35px 0 60px;
  }
}
.siteMap .siteMap-list {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
.siteMap .siteMap-list ul {
  color: #141414;
  margin: 15px 0 20px 20px;
  border: 1px solid transparent;
}
html[dir=rtl] .siteMap .siteMap-list ul {
  margin: 15px 20px 20px 0;
  line-height: 1.6 !important;
}
.siteMap .siteMap-list .list-level-0 {
  list-style: disc;
  color: #141414;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .siteMap .siteMap-list .list-level-0 li {
    width: 49.5%;
  }
}
.siteMap .siteMap-list .list-level-1 {
  list-style: circle;
  margin-bottom: 0;
}
.siteMap .siteMap-list .list-level-2 {
  list-style: square;
  margin-bottom: 0;
}
.siteMap .siteMap-list .list-level-3 {
  list-style: square;
}
.siteMap .siteMap-list a {
  width: max-content;
  max-width: 100%;
}
.siteMap .siteMap-list .title-level-0 {
  text-align: left;
  font: normal normal 600 20px/26px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  text-transform: none;
}
html[dir=rtl] .siteMap .siteMap-list .title-level-0 {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.siteMap .siteMap-list .title-level-1 {
  text-align: left;
  font: normal normal 600 18px/22px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  text-transform: none;
}
html[dir=rtl] .siteMap .siteMap-list .title-level-1 {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.siteMap .siteMap-list .title-level-2 {
  text-align: left;
  font: normal normal normal 15px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  text-transform: none;
}
html[dir=rtl] .siteMap .siteMap-list .title-level-2 {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
.siteMap .siteMap-list .title-level-3 {
  text-align: left;
  font: normal normal normal 13px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
html[dir=rtl] .siteMap .siteMap-list .title-level-3 {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}

.shareholer-page {
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  .shareholer-page {
    margin: 35px 0 60px;
  }
}
.shareholer-page .shareholer-header {
  border-bottom: 1px solid #EFEFEF;
}
@media only screen and (min-width: 769px) {
  .shareholer-page .shareholer-header {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 55px;
  }
}
.shareholer-page .shareholer-header .single-header {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .shareholer-page .shareholer-header .single-header:not(:first-of-type) {
    display: none;
  }
}
.shareholer-page .shareholer-header .single-header span {
  text-align: left;
  font: normal normal 600 14px/60px "Inter", sans-serif;
  letter-spacing: 1.4px;
  color: #141414;
  opacity: 1;
}
html[dir=rtl] .shareholer-page .shareholer-header .single-header span {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  font-weight: 700;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .shareholer-page .shareholer-header .single-header span {
    font-size: 13px;
    line-height: 50px;
  }
}
.shareholer-page .shareholer-header .single-header span.no {
  width: 50px;
}
.shareholer-page .shareholer-header .single-header span.title {
  width: calc(100% - 50px);
}
@media only screen and (min-width: 769px) {
  .shareholer-page .shareholer-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 55px;
  }
}
.shareholer-page .shareholer-list .single-name {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
}
.shareholer-page .shareholer-list .single-name span {
  text-align: left;
  font: normal normal normal 16px/60px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
}
html[dir=rtl] .shareholer-page .shareholer-list .single-name span {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .shareholer-page .shareholer-list .single-name span {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
  }
}
.shareholer-page .shareholer-list .single-name span.no {
  width: 50px;
}
.shareholer-page .shareholer-list .single-name span.title {
  width: calc(100% - 50px);
}

.standard-page {
  margin: 65px 0 160px;
}
@media only screen and (max-width: 991.98px) {
  .standard-page {
    margin: 35px 0 60px;
  }
}
.standard-page .intro-text .container {
  overflow: visible;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .intro-text .container .row {
    flex-direction: column-reverse;
    align-items: end;
  }
}
.standard-page .intro-text .container .row .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  width: 90%;
}
.standard-page .intro-text .container .row .content .content-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
}
html[dir=rtl] .standard-page .intro-text .container .row .content .content-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .standard-page .intro-text .container .row .content .content-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .intro-text .container .row .content .content-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.standard-page .intro-text .container .row .content .content-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.standard-page .intro-text .container .row .content p {
  text-align: left;
  font: normal normal 400 16px/30px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .intro-text .container .row .content p {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .standard-page .intro-text .container .row .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.standard-page .intro-text .container .row .content .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 10px 0;
}
.standard-page .intro-text .container .row .content .link-btn::before, .standard-page .intro-text .container .row .content .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.standard-page .intro-text .container .row .content .link-btn::before {
  transform: translateX(-50%);
}
.standard-page .intro-text .container .row .content .link-btn::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 1200px) {
  .standard-page .intro-text .container .row .content .link-btn:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  .standard-page .intro-text .container .row .content .link-btn:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .intro-text .container .row .content .link-btn .svg svg {
  height: 16px;
  display: block;
}
.standard-page .intro-text .container .row .content .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .standard-page .intro-text .container .row .content .link-btn .text {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.standard-page .intro-text .container .row .image {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) {
  .standard-page .intro-text .container .row .image {
    margin: -150px 0 0;
  }
}
.standard-page .intro-text .container .row .image img {
  width: 100%;
  height: auto;
}
.standard-page .accordion {
  margin: 100px 0 50px;
}
.standard-page .accordion .accordion-btn {
  margin: 35px 0 35px auto;
  width: max-content;
  max-width: 100%;
}
html[dir=rtl] .standard-page .accordion .accordion-btn {
  margin: 35px auto 35px 0;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-btn:not(.active) #collapse {
  display: none;
}
.standard-page .accordion .accordion-btn.active #expand {
  display: none;
}
.standard-page .accordion .accordion-btn .trigger-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-btn .trigger-btn:hover .text {
    color: #A2AFBE;
    transition: all ease-in-out 0.5s;
  }
  .standard-page .accordion .accordion-btn .trigger-btn:hover .svg svg path {
    stroke: #A2AFBE;
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-btn .trigger-btn .text {
  text-align: left;
  font: normal normal 700 18px/18px "Inter", sans-serif;
  letter-spacing: 0.54px;
  color: #00245D;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .standard-page .accordion .accordion-btn .trigger-btn .text {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-btn .trigger-btn .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-btn .trigger-btn .text {
    font-size: 14px;
  }
}
.standard-page .accordion .accordion-btn .trigger-btn .svg svg {
  height: 13px;
  width: auto;
  display: block;
}
.standard-page .accordion .accordion-btn .trigger-btn .svg svg path {
  stroke: #00245D;
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content {
  display: none;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  width: 950px;
  margin: 50px auto;
  /* overflow: auto; */
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .title,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h1,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h2,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h3,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h4,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h5,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h6 {
  text-align: left;
  font: normal normal 600 17px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  margin: 0 0 10px 0;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .title,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h1,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h2,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h3,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h4,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h5,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h6 {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .title span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h1 span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h2 span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h3 span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h4 span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h5 span,
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content h6 span {
  display: block;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content table {
  width: max-content;
  margin-bottom: 30px;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content table tr:first-of-type {
  background: #F4F4F6;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content table tr td {
  min-width: 120px;
  border: 1px solid #E7E7E8;
  width: max-content;
  padding: 15px 15px;
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content table tr td {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials {
    gap: 10px;
    margin: 5px 0 0 0;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div {
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div a svg {
  height: 18px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div a svg {
    height: 17px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div a svg path {
  fill: #00245D;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 160px;
  margin: 0 !important;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .accordion-btn {
    min-width: 210px;
    line-height: 25px;
    padding: 5px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper {
  margin: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 10px 0;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn::before, .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn::before {
  transform: translateX(-50%);
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn .svg svg {
  height: 16px;
  display: block;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content .links-wrapper .link-btn .text {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul {
  list-style: disc;
  padding-left: 25px;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul {
  padding-right: 25px;
  padding-left: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul li {
  margin-bottom: 7px;
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul li {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul li a {
  text-align: left;
  font: normal normal 600 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  text-decoration: none;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul li a {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content ul li a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content p {
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content p {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content p a {
  color: #2D71D1;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content p a:hover {
    color: #16284C;
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion .accordion-content .content.one-col ul {
  columns: 1 !important;
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).active .accordion-title {
  background: #16284C;
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).active .accordion-title .title {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).active .accordion-title .rhs {
  width: 38%;
  transition: all ease-in-out 0.5s;
  background: #A2AFBE;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).active .accordion-title .rhs {
    width: 85px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).active .accordion-title .rhs .svg svg {
  transform: rotate(45deg);
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title {
  display: flex;
  width: 100%;
  position: relative;
  background: #F4F4F6;
  align-items: center;
  height: 80px;
  border: 1px solid #E7E7E8;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title {
    height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title:hover {
    cursor: pointer;
  }
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title:hover .rhs {
    width: 38%;
    transition: all ease-in-out 0.5s;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title:hover .rhs {
    width: 85px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
  text-align: left;
  font: normal normal 600 22px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  width: 60%;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
    font-size: 18px;
    line-height: 25px;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 240px) and (max-width: 500px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .title {
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 100px);
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs {
  transition: all ease-in-out 0.5s;
  width: 33%;
  background: #16284C;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs {
  left: 0;
  right: unset;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs {
    width: 75px;
    height: calc(100% + 2px);
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs .svg {
  height: 100%;
  display: flex;
  align-items: center;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs .svg svg {
  width: 22px;
  height: auto;
  display: block;
  margin: 0 25px;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs .svg svg {
    width: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2) .accordion-title .rhs .svg svg {
    width: 18px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title {
  height: 60px;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title {
    height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title:hover {
    cursor: pointer;
  }
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title:hover .rhs {
    width: 38%;
    transition: all ease-in-out 0.5s;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title:hover .rhs {
    width: 85px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .title {
  font: normal normal 600 17px/25px "Inter", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 500px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .title {
    font-size: 13px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-title .rhs .svg svg {
  width: 17px;
  margin: 0 25px;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content {
  display: none;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content {
  margin: 20px auto !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .title,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h1,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h2,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h3,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h4,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h5,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h6 {
  text-align: left;
  font: normal normal 600 17px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  margin: 0 0 10px 0;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .title,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h1,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h2,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h3,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h4,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h5,
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h6 {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .title span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h1 span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h2 span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h3 span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h4 span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h5 span,
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content h6 span {
  display: block;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content table {
  width: max-content;
  margin-bottom: 30px;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content table tr:first-of-type {
  background: #F4F4F6;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content table tr td {
  min-width: 120px;
  border: 1px solid #E7E7E8;
  width: max-content;
  padding: 15px 15px;
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content table tr td {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials {
    gap: 10px;
    margin: 5px 0 0 0;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div {
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div a svg {
  height: 18px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div a svg {
    height: 17px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div a svg path {
  fill: #00245D;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 160px;
  margin: 0 !important;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .accordion-btn {
    min-width: 210px;
    line-height: 25px;
    padding: 5px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper {
  margin: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 10px 0;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn::before, .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn::before {
  transform: translateX(-50%);
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn::after {
  transform: translateX(-250%);
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn:hover::before {
    transform: translateX(250%);
    transition: all ease-in-out 0.5s;
  }
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn:hover::after {
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn .svg svg {
  height: 16px;
  display: block;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content .links-wrapper .link-btn .text {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul {
  list-style: disc;
  padding-left: 25px;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul {
  padding-right: 25px;
  padding-left: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul li {
  margin-bottom: 7px;
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul li {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul li a {
  text-align: left;
  font: normal normal 600 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
  text-decoration: none;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul li a {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content ul li a:hover {
    color: #2D71D1;
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content p {
  text-align: left;
  font: normal normal 400 14px/28px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content p {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content p a {
  color: #2D71D1;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content p a:hover {
    color: #16284C;
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion:not(.style-2).small .accordion-content .content.one-col ul {
  columns: 1 !important;
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 {
  background: #fff;
  border: 1px solid #E7E7E8;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2.active .accordion-title .rhs .svg svg {
  transform: rotate(45deg);
  transition: all ease-in-out 0.5s;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title:hover {
    cursor: pointer;
  }
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title:hover .rhs {
    transition: all ease-in-out 0.5s;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs {
  display: flex;
  align-items: center;
  gap: 15px;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .icon {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 36, 93, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .icon img {
  width: 100%;
  height: 100%;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
  text-align: left;
  font: normal normal 600 17px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 500px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .lhs .title {
    font-size: 13px;
    line-height: 20px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .rhs {
  transition: all ease-in-out 0.5s;
  width: 25px;
  height: 25px;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .rhs .svg {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .rhs .svg svg {
  width: 15px;
  height: auto;
  display: block;
  margin: 0;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .rhs .svg svg {
    width: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-title .rhs .svg svg {
    width: 12px;
  }
}
.standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-content .content {
  width: 100%;
  padding-left: 1.5rem;
  border-left: 4px solid rgba(0, 36, 93, 0.1);
}
html[dir=rtl] .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-content .content {
  padding-right: 1.5rem;
  border-right: 4px solid rgba(0, 36, 93, 0.1);
  padding-left: 0;
  border-left: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) {
  .standard-page .accordion .accordion-wrapper .single-accordion.style-2 .accordion-content .content {
    margin-inline-start: 3.5rem;
  }
}

#contat-info {
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  #contat-info {
    margin: 35px 0 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  #contat-info .row {
    gap: 35px;
  }
}
#contat-info .info-col .info-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 15px 0;
}
html[dir=rtl] #contat-info .info-col .info-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #contat-info .info-col .info-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  #contat-info .info-col .info-title {
    font-size: 21px;
    line-height: 29px;
  }
}
#contat-info .info-col .info-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
#contat-info .info-col .info-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
  width: 525px;
  max-width: 100%;
}
#contat-info .info-col .info-content .box p {
  text-align: left;
  font: normal normal normal 16px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
}
html[dir=rtl] #contat-info .info-col .info-content .box p {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #contat-info .info-col .info-content .box p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  #contat-info .info-col .info-content .box p {
    font-size: 13px;
    line-height: 20px;
  }
}
#contat-info .info-col .info-content .box p a {
  color: #2D71D1;
  text-decoration: none;
  font-weight: 600;
}
#contat-info .info-col .info-content .box .fsocials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  #contat-info .info-col .info-content .box .fsocials {
    gap: 10px;
    margin: 5px 0 0 0;
  }
}
#contat-info .info-col .info-content .box .fsocials div {
  transition: all ease-in-out 0.5s;
}
#contat-info .info-col .info-content .box .fsocials div a {
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contat-info .info-col .info-content .box .fsocials div a svg {
  height: 21px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  #contat-info .info-col .info-content .box .fsocials div a svg {
    height: 17px;
  }
}
#contat-info .info-col .info-content .box .fsocials div a svg path {
  fill: #0F1622;
}
#contat-info .info-col .info-content .box .fsocials div a svg path#Path_2086 {
  fill: none !important;
}
#contat-info .info-col .info-content .location-title {
  text-align: left;
  font: normal normal 600 17px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] #contat-info .info-col .info-content .location-title {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #contat-info .info-col .info-content .location-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  #contat-info .info-col .info-content .location-title {
    font-size: 14px;
    line-height: 18px;
  }
}
#contat-info .info-col .info-content .location-address {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  margin: 10px 0;
}
html[dir=rtl] #contat-info .info-col .info-content .location-address {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #contat-info .info-col .info-content .location-address {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  #contat-info .info-col .info-content .location-address {
    font-size: 13px;
    line-height: 20px;
  }
}
#contat-info .info-col .info-content .location-link {
  text-align: left;
  font: normal normal normal 14px/33px "Open Sans";
  letter-spacing: 0px;
  color: #2D71D1;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html[dir=rtl] #contat-info .info-col .info-content .location-link {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  #contat-info .info-col .info-content .location-link {
    font-size: 12px;
    line-height: 20px;
  }
}
#contat-info .info-col .info-content .location-link::before, #contat-info .info-col .info-content .location-link::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #2D71D1;
  transition: all ease-in-out 0.5s;
}
#contat-info .info-col .info-content .location-link::before {
  transform: translateX(-50%);
}
#contat-info .info-col .info-content .location-link::after {
  transform: translateX(-250%);
}

#contact-body {
  margin: 65px 0 120px;
}
@media only screen and (max-width: 991.98px) {
  #contact-body {
    margin: 35px 0 60px;
  }
}
#contact-body .fotm-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  margin: 0px 0 15px;
}
html[dir=rtl] #contact-body .fotm-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #contact-body .fotm-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  #contact-body .fotm-title {
    font-size: 21px;
    line-height: 29px;
  }
}
#contact-body .fotm-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
#contact-body .form-wrapper {
  width: 100%;
}
#contact-body .form-wrapper .form-group {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#contact-body .form-wrapper .form-group label {
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  text-align: left;
  font: normal normal 600 13px/13px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
}
html[dir=rtl] #contact-body .form-wrapper .form-group label {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .form-group label {
    font-size: 11px;
    line-height: 13px;
  }
}
#contact-body .form-wrapper .form-group textarea,
#contact-body .form-wrapper .form-group input {
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  text-align: left;
  font: normal normal 400 14px/20px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
}
html[dir=rtl] #contact-body .form-wrapper .form-group textarea,
html[dir=rtl] #contact-body .form-wrapper .form-group input {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
#contact-body .form-wrapper .form-group textarea.date-input,
#contact-body .form-wrapper .form-group input.date-input {
  background-image: url("../images/ico/calendar.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
#contact-body .form-wrapper .form-group textarea:-moz-placeholder,
#contact-body .form-wrapper .form-group input:-moz-placeholder {
  color: #A7A7A7;
}
#contact-body .form-wrapper .form-group textarea::-moz-placeholder,
#contact-body .form-wrapper .form-group input::-moz-placeholder {
  color: #A7A7A7;
}
#contact-body .form-wrapper .form-group textarea:-ms-input-placeholder,
#contact-body .form-wrapper .form-group input:-ms-input-placeholder {
  color: #A7A7A7;
}
#contact-body .form-wrapper .form-group textarea::-webkit-input-placeholder,
#contact-body .form-wrapper .form-group input::-webkit-input-placeholder {
  color: #A7A7A7;
}
#contact-body .form-wrapper .form-group textarea:focus,
#contact-body .form-wrapper .form-group input:focus {
  border-color: #16284C;
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .form-group textarea,
  #contact-body .form-wrapper .form-group input {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
#contact-body .form-wrapper .form-group textarea.error,
#contact-body .form-wrapper .form-group input.error {
  border: 1px solid red !important;
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .wpcf7-not-valid-tip,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .wpcf7-not-valid-tip {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper:hover .select-selected,
  #contact-body .form-wrapper .select-wrapper .form-group .contact-select:hover .select-selected {
    transition: all ease-in-out 0.5s;
    border-color: #00245D;
  }
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper select,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select select {
  display: none;
  /*hide original SELECT element:*/
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  /*point the arrow upwards when the select box is open (active):*/
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected:after,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f13a";
  font-size: 12px;
  font-weight: 100;
  display: block !important;
  color: #141414;
}
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected:after,
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected:after {
  left: 10px;
  right: unset;
  line-height: 1.6 !important;
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected.select-arrow-active:after,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected.select-arrow-active:after {
  content: "\f139";
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  text-align: left;
  font: normal normal 400 14px/20px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #E3E3E3;
}
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
html[dir=rtl] #contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
  text-align: right;
  font-family: "Cairo";
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div,
  #contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-selected,
  #contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items div,
  #contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-selected {
    font-size: 13px;
    line-height: 20px;
  }
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #00245D;
  max-height: 300px;
  overflow: auto;
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items input[type=text],
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items input[type=text] {
  margin: 0 !important;
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-hide,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-hide {
  display: none;
}
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .select-items div:hover,
#contact-body .form-wrapper .select-wrapper .form-group .custom-wrapper .same-as-selected,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .select-items div:hover,
#contact-body .form-wrapper .select-wrapper .form-group .contact-select .same-as-selected {
  background-color: #16284c;
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  #contact-body .form-wrapper .terms-agree {
    width: 800px;
    max-width: 90%;
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .terms-agree {
    margin: 20px auto;
  }
}
#contact-body .form-wrapper .terms-agree .wrapper {
  position: relative;
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .terms-agree .wrapper {
    gap: 20px;
  }
}
#contact-body .form-wrapper .terms-agree .wrapper .control {
  position: relative;
  height: 25px;
  width: 25px;
}
#contact-body .form-wrapper .terms-agree .wrapper .control .control__indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E3E3E3;
  transition: all ease-in-out 0.5s;
}
#contact-body .form-wrapper .terms-agree .wrapper .control .control__indicator:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 33%;
  top: 50%;
  width: 3px;
  height: 8px;
  border: solid #121212;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
#contact-body .form-wrapper .terms-agree .wrapper .control input {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#contact-body .form-wrapper .terms-agree .wrapper .control input:checked ~ .control__indicator:after, #contact-body .form-wrapper .terms-agree .wrapper .control input:hover ~ .control__indicator:after, #contact-body .form-wrapper .terms-agree .wrapper .control input:focus ~ .control__indicator:after {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
#contact-body .form-wrapper .terms-agree .wrapper .control-text {
  font: normal normal normal 14px/24px "Open Sans";
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  width: calc(100% - 65px);
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper .terms-agree .wrapper .control-text {
    font-size: 12px;
    line-height: 22px;
  }
}
#contact-body .form-wrapper input[type=submit] {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 220px;
  margin: 20px auto 50px;
}
html[dir=rtl] #contact-body .form-wrapper input[type=submit] {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  #contact-body .form-wrapper input[type=submit]:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #contact-body .form-wrapper input[type=submit] {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  #contact-body .form-wrapper input[type=submit] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  #contact-body .form-wrapper input[type=submit] {
    min-width: 210px;
    line-height: 25px;
    padding: 5px;
  }
}
@media only screen and (min-width: 992px) {
  #contact-body .form-wrapper {
    width: 100%;
    margin: 50px auto;
  }
}

.wpcf7-not-valid-tip {
  margin: -10px 0 0;
  width: 100%;
  display: block;
  text-align: left;
  font: normal normal 400 12px/20px "Open Sans" !important;
  letter-spacing: 0px;
  opacity: 1;
  padding: 5px 0;
}
@media only screen and (max-width: 991.98px) {
  .wpcf7-not-valid-tip {
    font-size: 11px !important;
    line-height: 15px;
  }
}
html[dir=rtl] .wpcf7-not-valid-tip {
  text-align: right !important;
  font-family: "Cairo" !important;
  line-height: 1.6 !important;
}

#mc_embed_signup .alert {
  margin: 0 auto 20px;
}

#mc_embed_signup .alert,
.wpcf7-response-output {
  border: none;
  padding: 15px !important;
  background: #2D71D1 !important;
  border: 1px solid #2D71D1 !important;
  font: normal normal 600 12px/20px "Open Sans" !important;
  color: #fff;
  border-radius: 2px;
}
html[dir=rtl] #mc_embed_signup .alert,
html[dir=rtl] .wpcf7-response-output {
  text-align: right;
  font-family: "Cairo" !important;
  letter-spacing: 0;
  line-height: 1.6 !important;
}

#broker-slide .container {
  padding-right: 0;
}
html[dir=rtl] #broker-slide .container {
  padding-left: 0;
  padding-right: 15px;
  line-height: 1.6 !important;
}
@media (max-width: 576px) {
  #broker-slide .container {
    margin-left: 0;
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 15px;
    margin-right: 0;
    line-height: 1.6 !important;
  }
}
@media (min-width: 576px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 540px) / 2);
    margin-left: calc((100% - 540px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 540px) / 2);
    line-height: 1.6 !important;
  }
}
@media (min-width: 769px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 720px) / 2);
    margin-left: calc((100% - 720px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 720px) / 2);
    line-height: 1.6 !important;
  }
}
@media (min-width: 992px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 960px) / 2);
    margin-left: calc((100% - 960px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 960px) / 2);
    line-height: 1.6 !important;
  }
}
@media (min-width: 1200px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 1170px) / 2);
    margin-left: calc((100% - 1170px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 1170px) / 2);
    line-height: 1.6 !important;
  }
}
@media (min-width: 1300px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 1286px) / 2);
    margin-left: calc((100% - 1286px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 1286px) / 2);
    line-height: 1.6 !important;
  }
}
@media (min-width: 1500px) {
  #broker-slide .container {
    max-width: calc(100% - (100% - 1486px) / 2);
    margin-left: calc((100% - 1486px) / 2);
  }
  html[dir=rtl] #broker-slide .container {
    margin-left: 0;
    margin-right: calc((100% - 1486px) / 2);
    line-height: 1.6 !important;
  }
}
@media (max-width: 576px) {
  #broker-slide .container {
    margin-right: 25px;
    margin-left: 5px;
  }
  html[dir=rtl] #broker-slide .container {
    margin-right: 5px;
    margin-left: 25px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  #broker-slide .container .slider-info .rhs {
    display: block;
  }
}
#broker-slide .container .cpt-slider .slick-list {
  padding: 0 10% 0 0 !important;
  margin: 0 -10px;
  padding: 0;
}
html[dir=rtl] #broker-slide .container .cpt-slider .slick-list {
  padding: 0 0 0 10% !important;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #broker-slide .container .cpt-slider .slick-list {
    margin: 0px -7px;
  }
}
@media only screen and (max-width: 769px) {
  #broker-slide .container .cpt-slider .slick-list {
    margin: 0px -5px;
    padding: 0 25% 0 0 !important;
  }
  html[dir=rtl] #broker-slide .container .cpt-slider .slick-list {
    padding: 0 0 0 25% !important;
    line-height: 1.6 !important;
  }
}
#broker-slide .container .cpt-slider .slick-list .slick-slide {
  margin: 0px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #broker-slide .container .cpt-slider .slick-list .slick-slide {
    margin: 0px 7px;
  }
}
@media only screen and (max-width: 769px) {
  #broker-slide .container .cpt-slider .slick-list .slick-slide {
    margin: 0px 5px;
  }
}

@media only screen and (max-width: 991.98px) {
  #broker-slide-2 .container .slider-info .rhs {
    display: block;
  }
}
#broker-slide-2 .container .cpt-slider .slick-list {
  padding: 0 !important;
  margin: 0 -10px;
}
html[dir=rtl] #broker-slide-2 .container .cpt-slider .slick-list {
  padding: 0 !important;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #broker-slide-2 .container .cpt-slider .slick-list {
    margin: 0px -7px;
  }
}
@media only screen and (max-width: 769px) {
  #broker-slide-2 .container .cpt-slider .slick-list {
    margin: 0px -5px;
  }
}
#broker-slide-2 .container .cpt-slider .slick-list .slick-slide {
  margin: 0px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #broker-slide-2 .container .cpt-slider .slick-list .slick-slide {
    margin: 0px 7px;
  }
}
@media only screen and (max-width: 769px) {
  #broker-slide-2 .container .cpt-slider .slick-list .slick-slide {
    margin: 0px 5px;
  }
}

.available-markets {
  background: #FAFAFA;
}
.available-markets .filter-top-text {
  margin: 120px auto 65px;
}
@media only screen and (max-width: 991.98px) {
  .available-markets .filter-top-text {
    margin: 50px auto;
  }
}
.available-markets .filter-top-text .broker-title {
  text-align: center;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .available-markets .filter-top-text .broker-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .available-markets .filter-top-text .broker-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .available-markets .filter-top-text .broker-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .available-markets .filter-top-text .broker-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .available-markets .filter-top-text .broker-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .available-markets .filter-top-text .broker-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .available-markets .filter-top-text .broker-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .available-markets .filter-top-text .broker-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .available-markets .filter-top-text .broker-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.available-markets .filter-top-text .broker-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.available-markets .filter-top-text .broker-description p {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  text-align: center !important;
}
html[dir=rtl] .available-markets .filter-top-text .broker-description p {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.available-markets .listing-cpt {
  margin-top: 0 !important;
}
.available-markets .filter-top .section-title {
  margin: 0 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .available-markets .filter-top .section-title {
    margin: 0 0 20px;
  }
}
.available-markets .filter-top .section-title .text {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  text-transform: none;
}
html[dir=rtl] .available-markets .filter-top .section-title .text {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .available-markets .filter-top .section-title .text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .available-markets .filter-top .section-title .text {
    font-size: 21px;
    line-height: 29px;
  }
}
.available-markets .filter-top .section-title .text h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .available-markets .filter-top .filter-btns-wrapper .akc-select {
    width: calc(50% - 10px);
  }
}
.available-markets #load-more {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
html[dir=rtl] .available-markets #load-more {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .available-markets #load-more:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .available-markets #load-more {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .available-markets #load-more {
    font-size: 12px;
  }
}

.text-box {
  padding: 130px 0;
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .text-box {
    padding: 50px 0;
  }
}
.text-box .row {
  align-items: center;
}
.text-box .image {
  width: 100%;
}
.text-box .image img {
  width: 100%;
  height: auto;
}
.text-boxContent {
  width: 90%;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .text-boxContent {
    padding: 0 50px;
    margin-top: 0;
  }
}
.text-boxContent-title {
  text-align: left;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .text-boxContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .text-boxContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .text-boxContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .text-boxContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .text-boxContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .text-boxContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .text-boxContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .text-boxContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .text-boxContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.text-boxContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
}
html[dir=rtl] .text-boxContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}

.boxes-section {
  padding: 130px 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 991.98px) {
  .boxes-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .boxes-section .container {
    width: 100%;
    max-width: 100%;
  }
}
.boxes-section .container .row {
  align-items: center;
}
.boxes-section .container .row .col-content {
  margin: auto;
}
@media (max-width: 992px) {
  .boxes-section .container .row .col-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .boxes-section .container .row .col-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .boxes-section .container .row .col-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .boxes-section .container .row .col-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .boxes-section .container .row .col-content {
    max-width: 1170px;
  }
}
.boxes-sectionContent {
  width: 90%;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .boxes-sectionContent {
    margin-top: 0;
  }
}
.boxes-sectionContent-image {
  width: 100%;
  height: auto;
}
.boxes-sectionContent-image img {
  width: 200px;
  height: auto;
  display: block;
  margin: 20px auto 100px;
}
.boxes-sectionContent-title {
  text-align: left;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .boxes-sectionContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .boxes-sectionContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .boxes-sectionContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .boxes-sectionContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .boxes-sectionContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .boxes-sectionContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .boxes-sectionContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .boxes-sectionContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .boxes-sectionContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.boxes-sectionContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
}
html[dir=rtl] .boxes-sectionContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.boxes-section .boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .boxes-section .boxes-wrapper {
    margin-top: 40px;
  }
}
.boxes-section .boxes-wrapper .single-box {
  width: calc(49.999% - 20px);
  padding: 20px;
}
.boxes-section .boxes-wrapper .single-box:nth-of-type(even) {
  transform: translateY(100px);
}
.boxes-section .boxes-wrapper .single-box-wrapper {
  background: #fff;
  text-align: center;
  position: relative;
  width: 220px;
  height: 200px;
  margin: auto;
}
.boxes-section .boxes-wrapper .single-box-wrapper:after {
  content: "";
  border: 1px solid #707070;
  border-radius: 15px;
  background: #12284C;
  position: absolute;
  left: -13px;
  bottom: -13px;
  right: -13px;
  height: 85%;
  width: calc(100% + 26px);
}
@media only screen and (max-width: 1199.98px) {
  .boxes-section .boxes-wrapper .single-box-wrapper {
    width: 100%;
  }
}
.boxes-section .boxes-wrapper .single-box-wrapper .content {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 0.5px solid #EDEDED;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  z-index: 5;
  position: relative;
}
.boxes-section .boxes-wrapper .single-box-wrapper .content p {
  text-align: center;
  font: normal normal 600 16.5px/23px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .boxes-section .boxes-wrapper .single-box-wrapper .content p {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.accordion-box {
  padding: 80px 0;
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .accordion-box {
    padding: 50px 0;
  }
}
.accordion-box > .container {
  margin: 30px auto;
}
.accordion-box > .container:not(.full) {
  width: 1050px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .accordion-box > .container {
    padding: 15px !important;
    margin: auto;
  }
}
.accordion-box .image {
  margin: auto;
  width: 90%;
}
.accordion-box .image img {
  width: 100%;
  height: auto;
}
.accordion-box .accordion-boxContent {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .accordion-box .accordion-boxContent {
    margin-top: 60px;
  }
}
.accordion-box .accordion-boxContent-image {
  width: 120px;
}
.accordion-box .accordion-boxContent-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.accordion-box .accordion-boxContent-title {
  text-align: center;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .accordion-box .accordion-boxContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .accordion-box .accordion-boxContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .accordion-box .accordion-boxContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-box .accordion-boxContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .accordion-box .accordion-boxContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .accordion-box .accordion-boxContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .accordion-box .accordion-boxContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .accordion-box .accordion-boxContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .accordion-box .accordion-boxContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.accordion-box .accordion-boxContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  text-align: center !important;
}
html[dir=rtl] .accordion-box .accordion-boxContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.accordion-box .standard-page {
  margin: 0 !important;
}
.accordion-box .standard-page .accordion {
  margin: 40px 0;
}
@media only screen and (max-width: 991.98px) {
  .accordion-box .standard-page .accordion {
    margin: 40px -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .accordion-box .standard-page .accordion.style-2 {
    margin: 40px 0 !important;
  }
}
.accordion-box .content-btn {
  background: #00245D;
  text-align: center;
  font: normal normal 600 13px/25px "Open Sans";
  color: #fff;
  opacity: 1;
  border: 1px solid #00245D;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  letter-spacing: 0px;
  opacity: 1;
  min-width: 240px;
  display: block;
  width: max-content;
  max-width: 100%;
  min-width: 220px;
}
html[dir=rtl] .accordion-box .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .accordion-box .content-btn:hover {
    background-color: #13366f;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #A2AFBE;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .accordion-box .content-btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .accordion-box .content-btn {
    font-size: 12px;
  }
}

.features-section {
  padding: 130px 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 991.98px) {
  .features-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .features-section .container {
    width: 100%;
    max-width: 100%;
  }
}
.features-section .container .row {
  align-items: center;
}
.features-section .container .row .col-content {
  margin: auto;
}
@media (max-width: 992px) {
  .features-section .container .row .col-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .features-section .container .row .col-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .features-section .container .row .col-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .features-section .container .row .col-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .features-section .container .row .col-content {
    max-width: 1170px;
  }
}
.features-sectionContent {
  width: 880px;
  margin: auto;
  max-width: 100%;
}
.features-sectionContent-title {
  text-align: center;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .features-sectionContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .features-sectionContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .features-sectionContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .features-sectionContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .features-sectionContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .features-sectionContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .features-sectionContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .features-sectionContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .features-sectionContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.features-sectionContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  text-align: center;
}
html[dir=rtl] .features-sectionContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.features-section .features-wrapper {
  width: 1050px;
  margin: 30px auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .features-section .features-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features-section .features-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.features-section .features-wrapper .single-features {
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  padding: 30px 15px;
  width: 100%;
  border: 0.5px solid #EDEDED;
}
@media only screen and (min-width: 992px) {
  .features-section .features-wrapper .single-features:nth-of-type(even) {
    background: #00245D;
  }
  .features-section .features-wrapper .single-features:nth-of-type(even) .icon svg path {
    stroke: white;
  }
  .features-section .features-wrapper .single-features:nth-of-type(even) h6,
  .features-section .features-wrapper .single-features:nth-of-type(even) p {
    color: #fff !important;
  }
}
.features-section .features-wrapper .single-features .content {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 20px 18px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .features-section .features-wrapper .single-features .content .icon svg {
    width: 38px;
    height: auto;
  }
}
.features-section .features-wrapper .single-features .content .title {
  text-align: center;
  font: normal normal 600 16.5px/23px "Open Sans";
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .features-section .features-wrapper .single-features .content .title {
    font-size: 14px;
  }
}
html[dir=rtl] .features-section .features-wrapper .single-features .content .title {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.features-section .features-wrapper .single-features .content .description {
  text-align: center;
  font: normal normal 400 14px/1.5 "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .features-section .features-wrapper .single-features .content .description {
    font-size: 13px;
    width: 100%;
  }
}
html[dir=rtl] .features-section .features-wrapper .single-features .content .description {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.features-section .features-wrapper .slick-current .single-features {
  background: #00245D;
}
.features-section .features-wrapper .slick-current .single-features .icon svg path {
  fill: #fff;
}
.features-section .features-wrapper .slick-current .single-features p {
  color: #fff;
}

.choose-section {
  padding: 130px 0;
  background: #fff;
  background-image: url(../images/bg/bg.png);
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .choose-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .choose-section .container {
    width: 100%;
    max-width: 100%;
  }
}
.choose-section .container .row {
  align-items: center;
}
.choose-section .container .row .col-content {
  margin: auto;
}
@media (max-width: 992px) {
  .choose-section .container .row .col-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .choose-section .container .row .col-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .choose-section .container .row .col-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .choose-section .container .row .col-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .choose-section .container .row .col-content {
    max-width: 1170px;
  }
}
.choose-sectionContent {
  width: 800px;
  margin: auto;
  max-width: 100%;
}
.choose-sectionContent-title {
  text-align: center;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .choose-sectionContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .choose-sectionContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .choose-sectionContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .choose-sectionContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .choose-sectionContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .choose-sectionContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .choose-sectionContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .choose-sectionContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .choose-sectionContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.choose-sectionContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  text-align: center;
}
html[dir=rtl] .choose-sectionContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.choose-section .chooseBoxes-wrapper {
  width: 1050px;
  margin: 30px auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .choose-section .chooseBoxes-wrapper {
    margin-top: 40px;
  }
}
.choose-section .chooseBoxes-wrapper .slick-current .single-box .single-box-wrapper:after {
  background: #FAFAFA;
  border-color: #FAFAFA;
}
.choose-section .chooseBoxes-wrapper .slick-current .single-box .single-box-wrapper .content {
  background: #00245D;
}
.choose-section .chooseBoxes-wrapper .slick-current .single-box .single-box-wrapper .content p {
  color: #fff;
}
.choose-section .chooseBoxes-wrapper .single-box {
  width: calc(33.333% - 20px);
  padding: 20px;
}
.choose-section .chooseBoxes-wrapper .single-box.active .single-box-wrapper:after {
  background: #FAFAFA;
  border-color: #FAFAFA;
}
.choose-section .chooseBoxes-wrapper .single-box.active .single-box-wrapper .content {
  background: #00245D;
}
.choose-section .chooseBoxes-wrapper .single-box.active .single-box-wrapper .content p {
  color: #fff;
}
.choose-section .chooseBoxes-wrapper .single-box-wrapper {
  background: #fff;
  text-align: center;
  position: relative;
  width: 220px;
  height: 200px;
  margin: auto;
}
.choose-section .chooseBoxes-wrapper .single-box-wrapper:after {
  content: "";
  border: 1px solid #707070;
  border-radius: 15px;
  background: #12284C;
  position: absolute;
  left: -13px;
  bottom: -13px;
  right: -13px;
  height: 85%;
  width: calc(100% + 26px);
}
@media only screen and (max-width: 1199.98px) {
  .choose-section .chooseBoxes-wrapper .single-box-wrapper {
    width: 100%;
  }
}
.choose-section .chooseBoxes-wrapper .single-box-wrapper .content {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 0.5px solid #EDEDED;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  z-index: 5;
  position: relative;
}
.choose-section .chooseBoxes-wrapper .single-box-wrapper .content p {
  text-align: center;
  font: normal normal 600 16.5px/23px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .choose-section .chooseBoxes-wrapper .single-box-wrapper .content p {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.cards-section {
  padding: 130px 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 991.98px) {
  .cards-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .cards-section .container {
    width: 100%;
    max-width: 100%;
  }
}
.cards-section .container .row {
  align-items: center;
}
.cards-section .container .row .col-content {
  margin: auto;
}
@media (max-width: 992px) {
  .cards-section .container .row .col-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .cards-section .container .row .col-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cards-section .container .row .col-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cards-section .container .row .col-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cards-section .container .row .col-content {
    max-width: 1170px;
  }
}
.cards-sectionContent {
  width: 800px;
  margin: auto;
  max-width: 100%;
}
.cards-sectionContent-title {
  text-align: center;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
}
html[dir=rtl] .cards-sectionContent-title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: center;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .cards-sectionContent-title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .cards-sectionContent-title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cards-sectionContent-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .cards-sectionContent-title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .cards-sectionContent-title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .cards-sectionContent-title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .cards-sectionContent-title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .cards-sectionContent-title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
.cards-sectionContent-description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  text-align: center;
}
html[dir=rtl] .cards-sectionContent-description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
.cards-section .cardsBoxes-wrapper {
  width: 1050px;
  margin: 30px auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .cards-section .cardsBoxes-wrapper {
    margin-top: 40px;
  }
}
.cards-section .cardsBoxes-wrapper .slick-current .single-box .single-box-wrapper:after {
  background: #FAFAFA;
  border-color: #FAFAFA;
}
.cards-section .cardsBoxes-wrapper .slick-current .single-box .single-box-wrapper .content {
  background: #00245D;
}
.cards-section .cardsBoxes-wrapper .slick-current .single-box .single-box-wrapper .content p {
  color: #fff;
}
.cards-section .cardsBoxes-wrapper .single-cards {
  width: calc(33.333% - 20px);
  padding: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .cards-section .cardsBoxes-wrapper .single-cards:hover .content {
    transform: translateY(-10px);
    transition: all ease-in-out 0.5s;
  }
}
.cards-section .cardsBoxes-wrapper .single-cards .content {
  width: 230px;
  max-width: 100%;
  margin: auto;
  transition: all ease-in-out 0.5s;
}
.cards-section .cardsBoxes-wrapper .single-cards .content .icon img {
  height: 55px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.cards-section .cardsBoxes-wrapper .single-cards .content .title {
  text-align: center;
  font: normal normal 600 16.5px/23px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  margin: 30px auto 15px;
  text-decoration: none;
}
html[dir=rtl] .cards-section .cardsBoxes-wrapper .single-cards .content .title {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.cards-section .cardsBoxes-wrapper .single-cards .content .text {
  text-align: center;
  font: normal normal normal 15px/23px "Open Sans";
  text-decoration: none;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
html[dir=rtl] .cards-section .cardsBoxes-wrapper .single-cards .content .text {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}

.broker-intro {
  padding: 80px 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 991.98px) {
  .broker-intro {
    padding: 50px 0;
  }
}
.broker-intro .row {
  align-items: center;
}
.broker-intro-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  width: 556px;
}
.broker-intro-content .content-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
}
html[dir=rtl] .broker-intro-content .content-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .broker-intro-content .content-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .broker-intro-content .content-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.broker-intro-content .content-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.broker-intro-content p {
  text-align: left;
  font: normal normal 400 16px/30px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  opacity: 1;
}
html[dir=rtl] .broker-intro-content p {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .broker-intro-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.broker-intro-content .link-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  position: relative;
  padding: 0 0 10px 0;
}
.broker-intro-content .link-btn::before, .broker-intro-content .link-btn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #16284C;
  transition: all ease-in-out 0.5s;
}
.broker-intro-content .link-btn::before {
  transform: translateX(-50%);
}
.broker-intro-content .link-btn::after {
  transform: translateX(-250%);
}
.broker-intro-content .link-btn .svg svg {
  height: 16px;
  display: block;
}
.broker-intro-content .link-btn .text {
  text-align: left;
  font: normal normal 600 15px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #082559;
}
html[dir=rtl] .broker-intro-content .link-btn .text {
  text-align: right;
  letter-spacing: 0px;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.broker-intro .broker-slider {
  overflow: hidden;
  padding: 0 25px;
}
@media only screen and (max-width: 1199.98px) {
  .broker-intro .broker-slider {
    margin: 50px auto 0;
    padding: 0 20px;
  }
}
.broker-intro .broker-slider .slide-content {
  display: flex;
  background: #00245D;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .broker-intro .broker-slider .slide-content {
    flex-direction: column;
  }
}
.broker-intro .broker-slider .slide-content .image {
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .broker-intro .broker-slider .slide-content .image {
    width: 100%;
  }
}
.broker-intro .broker-slider .slide-content .image img {
  aspect-ratio: 63/80;
  height: auto;
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .broker-intro .broker-slider .slide-content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.broker-intro .broker-slider .slide-content .content {
  width: 50%;
  padding: 20px 30px;
}
@media only screen and (max-width: 769px) {
  .broker-intro .broker-slider .slide-content .content {
    width: 100%;
    padding: 40px 15px !important;
  }
}
.broker-intro .broker-slider .slide-content .content .title {
  text-align: left;
  font: normal normal bold 40px/50px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  margin: 15px 0 25px;
  animation-delay: 0.2s !important;
  color: #fff;
  margin: 0 0 10px 0 !important;
  font-size: 30px;
  line-height: 1.2;
}
html[dir=rtl] .broker-intro .broker-slider .slide-content .content .title {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 75px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .broker-intro .broker-slider .slide-content .content .title {
    line-height: 45px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .broker-intro .broker-slider .slide-content .content .title {
    line-height: 40px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .broker-intro .broker-slider .slide-content .content .title {
    line-height: 35px;
    line-height: 1.6 !important;
  }
}
@media only screen and (max-width: 769px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
  html[dir=rtl] .broker-intro .broker-slider .slide-content .content .title {
    line-height: 30px;
    line-height: 1.6 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .broker-intro .broker-slider .slide-content .content .title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px !important;
  }
}
.broker-intro .broker-slider .slide-content .content .description {
  text-align: left;
  font: normal normal 400 16px/25px "Open Sans";
  letter-spacing: 0px;
  color: #141414;
  text-decoration: none;
  display: block;
  animation-delay: 1.2s !important;
  font-size: 14px;
  color: #fff;
}
html[dir=rtl] .broker-intro .broker-slider .slide-content .content .description {
  font-family: "Cairo";
  letter-spacing: 0px;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .broker-intro .broker-slider .slide-content .content .description {
    font-size: 12px;
  }
}
.broker-intro .broker-slider .slick-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #F0F0F0;
  border: none;
  box-shadow: none;
  z-index: 5;
  opacity: 1;
  border-radius: 50%;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .broker-intro .broker-slider .slick-btn {
    width: 40px;
    height: 40px;
  }
}
.broker-intro .broker-slider .slick-btn.slick-next {
  right: 0;
}
.broker-intro .broker-slider .slick-btn.slick-prev {
  left: 0;
}

.broker-page .progress-container {
  width: 100%;
  height: 5px;
  background: #E1E1E1;
  opacity: 1;
  margin: 50px auto 0;
}
.broker-page .progress-container .progress-bar {
  background: #00245D;
  opacity: 1;
  height: 5px;
  width: 10%;
  transition: all ease-in-out 0.5s;
  border-radius: 0px;
}

/* jobs listing */
#jobs {
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs {
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#jobs table {
  width: 100%;
}
#jobs table th {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 769px) {
  #jobs table th {
    display: none !important;
    width: 100% !important;
    clear: both;
    box-sizing: border-box;
  }
}
#jobs table th i {
  margin-left: 10px;
  font-size: 12px;
  color: #b2b2b2;
  position: relative;
  top: -2px;
}
html[dir=rtl] #jobs table th i {
  margin-left: 0px;
  margin-right: 10px;
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
#jobs table th.text-right {
  text-align: right;
}
html[dir=rtl] #jobs table th.text-right {
  text-align: left;
  line-height: 1.6 !important;
}
#jobs table tbody .text-left {
  text-align: left;
}
#jobs table tbody .text-right {
  text-align: right;
}
#jobs table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
#jobs table tbody tr td {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs table tbody tr td {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs table tbody tr td {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    clear: both;
    box-sizing: border-box;
  }
}
#jobs table tbody tr td h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.813em;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs table tbody tr td h6 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs table tbody tr td h6 {
    font-size: 1.6em;
  }
}
#jobs table tbody tr td h6 a {
  color: #000;
}
#jobs table tbody tr td span {
  color: #333333;
  font-size: 1.375em;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs table tbody tr td span {
    font-size: 1.2em;
  }
}
#jobs table tbody tr td .btn--apply {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  height: 66px;
  font-family: "Inter", sans-serif;
  line-height: 66px;
  background: #00245D;
  padding-left: 44px;
  padding-right: 44px;
  display: inline-block;
}
@media only screen and (max-width: 991.98px) {
  #jobs table tbody tr td .btn--apply {
    height: 56px;
    line-height: 56px;
  }
}

/* jobs detials */
#jobs__details {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9f9;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details {
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs__details {
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
html[dir=rtl] #jobs__details .col-md-5 {
  float: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  html[dir=rtl] #jobs__details .col-md-5 {
    float: none;
  }
}
#jobs__details .intro__headline h2 {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
}
html[dir=rtl] #jobs__details .intro__headline h2 {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .intro__headline h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs__details .intro__headline h2 {
    font-size: 21px;
    line-height: 29px;
  }
}
#jobs__details .intro__headline h2 h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
#jobs__details .jobs__content h3 {
  font-family: "Inter", sans-serif;
  margin-bottom: 35px;
  font-size: 1.688em;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .jobs__content h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs__details .jobs__content h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details .jobs__content h3 {
    margin-bottom: 15px;
  }
}
#jobs__details .jobs__content p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .jobs__content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs__details .jobs__content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details .jobs__content p {
    margin-bottom: 15px;
  }
}
#jobs__details .jobs__content p:last-child {
  margin-bottom: 0px;
}
#jobs__details .jobs__content ul li {
  display: block;
  color: #333333;
  font-size: 1.125em;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
html[dir=rtl] #jobs__details .jobs__content ul li {
  padding-left: 0%;
  padding-right: 30px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .jobs__content ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details .jobs__content ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#jobs__details .jobs__content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #00245D;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 21px;
  display: block;
}
html[dir=rtl] #jobs__details .jobs__content ul li:before {
  left: auto;
  right: 0px;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .jobs__content ul li:before {
    top: 18px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details .jobs__content ul li:before {
    top: 17px;
  }
}
#jobs__details .jobs__content .summary {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #jobs__details .jobs__content .summary {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  #jobs__details .jobs__content .summary {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #jobs__details .jobs__content .summary {
    margin-bottom: 15px;
  }
}

.navFund-page {
  margin: 90px auto;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page {
    margin: 50px auto;
  }
}
.navFund-page .nav-fund-listing li a {
  text-align: left;
  font: normal normal 600 17px/33px "Open Sans";
  letter-spacing: 0px;
  color: #0F1622;
  text-decoration: none;
  opacity: 1;
}
html[dir=rtl] .navFund-page .nav-fund-listing li a {
  text-align: right;
  letter-spacing: 0;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.navFund-page .tabs {
  display: flex;
  background: #fff;
  width: 100%;
}
.navFund-page .tabs .tablinks {
  padding: 15px;
  cursor: pointer;
  flex-grow: 1;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  font: normal normal 600 18px/28px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  border: 0.5px solid #E5E5E5;
  border-bottom: 0;
}
html[dir=rtl] .navFund-page .tabs .tablinks {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page .tabs .tablinks {
    font-size: 15px;
    padding: 12px 15px;
  }
}
.navFund-page .tabs .tablinks:not(:last-of-type) {
  border-right: 0;
}
.navFund-page .tabs .tablinks.active {
  background: #00245D;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.navFund-page .tabcontent {
  display: none;
}
.navFund-page .tabcontent-wrapper {
  margin: 20px auto;
  width: 100%;
}
.navFund-page .tabcontent-wrapper .info-table .info-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.navFund-page .tabcontent-wrapper .info-table .info-row .col-20 {
  width: 20%;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page .tabcontent-wrapper .info-table .info-row .col-20 {
    width: 40%;
  }
}
.navFund-page .tabcontent-wrapper .info-table .info-row .col-30 {
  width: 30%;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page .tabcontent-wrapper .info-table .info-row .col-30 {
    width: 60%;
  }
}
.navFund-page .tabcontent-wrapper .info-table .info-row .col-80 {
  width: 80%;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page .tabcontent-wrapper .info-table .info-row .col-80 {
    width: 60%;
  }
}
.navFund-page .tabcontent-wrapper .info-table .info-row .col-100 {
  width: 100%;
}
.navFund-page .tabcontent-wrapper .info-table .info-row span {
  width: 100%;
  padding: 15px 10px;
  display: block;
  border-bottom: 2px solid #d9e2e5;
  height: 100%;
}
.navFund-page .tabcontent-wrapper .info-table .info-row .title {
  text-align: left;
  font: normal normal bold 16px/20px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #00245D;
  opacity: 1;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .info-table .info-row .title {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .navFund-page .tabcontent-wrapper .info-table .info-row .title {
    font-size: 12px;
  }
}
.navFund-page .tabcontent-wrapper .info-table .info-row .value {
  font: normal normal 600 16px/20px "Inter", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  color: #484848;
  text-align: left;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .info-table .info-row .value {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 769px) {
  .navFund-page .tabcontent-wrapper .info-table .info-row .value {
    font-size: 12px;
  }
}
.navFund-page .tabcontent-wrapper .info-table .info-note {
  margin: 20px auto;
}
.navFund-page .tabcontent-wrapper .info-table .info-note ul {
  list-style: disc;
}
.navFund-page .tabcontent-wrapper .info-table .info-note ul li {
  list-style-position: inside;
  font: normal normal 600 16px/20px "Inter", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  color: #9F9F9F;
  margin: 0 0 10px 0;
  text-align: left;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .info-table .info-note ul li {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .navFund-page .tabcontent-wrapper .info-table .info-note ul li {
    font-size: 10px;
  }
}
.navFund-page .tabcontent-wrapper .table {
  margin: 30px auto;
}
.navFund-page .tabcontent-wrapper .table #performanceTable tfoot tr,
.navFund-page .tabcontent-wrapper .table #performanceTable thead tr {
  background: #00245D;
  font: normal normal 600 14px/28px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.navFund-page .tabcontent-wrapper .table #performanceTable tfoot tr td:first-of-type,
.navFund-page .tabcontent-wrapper .table #performanceTable thead tr td:first-of-type {
  text-align: left;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable tfoot tr td:first-of-type,
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable thead tr td:first-of-type {
  text-align: right;
  line-height: 1.6 !important;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable tfoot tr,
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable thead tr {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
.navFund-page .tabcontent-wrapper .table #performanceTable tbody tr {
  font: normal normal 600 14px/28px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.navFund-page .tabcontent-wrapper .table #performanceTable tbody tr td:first-of-type {
  text-align: left;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable tbody tr td:first-of-type {
  text-align: right;
  line-height: 1.6 !important;
}
html[dir=rtl] .navFund-page .tabcontent-wrapper .table #performanceTable tbody tr {
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.navFund-page .tabcontent-wrapper .table * {
  font-family: "Inter", sans-serif;
}

.table-data .chart_tab {
  background: #fff;
  display: block;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}

#body .container #listing .list td.ltitle {
  background-color: #092b63 !important;
  font-family: "robotomedium";
}

.list {
  font-family: "robotomedium";
}

.table-data .chart_tab dl.tbl {
  padding: 10px 14px;
  border-bottom: 1px solid #d9e2e5;
}

.table-data .chart_tab dl.tbl dt {
  font-size: 11px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: right;
  width: 30%;
  padding-right: 14px;
  margin-top: 3px;
  vertical-align: top;
  font-family: "HelveticaLTStd-Bold";
}

.table-data .chart_tab dl.tbl dt,
.table-data .chart_tab dl.tbl dd {
  display: inline-block;
  font-size: 1.2em;
}

.table-data .chart_tab dl.tbl dd {
  font-family: "robotomedium";
}

.table-data .chart_tab .abstract {
  padding: 0 14px;
}

.table-data .chart_tab .abstract ul {
  margin: 1em 0;
  padding: 0 15px;
  font-size: 1.2em;
  list-style: inside disc;
  line-height: 34px;
}

.paging a {
  border: none;
  font-family: "robotomedium";
  font-size: 18px;
  color: #c0c0c0;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  border: 0px solid #BFBFBF;
  padding: 3px 5px;
  background-color: transparent;
}

.paging a font {
  color: #c0c0c0 !important;
}

.paging a:hover font {
  color: #092b63 !important;
}

.paging a:hover {
  background-color: transparent !important;
  color: #092b63 !important;
}

.paging {
  text-align: center;
}

#body .container #listing {
  margin-bottom: 30px;
}

.paging span {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: #092b63 !important;
  font-family: "robotomedium";
  font-size: 18px;
}

.landing {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.85s ease;
  background-color: transparent;
  padding: 25px 0;
}
.landing-header .logo img {
  height: 50px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .landing-header .logo img {
    height: 35px;
  }
}
.landing-header .nav-item {
  text-align: left;
  letter-spacing: 0.37px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  padding: 7px 0;
  margin: 0 5px;
}
.landing-header .nav-item img {
  display: none;
}
.landing-header .nav-item.language {
  font-family: "Cairo";
}
html[dir=rtl] .landing-header .nav-item.language {
  font-family: "Open Sans";
  line-height: 1.6 !important;
}
.landing-header .nav-item.link {
  font-family: "Open Sans";
}
html[dir=rtl] .landing-header .nav-item.link {
  font-family: "Cairo";
  line-height: 1.6 !important;
}
html[dir=rtl] .landing-header .nav-item {
  text-align: right;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .landing-header .nav-item:hover {
    color: #2D71D1;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
  }
}
.landing-content {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  flex-grow: 1;
  margin: auto;
  display: flex;
  align-items: center;
}
.landing-content .mainText-title {
  text-align: left;
  font: normal normal 600 30px/38px "Inter", sans-serif;
  color: #0F1622;
  text-decoration: none;
  display: block;
  animation-delay: 0.2s !important;
  letter-spacing: 0px;
  text-align: center;
  margin: 0px auto 15px;
  color: white;
}
html[dir=rtl] .landing-content .mainText-title {
  font-family: "Cairo";
  letter-spacing: 0;
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .landing-content .mainText-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .landing-content .mainText-title {
    font-size: 21px;
    line-height: 29px;
  }
}
.landing-content .mainText-title h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
html[dir=rtl] .landing-content .mainText-title {
  font-family: "Cairo";
  text-align: center;
  line-height: 1.6 !important;
}
.landing-content .mainText-text {
  text-align: center;
  font: normal normal 400 16px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .landing-content .mainText-text {
    width: 100%;
  }
}
html[dir=rtl] .landing-content .mainText-text {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
.landing-content .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 25px auto;
}
@media (min-width: 768px) {
  .landing-content .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.landing-content .cards-wrapper .single-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) {
  .landing-content .cards-wrapper .single-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 255, 255, 0.7);
    transition: all ease-in-out 0.3s;
  }
}
@media (min-width: 768px) {
  .landing-content .cards-wrapper .single-card {
    padding: 2rem 2.5rem;
  }
}
.landing-content .cards-wrapper .single-card .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 36, 93, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .landing-content .cards-wrapper .single-card .icon {
    width: 3rem;
    height: 3rem;
  }
}
.landing-content .cards-wrapper .single-card .icon img {
  width: 100%;
  height: 100%;
}
.landing-content .cards-wrapper .single-card .content-title {
  text-align: left;
  font: normal normal 600 18px/24px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin-bottom: 0.75rem;
}
html[dir=rtl] .landing-content .cards-wrapper .single-card .content-title {
  font-family: "Cairo";
  text-align: right;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .landing-content .cards-wrapper .single-card .content-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.landing-content .cards-wrapper .single-card .content-text {
  text-align: left;
  font: normal normal 400 15px/25px "Inter", sans-serif;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  max-width: 100%;
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}
html[dir=rtl] .landing-content .cards-wrapper .single-card .content-text {
  text-align: right;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .landing-content .cards-wrapper .single-card .content-text {
    font-size: 13px;
    line-height: 20px;
  }
}
.landing-content .cards-wrapper .single-card .content-btn {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  font: normal normal 600 16px/16px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #2D71D1;
  opacity: 1;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .landing-content .cards-wrapper .single-card .content-btn {
    font-size: 14px;
  }
}
html[dir=rtl] .landing-content .cards-wrapper .single-card .content-btn {
  text-align: center;
  font-family: "Cairo";
  line-height: 1.6 !important;
}
@media only screen and (min-width: 1200px) {
  .landing-content .cards-wrapper .single-card .content-btn:hover svg {
    transform: translateX(5px);
    transition: all ease-in-out 0.5s;
  }
}
.landing-content .cards-wrapper .single-card .content-btn svg {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  transition: all ease-in-out 0.5s;
}
html[dir=rtl] .landing-content .cards-wrapper .single-card .content-btn svg {
  transform: rotate(180deg);
  line-height: 1.6 !important;
}
.landing-footer .copyrights {
  width: 100%;
  padding: 25px 0;
}
.landing-footer .copyrights-content {
  text-align: center;
  font: normal normal normal 14px/22px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
.landing-footer .copyrights-content a {
  color: #fff !important;
  text-decoration: none;
}
html[dir=rtl] .landing-footer .copyrights-content {
  font-family: "Cairo";
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 991.98px) {
  .landing-footer .copyrights-content {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
.landing-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 36, 93, 0.8);
  z-index: -1;
}

.medium {
  font-weight: 600 !important;
}

.max-45 {
  max-width: 45%;
}

.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-100 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .mt-100 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 30px !important;
  }
}

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

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

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

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

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

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

.mb-150 {
  margin-bottom: 150px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .mb-150 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-150 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 769px) {
  .mb-150 {
    margin-bottom: 70px !important;
  }
}

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

@media only screen and (max-width: 991.98px) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

.align-items-end {
  align-items: end;
}

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

.bg-white {
  background: #fff !important;
}

.bg-colored {
  background: transparent !important;
}

.py-section {
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .py-section {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=main.css.map */
