/*** LTR websites ***/
@font-face {
  font-family: "Bold";
  src: url("../fonts/euclidsquare-bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/euclidsquare-medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/euclidsquare-regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("../fonts/euclidsquare-light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Regular";
  direction: ltr;
  text-align: left;
}

html[dir=rtl] body {
  font-family: "Regular";
}

*,
*:focus,
*:active,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #2D2651;
}

h4 {
  font-size: 22px;
  font-weight: bold;
}

section {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.strong {
  font-weight: bold;
}

ul.blue-dots {
  list-style: none;
  line-height: 32px;
}
ul.blue-dots li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

ol {
  list-style: decimal;
  line-height: 32px;
}
ol li {
  padding-left: 10px;
}

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

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

.float-left {
  float: right !important;
}

.float-right {
  float: left !important;
}

body,
html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  padding-top: 0;
}
body #s4-bodyContainer {
  padding-top: 95px;
}
body.homebody {
  padding-top: 0 !important;
}
body.homebody #s4-bodyContainer {
  padding-top: 0;
}

a {
  text-decoration: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.ms-rtestate-field p, p.ms-rteElement-P, p, div {
  line-height: 1.4;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

body .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  transition: 0.2s;
  opacity: 1;
  background: #D9D9D9;
}
body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CAAE7F;
  opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
  background: inherit;
}

.scrollDown {
  margin: 0 auto;
  width: 24px;
  height: 150.5px;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 32px;
  right: 45px;
  z-index: 5;
}
.scrollDown span {
  transform: rotate(-90deg);
  white-space: nowrap;
  position: absolute;
  top: 35px;
}
.scrollDown img {
  width: 17px;
  height: 42.5px;
  flex-shrink: 0;
}

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

.col-lg-2-5 {
  flex: 0 0 auto;
  width: 20%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.fw-light, .What-we-offer #spyScollList .list-group-item.largeNum, .terms ul li, .custom-accordion .accordion-item .accordion-header .accordion-button, .FM-services .custom-tabs .nav-item .nav-link p {
  font-family: "light";
}

.fw-reg {
  font-family: "Regular";
}

.fw-med {
  font-family: "Medium";
}

.fw-bold {
  font-family: "Bold";
}

.gold, .Professional-Event .profEv-card:hover .content-box h4, .Events-Covered .evCover-card:hover .content-box h4, .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .custom-accordion .accordion-item .accordion-header .accordion-button:hover, .scroller-sec #spyScollList .list-group-item.active, .breadcrumb .breadcrumb-items .item.active, .FM-services .custom-tabCont .FM-serviceCard:hover .content-box h4, .FM-services .custom-tabs .nav-item .nav-link:hover p, .FM-services .custom-tabs .nav-item .nav-link:hover h3, .menuCustom .dropdownCustom .dropdown-menu .row h4 {
  color: #BD9A5F !important;
}

.black {
  color: #000 !important;
}

.SecondaryText, .program-filter li a, .FM-services .custom-tabs .nav-item .nav-link h3, .customers .nav-tabs .nav-link {
  color: #666666 !important;
}

.PrimaryText, .home-tips .sector-card .content-box h4, .Sponsorships-card:hover .cont-box h4, .menuCustom .dropdownCustom .dropdown-menu .dropdown-item {
  color: #1F1F1F !important;
}

.lightGray1 {
  color: #cccccc !important;
}

.lightGray2 {
  color: #888B94 !important;
}

.darkblue {
  color: #1C1F2A !important;
}

.grey {
  color: #DDD !important;
}

.darkgray {
  color: #676979 !important;
}

.default, .terms ul li, .FM-services .custom-tabs .nav-item .nav-link p {
  color: #696A6E !important;
}

.bg-white, .faq .scroller-sec {
  background-color: #fff !important;
}

.bg-gold {
  background-color: #BD9A5F;
}

.bg-darkblue, .program-filter li a:hover, .program-filter li a.active {
  background-color: #1C1F2A;
}

.fs-88 {
  font-size: 8.8rem !important;
  line-height: 1.1 !important;
}

.fs-72 {
  font-size: 7.2rem !important;
  line-height: 1.1 !important;
}

.fs-64 {
  font-size: 6.4rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

.fs-52 {
  font-size: 5.2rem !important;
}
@media (max-width: 1649.98px) {
  .fs-52 {
    font-size: 4.2rem !important;
  }
}

.fs-48 {
  font-size: 4.8rem !important;
  line-height: 1.2 !important;
}
@media (max-width: 1649.98px) {
  .fs-48 {
    font-size: 3.8rem !important;
  }
}

.fs-44 {
  font-size: 4.4rem !important;
  line-height: 1.2 !important;
}
@media (max-width: 1649.98px) {
  .fs-44 {
    font-size: 3.4rem !important;
  }
}

.fs-40 {
  font-size: 4rem !important;
}
@media (max-width: 1649.98px) {
  .fs-40 {
    font-size: 3rem !important;
  }
}

.fs-36, .custom-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 3.6rem !important;
}
@media (max-width: 1649.98px) {
  .fs-36, .custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 2.8rem !important;
  }
}

.fs-32 {
  font-size: 3.2rem !important;
  line-height: 1.2 !important;
}
@media (max-width: 1649.98px) {
  .fs-32 {
    font-size: 2.4rem !important;
  }
}

.fs-28 {
  font-size: 2.8rem !important;
  line-height: 1.3 !important;
}

.fs-24, .FM-services .custom-tabs .nav-item .nav-link h3 {
  font-size: 2.4rem !important;
}
@media (max-width: 1649.98px) {
  .fs-24, .FM-services .custom-tabs .nav-item .nav-link h3 {
    font-size: 2rem !important;
  }
}

.fs-22, .menuCustom .dropdownCustom .dropdown-menu .row h4 {
  font-size: 2.2rem !important;
}

.fs-20 {
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

.fs-18, .terms ul li, .program-filter li a, .customers .nav-tabs .nav-link, .menuCustom .dropdownCustom .dropdown-menu .dropdown-item {
  font-size: 1.8rem !important;
}

.fs-16, .breadcrumb .breadcrumb-items .item, .FM-services .custom-tabs .nav-item .nav-link p {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.br-8, .Sponsorships-card .img-box, .Sponsorships-cards .Sponsorships-card {
  border-radius: 8px;
  overflow: hidden;
}

.primary-a a {
  display: flex;
  width: 165px;
  height: 56px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid #BD9A5F;
  transition: 0.3s;
}
.primary-a a:hover {
  background-color: #BD9A5F;
  color: #fff !important;
}

.ms-rtestate-field h1, h3.ms-rteElement-H1, .ms-rtestate-field h2, h3.ms-rteElement-H2,
.ms-rtestate-field h3, h3.ms-rteElement-H3, .ms-rtestate-field h4, h3.ms-rteElement-H4,
.ms-rtestate-field h5, h3.ms-rteElement-H5, .ms-rtestate-field h6, h3.ms-rteElement-H6, h1, h2, h3, h4, h5, h6 {
  font-family: "Regular";
  letter-spacing: 0 !important;
  line-height: 1.2;
  word-wrap: normal;
}

.homeHeader {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .homeHeader {
    max-height: 750px !important;
  }
}
.homeHeader .swiperHomeControl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: -20px;
}
.homeHeader .swiperHomeControl .navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.homeHeader .swiperHomeControl .navigation .swiper-button-prev,
.homeHeader .swiperHomeControl .navigation .swiper-button-next {
  position: relative;
  content: "";
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-image: url(../images/shared/arrows/rightArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}
.homeHeader .swiperHomeControl .navigation .swiper-button-prev.swiper-button-disabled,
.homeHeader .swiperHomeControl .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  filter: grayscale(1);
}
.homeHeader .swiperHomeControl .navigation .swiper-button-prev::after,
.homeHeader .swiperHomeControl .navigation .swiper-button-prev svg,
.homeHeader .swiperHomeControl .navigation .swiper-button-next::after,
.homeHeader .swiperHomeControl .navigation .swiper-button-next svg {
  display: none;
}
.homeHeader .swiperHomeControl .navigation .swiper-button-prev {
  transform: scaleX(-1);
}
.homeHeader .swiperHomeControl .swiper-pagination {
  position: relative;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
}
.homeHeader .homeSwiper .mainSlider-card {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .homeHeader .homeSwiper .mainSlider-card {
    max-height: 750px;
  }
}
.homeHeader .homeSwiper .mainSlider-card .mainSlider-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.homeHeader .homeSwiper .mainSlider-card .mainSlider-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHeader .homeSwiper .mainSlider-card .mainSlider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHeader .homeSwiper .mainSlider-card .mainSlider-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.homeHeader .homeSwiper .mainSlider-card .mainSlider-img::after {
  content: "";
  width: 100%;
  height: 185px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.homeHeader .homeSwiper-thumbs {
  position: absolute;
  width: 880px;
  height: 745px;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 120px;
}
@media (max-width: 1199.98px) {
  .homeHeader .homeSwiper-thumbs {
    padding: 90px;
  }
}
.homeHeader .homeSwiper-thumbs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  background-image: url(../images/home/TextAera.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.homeHeader .homeSwiper-thumbs .mainSlider-content {
  text-align: left;
  height: 500px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .homeHeader .homeSwiper-thumbs .mainSlider-content {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .homeHeader .homeSwiper-thumbs .mainSlider-content h2 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 1199.98px) {
  .homeHeader .homeSwiper-thumbs .mainSlider-content p {
    font-size: 2.8rem !important;
  }
}

.homeHeader {
  max-height: 950px;
}

.menuCustom .navbar-nav {
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 32px;
  position: relative;
}
.menuCustom .navbar-nav .nav-item:nth-child(4) {
  margin-right: auto;
}
.menuCustom .navbar-nav .nav-link {
  color: #1F1F1F;
}
.menuCustom .nav-link {
  padding: 30px 0;
  font-size: 18px;
  font-family: "Regular";
  color: #1F1F1F;
  transition: 0.3s;
  max-height: 87px;
  border-bottom: 3px solid transparent;
}
.menuCustom .nav-link:hover {
  color: #BD9A5F;
  border-bottom: 3px solid #BD9A5F;
}
.menuCustom .nav-link:hover::after {
  filter: none;
}
.menuCustom .nav-link[aria-expanded=true] {
  color: #1F1F1F;
  border-bottom: 3px solid #BD9A5F;
}
.menuCustom .nav-link[aria-expanded=true]::after {
  filter: grayscale(1) brightness(0.3) !important;
}
.menuCustom .navbar-collapse {
  flex-direction: row;
  justify-content: space-between;
}
.menuCustom .navbar-collapse .navbar-brand {
  max-width: 105px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.menuCustom .navbar-collapse .navbar-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.menuCustom .navbar-collapse .navbar-brand a img {
  display: block !important;
  width: 100%;
}

.menuCustom .navbar-collapse .navbar-nav {
  flex: 0 0 100%;
}

.menuCustom nav {
  background: transparent;
  min-height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  padding: 0;
  padding-top: 10px;
  transition: 0.3s;
  width: 100vw;
}
.menuCustom .dropdownCustom .dropdown-menu {
  min-width: 320px;
  width: max-content;
  height: auto;
  padding: 28px 12px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  top: 105%;
}
.menuCustom .dropdownCustom .dropdown-menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 112%;
  margin-top: -5px;
  /* adjust for positioning */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 350px;
  /* Set the width of the submenu */
  padding: 20px 12px;
  border-radius: 8px;
  list-style: none;
}
.menuCustom .dropdownCustom .dropdown-menu .submenu li {
  padding: 12px;
}
.menuCustom .dropdownCustom .dropdown-menu .submenu li a {
  color: #1F1F1F;
  font-size: 18px;
}
.menuCustom .dropdownCustom .dropdown-menu .submenu li a.disabled {
  pointer-events: none;
  color: #B9BABD;
}
.menuCustom .dropdownCustom .dropdown-menu .submenu::before {
  content: "";
  width: 60px;
  height: 39px;
  position: absolute;
  left: -23px;
  top: 11px;
  background-image: url(../images/shared/arrows/Polygon\ 1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(270deg);
}
.menuCustom .dropdownCustom .dropdown-menu .has-submenu {
  position: relative;
}
.menuCustom .dropdownCustom .dropdown-menu .has-submenu::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 15px;
  height: 15px;
  background-image: url(../images/shared/angle-small-down\ 1.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
.menuCustom .dropdownCustom .dropdown-menu .has-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  /* width of the gap */
  width: 50px;
  /* makes a hover bridge */
  height: 100%;
}
.menuCustom .dropdownCustom .dropdown-menu .has-submenu:hover .submenu {
  display: block;
}
.menuCustom .dropdownCustom .dropdown-menu::before {
  content: "";
  width: 60px;
  height: 39px;
  position: absolute;
  left: 15px;
  top: -10px;
  background-image: url(../images/shared/arrows/Polygon\ 1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.menuCustom .dropdownCustom .dropdown-menu.show {
  display: flex;
}
.menuCustom .dropdownCustom .dropdown-menu li {
  width: 100%;
}
.menuCustom .dropdownCustom .dropdown-menu .dropdown-item {
  display: flex;
  height: 44px;
  padding: 12px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border: none;
  position: relative;
  transition: 0.3s;
}
.menuCustom .dropdownCustom .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 9px;
  height: 18px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-20px);
  transition: 0.3s;
}
.menuCustom .dropdownCustom .dropdown-menu .dropdown-item:hover {
  background: #F8F5EF;
  padding-left: 30px;
}
.menuCustom .dropdownCustom .dropdown-menu .dropdown-item:hover::before {
  transform: none;
  background-image: url(../images/shared/arrows/nav-icon.svg);
}
.menuCustom .dropdownCustom .dropdown-menu.two-cols {
  padding: 36px 36px 28px 36px;
  width: 710px;
}
.menuCustom .dropdownCustom .dropdown-menu .row {
  display: flex;
  flex-direction: row;
  gap: 45px;
  flex-wrap: nowrap;
  width: 100%;
}
.menuCustom .dropdownCustom .dropdown-menu .row ul {
  list-style: none;
  padding: 0;
}
.menuCustom .dropdownCustom .dropdown-menu .row h4 {
  display: flex;
  padding: 0 12px 12px 12px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #DDD;
}
.menuCustom .dropdownCustom .dropdown-toggle::after {
  background: transparent url(../images/shared/arrows/angle-small-down-gold.svg) no-repeat;
  width: 11px;
  height: 10px;
  border: unset;
  transform: translate(-2px, 6px);
  filter: grayscale(1) brightness(0.3);
}
.menuCustom .dropdownCustom .dropdown-toggle:hover::after {
  filter: none;
}
.menuCustom.homeClass nav {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.menuCustom.homeClass nav .nav-link {
  color: #fff;
}
.menuCustom.homeClass nav .nav-link::after {
  filter: grayscale(1) brightness(5);
}
.menuCustom.homeClass nav .nav-link[aria-expanded=true] {
  color: #BD9A5F;
  border-bottom: 3px solid #BD9A5F;
}
.menuCustom.homeClass nav .nav-link[aria-expanded=true]::after {
  filter: none !important;
}
.menuCustom.homeClass nav .nav-link:hover {
  color: #BD9A5F;
}
.menuCustom.fixedTop nav {
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-120px);
}
.menuCustom.fixedTop nav .nav-link {
  color: #1F1F1F;
}
.menuCustom.fixedTop nav .nav-link::after {
  filter: grayscale(1) brightness(0.3);
}
.menuCustom.fixedTop nav .nav-link[aria-expanded=true] {
  color: #BD9A5F;
  border-bottom: 3px solid #BD9A5F;
}
.menuCustom.fixedTop nav .nav-link[aria-expanded=true]::after {
  filter: none !important;
}
.menuCustom.fixedTop nav .nav-link:hover {
  color: #BD9A5F;
}
.menuCustom.scrolling_up nav {
  position: fixed;
  transform: translateY(0);
}

.homeClass .navbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*
        neeeeeeeeeeeeeeeew
*/
footer {
  background-color: #1C1F2A;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
footer .byLogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10%;
}
footer .footer-two .col-lg-2-5:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
footer .footer-two .logoFtr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}
footer .footer-two .footer-links h4 {
  margin-bottom: 8px;
}
footer .footer-two .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-two .footer-links ul li a {
  line-height: 2;
}
footer .footer-two .footer-links .contactFooter li a img {
  margin-right: 5px;
}
footer .footer-two .bottomFooterst {
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-two .bottomFooter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
footer .footer-two .bottomFooter p {
  margin-bottom: 0;
}
footer .footer-two .bottomFooter .boxMapPolc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
footer .footer-two .follow-us .Social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  list-style: none;
}

/*
      main
*/
.titleWzLine {
  padding-left: 46px;
  position: relative;
}
.titleWzLine::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #BD9A5F;
  left: 0;
  top: 10px;
}

.readMore-a a {
  padding-left: 46px;
  position: relative;
  color: inherit;
}
.readMore-a a::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #BD9A5F;
  left: 0;
  top: 10px;
}

.homeCorporate {
  background-color: #fff;
  padding-top: 125px;
  padding-bottom: 180px;
  background: linear-gradient(143deg, #F8F5EF 7.7%, #FFF 54.73%);
}
@media (max-width: 1649.98px) {
  .homeCorporate {
    padding: 65px 0 100px;
  }
}
.homeCorporate .img-box {
  padding: 0 9%;
}
@media (max-width: 1649.98px) {
  .homeCorporate .img-box {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .homeCorporate .img-box {
    height: 400px;
  }
}
.homeCorporate .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.homeCorporate .content-box {
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  height: 100%;
}
.homeCorporate .content-box h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 7.2rem;
  letter-spacing: 0;
}
.homeCorporate .content-box p {
  margin-bottom: 0;
}

.ourNum {
  padding: 200px 0;
  background-image: url(../images/home/pattern-num.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: 65% bottom;
}
@media (max-width: 1649.98px) {
  .ourNum {
    padding: 80px 0;
  }
}

.numsSwiper {
  margin-top: -50px;
}
.numsSwiper .swiper-wrapper {
  padding-bottom: 70px;
}
.numsSwiper .num-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.numsSwiper .num-card .cont-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.numsSwiper .num-card .cont-box h3 {
  margin: 0;
  direction: rtl;
}
.numsSwiper .num-card .cont-box h5 {
  margin: 0;
}

.customers {
  padding-top: 117px;
  padding-bottom: 105px;
  background-color: #F8F5EF;
}
@media (max-width: 1649.98px) {
  .customers {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.customers .main-sec {
  margin-bottom: 60px;
}
.customers .main-sec h3 {
  margin: 0;
}
.customers .cust-content {
  position: relative;
  padding: 65px;
}
.customers .cust-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -14%;
  background-color: #fff;
}
.customers .cust-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -10%;
  background-image: url(../images/home/TextAera.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.customers .cust-content .container {
  position: relative;
  z-index: 9;
}
.customers .nav-tabs {
  display: flex;
  flex-direction: row;
  gap: 9px;
  border: none;
  padding-bottom: 48px;
}
.customers .nav-tabs .nav-link {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 18px;
  background-color: #fff;
}
.customers .nav-tabs .nav-link br {
  display: none;
}
.customers .nav-tabs .nav-link.active {
  background-color: #1C1F2A;
  color: #fff !important;
}
.customers .customerSwiper {
  height: 500px;
  padding-bottom: 30px;
}
.customers .customerSwiper .customers-card {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #FFF;
  width: 212.3px;
  height: 120px;
  flex-shrink: 0;
}
.customers .customerSwiper .customers-card .img-box {
  padding: 10px 16px;
}
.customers .customerSwiper .customers-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s;
}
.customers .customerSwiper .customers-card:hover .img-box img {
  filter: none;
}
.customers .customerSwiper .swiper-pagination {
  top: auto;
  bottom: 0px;
}

.input {
  border: 1px solid #DDD !important;
  border-radius: 6px;
  padding: 10px 16px !important;
  width: 100%;
  font-size: 16px !important;
  min-height: 44px !important;
}
.input:focus {
  outline: none;
  border: 1px solid #BD9A5F;
  box-shadow: none;
}

.input-wrapper,
.date-wrapper {
  position: relative;
}

.date-wrapper {
  width: 200px;
}

.date-wrapper input {
  text-align: left;
}

.custom-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Hide default calendar icon in Chrome */
.custom-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  opacity: 0;
  /* fully transparent */
  cursor: pointer;
  /* still clickable */
}

/* Add your custom icon */
.date-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../images/shared/calendar.svg);
  background-size: contain;
  pointer-events: none;
  background-repeat: no-repeat;
  /* do NOT block click */
}

/* Custom icon */
.input-wrapper .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.gap-12 {
  gap: 12px;
}

.gap-20 {
  gap: 20px;
}

.gap-32 {
  gap: 32px;
}

.gap-48 {
  gap: 48px;
}

.mb-32 {
  margin-bottom: 32px !important;
}
@media (max-width: 1649.98px) {
  .mb-32 {
    margin-bottom: 20px !important;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 1649.98px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 1649.98px) {
  .mb-56 {
    margin-bottom: 25px;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 1649.98px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

hr {
  background: #EEEEEE;
  border-color: #EEEEEE;
  border-top: groove;
  margin: 40px 0;
}

.share-btn {
  border: 1px solid #E1D1B5;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
  width: 60px;
  height: 60px;
  background-color: white;
}
.share-btn:hover {
  background-color: white;
  border: 1px solid #E1D1B5;
}
.share-btn:focus {
  background-color: white !important;
  border: 1px solid #E1D1B5 !important;
}
.share-btn:active {
  background-color: white !important;
  border: 1px solid #E1D1B5;
}
.share-btn.show {
  background-color: white;
  border: 1px solid #E1D1B5;
}
.share-btn::after {
  content: none;
}

.share-menu.show {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: white;
  border: none;
  margin-top: 5px !important;
}
.share-menu.show a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 14px;
}
.share-menu.show a:hover {
  background-color: white;
}
.share-menu.show::after {
  content: "";
  position: absolute;
  top: -8px;
  /* Position the triangle at the bottom of the button */
  right: 10%;
  transform: translateX(-10%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
  /* Same color as the button */
}

.btn-primary {
  background-color: #BD9A5F !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  color: #fff !important;
  font-size: 18px !important;
  border: none !important;
  transition: 0.3s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
.btn-primary:hover {
  background-color: #BD9A5F !important;
  color: #fff !important;
}
.btn-primary:active {
  background-color: #BD9A5F !important;
  color: #fff !important;
}

.btn {
  min-height: 56px;
}

.btn-primary-outline {
  background-color: transparent;
  border-radius: 6px;
  padding: 10px 16px;
  color: #BD9A5F;
  font-size: 18px;
  border: 1px solid #BD9A5F;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-primary-outline:hover {
  background-color: #BD9A5F;
  color: #fff;
}
.btn-primary-outline:hover img {
  filter: brightness(0) invert(1);
}
.btn-primary-outline:active {
  background-color: #BD9A5F;
  color: #fff;
}

.card {
  border-radius: 12px;
  border: 1px solid #DDD;
  padding: 36px;
}

.leadership-list {
  padding-top: 105px;
}
.leadership-list .row .col-lg-4 {
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadership-list .leadership-card {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1649.98px) {
  .leadership-list .leadership-card {
    margin-bottom: 24px;
  }
}
.leadership-list .leadership-card .img-box {
  overflow: hidden;
  border-radius: 50%;
  background: #D4BC96;
  padding: 40px 20px 0;
  position: relative;
  height: 340px;
  width: 340px;
}
@media (max-width: 1199.98px) {
  .leadership-list .leadership-card .img-box {
    height: 250px;
    width: 250px;
  }
}
.leadership-list .leadership-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .leadership-list .leadership-card .img-box img {
    object-fit: contain;
  }
}
.leadership-list .leadership-card .cont-box {
  display: flex;
  padding: 51px 8px 36px 8px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.leadership-list .leadership-card .cont-box * {
  margin-bottom: 0;
}

.gold-btn {
  font-size: 16px !important;
  background-color: #BD9A5F !important;
  width: 100px;
  border-radius: 6px;
  padding: 10px 16px;
  min-height: 44px;
  color: #fff !important;
  border: none !important;
}

h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
  margin: inherit;
}

.timeline-swiper .swiper-button-next::after,
.timeline-swiper .swiper-button-prev::after,
.sector-buttons .swiper-button-next::after,
.sector-buttons .swiper-button-prev::after {
  display: none;
}

.swiper.sectorSlider .swiper-wrapper,
.CertificationsSlider .swiper-wrapper,
.ProgramsCoursesSwiper .swiper-wrapper,
.CoursesSwiper .swiper-wrapper,
.evCoverSlider .swiper-wrapper,
.profEvSlider .swiper-wrapper,
.sectorSwiper .swiper-wrapper {
  height: auto;
}

.servs .servs-card .content-box p {
  height: 90px;
}
@media (max-width: 1649.98px) {
  .servs .servs-card .content-box p {
    height: 55px;
  }
}

.send-btn {
  width: 165px;
}

.FM-services {
  padding: 110px 0;
  margin-top: 60px;
  background: linear-gradient(154deg, #F8F5EF 19.65%, #FFF 31.98%);
}
.FM-services .main-box {
  margin-bottom: 72px;
}
.FM-services .custom-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 0 !important;
  list-style: none !important;
}
@media (max-width: 767.98px) {
  .FM-services .custom-tabs {
    gap: 20px;
  }
}
.FM-services .custom-tabs .nav-item {
  list-style: none !important;
}
.FM-services .custom-tabs .nav-item .nav-link {
  list-style: none !important;
  border-radius: 100px;
  border: 1px solid #DDD;
  display: flex;
  height: 81px;
  width: 425px;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1400px) {
  .FM-services .custom-tabs .nav-item .nav-link {
    width: 350px;
    height: 90px;
  }
}
@media (max-width: 1199.98px) {
  .FM-services .custom-tabs .nav-item .nav-link {
    width: 300px;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .FM-services .custom-tabs .nav-item .nav-link {
    width: 300px;
    height: 70px;
  }
}
.FM-services .custom-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  bottom: -16px;
  width: 25px;
  height: 20px;
  background-image: url(../images/F-Management/Polygon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.FM-services .custom-tabs .nav-item .nav-link h3 {
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .FM-services .custom-tabs .nav-item .nav-link h3 {
    font-size: 20px !important;
  }
}
.FM-services .custom-tabs .nav-item .nav-link p {
  transition: 0.3s;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .FM-services .custom-tabs .nav-item .nav-link p {
    font-size: 14px !important;
  }
}
.FM-services .custom-tabs .nav-item .nav-link:hover {
  background-color: #F8F5EF;
}
.FM-services .custom-tabs .nav-item .nav-link.active {
  border-color: #BD9A5F !important;
  background-color: #BD9A5F !important;
}
.FM-services .custom-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.FM-services .custom-tabs .nav-item .nav-link.active h3 {
  color: #fff !important;
}
.FM-services .custom-tabs .nav-item .nav-link.active p {
  color: #fff !important;
}
.FM-services .custom-tabCont .row > * {
  padding: 0 12.5px;
}
.FM-services .custom-tabCont .FM-serviceCard {
  border: 1px solid #DDD;
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 40px;
  transition: 0.3s;
}
.FM-services .custom-tabCont .FM-serviceCard .img-box {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.FM-services .custom-tabCont .FM-serviceCard .content-box h4 {
  margin: 0;
  transition: 0.3s;
  height: 75px;
  overflow: hidden;
}
@media (max-width: 1649.98px) {
  .FM-services .custom-tabCont .FM-serviceCard .content-box h4 {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .FM-services .custom-tabCont .FM-serviceCard .content-box h4 {
    font-size: 22px !important;
    height: 75px;
  }
}
@media (max-width: 991.98px) {
  .FM-services .custom-tabCont .FM-serviceCard .content-box h4 {
    height: auto;
  }
}
.FM-services .custom-tabCont .FM-serviceCard .content-box .line {
  width: 50px;
  height: 1px;
  background: #BD9A5F;
  margin: 32px 0;
}
.FM-services .custom-tabCont .FM-serviceCard .content-box ul li {
  margin-bottom: 1rem;
}
.FM-services .custom-tabCont .FM-serviceCard:hover {
  border-color: #BD9A5F;
}
@media (min-width: 1650px) {
  .F-Management.scroller-sec .list-group-item {
    font-size: 6rem !important;
  }
}
.F-Management.scroller-sec .scrollspy-content ul li:first-child {
  border-top: 0;
}
.F-Management.scroller-sec .scrollspy-content ul li .cont-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.F-Management.scroller-sec .scrollspy-content ul li .img-area {
  align-self: center;
}
.F-Management.scroller-sec .scrollspy-content ul li .img-area .numberz {
  color: rgba(0, 0, 0, 0.1);
  font-size: 9rem;
  font-family: "light";
  line-height: 52px;
}

.F-Management-inTouch.in-touch::before {
  display: none;
}
.F-Management-inTouch.in-touch .main-sec {
  max-width: 1050px;
  margin: 0 auto;
}

.in-touch .main-sec * {
  text-align: center;
}
.in-touch .main-sec.mw-1270 {
  max-width: 1270px;
  margin: 0 auto;
}
.in-touch .main-sec.mw-1050 {
  max-width: 1050px;
  margin: 0 auto;
}

.Maritime-services.Higher-Institute::before {
  background-image: none !important;
  background: linear-gradient(154deg, #F8F5EF 19.65%, #FFF 31.98%) !important;
}
.Maritime-services.Higher-Institute .program-stack .prog-content {
  align-items: flex-start;
  padding: 0 36px;
}

.vvip-video .video-container {
  position: relative;
  margin-top: 70px;
  margin-bottom: 100px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 760px;
  border-radius: 16px;
}
@media (max-width: 1649.98px) {
  .vvip-video .video-container {
    height: 650px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1399.98px) {
  .vvip-video .video-container {
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  .vvip-video .video-container {
    height: 350px;
  }
}
.vvip-video .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vvip-video .video-container #playButton {
  position: absolute;
  transform: none;
  border-radius: 0;
  border: none;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vvip-video .video-container #playButton div {
  height: 90px;
  width: 90px;
  background-color: rgb(119, 116, 116);
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}
.vvip-video .video-container #playButton div img {
  width: 100%;
  height: 100%;
}

.sector-mission {
  margin-top: 50px;
  padding-bottom: 240px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .sector-mission {
    padding-bottom: 150px;
  }
}
.sector-mission .container {
  padding-top: 100px;
  border-top: 1px solid #eee;
}
.sector-mission::after {
  content: "";
  width: 100%;
  height: 125px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/sectors/pattern1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media (max-width: 1649.98px) {
  .sector-mission::after {
    height: 90px;
  }
}
.sector-mission .sectorMission-card {
  height: 100%;
  padding-bottom: 20px;
}
.sector-mission .sectorMission-card h2 {
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .sector-mission .sectorMission-card {
    height: auto;
  }
}
.sector-mission .col-lg-5 .sectorMission-card {
  border-right: 1px solid #eee;
  margin-right: 10%;
  padding-right: 10%;
}
@media (max-width: 1199.98px) {
  .sector-mission .col-lg-5 .sectorMission-card {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}

.sector-cards {
  padding: 100px 0 170px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .sector-cards {
    padding: 60px 0;
  }
}
.sector-cards::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(160deg, #F8F5EF 24.16%, #FFF 39.31%);
}
.sector-cards .container {
  position: relative;
}
.sector-cards .row > * {
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .sector-cards .row > * {
    padding: 0 8px;
  }
}
.sector-cards .sectorCard {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 32px;
  padding-bottom: 55px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 40px;
  transition: 0.3s;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199.98px) {
  .sector-cards .sectorCard {
    padding: 20px;
    padding-bottom: 35px;
  }
}
.sector-cards .sectorCard .img-box {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.sector-cards .sectorCard .content-box h4 {
  margin: 0;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .sector-cards .sectorCard .content-box h4 {
    font-size: 22px !important;
  }
}
.sector-cards .sectorCard .content-box .line {
  width: 50px;
  height: 1px;
  background: #BD9A5F;
  margin: 32px 0;
}
@media (max-width: 1199.98px) {
  .sector-cards .sectorCard .content-box .line {
    margin: 20px 0;
  }
}
.sector-cards .sectorCard .content-box ul li {
  margin-bottom: 1rem;
}

.form-control {
  font-size: 1.4rem;
  padding: 10px 12px !important;
  padding-right: 20px;
  border: 1px solid #d6d6d6 !important;
  min-height: 48px !important;
}

select {
  background-position: 97% 19px;
  min-height: 48px !important;
}

.isLoggedIn #s4-workspace {
  padding-top: 85px;
}
.isLoggedIn #s4-workspace .menuCustom nav {
  top: 85px;
}

html[data-lang=ar] .detBanner .img-box::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 46.77%, rgba(0, 0, 0, 0.6) 87.34%, rgba(0, 0, 0, 0.8) 100%);
}
html[data-lang=ar] .detBanner .img-box .pattern {
  transform: scaleX(-1);
}
html[data-lang=ar] .menuCustom .dropdownCustom .dropdown-menu .dropdown-item::before {
  transform: translateX(20px) scaleX(-1);
}
html[data-lang=ar] .menuCustom .dropdownCustom .dropdown-menu .dropdown-item:hover::before {
  transform: scaleX(-1);
}
html[data-lang=ar] .servs .swiper-button-prev,
html[data-lang=ar] .navigation .swiper-button-prev {
  transform: scaleX(1) !important;
}
html[data-lang=ar] .customers .cust-content::after,
html[data-lang=ar] .swiper.sectorSlider .sector-card .arrow-hover img,
html[data-lang=ar] .servs .swiper-button-next,
html[data-lang=ar] .navigation .swiper-button-next {
  transform: scaleX(-1) !important;
}
html[data-lang=ar] .servs .swiper-button-next {
  right: 5%;
  left: auto;
}
html[data-lang=ar] .servs .swiper-button-prev {
  left: 5%;
  right: auto;
}
html[data-lang=ar] .newsHome .swiper-news .swiper-slide.swiper-slide-prev {
  transform: translateX(calc(77.4% + 70.66496px - 8.854vw));
}
html[data-lang=ar] .about-sponsers::before,
html[data-lang=ar] .Awards::before,
html[data-lang=ar] .misson-vision::before,
html[data-lang=ar] .our-story::before,
html[data-lang=ar] .awards-listCard::before,
html[data-lang=ar] .SAFE-Knowledge .img-box::before,
html[data-lang=ar] .SAFE-Knowledge::before,
html[data-lang=ar] .Certifications::before,
html[data-lang=ar] .Programs-Courses::before,
html[data-lang=ar] .Knowledge-Domains::before,
html[data-lang=ar] .sector-cards::before,
html[data-lang=ar] .solutions-sec::before,
html[data-lang=ar] .case-related::before {
  transform: scaleX(-1) !important;
}
html[data-lang=ar] .menuCustom .dropdownCustom .dropdown-menu .has-submenu::before,
html[data-lang=ar] .homeHeader .homeSwiper-thumbs::after,
html[data-lang=ar] .vission-img::after,
html[data-lang=ar] .home-tips .sector-card .arrow-hover {
  transform: scaleX(-1) !important;
}
html[data-lang=ar] .menuCustom .dropdownCustom .dropdown-menu .submenu::before {
  transform: rotate(90deg);
}
html[data-lang=ar] .gallery-main::after {
  transform: scaleX(-1);
  left: 2%;
  background-position: right;
}
html[data-lang=ar] .vission-img img {
  transform: translate(50%, -50%);
}
html[data-lang=ar] .sector-buttons .swiper-button-prev svg {
  transform: scale(1);
}
html[data-lang=ar] .sector-buttons .swiper-button-next svg {
  transform: scale(-1) !important;
}
html[data-lang=ar] .menuCustom .navbar-collapse .navbar-brand {
  transform: translate(50%, -50%);
}
html[data-lang=ar] .supply-banner .content {
  transform: translate(50%, -50%);
}
html[data-lang=ar] .newsHome .news-main .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -16px);
}
html[data-lang=ar] .FM-services {
  background: linear-gradient(218deg, #F8F5EF 19.65%, #FFF 31.98%);
}
html[data-lang=ar] .menuCustom .navbar-nav {
  gap: 20px;
}
@media (max-width: 1649.98px) {
  html[data-lang=ar] .menuCustom .navbar-nav {
    gap: 12px;
  }
}
html[data-lang=ar] .menuCustom .dropdownCustom .dropdown-toggle::after {
  width: 9px;
  height: 7px;
  background-size: contain;
  padding: 0;
  margin: 0;
}
html[data-lang=ar] .menuCustom .nav-link {
  font-size: 17px;
}
@media (max-width: 1649.98px) {
  html[data-lang=ar] .menuCustom .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  html[data-lang=ar] .menuCustom .nav-link {
    font-size: 14px;
    margin-right: 10px;
    padding: 0 3px;
  }
}
@media (max-width: 1199.98px) {
  html[data-lang=ar] .menuCustom .nav-link {
    font-size: 12px;
    margin-right: 6px;
  }
}
html[data-lang=ar] .cmd-control .nav-pills .nav-link::after {
  transform: translateY(-50%) scaleX(-1);
}

#s4-ribbonrow {
  position: fixed;
  z-index: 1000000000000;
  width: 100%;
  margin-top: 50px;
}

#suiteBarDelta {
  position: fixed;
  z-index: 100000000;
}

.newsHome {
  position: relative;
  display: flex;
  padding: calc(-14.60416px + 8.412vw) 0;
}
@media (max-width: 1649.98px) {
  .newsHome {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.newsHome::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #F8F5EF 0%, #FFF 99.03%);
  z-index: -1;
}
.newsHome .news-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 585px;
  gap: 36px;
  padding: calc(-35.6864px + 6.73vw) 0;
  padding-right: calc(-20.61184px + 5.288vw);
  position: relative;
  z-index: 99;
  margin-left: calc(70.66496px + 4.146vw);
  padding-left: calc(-70.66496px + 8.854vw);
  width: calc(30% - 70.66496px + 8.854vw);
}
@media (max-width: 1649.98px) {
  .newsHome .news-main {
    height: 500px;
    gap: 25px;
  }
}
.newsHome .news-main h3 {
  margin: 0;
}
.newsHome .news-main p {
  margin: 0;
}
.newsHome .news-main .news-customNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.newsHome .news-main .news-customNav .navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.newsHome .news-main .news-customNav .navigation .swiper-button-prev,
.newsHome .news-main .news-customNav .navigation .swiper-button-next {
  position: relative;
  content: "";
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-image: url(../images/shared/arrows/rightArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}
.newsHome .news-main .news-customNav .navigation .swiper-button-prev.swiper-button-disabled,
.newsHome .news-main .news-customNav .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  filter: grayscale(1);
}
.newsHome .news-main .news-customNav .navigation .swiper-button-prev::after,
.newsHome .news-main .news-customNav .navigation .swiper-button-prev svg,
.newsHome .news-main .news-customNav .navigation .swiper-button-next::after,
.newsHome .news-main .news-customNav .navigation .swiper-button-next svg {
  display: none;
}
.newsHome .news-main .news-customNav .navigation .swiper-button-prev {
  transform: scaleX(-1);
}
.newsHome .news-main .news-customNav .swiper-pagination {
  position: relative;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
}
.newsHome .swiper-news {
  width: 58%;
  overflow: visible;
}
.newsHome .swiper-news .swiper-wrapper {
  height: auto;
}
.newsHome .swiper-news .swiper-slide.swiper-slide-prev {
  transform: translateX(calc(-72.4% + 70.66496px - 8.854vw));
}
.newsHome .swiper-news .news-card {
  position: relative;
  height: 585px;
  transition: 0.3s;
}
@media (max-width: 1649.98px) {
  .newsHome .swiper-news .news-card {
    height: 500px;
  }
}
.newsHome .swiper-news .news-card .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newsHome .swiper-news .news-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.newsHome .swiper-news .news-card .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.newsHome .swiper-news .news-card .cont-box {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 340px;
  bottom: 0;
  left: 0;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transform: translateY(50px);
  transition: 0.3s;
}
.newsHome .swiper-news .news-card .cont-box .flag {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  line-height: 1;
}
.newsHome .swiper-news .news-card .cont-box .readMore-a {
  transform: translateY(50px);
}
.newsHome .swiper-news .news-card:hover .img-box img {
  transform: scale(1.2);
}
.newsHome .swiper-news .news-card:hover .cont-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transform: none;
}
.newsHome .swiper-news .news-card:hover .cont-box .readMore-a {
  transform: none;
}

.servs {
  padding: 140px 0 130px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .servs {
    padding: 100px 0 70px;
  }
}
.servs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  right: 0;
  top: 0;
  background: linear-gradient(250deg, #F8F5EF 25.06%, #FFF 37.81%);
}
.servs .pattern::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 40%;
  right: 0;
  top: 0;
  background-image: url(../images/home/pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.servs .container {
  position: relative;
}
.servs .main-sec {
  margin-bottom: 70px;
}
.servs .main-sec h3 {
  margin-bottom: 36px;
}
.servs .main-sec p {
  margin-bottom: 36px;
}
.servs .swiper.servsSlider,
.servs .swiper.solutionSlider {
  padding: 0 8vw;
}
.servs .swiper-wrapper {
  padding-bottom: 60px;
  height: auto;
}
.servs .swiper-pagination {
  transform: none !important;
  left: 7% !important;
  bottom: 0;
}
.servs .servs-card {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 620px;
  transition: 1s;
  position: relative;
}
.servs .servs-card .img-box {
  transition: 1s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.servs .servs-card .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.servs .servs-card .img-box img {
  transition: 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servs .servs-card .content-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px 36px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3s;
  transform: translateY(180px);
}
@media (max-width: 1649.98px) {
  .servs .servs-card .content-box {
    transform: translateY(150px);
  }
}
.servs .servs-card .content-box h4 {
  white-space: pre-line;
  margin-bottom: 30px;
}
.servs .servs-card .content-box p {
  display: -webkit-box; /* Enables the flexible box model for WebKit browsers */
  -webkit-box-orient: vertical; /* Stacks the content vertically */
  -webkit-line-clamp: 3; /* Limits the text to 3 lines */
  overflow: hidden; /* Hides any overflowing content */
  text-overflow: ellipsis; /* Displays an ellipsis (...) for truncated text */
  margin: 0;
}
.servs .servs-card:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.servs .servs-card:hover .img-box {
  overflow: hidden;
}
.servs .servs-card:hover .img-box img {
  transform: scale(1.2);
}
.servs .servs-card:hover .content-box {
  transform: none;
}
.servs .servs-card:hover .content-box h4 {
  margin-bottom: 0;
}
.servs .swiper-button-prev,
.servs .swiper-button-next {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-image: url(../images/shared/arrows/sliderGoldR.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 47%;
  z-index: 99;
}
.servs .swiper-button-prev.swiper-button-disabled,
.servs .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.servs .swiper-button-prev::after,
.servs .swiper-button-prev svg,
.servs .swiper-button-next::after,
.servs .swiper-button-next svg {
  display: none;
}
.servs .swiper-button-prev {
  transform: scaleX(-1);
  left: 5%;
  right: auto;
}
.servs .swiper-button-next {
  right: 5%;
  left: auto;
}
.servs.solutionCards::before {
  display: none;
}

.Awards {
  padding-top: 155px;
  padding-bottom: 210px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .Awards {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.Awards::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/Awards\ and\ Certifications/shape.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.Awards .container {
  position: relative;
}
.Awards .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 5%;
  max-width: 550px;
  height: -webkit-fill-available;
}
@media (max-width: 991.98px) {
  .Awards .content-box {
    padding: 0;
  }
}
.Awards .content-box h3 {
  margin-bottom: 36px;
}
.Awards .content-box p {
  margin-bottom: 46px;
}

.gallery-container {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-right: 10%;
}

.gallery-main {
  width: 565px;
  height: 590px;
  position: relative;
}
.gallery-main::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0%;
  background-color: #fff;
}
.gallery-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0%;
  background-image: url(../images/home/TextAera.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.gallery-main .Awards-card {
  padding: 40px 50px;
}
.gallery-main .Awards-card .img-box {
  margin-bottom: 34px;
  width: 100%;
  height: 335px;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.gallery-main .Awards-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
.gallery-main .Awards-card .cont-box {
  max-width: 400px;
}
.gallery-main .swiper-pagination {
  left: 50px !important;
  transform: none !important;
  bottom: 50px !important;
}

.gallery-thumbs {
  order: -1;
  width: 87px;
  height: 590px;
  margin-right: 24px;
  position: relative;
  flex: 0 0 87px;
}
.gallery-thumbs::after {
  content: "";
  width: 87px;
  height: 52px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(250, 247, 243, 0) 0%, #FAF7F3 100%);
  z-index: 5;
}
.gallery-thumbs .swiper-slide .img-box {
  display: flex;
  height: 108px;
  width: 87px;
  padding: 5px 4px 6px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #fff;
}
.gallery-thumbs .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(1);
}
.gallery-thumbs .swiper-slide-thumb-active .img-box {
  border: 1px solid #CAAE7F;
}

/**
 * Optionnal
 */
@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
.detBanner {
  position: relative;
  height: 90vh;
}
@media (max-width: 767.98px) {
  .detBanner {
    height: 55vh;
  }
}
.detBanner .container {
  position: relative;
}
.detBanner .img-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.detBanner .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detBanner .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.detBanner .img-box .pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 50%;
  background-image: url("../images/shared/banner-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .detBanner .img-box .pattern {
    width: 40px;
    height: 30%;
  }
}
.detBanner .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 46.77%, rgba(0, 0, 0, 0.6) 87.34%, rgba(0, 0, 0, 0.8) 100%);
}
.detBanner .content-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  margin-bottom: 110px;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .detBanner .content-area {
    left: 12%;
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .detBanner .content-area .content-box h1 {
    font-size: 3.6rem !important;
  }
}

.breadcrumb {
  margin-bottom: 44px;
}
.breadcrumb .breadcrumb-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-items > span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.breadcrumb .breadcrumb-items .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.breadcrumb .breadcrumb-items .item a {
  white-space: nowrap;
}
.breadcrumb .breadcrumb-items .item::after {
  content: "/";
  color: #fff;
}
.breadcrumb .breadcrumb-items .item.active {
  white-space: nowrap;
}
.breadcrumb .breadcrumb-items .item.active::after {
  display: none;
}

.program-filter {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: end;
  gap: 8px;
  flex-wrap: wrap;
}
.program-filter li {
  display: flex;
}
.program-filter li a {
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
}
.program-filter li a:hover, .program-filter li a.active {
  color: #fff !important;
}

.main-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 84px;
}

.awards-list {
  padding-top: 140px;
}

.awards-listCard {
  position: relative;
  padding: 140px 0;
  margin-top: -130px;
  position: relative;
}
@media (max-width: 991.98px) {
  .awards-listCard {
    padding-top: 70px;
  }
}
.awards-listCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.awards-listCard .container {
  position: relative;
}
.awards-listCard .img-box {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  width: 375px;
  height: 413px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  padding: 25px;
}
@media (max-width: 1649.98px) {
  .awards-listCard .img-box {
    width: 320px;
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .awards-listCard .img-box {
    margin: 0 auto !important;
  }
}
.awards-listCard .img-box img {
  filter: grayscale(1);
  max-width: 100%;
}
.awards-listCard .content-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.awards-listCard .content-box h2 {
  text-transform: uppercase;
  margin-bottom: 56px;
  line-height: 0.75;
}
@media (max-width: 1649.98px) {
  .awards-listCard .content-box h2 {
    margin-bottom: 36px;
  }
}
.awards-listCard .content-box h3 {
  margin-bottom: 44px;
}
@media (max-width: 1649.98px) {
  .awards-listCard .content-box h3 {
    margin-bottom: 24px;
  }
}
.awards-listCard .content-box p {
  margin: 0;
  text-align: justify;
}
.awards-listCard .content-box .load-more {
  justify-content: flex-start;
  margin: 0;
  margin-top: 40px;
}
.awards-listCard:nth-child(odd)::before {
  background-image: url(../images/Awards\ and\ Certifications/list/bg1.svg);
}
.awards-listCard:nth-child(odd) .col-lg-10 .row {
  flex-direction: row-reverse;
}
.awards-listCard:nth-child(odd) .col-lg-10 .img-box {
  margin-left: auto;
  margin-right: 0;
}
.awards-listCard:nth-child(even)::before {
  background-image: url(../images/Awards\ and\ Certifications/list/bg2.svg);
}
.awards-listCard:nth-child(even) .col-lg-10 .row {
  flex-direction: row;
}
.awards-listCard:nth-child(even) .col-lg-10 .img-box {
  margin-right: auto;
  margin-left: 0;
}
.awards-listCard:first-child {
  margin-top: 0 !important;
}

.lastSec {
  width: 100%;
  height: 160px;
  background-image: url(../images/shared/lastSec-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 55px;
}
@media (max-width: 1649.98px) {
  .lastSec {
    height: 120px;
    margin-top: 25px;
  }
}

.Sponsorships-main {
  padding-top: 94px;
  margin-bottom: 94px;
}
@media (max-width: 1649.98px) {
  .Sponsorships-main {
    padding-top: 65px;
    margin-bottom: 40px;
  }
}

.Sponsorships-slider {
  height: 740px;
}

.SponsorshipSwiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 740px;
}
.SponsorshipSwiper .swiper-slide {
  width: 82%;
  transform: scale(0.85);
  transition: all 0.2s ease-in;
}
.SponsorshipSwiper .Sponsorships-slide {
  position: relative;
}
.SponsorshipSwiper .Sponsorships-slide .img-box {
  position: relative;
}
.SponsorshipSwiper .Sponsorships-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SponsorshipSwiper .Sponsorships-slide .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.SponsorshipSwiper .Sponsorships-slide .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  height: 492.794px;
  padding: 36px 40px 70px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.49%, rgba(0, 0, 0, 0.7) 75.15%);
  transition: 0.3s;
}
.SponsorshipSwiper .Sponsorships-slide .content-box h4 {
  margin: 0;
  transition: 0.3s;
  transform: translateY(100px);
}
.SponsorshipSwiper .Sponsorships-slide .content-box p {
  opacity: 0;
  transition: 0.3s;
  margin: 0;
}
.SponsorshipSwiper .Sponsorships-slide:hover .content-box h4 {
  transform: translateY(0px);
}
.SponsorshipSwiper .Sponsorships-slide:hover .content-box p {
  opacity: 1;
  position: unset;
}
.SponsorshipSwiper .Sponsorships-customNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.SponsorshipSwiper .Sponsorships-customNav .navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev,
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next {
  content: "";
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-image: url(../images/shared/arrows/rightArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104%;
  z-index: 99;
}
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev.swiper-button-disabled,
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  filter: grayscale(1);
}
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev::after,
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev svg,
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next::after,
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next svg {
  display: none;
}
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next {
  right: 10%;
}
.SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev {
  transform: scaleX(-1);
  left: 10%;
}
.Sponsorships-cards {
  margin-top: 100px;
  margin-bottom: 135px;
}
.Sponsorships-cards .Sponsorships-card {
  border: 1px solid #DDD;
  background: #fff;
}

.Sponsorships-card {
  display: flex;
  height: 430px;
  padding: 44px 30px 32px;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
  position: relative;
}
.Sponsorships-card .cont-box h4 {
  transition: 0.3s;
  margin-bottom: 15px;
}
.Sponsorships-card .img-box {
  filter: grayscale(1);
  text-align: center;
  padding: 10px 25px 15px;
  transition: 0.3s;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}
.Sponsorships-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Sponsorships-card:hover .img-box {
  transform: translateY(-60px);
  filter: grayscale(0);
}

.about-main {
  margin-bottom: 120px;
  padding-top: 90px;
  padding-bottom: 101px;
}
@media (max-width: 1649.98px) {
  .about-main {
    margin-bottom: 80px;
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
.about-main h2 {
  margin-bottom: 44px;
}
@media (max-width: 1649.98px) {
  .about-main h2 {
    margin-bottom: 24px;
  }
}

.misson-vision {
  padding: 150px 0;
  margin-top: -100px;
  position: relative;
}
.misson-vision::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/about/bg1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.misson-vision .container {
  position: relative;
}
.misson-vision .mission-vision-card {
  padding-right: 20%;
}
.misson-vision .mission-vision-card p {
  font-family: "light";
  text-align: left !important;
}

.about-sponsers {
  margin-top: -100px;
  padding: 150px 0;
  position: relative;
}
.about-sponsers::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/about/sponser-bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.about-sponsers .container {
  position: relative;
}
.about-sponsers .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 96px;
  gap: 36px;
}
.about-sponsers .swiper-wrapper {
  padding-bottom: 50px;
}
.about-sponsers .swiper-pagination {
  left: 0% !important;
  transform: translateX(0%) !important;
  text-align: start !important;
}
.about-sponsers .sector-buttons {
  margin: auto !important;
}
.about-sponsers .sector-buttons .swiper-button-prev, .about-sponsers .sector-buttons .swiper-button-next {
  background: transparent !important;
}

.aboutAwards {
  margin-top: -100px;
}

.brandStory {
  background-image: url(../images/about/bg2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding-top: 130px;
  padding-bottom: 150px;
}
@media (max-width: 1649.98px) {
  .brandStory {
    padding-top: 60px;
  }
}
.brandStory .story-card {
  display: flex;
  flex-direction: row;
  gap: 105px;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .brandStory .story-card {
    width: 90%;
  }
}
.brandStory .story-card .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  max-width: 560px;
}
@media (max-width: 1649.98px) {
  .brandStory .story-card .content-box {
    gap: 24px;
  }
}

.video-container {
  position: relative;
  margin-top: 62px;
  border-radius: 16px;
  overflow: hidden;
}
.video-container #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: rgb(119, 116, 116);
  border: none;
}

.timeline-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 63px 0 38px 0;
}
.timeline-wrapper .line {
  width: 125px;
  position: relative;
}
.timeline-wrapper .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #BD9A5F;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.timeline-swiper {
  width: 75%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.slide-image {
  width: 100%;
  height: 666px;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  left: 20px;
  bottom: 50px;
  color: white;
  padding: 20px;
  z-index: 1;
}

.slide-content h2 {
  font-size: 5.2rem;
  margin-bottom: 10px;
  font-weight: 300;
}

.slide-content p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 32px;
  color: white;
}

/* Buttons */
.swiper-button-prev,
.swiper-button-next {
  color: #BD9A5F;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 12px;
  height: 22px;
}

.our-story .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 40px) !important;
}
.our-story .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 40px) !important;
}

/* YEAR LIST */
.timeline-years {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 2.2rem;
  position: relative;
}

.timeline-years span {
  color: #999;
  cursor: pointer;
  transition: 0.3s;
  font-family: "light";
  text-align: center;
}

.timeline-years span:nth-child(1), .timeline-years span:nth-child(5) {
  font-size: 3.2rem;
}

.timeline-years span:nth-child(2), .timeline-years span:nth-child(4) {
  font-size: 4.2rem;
}

.timeline-years span:nth-child(3) {
  font-size: 5.2rem;
}

.timeline-years span.active {
  color: #BD9A5F;
  font-size: 6.2rem;
}

.our-story {
  padding: 150px 0;
  margin-top: -100px;
  position: relative;
}
.our-story::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/about/story-bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.our-story .container {
  position: relative;
}
.our-story .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.our-story .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
}
.our-story .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(211deg, rgba(0, 0, 0, 0) 43.49%, rgba(0, 0, 0, 0.7) 75.15%);
}

.timeline-pagination {
  margin-top: 38px;
  text-align: center;
  position: relative;
}

.timeline-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
}

.timeline-pagination .swiper-pagination-bullet-active {
  background: #c79a38; /* your gold color */
  opacity: 1;
  width: 10px;
  height: 10px;
}

.brand-img {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .brand-img {
    height: 400px;
    text-align: center;
  }
}
.brand-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .brand-img img {
    height: 100%;
  }
}

.brand-content {
  position: relative;
  padding-bottom: 190px;
}
@media (max-width: 1649.98px) {
  .brand-content {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.brand-content .pattern {
  position: absolute;
  width: 100%;
  height: 157px;
  bottom: 0;
  right: 0;
}
.brand-content .pattern::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 2;
}
.brand-content h2 {
  margin-bottom: 60px;
}
@media (max-width: 1649.98px) {
  .brand-content h2 {
    margin-bottom: 30px;
  }
}
.brand-content p {
  margin-bottom: 24px;
}
@media (max-width: 1649.98px) {
  .brand-content p {
    margin-bottom: 16px;
  }
}

.core-values {
  padding-top: 50px;
}
.core-values .gold, .core-values .Professional-Event .profEv-card:hover .content-box h4, .Professional-Event .profEv-card:hover .content-box .core-values h4, .core-values .Events-Covered .evCover-card:hover .content-box h4, .Events-Covered .evCover-card:hover .content-box .core-values h4, .core-values .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .custom-accordion .accordion-item .accordion-header .core-values .accordion-button:not(.collapsed), .core-values .custom-accordion .accordion-item .accordion-header .accordion-button:hover, .custom-accordion .accordion-item .accordion-header .core-values .accordion-button:hover, .core-values .scroller-sec #spyScollList .list-group-item.active, .scroller-sec #spyScollList .core-values .list-group-item.active, .core-values .menuCustom .dropdownCustom .dropdown-menu .row h4, .menuCustom .dropdownCustom .dropdown-menu .row .core-values h4, .core-values .FM-services .custom-tabs .nav-item .nav-link:hover h3, .FM-services .custom-tabs .nav-item .nav-link:hover .core-values h3, .core-values .FM-services .custom-tabs .nav-item .nav-link:hover p, .FM-services .custom-tabs .nav-item .nav-link:hover .core-values p, .core-values .FM-services .custom-tabCont .FM-serviceCard:hover .content-box h4, .FM-services .custom-tabCont .FM-serviceCard:hover .content-box .core-values h4, .core-values .breadcrumb .breadcrumb-items .item.active, .breadcrumb .breadcrumb-items .core-values .item.active {
  margin-bottom: 36px;
}
.core-values p span {
  font-size: 32px;
}
.core-values .values-section {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1649.98px) {
  .core-values .values-section {
    padding: 40px 0;
  }
}
.core-values .values-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto 30px;
  gap: 40px;
  padding: 124px 0;
}
@media (max-width: 1649.98px) {
  .core-values .values-list {
    padding: 70px 0;
  }
}
.core-values .value-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
.core-values .value-circle {
  width: 60px;
  height: 60px;
  background-color: #f6f1e8; /* beige soft color */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BD9A5F; /* gold-beige */
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  top: -69%;
  left: -30px;
}
.core-values .line-container {
  position: relative;
}
.core-values .value-line {
  width: 45px; /* horizontal */
  height: 70px; /* vertical */
  border-left: 1px solid #E7DCC7;
  border-bottom: 1px solid #E7DCC7;
  margin-top: 8px;
}
.core-values .value-title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 400;
  color: #555;
  position: absolute;
  bottom: -30px;
  left: 55px;
}
.core-values .values-description {
  display: flex;
  justify-content: end;
}
.core-values .values-description p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.7;
  color: #6a6a6a;
  text-align: end;
}

.our-journey {
  padding: 90px 0;
  background: linear-gradient(90deg, #FFF 0%, #F8F5EF 100%);
}
.our-journey .img-container {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-journey .img-container {
    height: 400px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .our-journey .img-container img {
    height: 100%;
  }
}
.our-journey h2 {
  margin-bottom: 60px;
}
@media (max-width: 1649.98px) {
  .our-journey h2 {
    margin-bottom: 35px;
  }
}
.our-journey p {
  margin-bottom: 24px;
}
@media (max-width: 1649.98px) {
  .our-journey p {
    margin-bottom: 16px;
  }
}

.logo-inspiration {
  background: none;
}
.logo-inspiration .content-box {
  max-width: 850px !important;
}
.logo-inspiration .story-card {
  align-items: start !important;
}

.title-container {
  background: url("../images/shared/pattern.png") top right no-repeat, linear-gradient(170deg, #F8F5EF 5.69%, #FFF 47.16%);
  background-size: contain, auto; /* first layer (image), second layer (gradient) */
  padding: 63px 0 93px 0;
  overflow: visible;
}
.title-container .breadcrumb .breadcrumb-items .item a, .title-container .breadcrumb .breadcrumb-items .item::after {
  color: #666666;
}
.title-container .breadcrumb .breadcrumb-items .item.active {
  color: #999 !important;
}

.news-slider {
  padding-top: 10px !important;
}
.news-slider::before {
  content: none !important;
}

.results {
  font-size: 14px;
  color: #676979;
}

.news-cards {
  margin-bottom: 112px;
}
@media (max-width: 1649.98px) {
  .news-cards {
    margin-bottom: 50px;
  }
}
.news-cards .card-content {
  display: flex;
  flex-direction: column;
}
.news-cards > div:hover .news-img img {
  transform: scale(1.1);
}
.news-cards > div:hover h6 {
  color: #BD9A5F;
}
.news-cards > div:hover h6 a {
  color: inherit;
}
.news-cards .news-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 36px;
  height: 225px;
}
@media (max-width: 1649.98px) {
  .news-cards .news-img {
    margin-bottom: 24px;
  }
}
.news-cards .news-img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-cards .date {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 28px;
}
@media (max-width: 1649.98px) {
  .news-cards .date {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.news-cards h6 {
  font-size: 20px;
  font-weight: 400;
  color: #1F1F1F;
  margin-bottom: 28px;
  transition: 0.3s;
}
@media (max-width: 1649.98px) {
  .news-cards h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.news-cards h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.more-btn {
  border: 1px solid #BD9A5F !important;
  color: #BD9A5F !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  border-radius: 6px;
  width: 212px;
  transition: 0.3s;
}
@media (max-width: 1649.98px) {
  .more-btn {
    width: 170px;
    min-height: 46px;
  }
}
.more-btn:hover {
  background-color: #BD9A5F;
  color: #fff !important;
}
.more-btn:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.news-title h1 {
  max-width: 1200px;
}
@media (max-width: 1649.98px) {
  .news-title h1 {
    font-size: 3.6rem !important;
  }
}
.news-title p {
  color: #666666;
  font-size: 20px;
}
@media (max-width: 1649.98px) {
  .news-title p {
    font-size: 1.6rem;
  }
}

.news-content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media (max-width: 1649.98px) {
  .news-content {
    gap: 24px;
    padding-top: 50px;
  }
}
.news-content p {
  font-size: 20px;
  color: #666666;
}
@media (max-width: 1649.98px) {
  .news-content p {
    font-size: 16px;
  }
}

.blogs-tabs {
  border: none;
  gap: 12px;
}
.blogs-tabs .nav-link {
  border: 1px solid #DDD;
  border-radius: 6px;
  color: #676979;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px;
}
.blogs-tabs .nav-link.active {
  background-color: #F8F5EF;
  color: #BD9A5F;
  border-color: #D3BB94;
}

.sectors {
  padding: 105px 0 120px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .sectors {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

.swiper.sectorSlider {
  padding: 0 8vw;
  margin-top: 56px;
}
.swiper.sectorSlider .swiper-wrapper {
  padding-bottom: 60px;
  align-items: stretch !important;
}
.swiper.sectorSlider .swiper-pagination {
  transform: none !important;
  left: 7% !important;
  bottom: 0;
}
.swiper.sectorSlider .swiper-slide {
  height: auto !important;
}
.swiper.sectorSlider .sector-card {
  padding: 32px;
  border: 1px solid #DDD;
  height: 100%;
  max-height: 460px;
  transition: 0.6s;
}
.swiper.sectorSlider .sector-card .content-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1649.98px) {
  .swiper.sectorSlider .sector-card .content-box {
    gap: 20px;
  }
}
.swiper.sectorSlider .sector-card .content-box h4 {
  height: 77px;
}
@media (max-width: 1649.98px) {
  .swiper.sectorSlider .sector-card .content-box h4 {
    height: 60px;
  }
}
.swiper.sectorSlider .sector-card .content-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  line-height: 1.5;
  text-align: left !important;
}
.swiper.sectorSlider .sector-card .line {
  width: 50px;
  height: 1px;
  background-color: #BD9A5F;
}
.swiper.sectorSlider .sector-card .arrow-hover {
  opacity: 0;
  position: relative;
  left: -20%;
  transition: left 0.6s ease, opacity 0.6s ease;
}
.swiper.sectorSlider .sector-card:hover {
  border-color: #BD9A5F;
}
.swiper.sectorSlider .sector-card:hover h4 {
  color: #BD9A5F;
  transition: 0.6s;
}
.swiper.sectorSlider .sector-card:hover .arrow-hover {
  opacity: 1;
  left: 0;
}

.sector-buttons {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin: 0 120px;
}
.sector-buttons .swiper-button-prev.swiper-button-disabled {
  border-color: #8a8989;
  opacity: 0.5;
}
.sector-buttons .swiper-button-prev.swiper-button-disabled svg {
  filter: grayscale(1);
}
.sector-buttons .swiper-button-next.swiper-button-disabled {
  border-color: #8a8989;
  opacity: 0.5;
}
.sector-buttons .swiper-button-next.swiper-button-disabled svg {
  filter: grayscale(1);
}
.sector-buttons .swiper-button-prev, .sector-buttons .swiper-button-next {
  border: 2px solid #BD9A5F;
  width: 45px;
  height: 45px;
  position: relative;
}
.sector-buttons .swiper-button-prev svg, .sector-buttons .swiper-button-next svg {
  width: 9px;
  height: 18px;
}

.supply-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 80px;
  height: 540px;
}
.supply-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supply-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.supply-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.supply-banner .content span {
  font-family: "Medium";
}
.supply-banner .content h3 {
  margin-bottom: 52px;
  font-family: "Light";
}
.supply-banner .content button {
  min-width: 262px;
}

.suppliers-benefits .benefits-cards {
  margin-top: 92px;
  margin-bottom: 143px;
}
.suppliers-benefits .card {
  padding: 44px 32px 32px 32px;
  border-radius: 8px;
  height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.6s;
}
@media (max-width: 1649.98px) {
  .suppliers-benefits .card {
    height: 350px;
  }
}
@media (max-width: 1649.98px) {
  .suppliers-benefits .card span img {
    height: 70px;
  }
}
.suppliers-benefits .card h5 {
  transition: 0.6s;
}
.suppliers-benefits .card:hover h5 {
  color: #BD9A5F;
  padding-top: 10px;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 67px;
}

.contact-us-section .col {
  padding: 0 !important;
}
.contact-us-section .PrimaryText, .contact-us-section .home-tips .sector-card .content-box h4, .home-tips .sector-card .content-box .contact-us-section h4, .contact-us-section .menuCustom .dropdownCustom .dropdown-menu .dropdown-item, .menuCustom .dropdownCustom .dropdown-menu .contact-us-section .dropdown-item, .contact-us-section .Sponsorships-card:hover .cont-box h4, .Sponsorships-card:hover .cont-box .contact-us-section h4 {
  font-size: 16px !important;
}
.contact-us-section .icon-container {
  background-color: #F8F5EF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-section p {
  line-height: 20px;
}
.contact-us-section label {
  color: #1F1F1F;
  font-size: 16px;
}
.contact-us-section .send-btn {
  min-width: 165px;
}
.contact-us-section .info {
  padding-right: 54px;
}

.vission-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.vission-img {
  width: 565px;
  height: 590px;
  position: relative;
}
.vission-img::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0%;
  background-color: #fff;
}
.vission-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0%;
  background-image: url(../images/about/Group\ 24321.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.vission-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.SAFE-Knowledge {
  position: relative;
  padding: 144px 0;
}
@media (max-width: 1649.98px) {
  .SAFE-Knowledge {
    padding: 75px;
  }
}
.SAFE-Knowledge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.SAFE-Knowledge .container {
  position: relative;
}
.SAFE-Knowledge .img-box {
  position: relative;
  padding-left: 70px;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .SAFE-Knowledge .img-box {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .SAFE-Knowledge .img-box {
    padding: 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
.SAFE-Knowledge .img-box::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70%;
  top: 10%;
  left: 0;
  background-image: url(../images/knowledge/shape1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
}
.SAFE-Knowledge .img-box img {
  z-index: 2;
  position: relative;
  max-width: 100%;
}
.SAFE-Knowledge .content-box {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.SAFE-Knowledge .content-box h5 {
  margin-bottom: 36px;
}
@media (max-width: 1649.98px) {
  .SAFE-Knowledge .content-box h5 {
    margin-bottom: 20px;
  }
}
.SAFE-Knowledge .content-box h3 {
  margin-bottom: 36px;
}
@media (max-width: 1649.98px) {
  .SAFE-Knowledge .content-box h3 {
    margin-bottom: 20px;
    font-size: 5rem !important;
  }
}
.SAFE-Knowledge .content-box p {
  margin-bottom: 28px;
}
@media (max-width: 1649.98px) {
  .SAFE-Knowledge .content-box p {
    margin-bottom: 15px;
    font-size: 18px !important;
  }
}

.Certifications {
  position: relative;
  padding: 144px 0;
  margin-top: -65px;
}
@media (max-width: 1649.98px) {
  .Certifications {
    padding: 75px;
  }
}
.Certifications::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg2.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.Certifications .container {
  position: relative;
}
.Certifications .cont-box p {
  margin-bottom: 20px;
}
.Certifications .CertificationsSlider {
  margin-top: 95px;
  padding-bottom: 60px;
}
.Certifications .Certifi-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #DDD;
  min-height: 405px;
}
.Certifications .Certifi-card .content-box .tag {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.Certifications .Certifi-card .content-box .tag.color1 {
  background-color: #97989D;
}
.Certifications .Certifi-card .content-box .tag.color2 {
  background-color: #BD9A5F;
}
.Certifications .Certifi-card .content-box .tag.color3 {
  background-color: #AC8C56;
}
.Certifications .Certifi-card .content-box .tag.color4 {
  background-color: #866D43;
}
.Certifications .Certifi-card .content-box h4 {
  margin: 0;
}
.Certifications .Certifi-card .content-box .line {
  width: 50px;
  height: 1px;
  background-color: #BD9A5F;
  margin: 32px 0;
}
.Certifications .Certifi-card .content-box p {
  margin: 0;
}

.Programs-Courses {
  position: relative;
  padding: 144px 0;
  margin-top: -65px;
}
@media (max-width: 1649.98px) {
  .Programs-Courses {
    padding: 75px;
  }
}
.Programs-Courses::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg3.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.Programs-Courses .container {
  position: relative;
}
.Programs-Courses .main-sec {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 520px;
}
.Programs-Courses .main-sec p {
  line-height: 1.6 !important;
}
.Programs-Courses .ProgramsCoursesSwiper {
  padding-bottom: 60px;
}
.Programs-Courses .ProgramsCourses-card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #DDD;
  min-height: 300px;
}
@media (max-width: 1649.98px) {
  .Programs-Courses .ProgramsCourses-card {
    padding: 24px;
    min-height: 270px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .Programs-Courses .ProgramsCourses-card {
    padding: 24px 16px;
  }
}
.Programs-Courses .ProgramsCourses-card .img-box {
  margin-bottom: 28px;
  width: 40px;
  height: 40px;
}
.Programs-Courses .ProgramsCourses-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Programs-Courses .ProgramsCourses-card .content-box h4 {
  margin: 0;
  height: 58px;
  overflow: hidden;
}
@media (max-width: 1649.98px) {
  .Programs-Courses .ProgramsCourses-card .content-box h4 {
    font-size: 2rem !important;
    height: 39px;
  }
}
.Programs-Courses .ProgramsCourses-card .content-box .line {
  width: 50px;
  height: 1px;
  background-color: #BD9A5F;
  margin: 28px 0;
}
.Programs-Courses .ProgramsCourses-card .content-box p {
  margin: 0;
}
.Programs-Courses .just-training {
  margin-top: 180px;
}
@media (max-width: 1649.98px) {
  .Programs-Courses .just-training {
    margin-top: 80px;
  }
}
.Programs-Courses .just-training .main-box {
  margin-bottom: 80px;
}
.Programs-Courses .just-training .main-box h3 {
  margin-bottom: 40px;
}
.Programs-Courses .just-training .main-box p {
  max-width: 1150px;
  margin: 0 auto;
}
.Programs-Courses .CoursesSwiper {
  padding-bottom: 60px;
}
.Programs-Courses .Courses-card {
  display: flex;
  padding: 44px 20px 32px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #DDD;
  min-height: 600px;
}
@media (max-width: 1649.98px) {
  .Programs-Courses .Courses-card {
    min-height: 490px;
  }
}
@media (max-width: 1199.98px) {
  .Programs-Courses .Courses-card {
    min-height: 530px;
  }
}
.Programs-Courses .Courses-card .img-box {
  margin-bottom: 28px;
  width: 40px;
  height: 40px;
}
.Programs-Courses .Courses-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Programs-Courses .Courses-card .content-box h4 {
  margin-bottom: 24px;
}
.Programs-Courses .Courses-card .content-box > p {
  height: 36px;
  overflow: hidden;
}
.Programs-Courses .Courses-card .content-box .line {
  width: 35px;
  height: 1px;
  background-color: #BD9A5F;
  margin: 32px 0;
}
.Programs-Courses .Courses-card .content-box h6 {
  margin-bottom: 32px;
}
.Programs-Courses .Courses-card .content-box ul li {
  line-height: 2 !important;
}

.scroller-sec {
  background-color: #F8F5EF;
  position: relative;
  padding-top: 140px;
  padding-bottom: 170px;
}
@media (max-width: 1649.98px) {
  .scroller-sec {
    padding: 70px 0;
  }
}
.scroller-sec::before {
  content: "";
  position: absolute;
  width: 750px;
  height: 270px;
  right: 2%;
  top: 0;
  background-image: url(../images/knowledge/bg-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.scroller-sec .container {
  position: relative;
}
.scroller-sec #spyScollList {
  padding-top: 60px;
  padding-right: 40px;
  max-width: 520px;
}
@media (max-width: 1649.98px) {
  .scroller-sec #spyScollList {
    max-width: 430px;
  }
}
@media (max-width: 1199.98px) {
  .scroller-sec #spyScollList {
    max-width: 360px;
  }
}
.scroller-sec #spyScollList.fixed {
  position: fixed;
  top: 80px;
}
.scroller-sec #spyScollList.bottom {
  position: relative;
  bottom: 0;
  top: auto;
}
.scroller-sec #spyScollList .list-group-item {
  border: none;
  background-color: transparent !important;
  display: none;
}
@media (max-width: 1649.98px) {
  .scroller-sec #spyScollList .list-group-item {
    font-size: 6rem !important;
  }
}
@media (max-width: 1199.98px) {
  .scroller-sec #spyScollList .list-group-item {
    font-size: 4.5rem !important;
  }
}
.scroller-sec #spyScollList .list-group-item.active {
  display: block !important;
}
.scroller-sec #spyScollList .list-group-item.first {
  display: block;
}
.scroller-sec .scrollspy-content {
  padding-left: 70px;
}
.scroller-sec .scrollspy-content .main-sec {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .scroller-sec .scrollspy-content .main-sec h3 {
    font-size: 3.6rem !important;
  }
}
.scroller-sec .scrollspy-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroller-sec .scrollspy-content ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.scroller-sec .scrollspy-content ul li .cont-area {
  padding: 60px 0;
  flex: 1;
}
@media (max-width: 991.98px) {
  .scroller-sec .scrollspy-content ul li .cont-area {
    padding: 30px 0;
  }
}
.scroller-sec .scrollspy-content ul li .cont-area h4 {
  max-width: 88%;
}
@media (max-width: 1399.98px) {
  .scroller-sec .scrollspy-content ul li .cont-area h4 {
    font-size: 3rem !important;
  }
}
@media (max-width: 991.98px) {
  .scroller-sec .scrollspy-content ul li .cont-area h4 {
    font-size: 2.4rem !important;
  }
}
.scroller-sec .scrollspy-content ul li .img-area {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}
.in-touch {
  position: relative;
  padding: 110px 0 200px;
}
@media (max-width: 1649.98px) {
  .in-touch {
    padding: 70px 0;
  }
}
.in-touch::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 5%;
  background-image: url(../images/knowledge/Ellipse-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.in-touch .container {
  position: relative;
}
.in-touch .main-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1649.98px) {
  .in-touch .main-sec {
    gap: 20px;
  }
}
.in-touch .main-sec p {
  margin-bottom: 32px;
}
@media (max-width: 1649.98px) {
  .in-touch .main-sec p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .in-touch .main-sec p.fs-28 {
    font-size: 1.8rem !important;
  }
}

.Knowledge-Domains {
  padding-top: 165px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .Knowledge-Domains {
    padding-top: 80px;
  }
}
.Knowledge-Domains::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg5.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.Knowledge-Domains .container {
  position: relative;
}
.Knowledge-Domains .Domains-main p {
  margin-bottom: 20px;
  line-height: 1.6 !important;
}
.Knowledge-Domains .Domains-cards {
  margin-top: 92px;
  margin-bottom: 143px;
}
@media (max-width: 1649.98px) {
  .Knowledge-Domains .Domains-cards {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.Knowledge-Domains .Domains-cards .col-lg-3 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.Knowledge-Domains .card {
  padding: 44px 32px 32px 32px;
  border-radius: 8px;
  height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  transition: 0.6s;
}
@media (max-width: 1649.98px) {
  .Knowledge-Domains .card {
    height: 300px;
  }
}
.Knowledge-Domains .card h5 {
  transition: 0.6s;
}
@media (max-width: 1649.98px) {
  .Knowledge-Domains .card img {
    height: 70px;
  }
}
.Knowledge-Domains .card:hover h5 {
  color: #BD9A5F;
  padding-top: 10px;
  color: #BD9A5F !important;
}
.Knowledge-Domains.cmd-serv {
  background-color: #fff;
  background-image: url(../images/Command/pattern.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.Knowledge-Domains.cmd-serv::before {
  display: none;
}
.Knowledge-Domains.cmd-serv .card {
  min-height: 485px;
  height: auto;
}
.Knowledge-Domains.cmd-serv .card h5 {
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .Knowledge-Domains.cmd-serv .card {
    min-height: 300px;
    height: calc(100% - 24px);
    gap: 24px;
  }
  .Knowledge-Domains.cmd-serv .card h5 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 574.98px) {
  .Knowledge-Domains.cmd-serv .card {
    min-height: unset;
  }
}
@media (max-width: 991.98px) {
  .Knowledge-Domains.cmd-serv .Domains-cards .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 574.98px) {
  .Knowledge-Domains.cmd-serv .Domains-cards .col-lg-3 {
    width: 100%;
  }
}

.Higher-Institute {
  padding-top: 110px;
  padding-bottom: 140px;
}
@media (max-width: 1649.98px) {
  .Higher-Institute {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.Higher-Institute .main-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 120px;
}
@media (max-width: 1649.98px) {
  .Higher-Institute .main-sec {
    margin-bottom: 70px;
  }
}
.Higher-Institute .main-sec h2 {
  max-width: 630px;
}
.Higher-Institute .main-sec .cont-sec {
  max-width: 50%;
}
.Higher-Institute .main-sec .cont-sec p {
  line-height: 1.6 !important;
}
.Higher-Institute .program-stack {
  display: flex;
  height: 600px;
}
@media (max-width: 1399.98px) {
  .Higher-Institute .program-stack {
    height: 500px;
  }
}
.Higher-Institute .program-stack * {
  transition: font-size 0.1s ease, width 0.4s ease, opacity 0.1s ease, transform 0.1s ease;
  z-index: 4;
}
.Higher-Institute .program-stack .program-box {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.Higher-Institute .program-stack .program-box.active {
  width: 65%;
}
.Higher-Institute .program-stack .program-box.active .prob-h1 {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: normal;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: none;
}
@media (max-width: 1649.98px) {
  .Higher-Institute .program-stack .program-box.active .prob-h1 {
    font-size: 30px;
  }
}
@media (max-width: 1399.98px) {
  .Higher-Institute .program-stack .program-box.active .prob-h1 {
    font-size: 25px;
  }
}
.Higher-Institute .program-stack .program-box.active .prob-details {
  opacity: 1;
}
.Higher-Institute .program-stack .program-box.active .prog-content {
  transform: translateY(0%);
}
.Higher-Institute .program-stack .prog-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  padding: 36px 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  transform: translateY(25%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 1399.98px) {
  .Higher-Institute .program-stack .prog-content {
    padding: 0 15px;
    transform: translateY(30%);
  }
}
.Higher-Institute .program-stack .prob-h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  font-family: "Medium";
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1649.98px) {
  .Higher-Institute .program-stack .prob-h1 {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .Higher-Institute .program-stack .prob-h1 {
    font-size: 22px;
  }
}
.Higher-Institute .program-stack .prob-details {
  height: auto;
  width: 100%;
  opacity: 0;
  color: #fff;
  padding-bottom: 20px;
  height: 145px;
  overflow: hidden;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
}
.Higher-Institute .program-stack .prob-details .prob-details-text {
  padding-bottom: 20px;
  font-size: 25px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1649.98px) {
  .Higher-Institute .program-stack .prob-details .prob-details-text {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .Higher-Institute .program-stack .prob-details .prob-details-text {
    font-size: 18px;
  }
}
.Higher-Institute .program-stack .program-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  object-position: top;
}
.Higher-Institute .program-stack ul {
  padding: 0;
  padding-left: 2rem;
}
.Higher-Institute .program-stack ol {
  padding: 0;
  padding-left: 2rem;
}
.Higher-Institute .program-stack ol li {
  list-style: decimal !important;
}

.faq .scroller-sec {
  padding-top: 80px;
  padding-bottom: 100px;
}
.faq .scroller-sec:before {
  display: none;
}

.custom-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 60px 0 40px;
  margin-bottom: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-accordion .accordion-item:first-child {
  border-top: none;
}
.custom-accordion .accordion-item .accordion-header {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #1F1F1F;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent !important;
  transition: 0.3s;
  gap: 35px;
}
.custom-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  background-color: #E8E9EA;
  background-image: url(../images/shared/plus2.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
}
.custom-accordion .accordion-item .accordion-header .accordion-button:hover::before {
  background-image: url(../images/shared/plus.svg);
}
.custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: #F8F5EF;
  background-image: url(../images/shared/minus.svg);
}
.custom-accordion .accordion-body {
  padding-left: 90px;
  padding-top: 2rem;
  padding-bottom: 0;
}
.custom-accordion .accordion-body p {
  margin-bottom: 2rem;
}
.custom-accordion .accordion-body ul {
  list-style: disc;
  padding-left: 2rem;
}
.custom-accordion .accordion-body ul li {
  border: none;
  display: list-item;
  margin-bottom: 1.5rem;
}

.terms .borderd-box {
  border-radius: 16px;
  padding: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.terms .content-area {
  margin-bottom: 60px;
}
.terms p {
  margin-bottom: 30px;
}
.terms ul {
  margin-bottom: 2rem;
}
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li ul {
  margin-top: 2rem;
}
.terms ul.letters {
  list-style: lower-alpha;
}

.Sitemap .nav-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 60px;
}
.Sitemap .item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  align-self: stretch;
}
.Sitemap .item.main-item {
  padding: 24px 16px;
  background: #F8F5EF;
  line-height: 1;
}
.Sitemap .item.sub-item {
  padding: 16px;
  background: #F2F2F2;
  line-height: 1;
}
.Sitemap .item.sub-item.wzChilds {
  position: relative;
  justify-content: space-between;
}
.Sitemap .item.sub-item.wzChilds::after {
  content: "";
  background-image: url(../images/shared/arrows/arrow_forward_ios.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.Sitemap .subChilds {
  display: flex;
  padding: 32px 50px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: -25px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
.Sitemap .subChilds .child-item {
  padding: 4px 8px;
}
.Sitemap a {
  font-size: inherit !important;
  color: inherit !important;
}

.What-we-offer .main-title h2 {
  margin-bottom: 100px;
}
.What-we-offer #spyScollList .list-group-item.largeNum {
  font-size: 18.8rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1) !important;
}

.fire-services .prob-details {
  transform: translateY(100%);
}
.fire-services .program-box.active .prob-details {
  height: max-content !important;
  transform: translateY(0%);
}
.fire-services .program-box.active .prob-h1 {
  font-size: 36px !important;
}

.scroller-sec .scrollspy-content ul li {
  align-items: center;
}
.scroller-sec .scrollspy-content ul li:first-child {
  border-top: none;
}
.scroller-sec .scrollspy-content ul li .number-area {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "light";
}

.home-tips {
  padding: 120px 0;
}
.home-tips .col-lg-3 {
  margin-bottom: 24px;
}
.home-tips .sector-card {
  padding: 32px;
  border: 1px solid #DDD;
  height: 100%;
  max-height: 460px;
  transition: 0.6s;
  position: relative;
  background-color: #FFF;
}
@media (max-width: 1649.98px) {
  .home-tips .sector-card {
    padding: 24px;
  }
}
.home-tips .sector-card .content-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1649.98px) {
  .home-tips .sector-card .content-box {
    gap: 24px;
  }
}
.home-tips .sector-card .content-box h4 {
  height: 77px;
}
@media (max-width: 1649.98px) {
  .home-tips .sector-card .content-box h4 {
    height: 45px;
  }
}
.home-tips .sector-card .content-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  line-height: 1.5;
  text-align: left !important;
}
.home-tips .sector-card .arrow-hover {
  opacity: 0;
  position: absolute;
  bottom: 16px;
  right: 20%;
  transition: right 0.6s ease, opacity 0.6s ease;
}
.home-tips .sector-card:hover {
  border-color: #BD9A5F;
  background-color: #F8F5EF;
}
.home-tips .sector-card:hover h4 {
  color: #BD9A5F;
  transition: 0.6s;
}
.home-tips .sector-card:hover .arrow-hover {
  opacity: 1;
  right: 16px;
}
.home-tips.solutions-sec .sector-card .content-box h4 {
  height: max-content !important;
}

.cash-services {
  padding: 90px 0;
  background-image: url(../images/cash-value/bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.cash-services .service-card {
  padding: 32px 32px 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 100%;
}

.line {
  width: 50px;
  height: 1px;
  background-color: #BD9A5F;
  display: inline-block;
}

.cash-title {
  white-space: nowrap;
}

.emergency-content {
  padding: 48px 120px;
  border-radius: 20px;
  border: 1px solid #DDD;
}
@media (max-width: 1649.98px) {
  .emergency-content {
    padding: 48px 70px;
  }
}
.emergency-content > div > div {
  gap: 44px;
  padding: 36px 0;
}

.emergency-related {
  background-image: url(../images/knowledge/bg1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 110px;
}
.emergency-related .sectorSwiper .swiper-slide {
  height: auto !important;
}
.emergency-related .home-tips {
  padding-top: 0;
  padding-bottom: 80px;
}

.emergency {
  margin-bottom: 100px;
}

.case-card {
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 36px 40px;
  gap: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1649.98px) {
  .case-card {
    gap: 24px;
    padding: 28px;
  }
}

.solutions-sec.home-tips {
  margin-bottom: 20px !important;
}

.solutions-sec, .case-related {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1649.98px) {
  .solutions-sec, .case-related {
    padding: 60px 0;
  }
}
.solutions-sec::before, .case-related::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/cash-value/bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.solutions-sec .container, .case-related .container {
  position: relative;
}

.case-card-single > div {
  min-height: 252px;
}

.cmd-Systems {
  padding-top: 185px;
  padding-bottom: 200px;
  position: relative;
}
.cmd-Systems::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg5.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.cmd-Systems .container {
  position: relative;
}
@media (max-width: 767.98px) {
  .cmd-Systems .cmdSystems-main {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .cmd-Systems .cmdSystems-main .main-contArea {
    padding-left: 50px;
  }
}
.cmd-Systems .cmdSystems-main .main-contArea h4 {
  margin-bottom: 36px;
}
.cmd-Systems .cmdSystems-main .main-contArea p {
  margin-bottom: 28px;
  line-height: 1.6 !important;
}

.cmd-servs {
  padding-top: 135px;
  padding-bottom: 200px;
  position: relative;
}
.cmd-servs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg5.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.cmd-control {
  padding-top: 152px;
  padding-bottom: 183px;
}
.cmd-control h3 {
  margin-bottom: 112px;
}
.cmd-control .nav-pills .nav-link {
  font-size: 24px;
  color: #666666;
  padding: 28px 10px;
  margin-right: 30px;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.cmd-control .nav-pills .nav-link::after {
  content: "";
  background-image: url(../images/Command/angle-small-down\ 1.svg); /* The arrow image */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px; /* Adjust based on your layout */
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* Adjust size as needed */
  height: 16px; /* Adjust size as needed */
}
.cmd-control .nav-pills .nav-link.active {
  background-color: transparent;
  color: #BD9A5F;
}
.cmd-control .nav-pills .nav-link.active::after {
  content: "";
  background-image: url(../images/Command/angle-small-down\ 1\ \(1\).svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px; /* Adjust based on your layout */
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* Adjust size as needed */
  height: 16px; /* Adjust size as needed */
}
.cmd-control .col-md-9 {
  padding: 75px 34px 100px 96px;
  position: relative;
}
.cmd-control .col-md-9::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/Command/bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}

.mainIntegrated {
  gap: 5%;
}
.mainIntegrated > * {
  flex: 0 0 47.5%;
}
@media (max-width: 991.98px) {
  .mainIntegrated {
    gap: 24px;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .mainIntegrated > * {
    flex: 0 0 auto;
  }
}

.Events-Covered {
  padding-top: 105px;
  padding-bottom: 100px;
  position: relative;
}
.Events-Covered .main-sec {
  margin-bottom: 75px;
}
.Events-Covered .swiper-wrapper {
  padding-bottom: 60px;
}
.Events-Covered .evCover-card {
  display: flex;
  height: 340px;
  padding: 44px 32px 32px 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  border: 1px solid #DDD;
  background: #fff;
}
.Events-Covered .evCover-card .content-box h4 {
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .Events-Covered .evCover-card {
    height: 300px;
  }
}

.Professional-Event {
  padding-top: 155px;
  padding-bottom: 200px;
  position: relative;
}
.Professional-Event::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/knowledge/bg5.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.Professional-Event .container {
  position: relative;
}
.Professional-Event .main-sec {
  margin-bottom: 75px;
}
.Professional-Event .swiper-wrapper {
  padding-bottom: 60px;
}
.Professional-Event .profEv-card {
  display: flex;
  height: 340px;
  padding: 44px 32px 32px 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  border: 1px solid #DDD;
  background: #fff;
}
.Professional-Event .profEv-card .content-box h4 {
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .Professional-Event .profEv-card {
    height: 300px;
  }
}

.gap-4 {
  margin-bottom: 60px;
}

.mediaDetailsCls {
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
  }
  .menuCustom .dropdown-submenu {
    position: relative;
  }
  .menuCustom .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
  }
  /* rotate caret on hover */
  .menuCustom .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1650px) {
  .menuCustom .navbar-nav {
    gap: 15px;
  }
  .gallery-container {
    padding-right: 4%;
  }
  .servs .servs-card {
    height: 450px;
  }
  .servs .servs-card .content-box h4 {
    font-size: 3rem !important;
  }
  .numsSwiper {
    margin-top: 0;
  }
  .homeHeader .homeSwiper-thumbs {
    width: 700px;
    height: 600px;
  }
  .homeHeader .homeSwiper-thumbs .mainSlider-content {
    height: 330px;
  }
  .core-values .value-title {
    font-size: 30px;
    bottom: -21px;
  }
  .core-values .value-circle {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .core-values .values-list {
    max-width: 1000px;
    margin: auto;
  }
  .fs-64 {
    font-size: 5.4rem !important;
  }
  .fs-60 {
    font-size: 5rem !important;
  }
  .fire-services .program-stack .prob-h1 {
    font-size: 30px;
  }
  .vission-img {
    width: auto;
    height: 500px;
  }
  .vission-img img {
    width: 250px;
  }
  .vission-section .col-lg-7 {
    padding-left: 50px;
  }
  body, html {
    font-size: 8px;
  }
  .fs-88 {
    font-size: 6rem !important;
  }
  .fs-72 {
    font-size: 5.4rem !important;
  }
  .fs-64 {
    font-size: 4.8rem !important;
  }
  .fs-60 {
    font-size: 4.4rem !important;
  }
  .fs-48 {
    font-size: 4rem !important;
  }
  .homeCorporate .img-box {
    padding: 0 6%;
    max-height: 500px;
  }
  .gallery-main {
    width: 500px;
  }
  .our-story {
    padding: 85px 0;
  }
  .Sponsorships-slider {
    height: 660px;
  }
  .SponsorshipSwiper {
    height: 660px;
  }
}
@media (max-width: 1400px) {
  .menuCustom .navbar-light .navbar-brand img {
    max-width: 250px;
  }
  .homeHeader .homeSwiper .boxHomeSlide {
    margin-bottom: 50px;
  }
  .homeHeader .homeSwiper .boxHomeSlide {
    width: 100%;
  }
  .menuCustom .navbar-nav .nav-link {
    margin-right: 15px;
  }
  .menuCustom .navbar-nav {
    gap: 0px;
  }
  .menuCustom .navbar-collapse .navbar-brand {
    max-width: 85px;
  }
  .menuCustom .nav-link {
    font-size: 15px;
  }
  .gallery-main {
    width: 350px;
  }
  .gallery-main.vission-img {
    width: 450px;
    height: 400px;
  }
  .homeHeader .homeSwiper-thumbs {
    width: 640px;
    height: 540px;
  }
  .core-values .value-title {
    font-size: 24px;
    bottom: -11px;
  }
  .core-values .value-circle {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: -40%;
    left: -21px;
  }
  .core-values .values-list {
    max-width: 800px;
    margin: auto;
  }
  .news-cards .news-img {
    height: 175px;
  }
  .supply-banner .content h3 {
    margin-bottom: 5px;
  }
  .fs-32 {
    font-size: 2.6rem !important;
  }
  .Sponsorships-card {
    height: 375px;
  }
  .Awards .gallery-main {
    width: 80%;
  }
  .Awards .row .col-lg-6 {
    width: 60%;
  }
  .Awards .row .col-lg-6:last-child {
    width: 40%;
  }
  .Sponsorships-slider {
    height: 580px;
  }
  .SponsorshipSwiper {
    height: 580px;
  }
}
@media (max-width: 1199.98px) {
  .menuCustom .navbar-nav .nav-link {
    margin-right: 10px;
    font-size: 12px;
  }
  .homeHeader .homeSwiper .swiper-slide .boxHomeSlide {
    margin-right: 0;
  }
  /*
        neeeeeeeeeeeeeeew
  */
  .homeHeader .homeSwiper .boxHomeSlide {
    margin-left: 50px;
  }
  .homeHeader .homeSwiper-thumbs {
    width: 540px;
    height: 440px;
    left: 40%;
  }
  .fs-60 {
    font-size: 4rem !important;
  }
  .homeHeader .homeSwiper-thumbs .mainSlider-content {
    height: 160px;
  }
  .core-values .value-title {
    font-size: 20px;
    bottom: -11px;
  }
  .core-values .value-circle {
    width: 30px;
    height: 30px;
    font-size: 18px;
    top: -30%;
    left: -14px;
  }
  .core-values .values-list {
    max-width: 700px;
    margin: auto;
  }
  .supply-banner .content h3 {
    margin-bottom: 10px;
  }
  .news-cards .news-img {
    height: 145px;
  }
  .fs-64 {
    font-size: 4.4rem !important;
  }
  .fs-88 {
    font-size: 5.8rem !important;
  }
  .fs-72 {
    font-size: 5rem !important;
  }
  .timeline-wrapper {
    gap: 20px;
  }
  .timeline-wrapper .timeline-swiper {
    width: 100%;
  }
  .our-story .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 7px) !important;
  }
  .our-story .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 7px) !important;
  }
  .vission-section .col-lg-5 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .blogs-tabs {
    overflow-y: clip;
    flex-wrap: nowrap;
    overflow-x: scroll;
    height: 49px;
  }
  .blogs-tabs .nav-link {
    width: max-content;
  }
  .contact-us-section .info {
    padding-right: 9px;
  }
  .SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-next {
    right: 8%;
  }
  .SponsorshipSwiper .Sponsorships-customNav .navigation .swiper-button-prev {
    left: 8%;
  }
  .Sponsorships-cards .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .fire-services .program-stack .prob-h1 {
    font-size: 24px;
  }
  .fire-services .program-box.active .prob-h1 {
    font-size: 30px !important;
  }
  .fs-32 {
    font-size: 2.6rem !important;
  }
  .gallery-main.vission-img {
    width: 340px;
    height: 365px;
  }
  .Sponsorships-slider {
    height: 510px;
  }
  .SponsorshipSwiper {
    height: 510px;
  }
}
@media (max-width: 991px) {
  .homeClassParent,
  .homeHeader,
  .footer {
    overflow: hidden;
  }
  .homeHeader .bg-video-wrap,
  .homeHeader .overlay,
  .homeHeader .bg-video-wrap {
    max-height: 650px;
  }
  .menuCustom .navbar-toggler {
    transform: translateX(10px);
    border: none;
  }
  .menuCustom .navbar-toggler span {
    width: 24px;
    height: 24px;
  }
  .InHome .navbar-toggler span {
    filter: brightness(0) invert(1);
  }
  img {
    max-width: 100%;
  }
  .menuCustom .navbar-nav {
    padding: 0 15px;
  }
  .menuCustom .navbar-nav .nav-link {
    padding: 25px 0;
  }
  .menuCustom .contactBtn {
    padding: 20px 0;
    justify-content: center;
  }
  .menuCustom .contactBtn .btnWhit {
    font-size: 15px;
    padding: 15px 15px;
  }
  .menuCustom .dropdownCustom .dropdown-menu {
    width: auto;
    right: 0;
  }
  .menuCustom .navbar-light .navbar-brand img {
    max-width: 100px;
  }
  .homeClass .navbar .container {
    border-bottom: none;
  }
  .homeHeader .homeSwiper-thumbs {
    left: 35%;
    width: 500px;
    height: 424px;
    padding: 85px;
  }
  .homeHeader .homeSwiper-thumbs .mainSlider-content {
    height: 200px;
  }
  .newsHome {
    flex-direction: column;
  }
  .newsHome .news-main {
    width: auto;
    margin-left: 10px;
    height: 321px;
  }
  .newsHome .swiper-news {
    width: 100%;
  }
  .newsHome .swiper-news .swiper-slide {
    padding: 16px;
  }
  .newsHome .swiper-news .news-card {
    height: 321px;
  }
  .Awards {
    padding-top: 45px;
    padding-bottom: 85px;
  }
  .Awards .row,
  .Awards .gallery-container {
    flex-direction: column-reverse;
  }
  .Awards .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
  .gallery-main {
    width: 410px;
    margin: 40px 0;
  }
  .gallery-thumbs {
    height: 100px;
    overflow: visible;
    margin: 0;
  }
  .gallery-thumbs .swiper-slide .img-box {
    height: 85px;
    width: 85px;
  }
  .sector-buttons {
    margin: 0 30px;
  }
  .ourNum {
    padding: 85px 0;
  }
  .numsSwiper {
    margin-top: 60px;
  }
  .customers .cust-content {
    padding: 30px;
  }
  .customers .cust-content::after {
    left: -2%;
  }
  .customers .cust-content::before {
    left: -9%;
  }
  .customers .nav-tabs {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .customers .nav-tabs .nav-link {
    padding: 10px 15px;
    width: max-content;
    font-size: 12px;
  }
  .homeCorporate .content-box {
    margin-top: 20px;
  }
  .menuCustom .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar-collapse .navbar-nav {
    background-color: #fff;
  }
  .menuCustom.homeClass nav .nav-link {
    color: #1f1f1f;
  }
  .menuCustom.homeClass nav .nav-link::after {
    filter: none;
  }
  .menuCustom .dropdownCustom .dropdown-menu::before {
    content: none;
  }
  .menuCustom .dropdownCustom .dropdown-menu {
    box-shadow: none;
    background: #F8F5EF;
  }
  .menuCustom .dropdownCustom .dropdown-menu .dropdown-item, .menuCustom .dropdownCustom .dropdown-menu .submenu li a {
    font-size: 14px;
  }
  .InHome .langClass {
    color: #fff !important;
    width: 70px;
  }
  .menuCustom.fixedTop nav .langClass {
    color: #1f1f1f !important;
  }
  .menuCustom .dropdownCustom .dropdown-menu::before {
    top: 60px;
  }
  .menuCustom .navbar-nav .nav-link {
    width: fit-content;
  }
  .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .menuCustom .dropdownCustom .dropdown-menu .submenu {
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
  }
  .menuCustom .dropdownCustom .dropdown-menu .submenu::before {
    content: none;
  }
  .footer .accordion-item {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .accordion-button::after {
    filter: invert(1);
  }
  .scrollDown {
    display: none;
  }
  .core-values .values-list {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .brandStory .story-card {
    flex-direction: column;
  }
  .logo-inspiration .story-card {
    align-items: center !important;
  }
  .contact-us-section .row {
    flex-direction: column;
    gap: 20px;
  }
  .contact-us-section .col-sm-12 {
    width: 100%;
  }
  .news-cards .news-img {
    height: 225px;
  }
  .btn {
    min-height: 44px;
  }
  .btn-primary {
    padding: 4px 7px !important;
    font-size: 15px !important;
  }
  .supply-banner {
    height: 300px;
  }
  .supply-banner div:first-child {
    height: 100%;
  }
  .supply-banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news-content {
    padding: 50px 0;
    gap: 12px;
  }
  .title-container {
    padding: 110px 0 45px 0;
  }
  .news-title p {
    font-size: 16px;
  }
  .input-wrapper {
    margin-bottom: 20px;
  }
  .newsHome .swiper-news .news-card .cont-box {
    padding: 60px 40px;
  }
  .SponsorshipSwiper .Sponsorships-slide .content-box p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .SponsorshipSwiper .Sponsorships-slide .content-box {
    gap: 5px;
    padding: 36px 40px 30px;
  }
  .suppliers-benefits .card {
    margin-bottom: 15px;
    height: 320px;
  }
  footer .footer-two .bottomFooter {
    flex-direction: column;
  }
  footer .footer-two .follow-us .Social {
    justify-content: center;
    margin-top: 20px;
  }
  .menuCustom.fixedTop .navbar-toggler span {
    filter: brightness(0) invert(0);
  }
  .menuCustom.fixedTop .navbar-collapse .navbar-nav {
    background-color: #fff;
  }
  .navbar-collapse.show .navbar-brand {
    display: none;
  }
  .navbar-collapse.show .nav-item:last-child {
    display: none;
  }
  .brand-img, .our-journey .img-container {
    margin-bottom: 20px;
  }
  .detBanner .content-box {
    width: fit-content;
  }
  .homeHeader .homeSwiper .mainSlider-card .mainSlider-img img {
    object-fit: cover;
  }
  .fs-64 {
    font-size: 4rem !important;
  }
  .fs-60 {
    font-size: 3.5rem !important;
  }
  .fs-72 {
    font-size: 4.2rem !important;
  }
  .fs-52 {
    font-size: 40px !important;
  }
  .fs-48 {
    font-size: 2.8rem !important;
  }
  .fs-24, .FM-services .custom-tabs .nav-item .nav-link h3 {
    font-size: 1.8rem !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .fire-services .program-stack {
    flex-direction: column;
    height: 950px;
  }
  .fire-services .program-stack .program-box {
    width: 100%;
  }
  .fire-services .program-stack .program-box.active {
    width: 100%;
    height: 150%;
  }
  .fire-services .program-stack .prob-details .prob-details-text {
    font-size: 16px;
  }
  .fire-services .program-stack .prob-details {
    height: 90px;
  }
  .fire-services .program-box .prob-h1 {
    margin-bottom: 8px;
  }
  .scroller-sec #spyScollList {
    max-width: unset;
    padding: 0;
    margin-bottom: 30px;
  }
  .scroller-sec #spyScollList.fixed {
    position: static;
  }
  .scroller-sec .scrollspy-content {
    padding-left: 0;
  }
  .fs-36, .custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px !important;
  }
  .cash-title {
    white-space: normal;
  }
  .emergency-content > div {
    flex-direction: column;
  }
  .emergency-content {
    padding: 30px 40px;
  }
  /*
          neeeeeeeeeeeew
  */
  .Higher-Institute .main-sec {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .Higher-Institute .main-sec h2,
  .Higher-Institute .main-sec .cont-sec {
    max-width: unset;
  }
  .Domains-main {
    gap: 20px;
  }
  .Domains-main .col-md-6 {
    width: 100%;
  }
  .scroller-sec .scrollspy-content ul li {
    flex-direction: column-reverse;
    align-items: unset;
    padding: 25px 0;
  }
  .scroller-sec .scrollspy-content ul li .img-area {
    align-self: center;
  }
  .scroller-sec .scrollspy-content ul li .cont-area {
    padding: 0;
  }
  .scroller-sec .scrollspy-content ul li .cont-area h4,
  .scroller-sec .scrollspy-content ul li .cont-area p {
    max-width: 100%;
    text-align: center;
  }
  .Higher-Institute .program-stack {
    height: unset;
    flex-direction: column;
  }
  .Higher-Institute .program-stack .program-box {
    height: 155px;
    flex: 0 0 auto;
    width: 100% !important;
  }
  .Higher-Institute .program-stack .program-box.active {
    width: 100%;
    height: 500px;
  }
  .Higher-Institute .program-stack .prog-content {
    transform: translateY(40%);
  }
  .Higher-Institute .program-stack .program-box.active .prog-content {
    transform: translateY(0%);
  }
  .Higher-Institute .program-stack .prob-h1 {
    margin-bottom: 0;
  }
  .Knowledge-Domains .card {
    height: auto;
    min-height: 220px;
    padding: 24px;
  }
  .Knowledge-Domains .card img {
    max-height: 60px;
  }
  .detBanner .content-area {
    left: 5%;
  }
  .Awards {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .Awards .gallery-container {
    padding: 0;
  }
  .Awards .gallery-thumbs::after {
    display: none;
  }
  .Awards .gallery-main {
    width: 100%;
  }
  .Awards .row .col-lg-6 {
    width: 100%;
  }
  .Awards .row .col-lg-6:last-child {
    width: 100%;
  }
  .gallery-thumbs {
    width: auto;
    height: auto;
  }
  .vission-section .col-lg-7 {
    padding: 12px;
  }
  .Sponsorships-slider {
    height: 440px;
  }
  .SponsorshipSwiper {
    height: 440px;
  }
}
@media (max-width: 767.98px) {
  .homeHeader .homeSwiper .swiper-slide .boxHomeSlide {
    margin-top: 75px;
    margin-bottom: 15px;
  }
  .homeHeader .homeSwiper .boxHomeSlide h2 {
    font-size: 25px;
  }
  .homeHeader .homeSwiper .boxHomeSlide p {
    font-size: 18px;
  }
  .timeline-years span {
    font-size: 24px;
  }
  .timeline-years span.active {
    font-size: 30px;
  }
  .timeline-wrapper .line {
    width: 80px;
  }
  .slide-content h2 {
    font-size: 30px;
  }
  .slide-content p {
    font-size: 18px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .main-info {
    flex-direction: column;
    gap: 20px;
  }
  .news-cards .news-img {
    text-align: center;
  }
  .supply-banner .content button {
    min-width: 211px;
  }
  .SponsorshipSwiper {
    height: max-content;
  }
  .SponsorshipSwiper .Sponsorships-slide {
    height: 350px;
  }
  .SponsorshipSwiper .Sponsorships-slide .img-box {
    height: 100%;
  }
  .Sponsorships-cards .col-lg-3 {
    width: 100%;
  }
  .homeHeader .homeSwiper-thumbs {
    left: 25%;
    width: 474px;
    height: 382px;
    padding: 85px;
  }
  .news-listing .row .col-lg-6 {
    flex-direction: column;
  }
  .news-cards .news-img {
    margin-bottom: 18px;
    height: 215px;
  }
  .news-cards .date {
    margin-bottom: 8px;
  }
  .fs-88 {
    font-size: 4.8rem !important;
  }
  .fs-52 {
    font-size: 32px !important;
  }
  .supply-banner {
    height: auto;
  }
  .case-card-single > div {
    min-height: 190px;
  }
  .line-height-40 {
    line-height: 30px !important;
  }
  .Certifications {
    padding: 50px 0 100px;
  }
  .Certifications .main-sec {
    margin-bottom: 24px;
  }
  .custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px !important;
    gap: 20px;
  }
  .custom-accordion .accordion-item .accordion-header .accordion-button::before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
  .custom-accordion .accordion-body {
    padding-left: 30px;
  }
  .terms .borderd-box {
    padding: 24px;
  }
  .suppliers-benefits h2 {
    margin-bottom: 24px;
  }
  .Sponsorships-slider {
    height: 370px;
  }
  .SponsorshipSwiper {
    height: 370px;
  }
}
@media (max-width: 574.98px) {
  .homeHeader .homeSwiper .swiper-slide .boxHomeSlide {
    margin-left: 0px;
  }
  .homeHeader .homeSwiper-thumbs {
    left: 1%;
    width: 412px;
    height: 415px;
    padding: 57px;
  }
  .breadcrumb {
    margin-bottom: 5px;
  }
  .detBanner .content-area {
    margin-bottom: 35px;
  }
  .timeline-wrapper .line {
    width: 25px;
  }
  .brandStory .story-card {
    flex-direction: column;
  }
  .fs-64 {
    font-size: 3.2rem !important;
  }
  .fs-40 {
    font-size: 2.8rem !important;
  }
  .fs-32 {
    font-size: 2.6rem !important;
  }
  .btnsGroup {
    flex-direction: column;
  }
  .form form div {
    flex-direction: column;
    gap: 0 !important;
  }
  .news-title p {
    font-size: 14px;
  }
  .SponsorshipSwiper .Sponsorships-slide {
    height: 450px;
  }
  .mb-32 {
    margin-bottom: 16px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .slide-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .slide-content h2 {
    font-size: 24px;
  }
  .misson-vision .mission-vision-card {
    padding-right: 0%;
  }
  .supply-banner {
    height: 400px;
  }
  .scroller-sec .scrollspy-content ul li .number-area {
    font-size: 70px;
  }
  .fs-88 {
    font-size: 44px !important;
  }
  .fs-72 {
    font-size: 32px !important;
  }
  .case-card {
    gap: 22px;
    padding: 16px 20px;
  }
  .news-title h1, .title-container .breadcrumb .breadcrumb-items .item.active {
    max-width: 380px;
    white-space: normal;
  }
  .scroller-sec #spyScollList .list-group-item {
    font-size: 3.5rem !important;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .fs-88 {
    font-size: 60px !important;
  }
  .fs-72 {
    font-size: 48px !important;
  }
  .fs-64 {
    font-size: 40px !important;
  }
  .fs-60 {
    font-size: 38px !important;
  }
  .fs-48 {
    font-size: 34px !important;
  }
  .fs-40 {
    font-size: 30px !important;
  }
  .fs-36, .custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px !important;
  }
  .fs-32 {
    font-size: 24px !important;
  }
  .fs-28 {
    font-size: 22px !important;
  }
  .fs-24, .FM-services .custom-tabs .nav-item .nav-link h3 {
    font-size: 18px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .fs-18, .menuCustom .dropdownCustom .dropdown-menu .dropdown-item, .customers .nav-tabs .nav-link, .program-filter li a, .terms ul li {
    font-size: 14px !important;
  }
  .fs-15 {
    font-size: 11px !important;
  }
  .fs-14 {
    font-size: 10px !important;
  }
  .mb-32 {
    margin-bottom: 16px !important;
  }
  body {
    zoom: 0.9;
    padding-top: 80px;
  }
  .menuCustom nav {
    width: 100%;
  }
  .fs-16, .FM-services .custom-tabs .nav-item .nav-link p, .breadcrumb .breadcrumb-items .item {
    font-size: 12px !important;
  }
  .homeHeader .homeSwiper-thumbs .mainSlider-content {
    height: 100px;
    gap: 6px;
  }
  .homeHeader .homeSwiper-thumbs {
    height: 430px;
  }
  .numsSwiper .num-card img {
    width: 35px;
    height: 35px;
  }
  .customers .nav-tabs .nav-link {
    font-size: 13px !important;
    padding: 8px 20px;
  }
  footer .byLogo img {
    width: 100px;
    height: 100px;
  }
  footer .footer-two .follow-us .Social img {
    width: 18px;
    height: 18px;
  }
  footer .footer-two .logoFtr img {
    width: 100px;
    height: auto;
  }
  .breadcrumb {
    margin-bottom: 6px;
  }
  .detBanner .content-area {
    margin-bottom: 60px;
  }
  .detBanner .img-box .pattern {
    height: 63%;
  }
  .slide-content h2 {
    font-size: 42px;
  }
  .slide-content p {
    font-size: 18px;
  }
  .timeline-wrapper {
    gap: 25px;
  }
  .timeline-wrapper .line {
    width: 90px;
  }
  .timeline-years span:nth-child(1), .timeline-years span:nth-child(5) {
    font-size: 22px;
  }
  .timeline-years span:nth-child(2), .timeline-years span:nth-child(4) {
    font-size: 32px;
  }
  .timeline-years span:nth-child(3) {
    font-size: 42px;
  }
  .timeline-years span.active {
    font-size: 52px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .gallery-main {
    width: 420px;
  }
  .brandStory .story-card .content-box {
    gap: 18px;
  }
  .brandStory .story-card .img-box img {
    width: 180px;
    height: auto;
  }
  .brandStory .story-card {
    gap: 75px;
  }
  .program-filter li a {
    height: 32px;
  }
  .awards-list {
    padding-top: 10px;
  }
  .awards-listCard .content-box h2 {
    margin-bottom: 30px;
  }
  .awards-listCard .content-box h3 {
    margin-bottom: 20px;
  }
  .share-btn {
    width: 45px;
    height: 55px;
  }
  .share-btn img {
    width: 18px;
    height: 18px;
  }
  .btn {
    min-height: 36px;
  }
  .input {
    padding: 8px 10px !important;
    font-size: 10px !important;
    min-height: 22px !important;
  }
  .btn-primary {
    padding: 4px 7px !important;
    font-size: 12px !important;
  }
  .date-wrapper {
    width: 150px;
  }
  .date-wrapper::after {
    width: 14px;
    height: 14px;
  }
  .input-wrapper .icon img {
    width: 14px;
    height: 14px;
  }
  p {
    font-size: 13px;
  }
  .blogs-tabs .nav-link {
    font-size: 11px;
    padding: 6px 14px;
  }
  .results {
    font-size: 11px;
  }
  .news-cards .date {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .news-cards h6 {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .news-cards .news-img {
    margin-bottom: 22px;
  }
  .more-btn {
    width: 160px;
    font-size: 13px !important;
    gap: 6px !important;
    padding: 6px 12px !important;
  }
  .supply-banner {
    height: 420px;
  }
  .supply-banner div:first-child {
    height: 100%;
  }
  .supply-banner .content button {
    min-width: 225px;
  }
  .title-container {
    padding: 50px 0;
  }
  .map-container iframe {
    height: 320px;
  }
  .contact-us-section p {
    font-size: 12px;
  }
  .contact-us-section label {
    font-size: 12px;
  }
  .gap-48 {
    gap: 24px;
  }
  .mb-48 {
    margin-bottom: 24px;
  }
  .send-btn {
    width: 120px !important;
    min-width: 120px !important;
  }
  .news-content {
    gap: 20px;
    padding: 60px 0;
  }
  .news-content p {
    font-size: 16px;
  }
  .news-title p {
    font-size: 14px;
  }
  .container {
    max-width: 1230px;
  }
  .menuCustom .dropdownCustom .dropdown-menu .dropdown-item {
    height: 32px;
  }
  .menuCustom nav {
    min-height: 75px;
  }
  .menuCustom .nav-link {
    padding: 20px 0;
  }
  .fire-services .program-stack .prob-h1 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .fire-services .program-stack {
    height: 450px;
  }
  .fire-services .program-stack .prob-details {
    height: 115px;
  }
  .fire-services .program-stack .prob-details .prob-details-text {
    font-size: 18px;
  }
  .fire-services .program-box.active .prob-h1 {
    font-size: 30px !important;
  }
  .scroller-sec #spyScollList {
    max-width: 425px;
  }
  .scroller-sec .scrollspy-content ul li .number-area {
    font-size: 70px;
  }
  .home-tips .sector-card {
    padding: 22px;
    max-height: 250px;
  }
  .primary-a a {
    width: 140px;
    height: 45px;
  }
  .in-touch .main-sec {
    gap: 12px;
  }
  .in-touch .main-sec p {
    margin-bottom: 12px;
  }
  .emergency-content {
    padding: 30px 80px;
  }
  .emergency-content > div {
    padding: 20px 0;
  }
  .case-card {
    gap: 22px;
    padding: 25px 28px;
  }
  .fs-52 {
    font-size: 40px !important;
  }
  .news-title h1 {
    max-width: 950px;
  }
  .case-card-single > div {
    min-height: 190px;
  }
  .SAFE-Knowledge .content-box h3 {
    font-size: 4.5rem !important;
  }
  .SAFE-Knowledge .content-box p {
    font-size: 1.4rem !important;
  }
  .Programs-Courses .ProgramsCourses-card .content-box h4 {
    font-size: 1.6rem !important;
  }
  .Programs-Courses .Courses-card {
    min-height: 420px;
  }
  .Higher-Institute .program-stack {
    height: 500px;
  }
  .custom-accordion .accordion-item .accordion-header .accordion-button {
    gap: 20px;
  }
  .custom-accordion .accordion-item .accordion-header .accordion-button::before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
  .custom-accordion .accordion-body {
    padding-left: 30px;
  }
  .cardHovered {
    height: 450px !important;
  }
  .cmd-control .nav-pills .nav-link {
    font-size: 17px;
  }
}
.K_Services,
.cardParentTech {
  padding-bottom: 130px;
}
@media (max-width: 1649.98px) {
  .K_Services,
  .cardParentTech {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .K_Services,
  .cardParentTech {
    padding-bottom: 30px;
  }
}

.K_Services {
  background: linear-gradient(154deg, #F8F5EF 19.65%, #FFF 31.98%);
}
.K_Services .fs-72 {
  padding: 100px 0 82px 0;
  color: var(--Foundation-TextBrand, #BD9A5F);
}
@media (max-width: 767px) {
  .K_Services .fs-72 {
    padding: 30px 0 20px 0;
  }
}

.cardHovered {
  width: 100%;
  height: 620px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
}
@media (max-width: 1649.98px) {
  .cardHovered {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .cardHovered {
    margin-bottom: 20px !important;
    zoom: 0.7;
  }
}
@media (max-width: 767px) {
  .cardHovered.smallContent {
    zoom: 0.6;
  }
}
.cardHovered.smallContent {
  margin-bottom: 24px;
}
.cardHovered::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cardHovered:hover .imgAps img {
  transform: scale(1.2);
}
.cardHovered:hover .content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  transform: translateY(0);
}
.cardHovered:hover .content p {
  transform: translateY(0);
}
.cardHovered .imgAps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cardHovered .content {
  position: absolute;
  width: 100%;
  height: 270px;
  bottom: 0;
  padding: 36px 40px;
  left: 0;
  z-index: 3;
  transition: transform 1s ease;
  color: #FFFFFF;
  border-radius: 0 0 0.5rem 0.5rem;
  transform: translateY(calc(270px - 145px));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.cardHovered .content h3 {
  display: flex;
  align-items: end;
  height: 88px;
  padding-bottom: 12px;
  color: #fff;
}
.cardHovered .content p {
  transform: translateY(40px);
  transition: transform 1s ease;
  text-align: justify;
}
.cardHovered .content .fs-18, .cardHovered .content .menuCustom .dropdownCustom .dropdown-menu .dropdown-item, .menuCustom .dropdownCustom .dropdown-menu .cardHovered .content .dropdown-item, .cardHovered .content .customers .nav-tabs .nav-link, .customers .nav-tabs .cardHovered .content .nav-link, .cardHovered .content .program-filter li a, .program-filter li .cardHovered .content a, .cardHovered .content .terms ul li, .terms ul .cardHovered .content li {
  margin: 0;
  color: #DDD;
}

.countParentNumbers {
  background-color: #F8F5EF;
  padding-top: 140px;
  padding-bottom: 170px;
  background-image: url(../images/knowledge/bg-shape.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1649.98px) {
  .countParentNumbers {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.countParentNumbers .main-title {
  margin-bottom: 100px;
}
.countParentNumbers section.one {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.countParentNumbers .left {
  width: 63%;
}
.countParentNumbers .left .textScroll {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 65px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding: 60px 0;
  align-items: end;
}
.countParentNumbers .left .textScroll .cont-area {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.countParentNumbers .left .textScroll .cont-area p {
  margin: 0;
}
.countParentNumbers .right {
  width: 37%;
}
.countParentNumbers .right-child {
  display: block;
  text-align: left;
}
.countParentNumbers .right-child h2.numberScroll {
  font-size: 18.8rem;
  line-height: 1;
  transition: 0.25s;
  color: rgba(0, 0, 0, 0.1) !important;
}
.countParentNumbers .right-child.posFix {
  position: fixed;
  top: 25px;
}
.countParentNumbers .right-child.posAbs {
  position: absolute;
  bottom: 25px;
}
@media (max-width: 992px) {
  .countParentNumbers .left {
    width: 100%;
  }
  .countParentNumbers .container {
    width: 100%;
  }
  .countParentNumbers .right {
    width: 100%;
  }
  .countParentNumbers .right .right-child {
    width: 100%;
  }
}
.countParentNumbers.command-list .left .textScroll {
  padding: 0;
}
.countParentNumbers.command-list .left .textScroll .cont-area {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .countParentNumbers.command-list .left .textScroll {
    padding: 24px 0;
  }
  .countParentNumbers.command-list .left .textScroll .cont-area {
    padding: 0;
  }
}

.scrolling_up ~ .innerContent .countParentNumbers .right-child h2.numberScroll {
  padding-top: 70px;
}

@media (max-width: 1200px) {
  .cardHovered .content {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .K_Services .col-lg-3 {
    width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .countParentNumbers {
    background-size: 55%;
    padding: 64px 10px 0;
  }
  .countParentNumbers .main-title {
    margin-bottom: 40px;
  }
  .countParentNumbers .left .textScroll {
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 30px;
    margin-bottom: 0;
    padding: 24px 0;
  }
  .countParentNumbers .left .textScroll .img-area img {
    max-height: 50px;
  }
  .countParentNumbers .left .textScroll .cont-area {
    gap: 16px;
  }
  .countParentNumbers .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .cardHovered .fs-36, .cardHovered .custom-accordion .accordion-item .accordion-header .accordion-button, .custom-accordion .accordion-item .accordion-header .cardHovered .accordion-button {
    font-size: 3.6rem !important;
  }
  .cardHovered .fs-18, .cardHovered .menuCustom .dropdownCustom .dropdown-menu .dropdown-item, .menuCustom .dropdownCustom .dropdown-menu .cardHovered .dropdown-item, .cardHovered .customers .nav-tabs .nav-link, .customers .nav-tabs .cardHovered .nav-link, .cardHovered .program-filter li a, .program-filter li .cardHovered a, .cardHovered .terms ul li, .terms ul .cardHovered li {
    font-size: 1.8rem !important;
  }
}

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