@charset "UTF-8";
@import url(../lib/fontawesome/css/all.css);
@import url(../lib/bootstrap/css/bootstrap.min.css);
@import url(../lib/owlcarousel/css/owl.carousel.min.css);
@import url(../lib/fancybox/css/jquery.fancybox.min.css);
@import url(../lib/animate/css/animate.min.css);
body {
  overflow-x: hidden; }
  body::-webkit-scrollbar-track {
    background-color: #fff; }
  body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #fff; }
  body::-webkit-scrollbar-thumb {
    background-color: #0c2c83;
    border-radius: 5px; }

/* Cabin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../fonts/Cabin/cabin.woff2) format("woff2"); }
/* Yellowtail */
@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Yellowtail/yellowtail.woff2) format("woff2"); }
/* Arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/cairo/cairo.woff2") format("woff2"); }
.section {
  padding: 60px 0 60px; }
  .section.section-lightdark {
    background-color: #e9ecef; }
  .section.section-dark {
    background-color: #212529; }
  .section.parallax {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative; }
    .section.parallax::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7); }

.header {
  background-color: #fff;
  transition: all .5s ease-in-out;
  width: 100%; }
  .header .header-top {
    background-color: #0c2c83; }
    .header .header-top .contact p {
      margin: 0;
      color: #fff; }
    .header .header-top .contact a {
      color: #fff;
      text-decoration: none; }
    .header .header-top .top-menu i {
      color: #fff; }
    .header .header-top .top-menu .language-btn {
      text-transform: capitalize; }
      .header .header-top .top-menu .language-btn.active {
        font-weight: 600;
        cursor: not-allowed;
        pointer-events: none; }
  .header.sticky {
    position: fixed;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11); }
    .header.sticky .header-top {
      display: none; }
    .header.sticky .navbar {
      padding: 0; }
      .header.sticky .navbar .page-logo a .logo {
        background-color: transparent;
        border-radius: 0;
        max-height: 45px; }
  .header .navbar {
    padding: 10px 0; }
    .header .navbar .site-menu {
      flex-grow: 0; }
      .header .navbar .site-menu .navbar-nav {
        padding: 0; }
        .header .navbar .site-menu .navbar-nav .nav-item .nav-link {
          color: #212529;
          padding: 15px 17px; }
          .header .navbar .site-menu .navbar-nav .nav-item .nav-link:hover, .header .navbar .site-menu .navbar-nav .nav-item .nav-link.active {
            color: #0c2c83; }
          .header .navbar .site-menu .navbar-nav .nav-item .nav-link.active {
            font-weight: 600; }
        .header .navbar .site-menu .navbar-nav .nav-item.dropdown .nav-link::after {
          content: '\f078';
          font-family: "Font Awesome 6 Pro";
          border: none;
          font-weight: 400;
          font-size: 1em;
          vertical-align: unset;
          transition: all 0.7s; }
        .header .navbar .site-menu .navbar-nav .nav-item.dropdown .nav-link.show {
          color: #0c2c83 !important; }
          .header .navbar .site-menu .navbar-nav .nav-item.dropdown .nav-link.show::after {
            transform: rotate(180deg); }
        .header .navbar .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
          padding: 0;
          overflow: hidden;
          background-color: rgba(0, 0, 0, 0.65); }
          .header .navbar .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
            color: #fff !important; }
            .header .navbar .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover, .header .navbar .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item.active, .header .navbar .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:focus {
              background-color: #0c2c83; }

.page-logo {
  flex-grow: 1; }
  .page-logo a .logo {
    border-radius: 5px;
    max-height: 70px; }

.footer {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #f3f3f3; }
  .footer .footer-top {
    padding: 0 0 2rem; }
    .footer .footer-top .page-logo {
      margin: 0 0 1rem; }
      .footer .footer-top .page-logo .logo {
        max-height: 45px; }
    .footer .footer-top p {
      color: #212529;
      font-size: .8rem;
      font-weight: 600; }
    .footer .footer-top .title {
      color: #0c2c83; }
    .footer .footer-top .list-group .list-group-item {
      color: #212529;
      font-weight: 600;
      font-size: 0.8rem;
      display: flex;
      align-items: baseline; }
      .footer .footer-top .list-group .list-group-item i {
        margin: 0 .5rem 0 0;
        color: #0c2c83; }
      .footer .footer-top .list-group .list-group-item a {
        color: #212529;
        text-decoration: none; }
        .footer .footer-top .list-group .list-group-item a:hover {
          color: #0c2c83; }
    .footer .footer-top .list-group a.list-group-item:hover {
      color: #0c2c83; }
  .footer .footer-bottom {
    border-top: 1px solid #dee2e6; }
    .footer .footer-bottom .copyright {
      color: #212529; }
      .footer .footer-bottom .copyright p {
        margin: 0; }
        .footer .footer-bottom .copyright p a {
          text-decoration: none;
          color: #212529; }
          .footer .footer-bottom .copyright p a:hover, .footer .footer-bottom .copyright p a:focus {
            color: #0c2c83; }
  .footer .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #0c2c83;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100% !important;
    display: none;
    cursor: pointer; }
    .footer .scroll-to-top.active {
      display: block; }
    .footer .scroll-to-top i {
      color: #fff;
      font-size: 1.3em; }

.social-media .list-group-item {
  background-color: transparent;
  border: none;
  color: #fff; }

.contacts .ba-list-group .list-group-item {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ced4da;
  margin: 0 0 13px;
  padding: 0 0 13px;
  border-radius: 0;
  color: #212529; }
  .contacts .ba-list-group .list-group-item:last-child {
    border: none;
    margin: 0;
    padding: 0; }
  .contacts .ba-list-group .list-group-item a {
    text-decoration: none;
    color: #212529;
    transition: all 1s; }
    .contacts .ba-list-group .list-group-item a:hover, .contacts .ba-list-group .list-group-item a:focus {
      color: #0c2c83; }
  .contacts .ba-list-group .list-group-item i {
    font-size: 1.5em;
    color: #0c2c83;
    min-width: 50px;
    text-align: center; }

.page-bar {
  background-color: #f1f1f1;
  padding: 1em 0;
  display: flex; }
  .page-bar .page-title {
    margin: 0;
    color: #0c2c83;
    font-size: 1.5rem;
    z-index: 1; }
  .page-bar nav {
    --bs-breadcrumb-divider: '-';
    z-index: 1; }
    .page-bar nav .breadcrumb {
      margin: 0;
      justify-content: end; }
      .page-bar nav .breadcrumb .breadcrumb-item::before {
        color: #0c2c83; }
      .page-bar nav .breadcrumb .breadcrumb-item a {
        color: #0c2c83;
        text-decoration: none; }
        .page-bar nav .breadcrumb .breadcrumb-item a:hover, .page-bar nav .breadcrumb .breadcrumb-item a:focus {
          color: #0c2c83; }
        .page-bar nav .breadcrumb .breadcrumb-item a i {
          font-size: 2em; }
      .page-bar nav .breadcrumb .breadcrumb-item.active {
        color: #0c2c83; }

.section-bar {
  text-align: center; }
  .section-bar .section-title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 40px;
    position: relative;
    display: inline-block; }
    .section-bar .section-title span {
      background-color: #fff;
      padding: 0 15px;
      color: #495057;
      position: relative;
      z-index: 1; }
    .section-bar .section-title::after, .section-bar .section-title::before {
      content: '';
      width: 150%;
      height: 1px;
      background-color: #0c2c83;
      position: absolute;
      display: inline-block;
      left: -25%; }
    .section-bar .section-title::after {
      top: 20px; }
    .section-bar .section-title::before {
      top: 15px; }

.section-dark .section-bar .section-title span {
  color: #fff;
  background-color: #141313; }

.title {
  position: relative; }
  .title h3 {
    font-size: 60px;
    color: #0c2c83;
    margin-bottom: 30px;
    text-align: center; }
  .title p {
    color: #212529;
    margin: 0; }
  .title.white h3 {
    color: #fff; }
  .title .text-start h3 {
    text-align: start; }
  .title.text-sm h3 {
    font-size: 25px;
    text-align: unset;
    margin: 0 0 8px; }

.ba-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  text-align: center; }
  .ba-loading .loading-spinner {
    display: inline-block;
    margin: 23% 0 0; }
    .ba-loading .loading-spinner:after {
      content: '';
      display: block;
      width: 64px;
      height: 64px;
      margin: 8px;
      border-radius: 100%;
      border: 4px solid #fff;
      border-color: #fff transparent #0c2c83 transparent;
      animation: loading 1.2s linear infinite; }

.ba-btn {
  color: #fff;
  transition: all .5s ease;
  position: relative; }

.ba-btn-borderd {
  border: 1px solid;
  border-radius: 15px;
  padding: 8px 30px; }
  .ba-btn-borderd.border-default {
    border-color: #0c2c83;
    color: #0c2c83; }
    .ba-btn-borderd.border-default:hover, .ba-btn-borderd.border-default:focus {
      background-color: #0c2c83;
      color: #fff; }

.btn-ba-default {
  background-color: #0c2c83;
  color: #fff; }
  .btn-ba-default:hover, .btn-ba-default:focus {
    background-color: #0c2c83;
    color: #fff; }

.btn-white {
  background-color: #fff;
  color: #000; }
  .btn-white:hover, .btn-white:focus {
    background-color: #fff;
    color: #000; }

.btn-black {
  background-color: #000;
  color: #fff; }
  .btn-black:hover, .btn-black:focus {
    background-color: #000;
    color: #fff; }

.btn-green {
  background-color: #006f00;
  color: #fff; }
  .btn-green:hover, .btn-green:focus {
    background-color: #006f00;
    color: #fff; }

.btn-blue {
  background-color: #0d6efd;
  color: #fff; }
  .btn-blue:hover, .btn-blue:focus {
    background-color: #0d6efd;
    color: #fff; }

.btn-orange {
  background-color: #df6900;
  color: #fff; }
  .btn-orange:hover, .btn-orange:focus {
    background-color: #df6900;
    color: #fff; }

.btn-purple {
  background-color: #6f42c1;
  color: #fff; }
  .btn-purple:hover, .btn-purple:focus {
    background-color: #6f42c1;
    color: #fff; }

.btn-red {
  background-color: #ac0000;
  color: #fff; }
  .btn-red:hover, .btn-red:focus {
    background-color: #ac0000;
    color: #fff; }

.btn-light {
  background-color: #f8f9fa;
  color: #212529; }
  .btn-light:hover, .btn-light:focus {
    background-color: #f8f9fa;
    color: #212529; }

.btn-gray {
  background-color: #6c757d;
  color: #fff; }
  .btn-gray:hover, .btn-gray:focus {
    background-color: #6c757d;
    color: #fff; }

.btn-darkgray {
  background-color: #212529;
  color: #fff; }
  .btn-darkgray:hover, .btn-darkgray:focus {
    background-color: #212529;
    color: #fff; }

.btn-transparent {
  background-color: transparent;
  color: #0c2c83;
  border: 1px solid #0c2c83; }
  .btn-transparent:hover, .btn-transparent:focus, .btn-transparent.active {
    background-color: #0c2c83;
    color: #fff; }

.ba-form .form-title {
  color: #212529;
  font-size: 1.4em;
  margin: 20px 0; }
.ba-form .form-group {
  margin: 0 0 10px; }
  .ba-form .form-group .control-label {
    color: #212529;
    margin: 0 0 0.5rem;
    font-weight: 600; }
  .ba-form .form-group .form-control {
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 0; }
    .ba-form .form-group .form-control:focus {
      border-color: #0c2c83;
      box-shadow: 0 0 #0c2c83;
      outline: none; }
    .ba-form .form-group .form-control::placeholder {
      color: #adb5bd; }
    .ba-form .form-group .form-control[type="date"], .ba-form .form-group .form-control[type="time"] {
      color: #adb5bd; }
      .ba-form .form-group .form-control[type="date"]::-webkit-calendar-picker-indicator, .ba-form .form-group .form-control[type="time"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
        opacity: 0.8;
        filter: invert(0.5); }
  .ba-form .form-group .input-icon {
    position: relative; }
    .ba-form .form-group .input-icon .form-control {
      padding: .5rem .5rem .5rem 2.5rem; }
    .ba-form .form-group .input-icon i {
      position: absolute;
      color: #0c2c83;
      top: 13px;
      left: 15px; }
.ba-form .form-action {
  padding: 0;
  display: flex; }
  .ba-form .form-action .btn-ba- {
    padding: 16px 65px;
    font-size: 24px; }

.ba-card .card {
  border: none;
  margin: 10px 0;
  overflow: hidden;
  text-decoration: none;
  transition: all 1s;
  background-color: transparent; }
  .ba-card .card .card-image {
    transition: all 1s;
    overflow: hidden; }
    .ba-card .card .card-image .card-img {
      transition: all 1s;
      max-height: 195px;
      min-height: 195px;
      object-fit: cover; }
    .ba-card .card .card-image.img-h-425 .card-img {
      max-height: 425px;
      object-fit: cover; }
    .ba-card .card .card-image.icon {
      width: 150px;
      height: 150px;
      line-height: 150px;
      margin: 0 auto 20px;
      border-radius: 100%;
      background-color: #0c2c83;
      text-align: center; }
      .ba-card .card .card-image.icon i {
        font-size: 2em;
        color: #fff; }
  .ba-card .card .card-body .card-title {
    min-height: 25px;
    margin: 0;
    text-align: center; }
  .ba-card .card:hover .card-image .card-img {
    transform: scale(1.1); }
.ba-card.card-partner .card {
  border: none;
  border-radius: 0; }
  .ba-card.card-partner .card .card-image {
    min-height: 140px;
    display: flex;
    align-items: center;
    padding: 1rem; }
    .ba-card.card-partner .card .card-image .card-img {
      max-width: 200px;
      min-height: unset;
      object-fit: cover; }

.ba-list-group .list-group-item.text-default {
  color: #0c2c83; }
.ba-list-group.list-group-flush {
  background-color: transparent;
  border: none;
  padding: 0; }

.ba-media.image img {
  width: 100%; }
.ba-media.image.img-h-150 img {
  width: unset;
  max-height: 150px; }
.ba-media.image.img-h-300 img {
  object-fit: cover;
  max-height: 300px; }
.ba-media.image.img-h-425 img {
  max-height: 425px; }

.ba-text p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 32px;
  color: #6c757d; }
  .ba-text p strong {
    color: #0c2c83; }

.ba-slider .owl-carousel .owl-nav {
  position: absolute;
  width: 90%;
  top: 45%;
  left: 5%;
  margin: 0;
  z-index: 999; }
  .ba-slider .owl-carousel .owl-nav button {
    position: absolute;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    opacity: .3;
    transition: all .5s ease-in-out; }
    .ba-slider .owl-carousel .owl-nav button:hover {
      opacity: 1; }
    .ba-slider .owl-carousel .owl-nav button.owl-prev {
      left: 0;
      transform: rotate(180deg); }
    .ba-slider .owl-carousel .owl-nav button.owl-next {
      right: 0; }
.ba-slider .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
  z-index: 99; }
  .ba-slider .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid #0c2c83;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px 0; }
  .ba-slider .owl-carousel .owl-dots .owl-dot.active span, .ba-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #0c2c83; }
.ba-slider.home-slider .owl-home {
  min-height: 635px; }
  .ba-slider.home-slider .owl-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .ba-slider.home-slider .owl-home img {
    min-height: 635px;
    max-height: 635px;
    object-fit: cover; }
  .ba-slider.home-slider .owl-home .owl-nav button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3em; }
.ba-slider.home-slider .slide-content {
  position: absolute;
  z-index: 9;
  width: 80%;
  bottom: 10%;
  left: 10%;
  text-align: center;
  padding: 90px 0 0; }
  .ba-slider.home-slider .slide-content .logo-intro img {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 10px; }
  .ba-slider.home-slider .slide-content h2 {
    font-size: 40px;
    text-align: start;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
  .ba-slider.home-slider .slide-content h4 {
    font-size: 22px;
    text-align: start;
    color: #fff;
    margin-top: 10px; }
  .ba-slider.home-slider .slide-content p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    text-align: center;
    position: relative;
    left: 0;
    width: 100%; }
    .ba-slider.home-slider .slide-content p::before {
      content: '';
      background: url(../../images/dividers/slide-separator.png) no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 25px;
      display: inline-block;
      margin: 15px 0; }
.ba-slider .owl-project .owl-stage-outer .owl-stage .owl-item .item img {
  height: 365px;
  object-fit: cover; }

.fancybox-container .fancybox-inner .fancybox-infobar span[data-fancybox-count] {
  color: #0c2c83;
  font-size: 1rem;
  font-weight: 600; }
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--play svg path {
  fill: #0c2c83; }
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--pause svg path {
  fill: #df6900; }
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--close svg path {
  fill: #ac0000; }
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900; }
  .fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom svg {
    display: none; }
  .fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom::before {
    content: ""; }
.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
  background-color: #0c2c83; }
  .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button svg path {
    fill: #fff; }
.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .fancybox-button.fancybox-close-small {
  display: none;
  background-color: transparent; }
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .fancybox-button.fancybox-close-small svg path {
    fill: #ac0000; }
.fancybox-container .fancybox-inner .fancybox-caption .fancybox-caption__body {
  color: #0c2c83; }
.fancybox-container .fancybox-inner .fancybox-progress {
  background: #0c2c83; }
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list a::before {
  border: 3px solid #0c2c83; }

.ba-map {
  margin: 0 0 -7px; }
  .ba-map iframe {
    width: 100%;
    height: 500px; }

.ba-badge {
  padding: 2px 10px 6px; }
  .ba-badge.badge-default {
    background-color: #0c2c83; }
  .ba-badge.badge-success {
    background-color: #006f00; }
  .ba-badge.badge-warning {
    background-color: #df6900; }
  .ba-badge.badge-danger {
    background-color: #ac0000; }
  .ba-badge.badge-darkgray {
    background-color: #212529; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.min.css.map */
