@charset "UTF-8";
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.leftContainer {
  margin-left: auto;
  padding: 0 15px;
  padding-right: 0;
}
@media (max-width: 576px) {
  .leftContainer {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .leftContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.rightContainer {
  margin-right: auto;
  padding: 0 15px;
  padding-left: 0;
}
@media (max-width: 576px) {
  .rightContainer {
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rightContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-left: 15px;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rightContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rightContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .rightContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.mainColor {
  color: #002469 !important;
}

.secColor {
  color: #222 !important;
}

.whtColor {
  color: #fff !important;
}

.blkColor {
  color: #000 !important;
}

.mainBgColor {
  background-color: #002469 !important;
}

.secBgColor {
  background-color: #222 !important;
}

.whtBgColor {
  background-color: #fff !important;
}

.blkBgColor {
  background-color: #000 !important;
}

a,
.a,
.link {
  font-size: 0.95rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mainHover {
  transition: all 0.3s ease-in-out;
}
.mainHover:hover {
  color: #002469;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("font/HelveticaNeue.otf") format("opentype");
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.navbar {
  background-color: #002469;
}

#navbar-head {
  margin: 0 90px 0 90px;
  padding: 0;
}

.navbar .languageToggle {
  cursor: pointer;
  text-align: center;
  margin: auto;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-brand img {
  max-width: 100%;
}

.dropdown {
  margin-top: 2px;
}

.dropdown .nav-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.dropdown .dropdown-toggle {
  margin-right: 15px;
}

.dropdown .nav-link:hover {
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  min-width: auto;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .nav-item.dropdown {
  position: relative;
}

.dropdown .dropdown-item {
  color: #000;
  text-decoration: none;
}

.dropdown .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}

.dropdown .dropdown-item:focus,
.dropdown-item:active {
  color: #000;
  background-color: transparent;
  outline: none;
}

.navbar-nav .AR {
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.Contact-Us .btn {
  color: #002469 !important;
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 25px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.navbar2 {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar2 .navbar-nav {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar2 .nav-item .Links {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002469 !important;
  position: relative;
  transition: all 0.3s ease;
  padding-bottom: 0;
  padding-top: 10px;
}

/* Border under the active link */
@media (max-width: 992px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .navbar .navbar-toggler {
    background-color: #fff !important;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar-nav .AR a {
    margin-right: 15px;
    font-size: 12px;
  }
  .Contact-Us .btn {
    font-size: 12px;
    padding: 10px 20px;
  }
  .navbar2 .navbar-nav {
    width: 60%;
  }
  .navbar2 .nav-item .Links {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 100px;
    height: auto !important;
  }
  .navbar-nav .AR a {
    margin-right: 10px;
    font-size: 10px !important;
  }
  .Contact-Us .btn {
    font-size: 10px !important;
    padding: 8px 15px;
  }
  .navbar2 .navbar-nav {
    width: 80%;
    justify-content: space-around;
  }
  .navbar2 .nav-item .Links {
    font-size: 10px !important;
  }
  #navbar-head {
    margin: 0 28px 0 28px;
  }
  .navbar .languageToggle {
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #fff;
    margin-right: 0px !important;
    margin-left: 0 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 105px;
  }
  .navbar-nav .AR a {
    margin-right: 5px;
    font-size: 9px !important;
  }
  .Contact-Us .btn {
    font-size: 9px !important;
    padding: 6px 12px;
  }
  .navbar2 .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
  .navbar2 .nav-item .Links {
    font-size: 9px !important;
    margin-bottom: 5px;
  }
  #navbar-head {
    margin: 0 25px 0 25px;
  }
  .navbar .languageToggle {
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #fff;
    margin-right: 0px !important;
    margin-left: 0 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px !important;
  }
}
.nav-pills .nav-link {
  background-color: transparent;
  color: #79797C;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 18px;
  text-align: center;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #002469 !important;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.nav-pills .nav-link img {
  filter: none;
  transition: filter 0.3s ease;
}

.nav-pills .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(2000%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

.nav-pills {
  position: relative;
}

.nav-pills::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 180%;
  width: 1px;
  background-color: #d2d2d6;
}

@media (max-width: 1025px) {
  .nav-pills::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    height: 150%;
    width: 1px;
  }
}
.tab-pane ul li a {
  color: #79797C;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px) {
  .nav-pills {
    position: static;
    margin-bottom: 20px;
    border-bottom: 1px solid #79797C;
    width: 100%;
  }
  .nav-pills::before {
    display: none;
  }
  .nav-pills .nav-link {
    padding: 12px;
    font-size: 12px !important;
  }
  .nav-pills .nav-link img {
    width: 16px;
  }
  .sidebar-content-capton-imgPosition img {
    width: 120%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .nav-pills .nav-link {
    font-size: 12px !important;
    padding: 10px;
  }
  .nav-pills .nav-link img {
    width: 14px;
  }
  .tab-pane ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 769px) and (max-width: 1025px) {
  .sidebar-content-capton p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #A3A3A3;
  }
}
.Telecom:hover a {
  color: #002469 !important;
}

.footer {
  padding: 2rem 0;
  background-color: #002469;
  text-transform: capitalize;
  position: relative;
}
.footer .container-fluid {
  padding: 0px 90px 0px 90px;
}
.footer .footer_content_logo {
  width: 261px !important;
  height: 55px !important;
  object-fit: contain;
}
.footer .end-link {
  position: absolute;
  right: 0;
  margin-right: 0 !important;
  padding-right: 0 !important;
  text-align: end;
}
.footer .newsletter-relative img {
  width: 267px !important;
  height: 55px !important;
}
@media (max-width: 768px) {
  .footer .end-link {
    position: relative;
  }
  .footer .container-fluid {
    padding: 0px 25px 0px 25px;
  }
  .footer .newsletter-relative img {
    display: none;
  }
  .footer .mediaQuery {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .footer .footer_content_logo {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 1030px) {
  .footer .mediaQuery {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.footer .newsletter {
  position: absolute;
  top: -10px;
  right: 0px;
}
.footer .footer-P-end {
  color: #79797C;
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -20px;
}
.footer .Subscribe {
  margin-top: 20px;
}
.footer .Subscribe .btn {
  color: #002469 !important;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background-color: #79797C;
  opacity: 0.3;
  margin-bottom: 20px;
}
@media (max-width: 10440px) {
  .footer {
    padding: 2.5rem 0;
    overflow: hidden;
  }
}
.footer .footer_content_logo {
  width: 200px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .footer .footer_content_logo {
    max-width: 105px !important;
    object-fit: contain;
    margin-bottom: 1rem;
  }
}
.footer .footer_content_hotline {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer .footer_content_hotline {
    width: 105px !important;
    margin-bottom: 1rem;
    margin-left: 0px;
  }
}
.footer .footer_content_socialList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  gap: 13px;
}
@media (max-width: 768px) {
  .footer .footer_content_socialList {
    margin-top: 0px;
  }
}
.footer .footer_content_socialList img {
  padding: 10px;
  margin-left: 0;
  padding-left: 0;
}
.footer .footer_content_socialList .footer_content_socialList {
  margin-bottom: 0;
}
.footer #newsletter-email::placeholder {
  font-size: 0.8rem;
}
.footer #newsletter-email {
  color: #FFFFFF;
}
.footer .footer_content_list {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .footer .footer_content_list {
    margin-bottom: 20px !important;
  }
}
.footer .footer_content_list_item {
  margin-bottom: 0.75rem;
}
.footer .footer_content_list_item:last-child {
  margin-bottom: 0;
}
.footer .footer_content_list_item .noactive {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer .footer_content_list_item .noactive {
    display: flex;
    align-items: center;
  }
}
.footer .footer_content_list_item_link {
  position: relative;
  color: #AAA;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
  text-decoration: none;
}
.footer .footer_content_list_item_link:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .col-6 {
    width: 50%;
    float: left;
  }
  .footer .footer_content_list {
    text-align: start;
  }
  .footer .newsletter-relative {
    text-align: start;
  }
}

.copyright {
  background-color: #002469;
  padding: 0.5rem 0;
}
.copyright .container-fluid {
  width: 90%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .copyright .partOne {
    width: 80%;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .copyright .partTwo {
    width: 80%;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright .Privacy-policy {
    margin-right: 9px;
  }
}
.copyright .Privacy-policy {
  margin-right: 15px;
}
.copyright_desc {
  color: #AAA;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0;
  min-height: 16px;
  line-height: 20px;
  text-decoration: none;
}
.copyright_desc:hover {
  color: #AAA;
  text-decoration: none;
}
.copyright_desc a {
  margin-bottom: 0;
}
.copyright_desc img {
  width: 49px;
}
@media (max-width: 991px) {
  .copyright_desc img {
    width: 35px;
  }
}

/* Sidebar Styles */
.sidebar {
  pointer-events: auto;
  opacity: 0;
  position: fixed;
  height: 75%;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  max-height: 78% !important;
  background-color: white;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: top 0.9s ease, opacity 0.3s ease;
  padding: 20px;
  z-index: 1000;
  visibility: hidden;
}

.sidebar.active {
  opacity: 1;
  visibility: visible;
}

.sidebar #v-pills-home-tab, #v-pills-profile-tab, #v-pills-messages-tab, #v-pills-settings-tab {
  text-align: start;
}

.sidebar-content {
  display: none;
  margin-top: 20px;
}

.sidebar-content .Telecom {
  text-align: start;
}

.sidebar-content .Telecom a {
  text-decoration: none;
  color: #79797C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}

/* Active content */
.active {
  display: block;
}

/* Close button hidden */
.sidebar .closebtn {
  display: none;
}

.sidebar .nav-link .Links {
  text-align: start;
}

.sidebar-content-Links ul li {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  color: #79797C;
}

.sidebar-content-Links {
  position: relative;
}

.sidebar-content-Links::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 205%;
  width: 1px;
  background-color: #d2d2d6;
}

@media (max-width: 1025px) {
  .sidebar-content-Links::before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    height: 150%;
    width: 1px;
    background-color: #d2d2d6 !important;
  }
}
.sidebar-content-Links ul {
  list-style: none;
  padding: 0;
}

.sidebar-content-Links ul li {
  padding: 5px 0;
}

.sidebar-content-capton {
  margin-left: 50px;
}

.sidebar-content-capton * {
  margin-top: 40px;
  font-family: "Helvetica Neue";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  color: #A3A3A3;
}

.sidebar-content-capton-imgPosition {
  position: absolute;
  bottom: 40px;
  right: 5px;
}

.sidebar-content-capton-imgPosition img {
  width: 300px;
}

.bottom-Img .sidebar-content-capton-imgPosition {
  width: 300px;
}

/* Media Query للأجهزة اللوحية */
@media (max-width: 992px) {
  .sidebar-content-Links ul li {
    margin-left: 10px;
  }
  .sidebar-content-capton {
    margin-left: 20px;
  }
  .sidebar-content-capton-imgPosition {
    bottom: 25px !important;
    right: 0px;
    width: 270px;
    overflow-x: hidden;
    text-align: end;
  }
  .sidebar-content-capton-imgPosition img {
    width: 80% !important;
    text-align: end;
  }
  .bottom-Img .sidebar-content-capton-imgPosition {
    bottom: -170px !important;
    right: 0px;
    width: 270px !important;
  }
  .sidebar-content-Hidden {
    background-color: red;
    display: none;
  }
  .sidebar-content .arrow-right {
    display: none !important;
  }
  .sidebar-content .arrow-bottom {
    display: inline !important;
  }
}
/* Media Query لشاشات الموبايل */
@media (max-width: 768px) {
  .sidebar-content-Links {
    text-align: start;
    position: relative;
  }
  .sidebar-content-Links ul li {
    margin-left: 0;
    margin-bottom: 2px;
    font-size: 12px !important;
  }
  /* إخفاء البوردر الأصلي على الجانب */
  .sidebar-content-Links::before {
    display: none;
  }
  .sidebar-content-capton {
    margin-left: 0;
    text-align: center;
  }
  .sidebar-content-capton p {
    margin-top: 10px;
  }
  .sidebar-content img {
    width: 100%;
    height: auto;
  }
  /* Swiper */
  .banner_homepage .swiper-container {
    height: 350px !important;
    margin-top: 64px !important;
  }
  .banner_homepage .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sidebar {
    overflow: scroll;
    margin-top: 40px;
    height: 410px;
  }
  .sidebar .tab-content {
    text-align: start;
  }
  .sidebar .tab-content ul li a {
    color: #002469;
    padding-left: 9px !important;
  }
}
@media (max-width: 576px) {
  .sidebar-content-capton-imgPosition {
    bottom: 20px !important;
    right: 0px;
    width: 180px;
    overflow-x: hidden;
    text-align: end;
  }
  .sidebar-content-capton-imgPosition img {
    width: 80% !important;
    text-align: end;
  }
  .bottom-Img .sidebar-content-capton-imgPosition {
    bottom: -250px !important;
    padding-bottom: 20px;
    right: 0px;
    width: 180px !important;
  }
  .sidebar-content-Hidden {
    background-color: red;
    display: none;
  }
  .sidebar-content .arrow-right {
    display: none !important;
  }
  .sidebar-content .arrow-bottom {
    display: inline !important;
  }
}
.new-link-all a {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #002469 !important;
  text-decoration: none;
}

.new-link-all a:hover {
  color: #79797C !important;
}

.new-link-all {
  text-decoration: none;
  border: none;
  background-color: transparent;
}

@media (max-width: 768px) {
  .new-link-all {
    padding-left: 9px;
  }
}
.links-scroll-container {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}

.links-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.links-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.links-scroll-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}

.publicHeader {
  margin-top: 115px;
  position: relative;
}

.publicHeader .content img {
  height: 200px;
  object-fit: cover;
}

.publicHeader .caption {
  position: absolute;
  bottom: 10%;
  left: 90px;
}

.publicHeader .caption h3 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.publicHeader .caption h1 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .publicHeader {
    margin-top: 64px;
    position: relative;
  }
  .publicHeader .content img {
    object-fit: cover;
    height: 100px;
  }
  .publicHeader .caption h3 {
    color: #FFFFFF;
    font-size: 13px !important;
    line-height: 0px;
    font-weight: 400;
  }
  .publicHeader .caption h1 {
    color: #FFFFFF;
    font-size: 23px !important;
    line-height: 48px;
    font-weight: 700;
  }
  .publicHeader .caption {
    position: absolute;
    bottom: 10%;
    left: 30px;
  }
}
.publicSlider {
  padding: 100px 80px 0 80px;
}

.publicSlider .counter {
  margin-top: 20%;
}

.publicSlider .counter p {
  font-size: 15px;
  color: #79797C;
  margin-bottom: -20px;
  text-align: start;
  margin-left: 50px;
}

.publicSlider .counter .year {
  font-size: 96px;
  font-weight: 700;
  color: #002469;
  text-align: center;
}

.publicSlider .counter button {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #002a5e;
  transition: all 0.3s ease;
}

.publicSlider .counter button:hover {
  color: #79797C;
}

/* Image Section */
.publicSlider .image-section img {
  /* border-radius: 10px; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Text Section */
.publicSlider .text-section {
  text-align: left;
}

.publicSlider .text-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.publicSlider .text-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

/* Bottom Controls */
.publicSlider .bottom-controls {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-wrap: wrap;
}

.control-height {
  height: 260px;
  overflow: auto;
}

.publicSlider .control-button {
  font-size: 16px;
  font-weight: 500;
  color: #C8C8C8;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease; /* تأثير الانتقال */
  transform: rotate(-45deg); /* لتدوير الرقم بزاوية 45 درجة */
  position: relative;
}

.publicSlider .control-button:hover {
  animation: shake 1.5s ease-in-out;
}

@keyframes shake {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  25% {
    transform: rotate(-45deg) translate(5px, -2px);
  }
  50% {
    transform: rotate(-45deg) translate(0, 0);
  }
  75% {
    transform: rotate(-45deg) translate(-2px, 5px);
  }
  100% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.publicSlider .control-button.active {
  color: #002469;
}

.publicSlider .control-button:active {
  transform: translateY(0);
}

.publicSlider .slider-buttons {
  margin-top: 60%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.publicSlider .text-section {
  margin-top: 27%;
  padding-left: 30px;
}

.publicSlider .text-section h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.publicSlider .text-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .publicSlider {
    padding: 40px 20px 0 20px;
  }
  .publicSlider .slider-buttons {
    margin-top: 5%;
  }
  .publicSlider .counter {
    margin-top: 5%;
  }
  .publicSlider .text-section {
    margin-top: 5%;
    padding-left: 0px;
  }
  .publicSlider .counter .year {
    font-size: 80px;
  }
  .publicSlider .bottom-controls {
    flex-wrap: wrap;
    gap: 1px !important;
  }
  .publicSlider .text-section h2 {
    font-size: 22px;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .publicSlider {
    padding: 40px 20px 0 20px;
    position: relative;
  }
  .publicSlider .slider-buttons {
    margin-top: 5% !important;
  }
  .publicSlider .counter {
    margin-top: 5% !important;
  }
  .publicSlider .text-section {
    margin-top: 5% !important;
    padding-left: 0px;
  }
  .publicSlider .image-section img {
    height: 300px;
    object-fit: cover;
    margin-top: 90px;
  }
  .publicSlider .counter .year {
    font-size: 80px;
  }
  .publicSlider .bottom-controls {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-top: 10% !important;
    position: absolute;
    top: 15%;
  }
  .publicSlider .counter p {
    font-size: 15px;
    color: #79797C;
    margin-bottom: -20px;
    text-align: center;
    margin-left: -100px;
  }
  .publicSlider .counter,
  .publicSlider .image-section,
  .publicSlider .text-section {
    margin-bottom: 20px;
    text-align: start;
  }
}
@media (max-width: 1024px) {
  .publicSlider .counter .year {
    font-size: 70px;
    font-weight: 700;
    color: #002469;
  }
  .publicSlider .slider-buttons {
    margin-top: 50%;
  }
  .publicSlider .text-section {
    margin-top: 0%;
  }
  .publicSlider .bottom-controls {
    margin-top: 5%;
  }
}
[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .slider-buttons button img {
  transform: rotate(180deg);
}
[lang=ar] .publicSlider .text-section h2 {
  text-align: right;
}
[lang=ar] .publicSlider .text-section p {
  text-align: right;
}
[lang=ar] .publicSlider .counter p {
  font-size: 15px;
  color: #79797C;
  margin-bottom: -20px;
  text-align: center;
  margin-left: 70px;
}

.year-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
}

.arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.year-slider-wrapper {
  overflow: hidden;
  width: 400px;
  margin: 0 10px;
}

.year-slider {
  display: flex;
  transition: transform 0.3s ease;
}

.control-button {
  min-width: 70px;
  margin: 0 5px;
  padding: 8px 10px;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 577px) and (max-width: 992px) {
  .year-slider-wrapper {
    width: 300px;
  }
  .bottom-controls {
    width: 90%;
  }
  .year-slider-container {
    margin: 0px auto;
  }
}
@media (min-width: 326px) and (max-width: 577px) {
  .year-slider-wrapper {
    width: 230px;
  }
  .bottom-controls {
    width: 82%;
  }
  .year-slider-container {
    margin: 20px auto;
  }
}
@media (min-width: 300px) and (max-width: 325px) {
  .year-slider-wrapper {
    width: 170px;
  }
  .bottom-controls {
    width: 80%;
  }
  .control-button {
    min-width: 60px;
    margin: 0 3px;
    padding: 6px 8px;
  }
  .arrow-btn {
    width: 28px;
    height: 28px;
  }
  .year-slider-container {
    margin: 20px auto;
  }
}
.Orascom-facilites {
  margin-top: 50px;
  padding: 0px 80px 0 80px;
}

.Orascom-facilites .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  padding: 10px 0 50px 0;
}

.Orascom-facilites .sidebarr .box {
  padding: 8px 14px;
  margin: 5px 0;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  cursor: pointer;
  transition: border 0.3s ease;
  background-color: #F2F2F2;
  margin-bottom: 15px;
}

.Orascom-facilites .sidebarr .box1 {
  max-width: 297px;
  /* height: 102px; */
  margin-right: auto;
}

.Orascom-facilites .sidebarr .box2 {
  max-width: 297px;
  /* height: 102px; */
  margin-left: auto;
}

.Orascom-facilites .sidebarr .box h3 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #3b6094;
  width: 90%;
}

.Orascom-facilites .sidebarr .box p * {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
}

.Orascom-facilites .sidebarr .box.active {
  border: 1px solid #284a79;
}

.Orascom-facilites #map-container {
  text-align: center;
  position: relative;
}

.Orascom-facilites #map {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/whoweare/map.png");
  background-size: cover;
  margin-top: 90px;
}

.Orascom-facilites .point-img {
  position: absolute;
  /* transition: transform 0.3s ease; */
}

.Orascom-facilites .point-img.zoom {
  transform: scale(1.5);
}

.Orascom-facilites a {
  text-decoration: none;
  color: inherit;
}

.Orascom-facilites a:focus,
.Orascom-facilites a:hover {
  outline: none;
}

@media (max-width: 576px) {
  .Orascom-facilites .sidebarr .box h3 a {
    font-size: 16px !important;
  }
  .Orascom-facilites .mobile-only {
    margin-top: 0px !important;
    margin: 10px 0px;
  }
  .Orascom-facilites .caption h2 {
    font-size: 16px;
    padding: 0px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .Orascom-facilites {
    padding: 0px 20px 0 20px;
  }
  .Orascom-facilites .sidebarr .box1 {
    margin: auto;
    margin-bottom: 15px;
    max-width: none;
  }
  .Orascom-facilites .sidebarr .box2 {
    margin: auto;
    margin-bottom: 15px;
    max-width: none;
  }
}
.Orascom-facilites .mobile-only {
  display: none;
  width: 100%;
}

.Orascom-facilites .desktop-only {
  display: block;
}

@media (max-width: 1024px) {
  .Orascom-facilites .mobile-only {
    margin-top: 90px;
  }
  .Orascom-facilites .mobile-only {
    display: block;
  }
  .Orascom-facilites .desktop-only {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  .Orascom-facilites #map-container {
    margin-top: 100px;
  }
  .Orascom-facilites .sidebarr .box h3 a {
    font-size: 16px;
  }
  .Orascom-facilites .Orascom-values .cardd .card-body .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .Orascom-facilites {
    padding: 0px 20px 0 20px;
  }
  .Orascom-facilites .row {
    display: flex;
    flex-direction: column;
  }
  .Orascom-facilites .col-md-4:nth-child(2) {
    order: -1;
  }
  .Orascom-facilites .col-md-4:nth-child(1) {
    order: 1;
  }
  .Orascom-facilites .col-md-4:nth-child(3) {
    order: 2;
  }
  .Orascom-facilites .sidebarr .box1,
  .Orascom-facilites .sidebarr .box2 {
    margin: auto;
    margin-bottom: 15px;
    max-width: none;
  }
  .Orascom-facilites #map-container {
    margin: 0 0 30px 0;
  }
  .Orascom-facilites .mobile-only {
    margin-top: 0 !important;
  }
}
.Orascom-facilites .sidebarr .box p a {
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .Orascom-facilites .sidebarr .box p a {
    display: inline-block;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
  }
}
.modal-dialog {
  max-width: 65%;
  margin: 90px auto;
}

.modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 35px;
  height: 100%;
  position: relative;
}

.modal-dialog .modal-header {
  text-align: center;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-dialog h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #002469;
}

.modal-dialog p {
  font-size: 16px;
  color: #79797C;
  font-weight: 400;
  line-height: 19px;
}

.modal-body .label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-body .custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

.modal-body .file-input {
  display: none;
}

.modal-body .file-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #79797C;
}

.modal-body .btn-form-carer {
  background-color: #002469;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 35px;
  margin-top: 15px;
}

.modal-body .btn-form-carer:hover {
  background-color: #79797C;
  transition: all 0.5s;
  color: #fff;
}

.pattern-modal img {
  position: absolute;
  bottom: 50px;
  right: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 90%;
    margin: 90px auto;
  }
  .modal-dialog h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #002469;
    margin-top: 60px;
  }
  .modal-dialog p {
    font-size: 16px;
    color: #79797C;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding: 0px 50px;
  }
  .modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    height: 100%;
    position: relative;
  }
  .pattern-modal img {
    position: absolute;
    bottom: 30px;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .modal-dialog .modal-content {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .modal-dialog {
    max-width: 90%;
    margin: 90px auto;
  }
  .modal-dialog h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #002469;
    margin-top: 60px;
  }
  .modal-dialog p {
    font-size: 16px;
    color: #79797C;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding: 0px 50px;
  }
  .modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    height: 100%;
    position: relative;
  }
  .pattern-modal img {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .modal-dialog .modal-content {
    padding-bottom: 50px;
  }
}
.modal-dialog .custom-select-wrapper {
  position: relative;
  width: 100%;
}

.modal-dialog .form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #aaa;
  background: #fff;
  appearance: none; /* لإزالة السهم الافتراضي */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.modal-dialog .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out; /* لإضافة تأثير التدوير */
}

.modal-dialog .dropdown-icon img {
  width: 16px;
  height: 16px;
}

.modal-dialog .form-select:required:invalid {
  color: #79797C;
}

.successModel {
  max-width: 65%;
  height: 400px;
  margin: 90px auto;
}

.successModel .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 35px;
  height: 100%;
  position: relative;
}

.successModel .modal-header {
  text-align: center;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.successModel p {
  font-size: 25px;
  color: #002469;
  font-weight: bold;
  line-height: 19px;
  margin-top: 25px;
}

.successModel .pattern-modal img {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  .successModel .pattern-modal img {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 90%;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue";
  overflow-x: hidden !important;
}

[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .navbar .languageToggle {
  cursor: pointer;
  text-align: center;
  margin: auto;
  color: #fff;
  margin-left: 15px;
  margin-right: 0;
}
[lang=ar] #navbarSupportedContent {
  flex-grow: 0;
}
[lang=ar] .banner_homepage {
  direction: ltr;
}
[lang=ar] .sidebar-content-Links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: auto !important;
  height: 205%;
  width: 1px;
  background-color: #d2d2d6;
}
[lang=ar] .nav-pills::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: 0 !important;
  height: 180%;
  width: 1px;
  background-color: #d2d2d6;
}
[lang=ar] .sidebar .nav-item {
  margin-left: auto;
}
[lang=ar] .nav-pills .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(2000%) hue-rotate(180deg) brightness(100%) contrast(100%);
  transform: scaleX(-1);
}
[lang=ar] .nav-pills .nav-link img {
  filter: none;
  transform: scaleX(-1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
[lang=ar] .sidebar .nav-link .Links {
  text-align: right !important;
}
[lang=ar] .sidebar-content-Links ul {
  padding-right: 25px;
}
[lang=ar] .Who-We-Are .caption {
  padding-right: 80px;
  padding-left: 0;
}
[lang=ar] .Who-We-Are .caption p {
  padding-left: 30px;
  padding-right: 0;
}
[lang=ar] .Brands .caption {
  padding-right: 32px;
  margin-bottom: 50px;
}
[lang=ar] .Brands .swiper-container {
  direction: ltr !important;
}
[lang=ar] .footer .end-link {
  padding-left: 0 !important;
}
[lang=ar] .footer .end-link {
  left: 0 !important;
  right: auto;
}
[lang=ar] .footer .newsletter-relative img {
  width: 267px !important;
  height: 55px !important;
  transform: scaleX(-1);
}

.banner_homepage .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_homepage .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_homepage .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.banner_homepage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner_homepage .swiper-slide img {
  z-index: 0;
}

@media (max-width: 1400px) {
  .banner_homepage .swiper-slide img {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
  }
}
.Brands .swiper-container {
  width: 100%;
  /* overflow: hidden; */
}

.Brands .swiper-wrapper {
  transition-timing-function: linear !important;
}

.Brands .swiper-slide {
  width: auto !important;
  /* margin-right: 30px; */
}

.Brands .swiper-slide img {
  max-width: 188px;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .Brands .swiper-slide img {
    height: 100px;
    width: 100px;
    object-fit: contain;
  }
}
.banner_homepage .swiper-container .swiper-slide img {
  width: 100%;
  height: 75vh;
  margin-top: 110px;
}

.banner_homepage .swiper-pagination-bullet {
  background-color: #fff;
}

.banner_homepage .swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_homepage .swiper-button-next:after,
.banner_homepage .swiper-button-prev:after {
  font-size: 20px;
  color: white;
}

.banner_homepage .swiper-button-next {
  right: 10px;
  top: 60%;
  display: none;
}

.banner_homepage .swiper-button-prev {
  left: 25px;
  top: 60%;
  display: none;
}

.banner_homepage:hover .swiper-button-next {
  display: block;
}

.banner_homepage:hover .swiper-button-prev {
  display: block;
}

@media (max-width: 765px) {
  .banner_homepage .swiper-container {
    height: 180px !important;
    margin-top: 64px !important;
  }
  .banner_homepage .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin-top: 0 !important;
  }
}
@media (min-width: 766px) and (max-width: 1020px) {
  .banner_homepage .swiper-container {
    height: 380px !important;
    margin-top: 64px !important;
  }
  .banner_homepage .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin-top: 0 !important;
  }
}
@media (min-width: 1020px) and (max-width: 1024px) {
  .banner_homepage .swiper-container {
    height: 480px !important;
    margin-top: 64px !important;
  }
  .banner_homepage .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin-top: 0 !important;
  }
}
.Who-We-Are {
  margin-top: 90px;
}

.Who-We-Are .caption {
  padding: 0px 0px 0px 90px;
}

.Who-We-Are .caption h2 {
  color: #002469;
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.border-under {
  position: relative;
  display: inline-block;
}

.border-under::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #79797C;
  width: 40% !important;
}

.Who-We-Are .caption p {
  margin-top: 24px;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 142.857% */
  letter-spacing: -0.28px;
  color: #79797C;
  padding-right: 30px;
}

.Who-We-Are .caption .btnMain {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
}

.Who-We-Are .caption .btnMain:hover {
  background-color: #79797C;
}

.Who-We-Are .Image img {
  height: 375px;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .Who-We-Are .caption {
    padding: 0px 0px 0px 90px;
  }
  .Who-We-Are .caption p {
    margin-top: 25px;
  }
  .Who-We-Are .caption .btnMain {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .Who-We-Are .Image img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .Who-We-Are .caption {
    padding: 0px 30px 0px 30px;
  }
  .Who-We-Are {
    margin: auto;
    margin-top: 90px;
  }
  .Who-We-Are .caption .btnMain {
    margin-top: 10px;
  }
  .Who-We-Are .caption p {
    font-size: 12px !important;
    line-height: 18px;
    margin-top: 20px !important;
    text-align: start !important;
  }
  .Who-We-Are .Image {
    width: 50% !important;
    text-align: end;
  }
  .Who-We-Are .Image img {
    width: 100% !important;
    height: 350px !important;
    text-align: end;
  }
}
@media (max-width: 576px) {
  .Who-We-Are .caption {
    padding: 0px 30px 0px 30px;
  }
  .Who-We-Are {
    margin-top: 60px;
  }
  .Who-We-Are-item {
    flex-direction: column;
    text-align: start;
  }
  .Who-We-Are .caption h2 {
    font-size: 24px !important;
    text-align: start;
  }
  .Who-We-Are .caption p {
    font-size: 12px !important;
    line-height: 18px;
    margin-top: 20px !important;
    text-align: start !important;
    padding-right: 0 !important;
  }
  .Who-We-Are .Image {
    width: 100% !important;
  }
  .Who-We-Are .Image img {
    width: 100% !important;
    height: 350px !important;
  }
  .Who-We-Are .caption .btnMain {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .Who-We-Are .caption {
    width: 100% !important;
  }
}
.Ourservices {
  margin-top: 70px;
  background: rgba(121, 121, 124, 0.1);
  padding: 0px 80px 80px 80px;
}

.Ourservices .caption {
  margin-top: 70px;
}

.Ourservices .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002469;
}

.Ourservices .item-hover {
  background-color: #79797C;
  height: 75px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Ourservices h3 {
  color: #FFF;
  text-align: center;
  /* Services Title */
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.Ourservices a {
  margin-bottom: 0 !important;
}

@media (max-width: 576px) {
  .Ourservices .item-captipn2 h3 {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 13px !important;
    font-weight: 100 !important;
  }
  .Ourservices {
    padding: 0px 20px 70px 20px;
  }
}
@media (max-width: 768px) {
  .Ourservices {
    padding: 0px 20px 70px 20px;
  }
}
.Ourservices .item-hover h3 {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.Ourservices .item {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Ourservices .item img {
  transition: transform 0.3s ease-in-out;
  transition: all 1s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .Ourservices .item {
    aspect-ratio: 1/1;
  }
}
.Ourservices .all-items-s:hover img {
  transform: scale(1.01);
}

.Ourservices .item-captipn {
  background-color: #002469;
  color: #fff;
  height: 80px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}

.Ourservices .all-items-s:hover .item-captipn {
  background-color: #79797C;
}

.Ourservices .item-Services {
  width: 64px;
  height: 64px;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}

.Ourservices .item-Services img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.Ourservices .item-captipn2 {
  background-color: #002469;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
  margin-top: 16px;
}

.Ourservices .item-captipn2 h3 {
  color: #fff;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

.Ourservices .content2:hover .item-captipn2 {
  background-color: #79797C;
}

.Ourservices .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .Ourservices .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .Ourservices .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .Ourservices .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.LatestNEWS .caption {
  margin-top: 70px;
  margin-bottom: 50px;
}

.LatestNEWS .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002469;
}

.LatestNEWS {
  padding: 0px 80px 0 80px;
}

@media (max-width: 576px) {
  .LatestNEWS {
    padding: 0px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  .LatestNEWS {
    padding: 0px 20px 0 20px;
  }
}
.LatestNEWS .item-captipn h3 {
  color: #141B34;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.LatestNEWS .item-captipn * {
  overflow: hidden;
  color: #828282;
  text-overflow: ellipsis;
  font-family: "Helvetica Neue";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.LatestNEWS .item-captipn .btnMain {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
}

.Who-We-Are .caption .btnMain:hover {
  background-color: #79797C;
}

.LatestNEWS .item-captipn .btnMain2 {
  background-color: #002469;
  color: #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 300;
}

.LatestNEWS .item-captipn .btnMain2:hover {
  background-color: #79797C;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .LatestNEWS-hiden-section {
    display: none;
  }
}
.Brands .custom-border {
  width: 90%;
  height: 1px;
  background-color: #79797C;
  margin: 20px auto;
  opacity: 0.2;
}

.Brands .caption {
  padding-left: 90px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .Brands .caption {
    padding-left: 30px;
  }
}
.Brands .caption h2 {
  color: #002469;
  font-family: "Helvetica Neue";
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
}

.Brands {
  margin-bottom: 80px;
}

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

#exampleModal3 .modal-dialog .modal-home {
  position: relative;
}

#exampleModal3 .modal-dialog .modal-home .caption-modal-home {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 9999;
}

#exampleModal3 .modal-dialog .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 68%;
}

#exampleModal3 .modal-dialog .modal-home .caption-modal-home h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

#exampleModal3 .modal-dialog .volvo-modal-img {
  margin-top: 40px;
  margin-bottom: 15px;
}

#exampleModal3 .modal-dialog .modal-home .image-modal-home img {
  transition: transform 0.3s ease-in-out;
  transition: all 1s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#exampleModal3 .modal-dialog .modal-home .image-modal-home:hover img {
  transform: scale(1.01);
  z-index: 99;
}

@media (max-width: 576px) {
  #exampleModal3 .modal-dialog .volvo-modal-img {
    margin-top: 80px;
    margin-bottom: 15px;
  }
  #exampleModal3 .modal-dialog .modal-body {
    display: block;
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
  }
  #exampleModal3 .modal-dialog .modal-home .image-modal-home {
    margin-bottom: 20px;
  }
  #exampleModal3 .modal-dialog .volvo-modal-img {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  #exampleModal3 .modal-dialog .volvo-modal-img {
    margin-top: 80px;
    margin-bottom: 15px;
  }
  #exampleModal3 .modal-dialog .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 81%;
  }
  #exampleModal3 .home .modal-content {
    padding-bottom: 150px;
  }
}
@media (min-width: 1020px) and (max-width: 1025px) {
  #exampleModal3 .modal-dialog .volvo-modal-img {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  #exampleModal3 .modal-dialog .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #exampleModal3 .home .modal-content {
    padding-bottom: 150px;
  }
}
#exampleModal3 .modal-dialog .modal-home .image-modal-home {
  position: relative;
  overflow: hidden;
}

#exampleModal3 .modal-dialog .modal-home .image-modal-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 36, 105, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

#exampleModal3 .modal-dialog .modal-home .image-modal-home:hover::after {
  opacity: 1;
}

#exampleModal4 .modal-content .subscripe-modal-img {
  margin-top: 0px;
}

#exampleModal4 .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 87px 35px;
  height: 100%;
  position: relative;
}

#exampleModal4 p {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  color: #002469;
  margin-top: 20px;
  text-align: center;
}

.hotline-container {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
}

.support-icon {
  background: linear-gradient(135deg, #002469, #4A75AF);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.support-icon:hover {
  transform: scale(1.1);
}

.support-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 3px;
  filter: brightness(0) invert(1);
}

.hotline-text {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: white;
  color: #002469;
  width: 66px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.support-icon:hover .hotline-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.optionalsection {
  padding: 90px 80px 0 80px;
}

.optionalsection .item img {
  height: 358px;
  object-fit: cover;
}

.optionalsection .caption {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .optionalsection {
    padding: 0px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  .optionalsection {
    padding: 0px 20px 0 20px;
    margin-top: 60px;
  }
  .hotline-container {
    position: fixed;
    right: 8px;
    bottom: 100px;
    z-index: 999;
  }
  .optionalsection .item img {
    height: 200px;
    object-fit: cover;
  }
}
.optionalsection .item-captipn h3 {
  color: #002469;
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}

.optionalsection .item-captipn p {
  overflow: hidden;
  color: #79797C;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: 90%;
  margin: 16px auto;
  text-align: center;
}

.optionalsection .item-captipn .btnMain2 {
  background-color: #002469;
  color: #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 300;
}

.optionalsection .item-captipn .btnMain2:hover {
  background-color: #79797C;
}

#exampleModaloptionalsection .modal-dialog {
  max-width: 40%;
  margin: 90px auto;
}

#exampleModaloptionalsection .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

#exampleModaloptionalsection .modal-dialog .modal-header {
  text-align: center;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#exampleModaloptionalsection .Modaloptionalsectionh2 {
  margin-top: 40px;
}

#exampleModaloptionalsection .Modaloptionalsectionp {
  margin-top: 15px;
}

#exampleModaloptionalsection .modal-dialog h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #002469;
}

#exampleModaloptionalsection .modal-dialog p {
  font-size: 16px;
  color: #79797C;
  font-weight: 400;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  #exampleModaloptionalsection .modal-dialog {
    max-width: 90%;
  }
  #exampleModaloptionalsection .Modaloptionalsectionh2 {
    margin-top: 60px;
  }
  #exampleModaloptionalsection .modal-dialog h2 {
    font-size: 30px !important;
    font-weight: 700;
    text-align: center;
    color: #002469;
  }
  #exampleModaloptionalsection .modal-dialog p {
    font-size: 16px;
    color: #79797C;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding: 0px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #exampleModaloptionalsection .modal-dialog {
    max-width: 60%;
  }
  #exampleModaloptionalsection .Modaloptionalsectionh2 {
    margin-top: 60px;
  }
  #exampleModaloptionalsection .modal-dialog h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #002469;
  }
  #exampleModaloptionalsection .modal-dialog p {
    font-size: 16px;
    color: #79797C;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding: 0px 50px;
  }
}
#exampleModaloptionalsection .btnModaloptionalsection {
  background-color: #002469;
  color: #fff;
  width: 115px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: auto;
}

#exampleModaloptionalsection .btnModaloptionalsection:hover {
  background-color: #002469;
  color: #fff;
}

#exampleModaloptionalsection .link-close {
  font-size: 12px;
}

.btnMains {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
}

.btnMains:hover {
  background-color: #002469 !important;
  color: #fff;
  padding: 11px 20px;
}

.page-link {
  background-color: #fff !important;
  color: #002469 !important;
  border: 1px solid gray;
}

.Orascom-Services {
  padding: 40px 80px 0 80px;
}

.Orascom-Services .caption-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
  margin-top: 0px;
}

.Orascom-Services .caption-left h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.Orascom-Services .caption-left2 {
  margin-top: 30px;
}

.Orascom-Services .caption-left2 * {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #79797C;
}

.Orascom-Services .part-cart {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.Orascom-Services .cart-item {
  background-color: rgba(121, 121, 124, 0.1019607843);
  border-radius: 8px;
  transition: transform 0.3s ease;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Orascom-Services .cart-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
}

.Orascom-Services .cart-item p {
  font-size: 10px;
  font-weight: 500;
  color: #79797C;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .Orascom-Services .caption-left p {
    margin-top: 13px !important;
  }
  .Orascom-Services .caption-left h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #002469;
  }
}
@media (max-width: 768px) {
  .Orascom-Services {
    padding: 40px 20px 0 20px;
  }
  .Orascom-Services .caption-left h3 {
    font-size: 25px !important;
  }
  .Orascom-Services .caption-left p {
    margin-top: 0px;
  }
  .Orascom-Services .cart-item h3 {
    font-size: 30px !important;
  }
  .Orascom-Services .cart-item p {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px !important;
    color: #79797C;
  }
}
@media (max-width: 576px) {
  .Orascom-Services .caption-left h3 {
    font-size: 19px !important;
    line-height: 25px !important;
  }
  .Orascom-Services .center-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Orascom-Services .caption-left2 p {
    font-size: 13px !important;
  }
  .Orascom-Services .cart-item {
    background-color: rgba(121, 121, 124, 0.1019607843);
    border-radius: 8px;
    transition: transform 0.3s ease;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.Orascom-values {
  padding: 0px 80px 0 80px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.Orascom-values .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  padding: 50px 0 50px 0;
}

.Orascom-values .cardd {
  background-color: #F2F2F2;
  padding: 2rem;
}

.Orascom-values .cardd .card-body img {
  width: 80px;
  height: 80px;
}

.Orascom-values .cardd .card-body .card-title {
  color: #002469;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}

.Orascom-values .cardd .card-body .card-text {
  color: #79797C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .Orascom-values .cardd .card-body .card-title {
    font-size: 20px !important;
  }
  .Orascom-values .cardd .card-body .card-text {
    font-size: 13px !important;
  }
  .Orascom-values .caption h2 {
    padding: 0px 0 40px 0 !important;
  }
}
@media (max-width: 768px) {
  .Orascom-values {
    padding: 40px 20px 0 20px;
  }
  .Orascom-values .caption h2 {
    font-size: 17px !important;
  }
}
.Orascom-facilites-2 {
  padding: 0px 80px 0 80px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.Orascom-facilites-2 .item-count {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}

.Orascom-facilites-2 .item-count {
  cursor: pointer;
  transition: all 0.3s ease; /* لإضافة انتقال سلس */
}

.Orascom-facilites-2 .item-count:hover .caption-list h5 {
  color: #79797C;
}

.image {
  position: relative;
}

.image img {
  display: block;
  transition: opacity 0.3s ease;
}

.item-sales:hover .image img {
  opacity: 0;
}

.item-sales:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/whoweare/salesl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.item-maintenance:hover .image img {
  opacity: 0;
}

.item-maintenance:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/whoweare/MAINTENANCE2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.item-spareparts:hover .image img {
  opacity: 0;
}

.item-spareparts:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/whoweare/SPAREPARTS.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.item-rental:hover .image img {
  opacity: 0;
}

.item-rental:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/whoweare/rental2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.item-telecom:hover .image img {
  opacity: 0;
}

.item-telecom:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/whoweare/TELECOM2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.Orascom-facilites-2 .item-count .caption-list h5 {
  font-size: 24px;
  font-weight: 700;
  color: #79797C;
  padding-left: 15px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .Orascom-facilites-2 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .Orascom-facilites-2 {
    padding: 0px 20px 0 20px;
  }
  .Orascom-facilites-2 .item-count .caption-list h5 {
    font-size: 20px !important;
  }
  .Orascom-facilites-2 .item-count {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .Orascom-facilites-2 .item-count .caption-list h5 {
    font-size: 14px !important;
    padding-left: 0 !important;
    padding: 15px 0 15px 0;
  }
}
[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .publicHeader .caption {
  position: absolute;
  bottom: 10%;
  right: 80px;
}
[lang=ar] .Orascom-facilites .sidebarr .box1 {
  margin-left: auto !important;
  margin-right: 0 !important;
}
[lang=ar] .Orascom-facilites .sidebarr .box2 {
  margin-right: auto !important;
  margin-left: 0 !important;
}
[lang=ar] .Orascom-facilites-2 .item-count .caption-list h5 {
  padding-right: 15px !important;
  margin-left: 0;
}

.Orascom-mission-vision {
  background-color: #F2F2F2;
  padding: 70px 80px;
}

.Orascom-mission-vision .caption .our-paragraph * {
  color: #79797C;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.Orascom-mission-vision .caption2 {
  width: 15%;
}

.Orascom-mission-vision .our-paragraph {
  width: 85%;
}

.Orascom-mission-vision .caption h2 {
  color: #002469;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .Orascom-mission-vision {
    background-color: #F2F2F2;
    padding: 70px 20px;
  }
  .Orascom-mission-vision .caption h2 {
    color: #002469;
    font-size: 25px;
    font-weight: 700;
  }
  .Orascom-mission-vision .caption .our-paragraph p {
    color: #79797C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .Orascom-mission-vision {
    background-color: #F2F2F2;
    padding: 70px 20px;
  }
  .Orascom-mission-vision .caption h2 {
    color: #002469;
    font-size: 25px !important;
    font-weight: 700;
  }
  .Orascom-mission-vision .caption .our-paragraph p {
    color: #79797C;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
  }
}
@media (max-width: 576px) {
  .Orascom-mission-vision {
    background-color: #F2F2F2;
    padding: 70px 20px;
  }
  .Orascom-mission-vision .caption h2 {
    color: #002469;
    font-size: 15px !important;
    font-weight: 700;
  }
  .Orascom-mission-vision .caption .our-paragraph p {
    color: #79797C;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px !important;
  }
}
.publicSlider {
  margin-bottom: 80px;
}

.contact-form {
  background-color: #F2F2F2;
  padding: 50px 80px 0 80px;
  margin-top: 40px;
}

.contact-form .caption h2 {
  padding: 15px 0px;
}

.contact-form .caption p * {
  padding: 15px 0px;
  color: #79797C;
  font-size: 14px;
  font-weight: 400;
}

.contact-form .caption h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.contact-form .label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-form .btn-form {
  background-color: #002469;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.5s;
}

.contact-form .btn-form:hover {
  background-color: #79797C;
  transition: all 0.5s;
}

@media (max-width: 576px) {
  .contact-form {
    background-color: #F2F2F2;
    padding: 0px 20px 0 20px;
  }
  .contact-form .caption h2 {
    font-size: 25px !important;
    padding-top: 40px;
  }
  .contact-form .label {
    font-size: 14px !important;
  }
  .contact-form .caption p {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .contact-form {
    background-color: #F2F2F2;
    padding: 0px 20px 0 20px;
  }
  .contact-form .caption h2 {
    font-size: 25px;
    padding-top: 40px;
  }
  .contact-form .label {
    font-size: 14px;
  }
  .contact-form .caption p {
    font-size: 12px;
  }
}
.communication {
  background-color: #F2F2F2;
  padding: 70px 80px 80px 80px;
}

.communication .comm-box {
  background-color: #FFFFFF;
  text-align: center;
  height: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.communication .comm-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #002469;
  padding: 15px 0;
}

.communication .comm-box .comm-box-1 a {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #79797C !important;
}

.communication .comm-box .comm-box-2 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #79797C !important;
}

.communication .comm-box .comm-box-3 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #79797C !important;
}

.communication .comm-box .comm-box-4 img {
  object-fit: contain;
}

@media (max-width: 576px) {
  .communication {
    background-color: #F2F2F2;
    padding: 50px 20px 50px 20px;
  }
  .communication .comm-box {
    margin-bottom: 20px;
  }
  .communication .comm-box h3 {
    font-size: 18px !important;
  }
  .communication .comm-box .comm-box-1 a {
    font-size: 23px !important;
  }
  .communication .comm-box .comm-box-2 a {
    font-size: 15px !important;
  }
  .communication .comm-box .comm-box-3 a {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .communication {
    padding: 50px 20px 50px 20px;
  }
  .communication .comm-box {
    margin-bottom: 20px !important;
  }
  .communication .comm-box h3 {
    font-size: 18px;
  }
  .communication .comm-box .comm-box-1 a {
    font-size: 23px;
  }
  .communication .comm-box .comm-box-2 a {
    font-size: 13px;
  }
  .communication .comm-box .comm-box-3 a {
    font-size: 13px;
  }
}
.BannerNews {
  padding: 80px 80px 0px 80px;
}

.BannerNews .container-fluid {
  position: relative;
}

.BannerNews .BannerNews-caption {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 0px 40px;
  z-index: 2;
}

.BannerNews .BannerNews-caption h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
}

.BannerNews .BannerNews-caption h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #FFFFFF;
}

.BannerNews .BannerNews-caption p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.BannerNews-caption-hide a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.BannerNews .container-fluid:hover .BannerNews-caption-hide a {
  opacity: 1;
  text-decoration: underline;
  visibility: visible;
  margin-bottom: 30px;
}

.BannerNews .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

@media (max-width: 768px) {
  .BannerNews-caption-hide a {
    opacity: 1;
    visibility: visible;
    text-decoration: underline;
    margin-bottom: 30px !important;
  }
  .BannerNews-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) {
  .BannerNews {
    padding: 80px 20px 0 20px;
  }
  .BannerNews-image {
    height: 310px;
  }
  .BannerNews-image img {
    height: 100%;
    object-fit: cover;
  }
  .BannerNews .BannerNews-caption p {
    font-size: 13px !important;
    font-weight: 100 !important;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
  }
  .BannerNews .BannerNews-caption h1 {
    font-size: 26px !important;
  }
  .BannerNews .BannerNews-caption h5 {
    margin-bottom: 0;
  }
  .BannerNews .BannerNews-caption {
    left: 0px;
    padding: 0px 20px;
    bottom: 15px;
  }
  .BannerNews .container-fluid:hover .BannerNews-caption-hide a {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .BannerNews {
    padding: 80px 20px 0 20px;
  }
  .BannerNews-image {
    height: 310px;
  }
  .BannerNews-image img {
    height: 100%;
    object-fit: cover;
  }
  .BannerNews .BannerNews-caption {
    left: 0px;
    padding: 0px 20px;
    bottom: 15px;
  }
  .BannerNews .container-fluid:hover .BannerNews-caption-hide a {
    margin-bottom: 15px;
  }
}
@media (min-width: 1021px) and (max-width: 1024px) {
  .BannerNews .container-fluid:hover .BannerNews-caption-hide a {
    margin-bottom: 15px;
  }
  .BannerNews .BannerNews-caption {
    left: 0px;
    padding: 0px 20px;
    bottom: 15px;
  }
}
.News-LatestNEWS {
  margin-bottom: 80px;
  padding: 0px 80px 0px 80px;
}

.News-LatestNEWS .caption {
  margin-top: 60px;
  margin-bottom: 50px;
}

.News-LatestNEWS .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002469;
}

.News-LatestNEWS .item-captipn h3 {
  color: #141B34;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

.News-LatestNEWS .item-captipn .datee {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #A3A3A3;
  margin-bottom: 0;
  margin-top: 10px;
}

.News-LatestNEWS .item-captipn p {
  overflow: hidden;
  color: #828282;
  text-overflow: ellipsis;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.News-LatestNEWS .item-captipn .btnMain {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
}

.News-LatestNEWS .item-captipn .btnMain:hover {
  background-color: #79797C;
}

.News-LatestNEWS .item-captipn .btnMain2 {
  background-color: #002469;
  color: #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 300;
}

.News-LatestNEWS .item-captipn .btnMain2:hover {
  background-color: #79797C;
}

@media (max-width: 576px) {
  .News-LatestNEWS {
    padding: 0px 20px 0px 20px;
  }
  .News-LatestNEWS .caption {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .LatestNEWS-hiden-section {
    display: none;
  }
  .News-LatestNEWS {
    padding: 0px 20px 0px 20px;
  }
}
.News-LatestNEWS .swiper-button-prev,
.News-LatestNEWS .swiper-button-next {
  color: #002469 !important;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.News-LatestNEWS .swiper-button-prev:hover,
.News-LatestNEWS .swiper-button-next:hover {
  background-color: #002469;
  color: white !important;
}

.News-LatestNEWS .swiper-button-prev::after,
.News-LatestNEWS .swiper-button-next::after {
  font-size: 18px;
}

.innerBannerNews {
  margin-top: 165px;
  padding: 0px 80px 0px 80px;
}

.innerBannerNews .InnerNews-caption h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
}

.innerBannerNews .InnerNews-caption p {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.innerBannerNews .InnerNews-image {
  margin-top: 25px;
}

.innerBannerNews .InnerNews-image-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .innerBannerNews {
    margin-top: 110px;
    padding: 0px 20px 0px 20px;
  }
  .innerBannerNews .InnerNews-caption p {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 27px;
    color: #002469;
  }
  .innerBannerNews .InnerNews-image {
    height: 200px;
  }
  .innerBannerNews .InnerNews-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .innerBannerNews {
    margin-top: 120px;
    padding: 0px 20px 0px 20px;
  }
  .innerBannerNews .InnerNews-caption p {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #002469;
  }
}
.sales-service {
  padding: 40px 80px 0 80px;
  margin-top: 50px;
}

.sales-service .sales-caption h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #002469;
  text-transform: uppercase;
}

.sales-service .sales-caption p * {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .sales-service {
    padding: 10px 20px 0 20px;
    margin-top: 50px;
  }
  .sales-service .sales-caption h1 {
    font-size: 25px !important;
  }
  .sales-service .sales-caption {
    margin-top: 0px !important;
  }
  .sales-service .sales-caption h1 {
    margin-top: 0px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .sales-service {
    padding: 10px 20px 0 20px;
    margin-top: 50px;
  }
  .sales-service .sales-image {
    height: 100%;
  }
  .sales-service .sales-image img {
    height: 100%;
    object-fit: cover;
  }
  .sales-service .sales-caption h1 {
    margin-top: 0px;
    font-size: 28px !important;
  }
}
@media (max-width: 1024px) {
  .sales-service .sales-image {
    height: 100%;
  }
  .sales-service .sales-image img {
    height: 100%;
    object-fit: cover;
  }
  .sales-service .sales-caption h1 {
    margin-top: 0px;
  }
}
.sales-category {
  padding: 0px 80px 0 80px;
}

.sales-category .caption {
  margin-top: 70px;
}

.sales-category .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002469;
  padding: 40px 0px;
}

.sales-category .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .sales-category .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .sales-category .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .sales-category .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sales-category {
  position: relative;
  margin-bottom: 80px;
}

.sales-category .item-Services {
  position: relative;
  overflow: hidden;
}

.sales-category .item-Services img {
  display: block;
  width: 100%;
  height: auto;
}

.sales-category .item-Service-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 36, 105, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.sales-category .item-Service-caption h3 {
  margin: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  font-size: 20px;
  font-weight: 400;
}

.sales-category .item-Services:hover .item-Service-caption {
  opacity: 1;
}

.sales-category .item-Services:hover .item-Service-caption h3 {
  transform: translateY(0);
}

@media (max-width: 576px) {
  .sales-category {
    padding: 0px 20px 0 20px;
  }
  .sales-category .caption {
    margin-top: 15px;
  }
  .sales-category .item-Service-caption h3 {
    font-size: 14px !important;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .sales-category {
    padding: 0px 20px 0 20px;
  }
  .sales-category .caption {
    margin-top: 15px;
  }
  .sales-category .item-Service-caption h3 {
    font-size: 18px !important;
    font-weight: 400;
  }
}
.sales-Brands {
  padding: 0px 80px 0 80px;
  margin-bottom: 90px;
}

.sales-Brands .caption {
  margin-top: 70px;
}

.sales-Brands .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002469;
  padding: 40px 0px;
}

.sales-Brands .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sales-Brands .item-Services img {
  transition: transform 0.3s ease-in-out;
  width: 236px;
  height: 200px;
  border: 1px solid rgba(0, 36, 105, 0.2);
  object-fit: contain;
}

.sales-Brands .item-Services:hover img {
  transform: scale(1.01);
}

@media (min-width: 1445px) and (max-width: 2570px) {
  .sales-Brands .item-Services img {
    transition: transform 0.3s ease-in-out;
    width: 236px !important;
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .sales-Brands .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .sales-Brands .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .sales-Brands .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .sales-Brands {
    padding: 0px 20px 0 20px;
  }
  .sales-Brands .item-Services img {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .sales-Brands {
    padding: 0px 20px 0 20px;
  }
  .sales-Brands .caption {
    margin-top: 15px;
  }
  .sales-Brands .item-Service-caption h3 {
    font-size: 14px !important;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .sales-Brands {
    padding: 0px 20px 0 20px;
  }
  .sales-Brands .caption {
    margin-top: 15px;
  }
  .sales-Brands .item-Service-caption h3 {
    font-size: 20px !important;
    font-weight: 400;
  }
}
.sales-service .sales-caption .btn {
  font-size: 14px !important;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 15px;
}

.Careers-slider {
  padding: 80px 0px 80px 80px;
}

.Careers-slider .job-list {
  margin-top: 50px;
  margin-right: 80px;
}

.Careers-slider .caption {
  margin-bottom: 50px;
}

.Careers-slider .caption h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
  text-transform: uppercase;
}

.Careers-slider .job-list .job-item {
  border-radius: 8px;
  margin-bottom: 20px;
}

.Careers-slider .job-list .job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Careers-slider .job-list .job-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 15px;
}

.Careers-slider .job-list .job-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
  margin-top: 10px;
  margin-bottom: 0;
}

.Careers-slider .job-list .job-paragraph2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
}

.Careers-slider .job-list .job-title .toggle-icon {
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.Careers-slider .job-list .job-description-container {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
  opacity: 1;
  max-height: 2000px; /* Large enough to show full content */
}

.Careers-slider .job-list .job-description-container.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.Careers-slider .job-list .job-description-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #2D2D2D;
}

.Careers-slider .job-list .job-description {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
}

.Careers-slider .job-list .job-description li {
  color: #79797C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}

.Careers-slider .job-list .job-title .toggle-icon.rotate {
  transform: rotate(180deg);
}

.Careers-slider .job-list .btn-bopup {
  background-color: #002469;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 16px 25px;
}

.Careers-slider .job-list .btn-bopup:hover {
  background-color: #79797C;
}

.Careers-slider .btn-slider {
  font-weight: bold;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 50px;
  background-color: #007bff;
  color: white;
  min-width: auto;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
}

.Careers-slider .filter-link {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  min-width: auto;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
}

.Careers-slider .filter-link.active-link {
  font-weight: 500;
  font-size: 14px;
  background-color: #002469;
  color: white;
}

.Careers-slider .job-item {
  display: none;
  margin-bottom: 20px;
}

.Careers-slider .job-item.active {
  display: block;
}

.Careers-slider .border-container {
  position: relative;
  margin-bottom: 5px;
}

.Careers-slider .border-container::after {
  content: "";
  display: block;
  /* width: 94.5%;  */
  padding: 0 80px 0 80px;
  height: 1px;
  margin: 0px 80px 0px 0px;
  background-color: #79797C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 20%;
}

.Careers-slider .border-list {
  border-top: 1px solid #79797C;
  margin-top: 15px;
  margin-bottom: 20px;
  opacity: 20%;
}

@media (max-width: 576px) {
  .Careers-slider {
    padding: 80px 30px 70px 30px;
  }
  .Careers-slider .border-container::after {
    content: "";
    display: block;
    padding: 0 80px 0 80px;
    height: 0.4px;
    margin: 0px 80px 0px 0px;
    background-color: #79797C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .Careers-slider .job-list {
    margin-right: 0px;
  }
  .Careers-slider .job-list .job-paragraph {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 19px;
    color: #79797C;
    margin-top: 10px;
  }
  .Careers-slider .caption h2 {
    font-size: 25px !important;
    font-weight: 700;
    line-height: 39px;
    color: #002469;
    text-transform: uppercase;
  }
  .Careers-slider .job-list .btn-bopup {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .Careers-slider {
    padding: 80px 30px 70px 30px;
  }
  .Careers-slider .border-container::after {
    content: "";
    display: block;
    padding: 0 80px 0 80px;
    height: 0.4px;
    margin: 0px 80px 0px 0px;
    background-color: #79797C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .Careers-slider .job-list {
    margin-right: 0px;
  }
  .Careers-slider .job-list .job-paragraph {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #79797C;
    margin-top: 10px;
  }
}
.upload-follow {
  position: relative;
  padding: 20px 80px 80px 80px;
}

.upload-follow .image-upload img {
  width: 100%;
  height: auto;
  display: block;
}

.upload-follow .caption-upload {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  color: white;
  width: 100%;
}

.upload-follow .upload-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  text-align: start;
  padding-right: 20p;
  width: 70%;
}

.upload-follow .btn-bopup2 {
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #002469;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.upload-follow .btn-bopup2:hover {
  background-color: #C8C8C8;
  color: #79797C;
}

@media (max-width: 576px) {
  .upload-follow {
    position: relative;
    padding: 0px 20px 80px 20px;
  }
  .upload-follow .upload-text {
    margin: 0;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 68%;
  }
  .upload-follow .image-upload img {
    height: 100px;
  }
  .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px !important;
  }
  .upload-follow .itemn {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .upload-follow {
    position: relative;
    padding: 0px 20px 60px 20px;
  }
  .upload-follow .upload-text {
    margin: 0;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 68%;
  }
  .upload-follow .image-upload img {
    height: 100px;
  }
  .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px !important;
  }
  .upload-follow .itemn {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .upload-follow .upload-text {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 55%;
  }
  .upload-follow .image-upload img {
    height: 100px;
  }
  .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px;
  }
  .upload-follow .itemn {
    margin-bottom: 20px;
  }
}
[lang=ar] .Careers-slider .slider-all {
  direction: ltr;
}
[lang=ar] .Careers-slider .border-container {
  direction: ltr;
}
[lang=ar] .form-control {
  direction: rtl;
}

.Careers-slider .department-dropdown {
  position: relative;
  width: 250px;
  margin-right: 20px;
}

.Careers-slider .department-select {
  width: 100%;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #dee2e6;
  background-color: white;
  font-weight: 500;
  font-size: 14px;
  color: #002469;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  background: none;
}

.Careers-slider .dropdown-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
  color: #002469;
}

.Careers-slider .department-select.open + .dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}

.Careers-slider .caption::after {
  display: none;
}

[lang=ar] .Careers-slider .department-select {
  text-align: right;
  padding-right: 20px;
  padding-left: 30px;
}

[lang=ar] .Careers-slider .dropdown-icon {
  right: auto;
  left: 20px;
}

@media (max-width: 576px) {
  .Careers-slider .department-dropdown {
    width: 100%;
    margin-bottom: 15px;
  }
}
.Download-Brochure {
  padding: 50px 80px 80px 80px;
}

.Download-Brochure .col-styling {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Download-Brochure .Download-Brochure-caption * {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
}

.Download-Brochure .Download-Brochure-caption .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 15px;
}

.Download-Brochure .Download-Brochure-caption .btn:hover {
  background-color: #79797C;
}

.Download-Brochure .Download-Brochure-image img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .Download-Brochure {
    padding: 50px 20px 0px 20px;
  }
  .publicHeader .caption img {
    width: 55%;
    object-fit: cover;
  }
  .Download-Brochure .Download-Brochure-image img {
    width: 270px;
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .Download-Brochure {
    padding: 50px 20px 0px 20px;
  }
  .Download-Brochure .Download-Brochure-caption p {
    margin-top: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .General .border-all::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px !important;
    height: 100%;
    width: 1px;
    background-color: #79797C;
    opacity: 20%;
  }
}
.General {
  padding: 0px 80px 50px 80px;
}
.General .General-h3 {
  color: #002469;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.General .nav-pills {
  border: none;
}
.General .navpills2 {
  border-bottom: 1px solid rgba(121, 121, 124, 0.3);
}
.General .nav-link.active {
  color: #002469;
  background-color: #CDD8EF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.General .nav-link {
  color: #002469;
  background-color: #F8F8F8;
  width: 200px;
  text-align: start;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.General .caption-marine {
  word-break: break-word;
}
.General .caption-marine h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #141B34;
  margin-top: 10px;
}
.General .caption-marine p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #828282;
  margin-bottom: 8px !important;
}
.General .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6 !important;
  overflow: hidden;
}
.General .limited-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.General .caption-marine .job-description li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #828282;
}
.General .caption-marine .job-description {
  padding-left: 1.5rem;
}
.General .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 5px;
}
.General .btn:hover {
  background-color: #79797C;
}
.General .item-marine {
  margin-bottom: 40px;
}
.General .item-marine .image-marine img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.General .nav-pills::before {
  position: 0;
  top: 0;
  left: 0px;
  height: 0%;
  width: 0px;
}
.General .border-all {
  position: relative;
}
.General .border-all::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  height: 100%;
  width: 1px;
  background-color: #79797C;
  opacity: 20%;
}
@media (max-width: 576px) {
  .General {
    padding: 0px 20px 50px 20px;
  }
}
@media (max-width: 768px) {
  .General {
    padding: 0px 20px 50px 20px;
  }
}
@media (min-width: 1024px) {
  .General .navpills2 {
    border-bottom: none !important;
  }
}
.General .upload-follow {
  position: relative;
  padding: 20px 80px 80px 80px;
}
.General .upload-follow .image-upload img {
  width: 100%;
  height: auto;
  display: block;
}
.General .upload-follow .caption-upload {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  color: white;
  width: 100%;
}
.General .upload-follow .upload-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  text-align: start;
  padding-right: 20p;
  width: 70%;
}
.General .upload-follow .btn-bopup2 {
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #002469;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}
.General .upload-follow .btn-bopup2:hover {
  background-color: #C8C8C8;
  color: #79797C;
}
@media (max-width: 576px) {
  .General .upload-follow {
    position: relative;
    padding: 0px 20px 80px 20px;
  }
  .General .upload-follow .upload-text {
    margin: 0;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 68%;
  }
  .General .upload-follow .image-upload img {
    height: 100px;
  }
  .General .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .General .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px !important;
  }
  .General .upload-follow .itemn {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .General .upload-follow {
    position: relative;
    padding: 0px 20px 60px 20px;
  }
  .General .upload-follow .upload-text {
    margin: 0;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 68%;
  }
  .General .upload-follow .image-upload img {
    height: 100px;
  }
  .General .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .General .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px !important;
  }
  .General .upload-follow .itemn {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .General .upload-follow .upload-text {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-align: start;
    padding-right: 20p;
    width: 68%;
  }
  .General .upload-follow .image-upload img {
    height: 100px;
  }
  .General .upload-follow .caption-upload {
    padding: 0 21px;
  }
  .General .upload-follow .btn-bopup2 {
    padding: 8px 8px;
    background-color: #FFFFFF;
    color: #002469;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 110px;
    font-size: 13px !important;
  }
  .General .upload-follow .itemn {
    margin-bottom: 20px;
  }
}

[lang=ar] .border-all::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px !important;
  height: 100%;
  width: 1px;
  background-color: #79797C;
  opacity: 20%;
}
@media (max-width: 768px) {
  [lang=ar] .border-all::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -5px !important;
    height: 100%;
    width: 1px;
    background-color: #79797C;
    opacity: 0% !important;
  }
}
@media (max-width: 1024px) {
  [lang=ar] .border-all::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px !important;
    height: 100%;
    width: 1px;
    background-color: #79797C;
    opacity: 20%;
  }
}
[lang=ar] .caption-marine .job-description {
  padding-right: 1.5rem;
}

.mobile-filter {
  margin-bottom: 25px;
  margin-top: 25px;
}

#filterDropdown {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #002469;
  border: 1px solid rgba(121, 121, 124, 0.3);
  border-radius: 4px;
  background-color: #F8F8F8;
}

@media (max-width: 769px) {
  .navpills2 {
    display: none !important;
  }
  .mobile-filter {
    display: block !important;
  }
}
.gsm-services {
  padding: 40px 80px 0 80px;
}

.gsm-services .caption .border-under {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.gsm-services .caption-left2 {
  margin-top: 23px;
}

.gsm-services .caption-left2 * {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
}

.gsm-services .services-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #002469;
}

.gsm-services .services-box ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #002469;
}

@media (max-width: 576px) {
  .gsm-services .caption-left2 p {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .gsm-services {
    padding: 40px 20px 0 20px;
  }
  .gsm-services .caption-left2 p {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .gsm-services .caption-left2 p {
    margin-top: 13px !important;
  }
}
.acquisitdion {
  padding: 0px 80px 0 80px;
  margin-top: 50px;
  background-color: #F2F2F2;
  padding-bottom: 50px;
}

.acquisitdion .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 50px 0;
}

.acquisitdion .content-img {
  margin-bottom: 50px;
}

.acquisitdion .cardd {
  background-color: #fff;
  padding: 2rem;
}

.acquisitdion .cardd .card-body img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.acquisitdion .cardd .card-body .card-title {
  color: #002469;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}

.acquisitdion .cardd .card-body .card-text {
  color: #79797C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .acquisitdion .cardd .card-body .card-title {
    font-size: 20px !important;
  }
  .acquisitdion .cardd .card-body .card-text {
    font-size: 13px !important;
  }
  .acquisitdion .caption h2 {
    margin: 0 0 50px 0;
  }
  .acquisitdion .content-img img {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .acquisitdion {
    padding: 40px 20px 0 20px;
  }
  .acquisitdion .caption h2 {
    font-size: 17px !important;
  }
  .acquisitdion .caption h2 {
    margin: 0 0 50px 0;
  }
}
.construction {
  padding: 0px 80px 0 80px;
  padding-bottom: 50px;
}

.construction .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 50px 0;
}

.construction .caption h3 {
  color: #002469;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: start;
}

.construction .caption p {
  color: #79797C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: start;
  margin-bottom: 32px;
}

.construction .content-img {
  margin-bottom: 32px;
}

.construction .cardd {
  background-color: #F2F2F2;
  padding: 2rem;
}

.construction .cardd .card-body .card-title {
  color: #002469;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}

.construction .cardd .card-body .card-text {
  color: #79797C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .construction .cardd .card-body .card-title {
    font-size: 20px !important;
  }
  .construction .cardd .card-body .card-text {
    font-size: 13px !important;
  }
  .construction .caption h2 {
    margin: 0 0 50px 0;
  }
  .construction .content-img img {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .construction {
    padding: 40px 20px 0 20px;
  }
  .construction .caption h2 {
    font-size: 17px !important;
  }
  .construction .caption h2 {
    margin: 0 0 50px 0;
  }
}
.radiorollout {
  padding: 0px 80px 0 80px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}

.radiorollout .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 50px 0;
}

.radiorollout .content-img {
  margin-bottom: 32px;
}

.radiorollout .caption * {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
}

.radiorollout .caption .diffrent {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #002469;
}

@media (max-width: 576px) {
  .radiorollout .content-img img {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .radiorollout {
    padding: 40px 20px 0 20px;
  }
  .radiorollout .caption h2 {
    font-size: 17px !important;
  }
  .radiorollout .caption h2 {
    margin: 0px 0;
    margin-bottom: 50px;
  }
}
.spare-parts {
  padding: 0px 80px 0 80px;
  padding-bottom: 50px;
}

.spare-parts .caption {
  margin: 70px 0;
}

.spare-parts .caption * {
  color: #79797C;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 5px 0;
}

.spare-parts .cardd {
  background-color: #F2F2F2;
  padding: 2rem;
}

.spare-parts .cardd .card-body img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.spare-parts .cardd .card-body .card-title {
  color: #002469;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}

@media (max-width: 576px) {
  .spare-parts .cardd .card-body .card-title {
    font-size: 20px !important;
  }
  .spare-parts .cardd .card-body .card-text {
    font-size: 13px !important;
  }
  .spare-parts .caption h2 {
    margin: 0 0 50px 0;
  }
  .spare-parts .content-img img {
    height: 100px;
  }
  .spare-parts .caption {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .spare-parts {
    padding: 0px 20px 0 20px;
  }
  .spare-parts .caption h2 {
    font-size: 17px !important;
  }
  .spare-parts .caption h2 {
    margin: 0 0 50px 0;
  }
}
.spare-parts-Brochure {
  padding: 50px 80px 50px 80px;
  background-color: #F2F2F2;
}

.spare-parts-Brochure .row {
  display: flex;
  align-items: center;
}

.spare-parts-Brochure .Download-Brochure-image img {
  width: 107px;
  height: 172px;
}

.spare-parts-Brochure .Download-Brochure-caption * {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
}

.spare-parts-Brochure .Download-Brochure-caption .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 15px;
}

@media (max-width: 576px) {
  .spare-parts-Brochure {
    padding: 50px 20px 22px 20px;
  }
  .spare-parts-Brochure .caption img {
    width: 55%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .spare-parts-Brochure {
    padding: 50px 20px 22px 20px;
  }
  .spare-parts-Brochure .Download-Brochure-caption p {
    margin-top: 15px;
  }
}
.spare-parts-brand {
  padding: 0px 80px 0 80px;
}

.spare-parts-brand .caption {
  margin-top: 50px;
}

.spare-parts-brand .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 700;
  color: #002469;
  padding: 24px 0px;
}

.spare-parts-brand .grid-container {
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .spare-parts-brand .grid-container {
    padding: 0px 0px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .spare-parts-brand .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .spare-parts-brand .grid-container {
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.spare-parts-brand {
  position: relative;
  margin-bottom: 80px;
}

.spare-parts-brand .item-Services {
  position: relative;
  overflow: hidden;
}

.spare-parts-brand .item-Services {
  width: 100%;
  height: 100px;
}

.spare-parts-brand .item-Services img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 576px) {
  .spare-parts-brand {
    padding: 0px 20px 0 20px;
  }
  .spare-parts-brand .caption {
    margin-top: 15px;
  }
  .spare-parts-brand .item-Service-caption h3 {
    font-size: 14px !important;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .spare-parts-brand {
    padding: 0px 20px 0 20px;
  }
  .spare-parts-brand .caption {
    margin-top: 15px;
  }
  .spare-parts-brand .item-Service-caption h3 {
    font-size: 18px !important;
    font-weight: 400;
  }
}
.spare-maintenance {
  padding: 0px 80px 0 80px;
}

.spare-maintenance .caption {
  margin-top: 70px;
  margin-bottom: 24px;
}

.spare-maintenance .caption * {
  color: #79797C;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 5px 0;
}

@media (max-width: 576px) {
  .spare-maintenance .caption h2 {
    margin: 0 0 50px 0;
  }
  .spare-maintenance .content-img img {
    height: 100px;
  }
  .spare-parts .caption {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .spare-maintenance {
    padding: 0px 20px 0 20px;
  }
  .spare-maintenance .caption h2 {
    font-size: 17px !important;
  }
  .spare-maintenance .caption h2 {
    margin: 0 0 50px 0;
  }
}
.spare-maintenance-Brochure {
  padding: 50px 80px 50px 80px;
  background-color: #F2F2F2;
}

.spare-maintenance-Brochure .row {
  display: flex;
  align-items: center;
}

.spare-maintenance-Brochure .Download-Brochure-image img {
  width: 107px;
  height: 172px;
}

.spare-maintenance-Brochure .Download-Brochure-caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #79797C;
}

.spare-maintenance-Brochure .Download-Brochure-caption .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 15px;
}

@media (max-width: 576px) {
  .spare-maintenance-Brochure {
    padding: 50px 20px 22px 20px;
  }
  .spare-maintenance-Brochure .caption img {
    width: 55%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .spare-maintenance-Brochure {
    padding: 50px 20px 22px 20px;
  }
  .spare-maintenance-Brochure .Download-Brochure-caption p {
    margin-top: 15px;
  }
}
.spare-maintenance-brand {
  padding: 0px 80px 0 80px;
}

.spare-maintenance-brand .caption h2 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 700;
  color: #002469;
  padding: 24px 0px;
}

.spare-maintenance-brand .grid-container {
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .spare-maintenance-brand .grid-container {
    padding: 0px 0px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .spare-maintenance-brand .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .spare-maintenance-brand .grid-container {
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.spare-maintenance-brand {
  position: relative;
  margin-bottom: 80px;
}

.spare-maintenance-brand .item-Services {
  position: relative;
  overflow: hidden;
}

.spare-maintenance-brand .item-Services {
  width: 100%;
  height: 100px;
}

.spare-maintenance-brand .item-Services img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 576px) {
  .spare-maintenance-brand {
    padding: 0px 20px 0 20px;
  }
  .spare-maintenance-brand .caption {
    margin-top: 15px;
  }
  .spare-maintenance-brand .item-Service-caption h3 {
    font-size: 14px !important;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .spare-maintenance-brand {
    padding: 0px 20px 0 20px;
  }
  .spare-maintenance-brand .caption {
    margin-top: 15px;
  }
  .spare-maintenance-brand .item-Service-caption h3 {
    font-size: 18px !important;
    font-weight: 400;
  }
}
.workshop {
  padding: 40px 80px 40px 80px;
  background-color: #F2F2F2;
}

.workshop .part-image img {
  height: 282px;
  object-fit: cover;
}

.workshop .caption .border-under {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #002469;
}

.workshop .caption {
  margin-bottom: 32px;
}

.workshop .caption-left2 {
  margin-top: 23px;
}

.workshop .caption-left2 * {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #79797C;
}

.workshop .services-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #002469;
}

.workshop .caption2 .border-under2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #002469;
}

.workshop .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #002469;
  color: #fff;
  padding: 11px 15px;
  margin-top: 15px;
}

.workshop .row2 {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .workshop .caption-left2 p {
    font-size: 13px !important;
  }
  .workshop .caption2 .border-under2 {
    font-size: 30px !important;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .workshop {
    padding: 40px 20px 40px 20px;
  }
  .workshop .caption-left2 p {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .workshop .caption-left2 p {
    margin-top: 13px;
  }
  .workshop .btn {
    font-size: 14px;
    font-weight: 500;
    background-color: #002469;
    color: #fff;
    padding: 11px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.client-support {
  padding: 0px 80px 0 80px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.client-support .caption h2 {
  color: #002469;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 50px;
}

.client-support .cardd {
  background-color: #F2F2F2;
  padding: 2rem;
}

.client-support .cardd .card-body img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.client-support .cardd .card-body .card-title {
  color: #002469;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}

.client-support .cardd .card-body .card-text {
  color: #79797C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .client-support .cardd .card-body .card-title {
    font-size: 20px !important;
  }
  .client-support .cardd .card-body .card-text {
    font-size: 13px !important;
  }
  .client-support .caption h2 {
    margin: 0 0 50px 0;
  }
  .client-support .content-img img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .client-support {
    padding: 40px 20px 0 20px;
  }
  .client-support .caption h2 {
    font-size: 17px !important;
  }
  .client-support .caption h2 {
    margin: 0 0 50px 0;
  }
  .client-support {
    margin-top: 0px;
  }
}
.maintenance {
  margin-top: 90px;
  margin-bottom: 90px;
}

.maintenance .caption {
  padding: 0px 0px 0px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.maintenance .caption2 {
  padding: 0px 0px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.maintenance .caption h2 {
  color: #002469;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.maintenance .caption2 h2 {
  color: #002469;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.border-under {
  position: relative;
  display: inline-block;
}

.border-under::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #79797C;
  width: 40% !important;
}

.maintenance .caption p {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #79797C;
  padding-right: 30px;
}

.maintenance .caption2 p {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #79797C;
  padding-right: 30px;
}

.maintenance .caption .btnMain {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
  margin-bottom: 0 !important;
}

.maintenance .caption .btnMain:hover {
  background-color: #79797C;
}

.maintenance .caption2 .btnMain {
  background-color: #002469;
  color: #fff;
  padding: 11px 20px;
  margin-bottom: 0 !important;
}

.maintenance .caption2 .btnMain:hover {
  background-color: #79797C;
}

.maintenance .Image img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .maintenance .caption {
    padding: 0px 0px 0px 90px;
  }
  .maintenance .caption p {
    margin-top: 25px;
    width: 100%;
  }
  .maintenance .caption .btnMain {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .maintenance .Image img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .maintenance .caption {
    padding: 0px 30px 0px 30px;
  }
  .maintenance .caption2 {
    padding: 0px 30px 0px 30px;
  }
  .maintenance {
    margin: auto;
    margin-bottom: 90px;
  }
  .maintenance .caption .btnMain {
    margin-top: 10px;
  }
  .maintenance .caption2 .btnMain {
    margin-top: 10px;
  }
  .maintenance .caption p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    text-align: start !important;
    width: 100%;
  }
  .maintenance .caption2 p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    text-align: start !important;
    width: 100%;
  }
  .maintenance .Image {
    width: 50% !important;
    text-align: end;
  }
  .maintenance .Image img {
    width: 100% !important;
    text-align: end;
  }
}
@media (max-width: 576px) {
  .maintenance .caption {
    padding: 0px 30px 0px 30px;
  }
  .maintenance .caption2 {
    padding: 0px 30px 0px 30px;
  }
  .maintenance-item {
    flex-direction: column;
    text-align: start;
  }
  .maintenance .caption h2 {
    font-size: 24px !important;
    text-align: start;
  }
  .maintenance .caption2 h2 {
    font-size: 24px !important;
    text-align: start;
  }
  .maintenance .caption p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 20px !important;
    text-align: start !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .maintenance .caption2 p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 20px !important;
    text-align: start !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .maintenance .Image {
    width: 100% !important;
  }
  .maintenance .Image img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
  }
  .maintenance .caption .btnMain {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .maintenance .caption2 .btnMain {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .maintenance .caption {
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .maintenance .caption2 {
    width: 100% !important;
    margin-top: 40px;
  }
}
.managementTeam {
  padding: 90px 80px;
}

.managementTeam .item img {
  height: 234px;
  object-fit: cover;
}

.managementTeam .item-captipn h3 {
  color: #002469;
  font-size: 20px;
  font-weight: 500;
  padding-top: 16px;
}

.managementTeam .item-captipn p {
  color: #828282;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .managementTeam {
    padding: 90px 20px;
  }
}
@media (max-width: 576px) {
  .managementTeam {
    padding: 90px 20px;
  }
}
:root {
  font-size: 16px;
}

.terms {
  padding: 10rem 4.875rem 3rem 4.875rem;
  background-color: #fff;
  color: #111;
}

.terms h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #002469;
  line-height: 1.5;
}

.terms p {
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-bottom: 1rem;
  color: #79797C;
}

@media (max-width: 36rem) {
  .terms {
    padding: 8rem 1.25rem 3rem 1.25rem;
  }
  .terms h3 {
    font-size: 1.8rem !important;
  }
  .terms p {
    font-size: 1rem !important;
  }
}
@media (max-width: 48rem) {
  .terms {
    padding: 8rem 1.25rem 3rem 1.25rem;
  }
  .terms h3 {
    font-size: 1.8rem !important;
  }
  .terms p {
    font-size: 1rem !important;
  }
}
@media (min-width: 120rem) {
  :root {
    font-size: 20px !important;
  }
  .terms p {
    font-size: 0.875rem !important;
  }
}
:root {
  font-size: 16px;
}

.privacy-policy {
  padding: 10rem 4.875rem 3rem 4.875rem;
  background-color: #fff;
  color: #111;
}

.privacy-policy .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #001b59;
  line-height: 1.5;
}

.policy-item {
  margin-bottom: 2.5rem;
}

.policy-item h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #001b59;
  text-transform: uppercase;
}

.policy-item p {
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-bottom: 1rem;
  color: #79797C;
}

.policy-item a {
  color: #ff5a00;
  text-decoration: none;
  word-break: break-all;
}

@media (max-width: 36rem) {
  .privacy-policy {
    padding: 8rem 1.25rem 3rem 1.25rem;
  }
  .privacy-policy .title {
    font-size: 1.8rem !important;
  }
  .policy-item p {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .privacy-policy {
    padding: 8rem 1.25rem 3rem 1.25rem;
  }
  .privacy-policy .title {
    font-size: 1.8rem !important;
  }
  .policy-item h4 {
    font-size: 1.3rem !important;
  }
  .policy-item p {
    font-size: 1rem !important;
  }
}
@media (min-width: 120rem) {
  :root {
    font-size: 20px !important;
  }
  .policy-item p {
    font-size: 0.875rem !important;
  }
  .privacy-policy .title {
    font-size: 2rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
