@font-face {
  font-family: "Roboto Light";
  src: url("/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("/fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("/fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "HelveticaNeue Medium";
  src: url("/fonts/HelveticaNeue-Medium.otf");
}

@font-face {
  font-family: "HelveticaNeue Light";
  src: url("/fonts/HelveticaNeue-Regular.ttf");
}


.language-swicher a{
    color: white !important;
}


:root {
  --grey: #707070;
  --green: #8ac43e;
  --blue: #4594ea;
  --white: #fff;
  --black: #000;
  --light-grey: #ebebeb;
  --extra-light-grey: #f6f6f6;
  --light-blue: #ecf4fd;
  --light-black: #969696;
}
p,h2,a{
  letter-spacing: 0px;
  text-align: right;
}
a {
  letter-spacing: 0px;

  color: var(--blue);
}
a:hover {
  text-decoration: none;
}
.text-center li{text-align: right}

/* -------------------------------------------
    +++++++++++++ Home Page +++++++++++++
----------------------------------------------*/

/*================ Header =================*/
header {
  position: relative;
  font-family: Roboto Regular;
}

/*============== Navbar ===================*/
header .navbar-nav {
  position: relative;
  font-family: Roboto Regular;
}
header .navbar-nav::after {
  content: "";
  display: block;
  /* width: 98%; */
  width: 100%;
  height: 1px;
  background: var(--black);
  position: absolute;
  /* left: 9px; */
}
header .language-swicher {
  margin-bottom: 10px;
}
.hideweb
{
    display:none !important;
}
.ar-switch {
  color: var(--grey);
}
.en-switch {
  color: var(--green);
}
header .navbar-brand {
  max-width: 60%;
  margin-right: 0;
}
.nav-logo {
  max-width: 50%;
}
header .navbar-nav {
  max-width: 100%;
}
header .nav-item:not(:last-child) {
  margin-right: 20px;
}
header .nav-item {
  text-transform: uppercase;
  margin-right: 20px;

}
header .nav-link {
  color: var(--grey);
  cursor: pointer;
}
.dropdown-content{
  z-index: 999999999999;
}
/*================== Banner ==================*/
.Banner {
  position: relative;
  font-family: Roboto Regular;
  z-index: -3;
}

.Banner-content {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999;

}
.search-wrapper {
  position: relative;
}

.search-wrapper input {
  border-radius: 50px;
  height: 45px;
  border: 0;
  width: 250px;
  padding: 20px 60px;
  background-color: rgba(65, 59, 59, 0.36);
}
.search-wrapper input:focus {
  outline: none;
}
.search-wrapper img {
  position: absolute;
  top: 9px;
  left: 20px;
  max-width: 25px;
}
::placeholder {
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
}
/*============== About Us  ===================*/
.AboutUs {
  position: relative;
  /* font-family: HelveticaNeue Medium; */
  font-family: Roboto Light;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 18px;
  /*color: #00000080;*/
}

/*================= Contact Us ================*/
.ContactUs {
  background-color: var(--light-grey);
}
.ContactUs .form-control,
.ContactUs button {
  border-radius: 0;
  outline: none;
}
.ContactUs .form-control:focus,
.ContactUs button:focus {
  box-shadow: none;
}
.ContactUs .form-control {
  text-align: right;
  min-height: 50px;
}
.contact-title-1 {
  font-family: Roboto light;
  font-weight: bolder;
}
.contact-title-2 {
  font-family: "Roboto Bold" !important;
  font-weight: bolder;
}

.ContactUs form {
  font-family: Roboto light;
}
.contact-details p {
  font-family: Roboto light;
text-align: center;
  font-size: 13px;
}
.contact-details img {
  max-width: 15px;
  margin-right: 10px;
}
.btn-send {
  background-color: var(--green);
  min-width: 150px;
}

/*=================== MISSION ==================*/
.mission {
  font-family: Roboto Light;
}
.mission-content {
  margin-top: 30px;
  max-width: 70%;
  margin: auto;
}
.mission-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 50px;
  text-align: right;
}
.mission-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  right: -7%;
  height: 130%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: var(--blue);
}
.mission-desc {
  text-align: right !important;
}
.mission-more {
  text-align: left;
  padding: 6px 20px;
  background-color: var(--green);
  color: var(--white);
}
.mission-more:hover {
  color: var(--white);
  text-decoration: none;
}

.mission-more img {
  max-width: 15px;
  margin-left: 20px;
}

/*================== SERVICES ==================*/

.services-title {
  margin-top: 25px;
  margin-bottom: 50px;
  color: var(--white);
}

.service {
  text-align: center;
  margin: 0 0 20px 0;
}

.ser-img {
  background-color: var(--white);
  padding: 20px;
  width: 100px;
  height: 80px;
  text-align: center;
  border-radius: 20px;
  margin: auto;
}
.services-bg {
  position: relative;
  min-height: 643px;
  height: auto;
}
.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 117, 224, 0.8);
  color: #ffffff;
}

.ser-img img {
  width: 55px;
  height: 40px;
  object-fit: contain;
}

.ser-title {
  margin-top: 20px;
  text-align: unset;
  color: var(--white);
}

/*================== DIVISIONS ===================*/
.divisions {
  font-family: Roboto Light;
}
.divisions-tabs {
  background: var(--light-blue);
}
.divisions-tabs .nav-item:not(:last-of-type) {
  border-left: 1px solid var(--blue);
  margin-left: 0;
}
.divisions-tabs .nav-link {
  padding: 0;
  border: 0;
  color: var(--black);
}

.divisions-tabs .nav-item.show .nav-link,
.divisions-tabs .nav-link.active {
  color: var(--blue);
  background-color: transparent;
  border-color: transparent;
}
.divisions-tabs .nav-link:hover {
  border: 0;
  color: var(--blue);
}

.division-content {
  position: relative;
  display: flex;
  align-items: center;
}

.division-content-bg-mbl {
  width: 100%;
}
.division-desc {
  position: absolute;
  /* top:0; */
  z-index: 1;
  padding: 10px;
}

.divisions-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--blue);
}

.div-content-title {
  font-size: 20px;
  color: var(--white);
  font-family: Roboto Medium;
}
.div-content-desc {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--white);
  font-family: Roboto Medium;
}

.division-more {
  text-align: left;
  padding: 6px 20px;
  background-color: var(--green);
  color: var(--white);
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.division-more:hover {
  color: var(--white);
  text-decoration: none;
}

.division-more img {
  max-width: 15px;
  margin-left: 20px;
}

.division-overlay {
  position: absolute;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

/*=================== FOOTER ==================*/
footer {
  background-color: var(--blue);
  color: var(--white);
}
.footLink {
  margin: 0 10px;
  color: var(--white);
  cursor: pointer;
}

.footLink:hover {
  text-decoration: none;
  color: var(--black);
}

/* ============  MEDIA QUERIES =============== */

@media (max-width: 574px) {
  .divisions-tabs .nav-item {
    width: 50%;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .divisions-tabs .nav-item:nth-child(1),
  .divisions-tabs .nav-item:nth-child(3) {
    padding-right: 0;
    width: 45%;
  }
  .divisions-tabs .nav-item:nth-child(2),
  .divisions-tabs .nav-item:nth-child(4) {
    padding-left: 20px;
  }
  .divisions-tabs .nav-item:nth-child(2) {
    border: 0;
  }
  .division-content,
  .division-content-bg-mbl {
    height: 300px;
  }
}

@media (min-width: 575px) {
  .divisions-tabs {
    justify-content: center;
  }
  .divisions-tabs .nav-item {
    margin: 10px 5px;
    padding: 0 2.5%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .division-content,
  .division-content-bg-dsk {
    height: 250px;
  }
}

@media (max-width: 767px) {
  header .bg-img {
    min-height: 15vh;
  }
  .language-swicher {
    margin-top: 10px;
  }

  .nav-content {
    padding: 10px;
  }

  .Banner .bnr-bg,
  .AboutUs .about-bg {
    min-height: 25vh;
  }
  .AboutUs {
    background-image: url(/images/header-last.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .about-title {
    font-size: 18px;
    margin-top: 25px;
  }
  .about-desc {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .services {
    background-image: linear-gradient(
        rgba(44, 117, 224, 0.8),
        rgba(44, 117, 224, 0.8)
      ),
      url(/images/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
  .service {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 13.25px;
  }

  .AboutUs,
  .AboutUs .about-bg {
    min-height: 250px;
  }
  .services,
  .services-bg {
    height: 350px;
  }

  .about-desc {
    margin-bottom: 0;
    line-height: 1.8;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .mission-content {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  header {
    max-height: 200px;
  }

  header .navbar-nav {
    min-width: 100%;
  }
  header .nav-item {
    margin-top: 10px;
  }

  header .nav-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header .nav-logo {
    max-width: 85%;
  }

  header .contact-details {
    display: flex;
    justify-content: center;
  }

  .search-wrapper input {
    height: 55px;
    width: 400px;
    padding: 25px 100px 20px;
  }
  ::placeholder {
    font-size: 20px;
  }
  .search-wrapper img {
    position: absolute;
    top: 10px;
    left: 20px;
    max-width: 30px;
  }

  .About-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-title {
    margin-bottom: 30px;
  }

  .mission-title {
    margin-left: auto;
    margin-right: auto;
   }

  .mission-desc {
    margin: auto;
    text-align: right;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .mission-img {
    height: 100%;
  }

  .services {
    position: relative;
  }

  .services-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ser-img {
    width: 130px;
    height: 90px;
  }

  .ser-img img {
    width: 70px;
    height: 50px;
  }

  .services-title,
  .divisions-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 16px;
  }
  .nav-link:first-of-type {
    padding-left: 0;
  }
  .nav-link:last-of-type {
    padding-right: 0;
  }

  .AboutUs,
  .AboutUs .about-bg {
    min-height: 300px;
  }
  .about-title {
    margin-bottom: 50px;
  }
  .about-desc {
    line-height: 1.8;
    font-size: 18px;
  }

  .services-content {
    top: 47%;
  }

  .services-title,
  .divisions-title {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .division-desc {
    left: 55%;
    max-width: 40%;
  }
  .div-content-title {
    font-size: 25px;
  }
  .div-content-desc {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 17.7px;
  }

  .mission-title {
    font-size: 40px;
  }
  .mission-desc {
    font-size: 17px;;
  }

  .services-title {
    margin-top: 0;
  }
  .ser-img {
    width: 170px;
    height: 140px;
  }
  .ser-img img {
    width: 120px;
    height: 100px;
  }
  .ser-title {
    font-size: 23px;
    margin-bottom: 0;
  }

  .div-content-title {
    font-size: 30px;
  }



  .div-content-title {
    font-size: 57px;
  }

  .div-content-desc {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .services-title {
    font-size: 50px;
    margin-bottom: 75px;
  }

  .div-content-title {
    font-size: 35px;
  }
  .div-content-desc {
    font-size: 22px;
  }
}

/* -------------------------------------------
    +++++++++++++ Services Page +++++++++++++
----------------------------------------------*/
.srevices-page {
    overflow-x: hidden;
}

.srevices-page header {
  background-color: var(--blue);
}
.srevices-page .ar-switch,
.srevices-page .nav-link {
  color: var(--white) !important;
}
.srevices-page .navbar-nav::after {
  background: var(--white) !important;
}

.serv-bnr_img {
  position: relative;
  height: 390px;
  width: 100%;
}
.serv-bnr_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000063);
}

.srevices-page .serv-bnr {
  position: relative;
  z-index: -3;
}

.srevices-page .serv-bnr_title {
  position: absolute;
  bottom: 20%;
  font-size: 22px;
  color: var(--white);
  padding-right: 20px;
  margin-bottom: 0;
}

.srevices-page .serv-bnr_title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--white);
  position: absolute;
  right: 0;
}

.srevices-page .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.srevices-page .breadcrumb-item:not(:last-of-type) a {
  color: var(--black);
}

.srevices-page .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  color: var(--blue);
  content: "\203A";
  font-size: 25px;
  margin-top: -8px;
}

.srevices-page .serv-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: Roboto light;
}

.srevices-page .serv-item_title {
  font-size: 20px;
  position: absolute;
  color: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all 0.7s ease-in-out;
}

.srevices-page .serv-item_desc {
  position: absolute;
  color: var(--white);
  top: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-size: 11.5px;
}

.srevices-page .serv-item_desc p {
  margin-bottom: 0;
}

.srevices-page .serv-item:hover .serv-item_title {
  top: 20%;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}

.srevices-page .serv-item:hover .serv-item_desc {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  text-align: left;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.srevices-page .contact-details {
  flex-direction: column;
  align-items: flex-start;
}

.srevices-page .contact-details p {
  margin-right: 0;
}

.srevices-page form h2 {
  font-size: 20px;
}

.srevices-page ::placeholder {
  font-size: 15px;
}

.srevices-page iframe {
  margin-top: 40px;
}

@media (min-width: 350px) and (max-width: 400px) {
  .srevices-page .serv-item_desc {
    font-size: 12.65px;
  }
}

@media (min-width: 401px) and (max-width: 450px) {
  .srevices-page .serv-item_desc {
    font-size: 12.2px;
  }
}

@media (min-width: 451px) and (max-width: 500px) {
  .srevices-page .serv-item_desc {
    font-size: 14.5px;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .srevices-page .serv-item_desc {
    font-size: 18.5px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .srevices-page .serv-item {
    display: flex;
    justify-content: center;
  }
  .srevices-page .serv-item_desc {
    width: 90%;
    line-height: 2;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .srevices-page .serv-item_desc {
    font-size: 18px;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .srevices-page .serv-item_desc {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .srevices-page header {
    height: 225px;
  }
  .srevices-page .serv-bnr_title {
    font-size: 30px;
    padding-left: 30px;
  }

  .srevices-page .serv-bnr_title::before {
    width: 5px;
  }

  .srevices-page .serv-item_title {
    font-size: 22px;
    top: 80%;
  }
  .srevices-page .serv-item_desc {
    top: 100%;
    font-size: 12.5px;
  }

  .srevices-page .serv-item:hover .serv-item_title {
    top: 12%;
  }
  .srevices-page .serv-item:hover .serv-item_desc {
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .srevices-page .serv-item_title {
    font-size: 24px;
  }
  .srevices-page .serv-item_desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .srevices-page .serv-item:hover .serv-item_title {
    visibility: visible;
  }
  .srevices-page .serv-item:hover .serv-item_desc {
    top: 59%;
  }
}

@media (min-width: 1200px) {
  .srevices-page .serv-bnr_title {
    font-size: 50px;
    padding-right: 40px;
  }
  .srevices-page .serv-bnr_title::before {
    width: 7px;
  }
}

@media (min-width: 1440px) {
  .srevices-page .container-xl {
    min-width: 1300px;
  }
  .srevices-page .serv-item_title {
    font-size: 30px;
  }
  .srevices-page .serv-item_desc {
    font-size: 16px;
  }
}

/* -------------------------------------------
    +++++++++++++ Career Page +++++++++++++
----------------------------------------------*/

.career-page header {
  background-color: var(--blue);
}
.career-page .ar-switch,
.career-page .nav-link {
  color: var(--white) !important;
}
.career-page .navbar-nav::after {
  background: var(--white) !important;
}

.career-bnr_img {
  position: relative;
  height: 390px;
  width: 100%;
}
.career-bnr_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000063);
}

.career-page .career-bnr {
  position: relative;
  z-index: -3;
}

.career-page .career-bnr_title {
  position: absolute;
  bottom: 20%;
  font-size: 22px;
  color: var(--white);
  padding-left: 20px;
  margin-bottom: 0;
}

.career-page .career-bnr_title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--white);
  position: absolute;
  right: 0;
}

.career-page .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.career-page .breadcrumb-item:not(:last-of-type) a {
  color: var(--black);
}

.career-page .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  color: var(--blue);
  content: "\203A";
  font-size: 25px;
  margin-top: -8px;
}

.career-page .career-item {
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 6.25px;
  box-shadow: 0px 0px 46px rgb(0 0 0 / 10%);
}

.career-page .career-item h6 {
  font-family: HelveticaNeue Medium;
}
.career-page .career-item p {
  font-family: Roboto Light;
}

.career-page .career-item hr {
  margin: 20px 0;
}

.career-page .form-group {
  margin-bottom: 0;
}

.career-item .form-group input {
  border: 0;
  background: var(--light-grey);
  border-radius: 0;
  color: var(--grey);
  font-family: Roboto Light;
  text-align: right;
}

.career-item .form-group ::placeholder {
  color: var(--grey);
}

.career-page .form-group img {
  max-width: 20px;
  margin-right: 20px;
}
.career-page .form-group label {
  margin-bottom: 0;
  font-family: HelveticaNeue Medium;
}
.career-page .form-group form-title {
  color: var(--grey);
}

.career-page .form-group label.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;

}

.career-item .form-group .btn {
  border-radius: 0;
  min-width: 150px;
  background: var(--blue);
  border: 0;
  min-height: 45px;
}
.career-page .contact-details {
  flex-direction: column;
  align-items: flex-start;
}

.career-page .contact-details p {
  margin-right: 0;
}

.career-page form h2 {
  font-size: 20px;
}

.career-page ::placeholder {
  font-size: 15px;
}

.career-page iframe {
  margin-top: 40px;
}

@media (max-width: 574px) {
  .career-page .form-group .btn {
    min-width: 100%;
  }
  .career-page .form-group .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .career-page header {
    height: 225px;
  }
  .career-page .career-bnr_title {
    font-size: 30px;
    padding-right: 30px;
  }

  .career-page .career-bnr_title::before {
    width: 5px;
  }
}

@media (min-width: 1200px) {
  .career-page .career-bnr_title {
    font-size: 50px;
    padding-right: 40px;
  }
  .career-page .career-bnr_title::before {
    width: 7px;
  }
}

@media (min-width: 1440px) {
  .career-page .container-xl {
    min-width: 1300px;
  }
}

/* -------------------------------------------
    +++++++++++++ News and Events Page +++++++++++++
----------------------------------------------*/
.news-page {
}

.news-page .fare-item {
  position: relative;
}

.news-page .fare-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #4594eaad, #00000094);
  opacity: 0.6;
}

.farewell .fare-item_overlay:hover{
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000094);
  opacity: 1;
}
.farewell .nav-link.active {
  position: relative;
  opacity: 1;
}
.active .fare-item_overlay{
  background-image:unset;
}
.farewell .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(to bottom, #1f1e1e12, #00000094);*/
  width: 100%;
    height: 100%;
}

.news-page .fare-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  background-color: var(--white);
  width: 75px;
    height: 5px;
}

.news-page .fare-title {
  position: absolute;
  bottom: 50px;
  left: 20px;
  text-align: left;
  font-size: 20px;
  color: var(--white);
  font-family: Roboto Light;
}

.news-page .swiper-slide img {
  display: block;
  width: 100%;
}

.news-page .swiper-button-next,
.news-page .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.news-page .swiper-button-prev,
.news-page .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.news-page .swiper-button-next,
.news-page .swiper-rtl .swiper-button-prev,
.news-page .swiper-button-prev,
.news-page .swiper-rtl .swiper-button-next {
  background: white;
  padding: 25px 15px;
}
.news-page .swiper-button-next::after,
.news-page .swiper-button-prev::after {
  font-size: 30px;
}

.news-page header {
  background-color: var(--blue);
}
.news-page .ar-switch,
.news-page .nav-link {
  color: var(--white) !important;
}
.news-page .navbar-nav::after {
  background: var(--white) !important;
}

.news-bnr_img {
  position: relative;
  height: 390px;
  width: 100%;
}
.news-bnr_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000063);
}

.news-page .news-bnr {
  position: relative;
  z-index: -3;
}

.news-page .news-bnr_title {
  position: absolute;
  bottom: 20%;
  font-size: 22px;
  color: var(--white);
  padding-left: 20px;
  margin-bottom: 0;
}

.news-page .news-bnr_title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--white);
  position: absolute;
  right: 0;
}

.news-page .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.news-page .breadcrumb-item:not(:last-of-type) a {
  color: var(--black);
}

.news-page .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  color: var(--blue);
  content: "\203A";
  font-size: 25px;
  margin-top: -8px;
}

.news-page .news-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: Roboto light;
}

.news-page .news-item_title {
  font-size: 20px;
  position: absolute;
  color: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all 0.7s ease-in-out;
}

.news-page .news-item_desc {
  position: absolute;
  color: var(--white);
  top: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-size: 11.5px;
}

.news-page .news-item_desc p {
  margin-bottom: 0;
}

.news-page .news-item:hover .news-item_title {
  top: 20%;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}

.news-page .news-item:hover .news-item_desc {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  text-align: left;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.news-page .contact-details {
  flex-direction: column;
  align-items: flex-start;
}

.news-page .contact-details p {
  margin-right: 0;
}

.news-page form h2 {
  font-size: 20px;
}

.news-page ::placeholder {
  font-size: 15px;
}

.news-page iframe {
  margin-top: 40px;
}

.farewell .date-time,
.farewell .social-media {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.farewell .card-body {
  background-color: var(--light-grey);
}
.farewell .social-media {
  justify-content: flex-end;
}
.farewell .card-header {
  padding: 0;
}

@media (min-width: 350px) and (max-width: 400px) {
  .news-page .news-item_desc {
    font-size: 12.65px;
  }
}

@media (min-width: 401px) and (max-width: 450px) {
  .news-page .news-item_desc {
    font-size: 14.2px;
  }
}

@media (min-width: 451px) and (max-width: 500px) {
  .news-page .news-item_desc {
    font-size: 16.5px;
  }
}

@media (max-width:575px) {
  .farewell .social-media {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .news-page .news-item_desc {
    font-size: 18.5px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .news-page .news-item {
    display: flex;
    justify-content: center;
  }
  .news-page .news-item_desc {
    width: 90%;
    line-height: 2;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .news-page .news-item_desc {
    font-size: 18px;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .news-page .news-item_desc {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .news-page header {
    height: 225px;
  }
  .news-page .news-bnr_title {
    font-size: 30px;
    padding-right: 30px;
  }

  .news-page .news-bnr_title::before {
    width: 5px;
  }

  .news-page .news-item_title {
    font-size: 22px;
    top: 80%;
  }
  .news-page .news-item_desc {
    top: 100%;
    font-size: 12.5px;
  }

  .news-page .news-item:hover .news-item_title {
    top: 12%;
  }
  .news-page .news-item:hover .news-item_desc {
    transform: translateY(-50%);
  }

  .news-page .fare-title {
    left: 10px;
  }
}

@media (min-width: 992px) {
  .news-page .news-item_title {
    font-size: 24px;
  }
  .news-page .news-item_desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .news-page .news-item:hover .news-item_title {
    visibility: visible;
  }
  .news-page .news-item:hover .news-item_desc {
    top: 59%;
  }
}


@media (min-width: 1200px) {
  .news-page .news-bnr_title {
    font-size: 50px;
    padding-right: 30px;
  }
  .news-page .news-bnr_title::before {
    width: 7px;
  }
}

@media (min-width: 1440px) {
  .news-page .container-xl {
    min-width: 1300px;
  }
  .news-page .news-item_title {
    font-size: 30px;
  }
  .news-page .news-item_desc {
    font-size: 20px;
  }
}

.news-page .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .news-page .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
  }

  .news-page .card {
    border: none;
  }

  .news-page .card .card-header {
    display: none;
  }

  .news-page .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .news-page .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .news-page .fare-item img {
    width: 100%;
  }

}
.farewell .nav-link.active {
  position: relative;
  opacity: 1 !important;
}
.nav-tabs .nav-link:hover{
  opacity: 1 !important;

}
.farewell .nav-tabs .nav-link {
  border: 0;
  opacity: 0.6;
  padding: 0;
}

.farewell .date-time,
.farewell .social-media {
  padding: 0;
  display: flex;
  list-style: none;
  text-align: center;
}
.farewell .date-time img,
.farewell .social-media img {
  max-width: 20px;
}
.farewell .date-time img {
  margin-right: 10px;
}
.farewell .date-time {
  justify-content: flex-start;
}
.farewell .date-time li {
  margin-right: 20px;
  display: flex;
}

.farewell .social-media li {
  margin-right: 20px;
}
/* -------------------------------------------
    +++++++++++++ Contct Us Page +++++++++++++
----------------------------------------------*/
.contact-page {
}

.contact-page header {
  background-color: var(--blue);
}
.contact-page .ar-switch,
.contact-page .nav-link {
  color: var(--white) !important;
}
.contact-page .navbar-nav::after {
  background: var(--white) !important;
}

.contact-bnr_img {
  position: relative;
  height: 390px;
  width: 100%;
}
.contact-bnr_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000063);
}

.contact-page .contact-bnr {
  position: relative;
  z-index: -3;
}

.contact-page .contact-bnr_title {
  position: absolute;
  bottom: 20%;
  font-size: 22px;
  color: var(--white);
  padding-left: 20px;
  margin-bottom: 0;
}

.contact-page .contact-bnr_title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--white);
  position: absolute;
  right: 0;
}

.contact-page .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.contact-page .breadcrumb-item:not(:last-of-type) a {
  color: var(--black);
}

.contact-page .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  color: var(--blue);
  content: "\203A";
  font-size: 25px;
  margin-top: -8px;
}

.contact-page .contact-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: Roboto light;
}

.contact-page .contact-item_title {
  font-size: 20px;
  position: absolute;
  color: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all 0.7s ease-in-out;
}

.contact-page .contact-item_desc {
  position: absolute;
  color: var(--white);
  top: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-size: 11.5px;
}

.contact-page .contact-item_desc p {
  margin-bottom: 0;
}

.contact-page .contact-item:hover .contact-item_title {
  top: 20%;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}

.contact-page .contact-item:hover .contact-item_desc {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  text-align: left;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-page .contact-details {
  flex-direction: column;
  align-items: flex-start;
}

.contact-page .contact-details p {
  margin-right: 0;
}

.contact-page form h2 {
  font-size: 20px;
}

.contact-page ::placeholder {
  font-size: 15px;
}

.contact-page .cont-location {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-page .cont-location .title {
  font-family: Roboto light;
}

.contact-page iframe {
  margin: 20px 0 0 17px;
}

.contact-forms {
  background-color: var(--extra-light-grey);
  padding: 40px 0;
  font-family: Roboto light;
}

.contact-forms * {
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contact-forms .nav-tabs {
  border: 0;
}

.contact-forms .tab-pane {
  background-color: var(--white);
}

.contact-forms .nav-link {
  color: var(--grey) !important;
  border: 1px solid #dee0e2;
}

.contact-forms .nav-link.active {
  color: var(--grey) !important;
  box-shadow: 0px 0px 46px rgb(0 0 0 / 10%);
  background-color: var(--white);
  border-color: transparent;
}

.contact-forms .tab-content {
  box-shadow: 0px 0px 46px rgb(0 0 0 / 10%);
}

.division-desc p{
    color: white !important;

}

.contact-forms .cont-form,
.contact-forms .ethic-form {
  padding: 20px 25px;
}

.contact-forms .form-group {
    margin-bottom: 10px;
}


.contact-forms .cont-form .title,
.contact-forms .ethic-form .title {
  color: var(--grey);
  margin-bottom: 30px;
}

.contact-forms .form-control {
  background-color: var(--light-grey);
}

.contact-forms h6 {
  font-family: Roboto Medium;
  margin: 20px 0;
}

.contact-forms .cont-form textarea,
.contact-forms .ethic-form textarea {
  max-height: 200px;
}

.contact-forms .btn[type="submit"] {
  font-family: Roboto Medium;
  font-size: 18px;
}

.contact-forms ::placeholder {
  color: var(--black);
  opacity: 0.4;
}

.cont-form .max-size {
  color: #e5e5e5;
}

.cont-form ul {
  list-style: none;
  color: var(--black);
  font-family: Roboto Light;
}

.cont-form ul li {
  margin-bottom: 20px;
}

.cont-form ul .circle {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100% !important;
  background-color: var(--black);
}

@media (min-width: 350px) and (max-width: 400px) {
  .contact-page .contact-item_desc {
    font-size: 12.65px;
  }
}

@media (min-width: 401px) and (max-width: 450px) {
  .contact-page .contact-item_desc {
    font-size: 14.2px;
  }
}

@media (min-width: 451px) and (max-width: 500px) {
  .contact-page .contact-item_desc {
    font-size: 16.5px;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .contact-page .contact-item_desc {
    font-size: 18.5px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .contact-page .contact-item {
    display: flex;
    justify-content: center;
  }
  .contact-page .contact-item_desc {
    width: 90%;
    line-height: 2;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .contact-page .contact-item_desc {
    font-size: 18px;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .contact-page .contact-item_desc {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .contact-page header {
    height: 225px;
  }
  .contact-page .contact-bnr_title {
    font-size: 30px;
    padding-right: 30px;
  }

  .contact-page .contact-bnr_title::before {
    width: 5px;
  }

  .contact-page .contact-item_title {
    font-size: 22px;
    top: 80%;
  }
  .contact-page .contact-item_desc {
    top: 100%;
    font-size: 12.5px;
  }

  .contact-page .contact-item:hover .contact-item_title {
    top: 12%;
  }
  .contact-page .contact-item:hover .contact-item_desc {
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .contact-page .contact-item_title {
    font-size: 24px;
  }
  .contact-page .contact-item_desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-page .contact-item:hover .contact-item_title {
    visibility: visible;
  }
  .contact-page .contact-item:hover .contact-item_desc {
    top: 59%;
  }
}

@media (min-width: 1200px) {
  .contact-page .contact-bnr_title {
    font-size: 50px;
    padding-right: 40px;
  }
  .contact-page .contact-bnr_title::before {
    width: 7px;
  }
}

@media (min-width: 1440px) {
  .contact-page .container-xl {
    min-width: 1300px;
  }
  .contact-page .contact-item_title {
    font-size: 30px;
  }
  .contact-page .contact-item_desc {
    font-size: 20px;
  }
}

/* -------------------------------------------
    +++++++++++++ Division Page +++++++++++++
----------------------------------------------*/

.division-page header {
  background-color: var(--blue);
}
.division-page .ar-switch,
.division-page .nav-link {
  color: var(--white) !important;
}
.division-page .navbar-nav::after {
  background: var(--white) !important;
}

.division-bnr_img {
  position: relative;
  height: 390px;
  width: 100%;
}
.division-bnr_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1f1e1e12, #00000063);
}

.division-page .division-bnr {
  position: relative;
  z-index: -3;
}

.division-page .division-bnr_title {
  position: absolute;
  bottom: 20%;
  font-size: 22px;
  color: var(--white);
  padding-right: 20px;
  margin-bottom: 0;
}

.division-page .division-bnr_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--white);
  position: absolute;
  right: 0;
}

.division-page .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.division-page .breadcrumb-item:not(:last-of-type) a {
  color: var(--black);
}

.division-page .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: var(--blue);
  content: "\203A";
  font-size: 25px;
  margin-top: -8px;
}

.divi-item {
  box-shadow: 0px 0px 46px rgb(0 0 0 / 10%);
}

.division-page .divi-item:nth-child(odd) {
  margin-bottom: 30px;
  background-color: #f5f5f5;
}

.division-page .divi-item:nth-child(even) {
  background-color: var(--white);
}

.division-page .divi-item h6 {
  font-family: HelveticaNeue Medium;
}
.division-page .divi-item p {
  font-family: Roboto Light;
}

.division-page .divi-item hr {
  margin: 20px 0;
}

.division-page .divi-item_head {
  color: var(--blue);
  font-family: Roboto Medium;
}

.division-page .divi-item_title {
  color: var(--light-black);
}

.divi-content {
  padding: 20px;
  font-family: Roboto Light;
}

.divi-content .location {
  display: flex;
  align-items: flex-start;
}
.divi-content .location img {
  margin-right: 10px;
}

.division-page .swiper {
  width: 90%;
  padding: 0 30px;
}

.division-page .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.division-page .swiper-slide img {
  max-width: 75%;
  max-height: 60px;
}

.division-page .swiper-button-next,
.division-page .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.division-page .swiper-button-prev,
.division-page .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.division-page .swiper-button-next,
.division-page .swiper-rtl .swiper-button-prev,
.division-page .swiper-button-prev,
.division-page .swiper-rtl .swiper-button-next {
  padding: 25px 15px;
}
.division-page .swiper-button-next::after,
.division-page .swiper-button-prev::after {
  font-size: 30px;
}

.division-page .contact-details {
  flex-direction: column;
  align-items: flex-start;
}

.division-page .contact-details p {
  margin-right: 0;
}

.division-page form h2 {
  font-size: 20px;
}

.division-page ::placeholder {
  font-size: 15px;
}

.division-page iframe {
  margin-top: 40px;
}

.division-page .location img,
.division-page .online img {
  max-width: 25px;
  margin-right: 10px;
}

@media (max-width: 574px) {
  .division-page .form-group .btn {
    min-width: 100%;
  }
  .division-page .form-group .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .division-page header {
    height: 225px;
  }
  .division-page .division-bnr_title {
    font-size: 30px;
    padding-right: 30px;
  }

  .division-page .division-bnr_title::before {
    width: 5px;
  }
  .divi-item .main-img {
    max-width: 25%;
  }

  .divi-content {
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .division-page .division-bnr_title {
    font-size: 50px;
      padding-right: 30px;
  }
  .division-page .division-bnr_title::before {
    width: 7px;
  }
}

@media (min-width: 1440px) {
  .division-page .container-xl {
    min-width: 1300px;
  }
}
.text-left {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .serv-bnr_img ,.contact-bnr_img ,.division-bnr_img ,.news-bnr_img ,.career-bnr_img{
    height: auto;
  }
}

.news-page .galary .row > .col {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.news-page .galary .row > .col .swiper.mySwiper {
  position: initial;
  max-width: 90%;
}

.news-page .galary .row > .col .swiper.mySwiper .swiper-button-next {right: 10px;background-color: transparent;}
.news-page .galary .row > .col .swiper.mySwiper .swiper-button-prev {left: 10px;background-color: transparent;}
[dir="rtl"] .news-page .galary .row > .col .swiper.mySwiper .swiper-button-next {left: 10px;right: auto;}
[dir="rtl"] .news-page .galary .row > .col .swiper.mySwiper .swiper-button-prev {right: 10px;left: auto;}
.mt-2, .my-2 ,.pb-5, .py-5 {
  margin-top: unset !important;
}
@media (min-width: 768px){
  .contact-details {
    display: flex;
    justify-content: center;
  }}
.showrooms  {
  font-size: 18px;
  border: 3px solid #E4E4E4;
  padding: 8px;
  position: relative;
  margin: 4% 3% 0 4%;
  list-style: none;
  text-align: center;
  border-radius: 7px;

}
@media only screen and (max-width: 768px) {
    .hideweb{display:block !important;}
    .hidephone{display:none !important;}
        .farewell .date-time img {  height: 18px;}
    .dropdown-item {  color: #212529;background-color: transparent;text-align: right;}

.career-page .career-bnr_title::after {right: -12px;}.career-page .career-bnr_title{margin: 0 17px 0 0;}
       .Banner-content{display:none;}
  .dropdown-menu{background-color: unset;border: unset;color: #ffffff !important}
  .contacli{margin: 3px 2px 0 0 ;}

  .contact-title-1 , .contact-tilte-2{text-align: center}

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .showrooms  {
    margin: 9% 3% 0 4%;
  }
  .foot_mb{
    float: left;width: 100% !important;text-align: unset !important;
  }


}
.showrooms a.direction {
  font-size: 18px;
  color: #fff;
  background-color: #4594EA;
  position: relative;
  bottom: 38px;
  float: right;
  font-weight: 600;
  padding: 8px 10px;
  color: #ffffff !important;
  border-radius: 11px !important;
  margin-top: 0;
  margin-bottom: -30px;
  transform: translateY(100%);
  margin-right: 33%;
}
.dropdown:hover .dropdown-content {display: block;}


.width20 {
  float: left;
  width: 16.66%;
  padding: 15px;
  position: relative;
  outline: none !important;
}
.logoDiv {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  float: left;
  box-shadow: 1px 1px 10px #ccc;
  padding: 15px;
  transition: all 0.4s ease-in-out;
  background: #fff;
  justify-content: center;
}
.logoDiv:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.foot_mb{
  float: left;width: auto;padding-right: 8px;
}
.card-body pre{direction:rtl;}






.farewell .navYears{
    margin: 1px 0px 43px;

}

.farewell .nav-tabs button{
    color: black !important;
    padding: 6px 15px !important;
    margin-top: 29px;

}



.farewell .navYears .active{
    border-color: #dee2e6 #dee2e6 #fff !important;
    border: 1px 1px 0px 1px solid !important;
}


.newsCategory{

}

.newsCategory .newsCategoryBox{
    position: relative;
    background-position: center !important;
}

.newsCategory .oneYears{
    background:url(https://dynamic-media-cdn.tripadvisor.com/media/photo-o/28/0f/a3/6c/caption.jpg?w=300&h=300&s=1);
}

.newsCategory  .twoYears{
    background: url(https://statemag.state.gov/wp-content/uploads/2019/10/POM-KUWAIT-17.jpg);
    margin-bottom: 33px;
}



.newsCategory .newsCategoryBox .ovarlay {
    padding: 12px;
    text-align: center;
    background-color: #00000085;
    color: white;
}

.newsCategory .newsCategoryBox .ovarlay h2{

}





.newsBox img {
    width: 100%;
    height: 100%;
}



.newsBox .date-time{
    list-style: none;
    padding: 0;
}

.newsBox .date-time li{
    display: inline;
    margin-right: 13px;

}

.newsBox .date-time img{
    width: 15px;
    height: 15px !important;
}


.newsboxContent{
    background-color: #f2f2f2;
    padding: 16px;
    color: black;
    height: 116px;
    margin-bottom: 34px;
}

.newsboxContent{

}



.cz-innerHeader .navbar-light .navbar-nav .nav-link{
    color: white;
}


.yearsList{
    margin-bottom: 20px;
    margin-top: 16px;

}

.yearsList .nav-link{
    color: gray !important;
    padding: 10px 15px;
}

.yearsList ul{
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.yearsList li{
    display: inline;
    margin-right: 18px;
    font-size: 21px;
    color: #afafaf;
    font-weight: 500;
}

.yearsList a{

}


.yearsList .active {
    color: black !important;
}




.newsBoxInner img{
}





.newsBoxInnerIn{
    margin-bottom: 61px;
}


.contentIn{
    margin-top: 20px;
}


.newsBoxInner img{

}


.allEventsPhoto{

}

.allEventsPhoto img{
    height: 344px !important;
}


.cls-cz-box{
     padding: 13px;
    background-color: #e4e4e4;
    border-radius: 6px;
    margin-bottom: 23px;

}

.cls-cz-box img{
width: 59px;
}

.cls-cz-box h3{
    position: relative;
    display: contents;
}


.cls-cz-box p{

}

.susTitle{
    
    color: #4b7db4;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 25px;

}

