/* layout container width change quickfix */
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .max-container .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .max-container .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 2000px) {
  .max-container .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}

@media (min-width: 1441px) {
  :root .box-padding-normal {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* top nav bar  */
.custom-navbar {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  z-index: 99999;
}
@media (max-width: 991px) {
  .custom-navbar {
    flex-wrap: wrap;
    height: auto;
    display: none;
  }
}
.custom-navbar .logo {
  width: 63px;
  height: 63px;
  margin: 16px 0;
}
.custom-navbar .navigation {
  display: flex;
  align-items: center;
  gap: 42px;
}
.custom-navbar .navigation ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.custom-navbar .navigation ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1250px) {
  .custom-navbar .navigation ul li {
    gap: 10px;
  }
}
.custom-navbar .navigation ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.custom-navbar .navigation ul li img {
  width: 6px;
  height: 6.75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.custom-navbar .navigation .language-switch img:first-child {
  width: 12.75px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch img:nth-child(2) {
  width: 6px;
  height: 6.75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-navbar .navigation .language-switch a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.custom-navbar .navigation a.get-btn {
  color: #ffffff;
  background: #ba2429;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 8px;
}
.custom-navbar > .navigation {
  gap: 12px;
}
.custom-navbar > .navigation > ul {
  gap: 0px;
}
.custom-navbar > .navigation > ul > li {
  padding: 16px 15px 16px 15px;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .custom-navbar .navigation > ul > li {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1130px) {
  .custom-navbar .navigation > ul > li {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
.custom-navbar .navigation > ul > li > a {
  font-size: 18px;
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .custom-navbar .navigation > ul > li > a {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1130px) {
  .custom-navbar .navigation > ul > li > a {
    font-size: 15px !important;
  }
}
.custom-navbar .navigation > ul > li > img {
  width: 10px;
  height: 10px;
}

.bottom-nav-resp a.get-btn {
  color: #ffffff;
  background: #ba2429;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-nav-resp a.get-btn {
    width: auto;
  }
}

.custom-dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-dropdown-menu ul li {
  list-style: none;
}
.custom-dropdown-menu ul li a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
}
.custom-dropdown-menu ul li a:hover {
  color: #f06666;
}

.global-dropdown-menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  left: 0;
  max-height: 600px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.global-dropdown-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000 url(../images/thirdcol-bg-menu.png) no-repeat 101% bottom !important;
  width: 100%;
  height: 100%;
  max-width: 30.834%;
}
@media screen and (max-width: 1300px) {
  .global-dropdown-menu {
    background-image: none !important;
  }
}
.global-dropdown-menu .main-submenu {
  padding-top: 48px;
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .global-dropdown-menu .main-submenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .global-dropdown-menu .main-submenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .global-dropdown-menu .main-submenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.global-dropdown-menu .main-submenu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global-dropdown-menu .main-submenu ul li {
  list-style: none;
}
.global-dropdown-menu .main-submenu ul li .component1 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  position: relative;
}
.global-dropdown-menu .main-submenu ul li .component1 .image {
  background: transparent;
  border-radius: 4.8px;
}
.global-dropdown-menu .main-submenu ul li .component1 .image img {
  width: 32px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0px;
}
.global-dropdown-menu .main-submenu ul li .component1 a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.global-dropdown-menu .main-submenu ul li .component1.active {
  border-radius: 8px;
  border: 1px solid #3c2b2b;
  background: rgba(181, 148, 150, 0.13);
}
.global-dropdown-menu .main-submenu ul li .component1.active .image {
  background: #c8261e;
}
.global-dropdown-menu .main-submenu ul li .component1.active .image img {
  filter: brightness(0) invert(1);
}
.global-dropdown-menu .main-submenu ul li.has-sub-nav .component1.active::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 18px;
  height: 16px;
  background: url("../images/menu-arrow-right.svg") no-repeat center;
  background-size: contain;
}
.global-dropdown-menu .megamenu-two-column .main-submenu ul li.has-sub-nav .component1.active::after {
  content: none;
}
.global-dropdown-menu .component2 {
  position: absolute;
  top: 0;
}
.global-dropdown-menu .component2 .mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 35px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .global-dropdown-menu .component2 .mobile {
    grid-template-columns: repeat(1, 1fr);
  }
}
.global-dropdown-menu .component2 .mobile ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.global-dropdown-menu .component2 .mobile ul li {
  list-style: none;
  width: 217.361px;
}
.global-dropdown-menu .component2 .mobile ul li a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.global-dropdown-menu .component2 .mobile ul li.active a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.global-dropdown-menu .third-section {
  position: absolute;
  top: 0;
  right: 11.112%;
  width: 23.115%;
  height: 100%;
  padding: 48px 0 0 15px;
  border-left: 1px solid #202020;
  display: none;
  cursor: auto;
}
.global-dropdown-menu .third-section .details.active, .global-dropdown-menu .third-section .details[data-id="1"] {
  display: block;
}
.global-dropdown-menu .third-section .details .image {
  position: relative;
  transition: all 0.3s ease;
}
.global-dropdown-menu .third-section .details .image img {
  width: 100%;
  height: 197.537px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}
.global-dropdown-menu .third-section .details .text-wrap h6 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.global-dropdown-menu .third-section .details .text-wrap p {
  color: #999999;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px;
}
.global-dropdown-menu .third-section .details .text-wrap img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-right: 8px;
}
.global-dropdown-menu .third-section .details:hover > .image:before {
  content: "";
  background: rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.global-dropdown-menu .main-submenu .component2 .mobile {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .global-dropdown-menu .main-submenu .component2 .mobile {
    grid-template-columns: repeat(2, 1fr);
  }
}
.global-dropdown-menu .main-submenu .third-section {
  max-width: 284px;
  padding: 48px 0 0 15px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .global-dropdown-menu .main-submenu .third-section {
    max-width: 220px;
  }
}
@media screen and (max-width: 1350px) {
  .global-dropdown-menu .main-submenu .third-section {
    display: none !important;
    border-left: none;
  }
}
.global-dropdown-menu .component2 .mobile ul li a:hover, .global-dropdown-menu .component2 .mobile ul li a.current-active-page {
  color: #f06666 !important;
}
.global-dropdown-menu .component2 .mobile ul li.third-title > a {
  font-weight: 600;
  font-size: 16px;
}
.global-dropdown-menu .component1.active .image {
  background: #4a0e10;
}
@media screen and (max-width: 1250px) {
  .global-dropdown-menu::before {
    display: none;
  }
}
.global-dropdown-menu .main-submenu {
  padding-top: 24px;
}
.global-dropdown-menu .main-submenu .component1 {
  width: 267px;
}
.global-dropdown-menu .main-submenu .component2 {
  padding: 64px 24px 64px 0px;
  margin-left: 19.188rem;
}
.global-dropdown-menu .main-submenu ul li .component1 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
}
.global-dropdown-menu .main-submenu .component1 {
  width: 310px;
}
.global-dropdown-menu .main-submenu .component1 a {
  width: 100%;
}
.global-dropdown-menu .main-submenu .component2 {
  padding: 40px 0px 40px 0px;
  margin-left: 21.875rem;
}
@media screen and (min-width: 1600px) {
  .global-dropdown-menu .main-submenu .component2 .mobile {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .global-dropdown-menu .main-submenu .third-section {
    right: calc((100vw - 90%) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .global-dropdown-menu .main-submenu .third-section {
    right: calc((100vw - 92.5555555556rem) / 2);
  }
}
@media screen and (min-width: 2000px) {
  .global-dropdown-menu .main-submenu .third-section {
    right: calc((100vw - 102.7777777778rem) / 2);
  }
}
.global-dropdown-menu.megamenu-two-column .main-submenu ul {
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding-left: calc(24% + 33px);
  position: relative;
  -moz-column-gap: 0px;
       column-gap: 0px;
  padding-top: 15px;
}
.global-dropdown-menu.megamenu-two-column .main-submenu ul li {
  align-items: flex-start;
  flex: 0 0 auto;
  width: 50%;
}
.global-dropdown-menu.megamenu-two-column .main-submenu ul li .third-section {
  right: auto;
  padding-left: 0;
  border: none;
  left: 0;
  padding-top: 0px;
  width: 24%;
}

.main-submenu .component2 .mobile {
  display: none;
}
.main-submenu .component1.active + .component2 .mobile {
  display: grid;
}

.border-bottom-nav {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(238, 238, 238, 0.25);
}
.scrolled.navbar-black, .scrolled.navbar-transparent {
  background: #ffffff;
}
.scrolled .custom-navbar .navigation > ul > li.has-dropdown > img {
  filter: invert(1);
}
.scrolled .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle {
  color: #000000;
}
.scrolled .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle {
  color: #000000;
}
@media screen and (min-width: 992px) {
  .scrolled:hover,
  .scrolled .custom-navbar .navigation ul li:hover,
  .scrolled .custom-navbar .navigation ul li > a:hover,
  .scrolled .custom-navbar .navigation ul li.has-dropdown > img:hover,
  .scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle:hover,
  .scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle:hover {
    background: transparent;
    box-shadow: none !important;
  }
  .scrolled:hover .custom-navbar .navigation > ul > li.has-dropdown > img,
  .scrolled .custom-navbar .navigation ul li:hover .custom-navbar .navigation > ul > li.has-dropdown > img,
  .scrolled .custom-navbar .navigation ul li > a:hover .custom-navbar .navigation > ul > li.has-dropdown > img,
  .scrolled .custom-navbar .navigation ul li.has-dropdown > img:hover .custom-navbar .navigation > ul > li.has-dropdown > img,
  .scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle:hover .custom-navbar .navigation > ul > li.has-dropdown > img,
  .scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle:hover .custom-navbar .navigation > ul > li.has-dropdown > img {
    filter: invert(0) !important;
  }
  .scrolled:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li > a:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li.has-dropdown > img:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle:hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle {
    color: #ffffff !important;
  }
  .scrolled:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li > a:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li.has-dropdown > img:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
  .scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle:hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle {
    color: #ffffff !important;
  }
  .scrolled:hover .navbar-toggler .nav-open img,
  .scrolled .custom-navbar .navigation ul li:hover .navbar-toggler .nav-open img,
  .scrolled .custom-navbar .navigation ul li > a:hover .navbar-toggler .nav-open img,
  .scrolled .custom-navbar .navigation ul li.has-dropdown > img:hover .navbar-toggler .nav-open img,
  .scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle:hover .navbar-toggler .nav-open img,
  .scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle:hover .navbar-toggler .nav-open img {
    filter: invert(0);
  }
}

.navigation .has-dropdown > .custom-dropdown-menu {
  padding: 20px;
  width: 100%;
  max-width: 212px;
  margin-left: -1%;
}
.navigation .has-dropdown > div {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 96px;
  width: 100%;
  z-index: 99;
  background: #000000;
  transition: opacity 0.3s ease;
  top: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.3);
}
.navigation .has-dropdown > div.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.navigation .has-dropdown > div.active {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .navigation .has-dropdown > div.active {
    display: none !important;
  }
}

.mobile-nav {
  background: #080000;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav::-webkit-scrollbar {
  display: none;
}
.mobile-nav::-webkit-scrollbar-track {
  display: none;
}
.mobile-nav::-webkit-scrollbar-thumb {
  display: none;
}
.mobile-nav .nav-header {
  position: fixed;
  top: 0;
  z-index: 101;
  background: #080000;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .nav-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mobile-nav .nav-header .menu-logo img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-nav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.mobile-nav li {
  color: #ffffff;
}
@media (max-width: 570px) {
  .mobile-nav {
    width: 100%;
    max-width: none;
  }
}
.mobile-nav .menu {
  padding: 24px 24px;
  position: relative;
  top: 70px;
  padding-top: 16px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .mobile-nav .menu {
    right: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .menu {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .menu {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mobile-nav .menu .menu-item a,
.mobile-nav .menu .menu-item a.submenu-toggle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(194, 188, 190, 0.6);
}
.mobile-nav .menu .menu-item a span img,
.mobile-nav .menu .menu-item a.submenu-toggle span img {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  aspect-ratio: 1/1;
}
.mobile-nav .menu .menu-item .submenu,
.mobile-nav .menu .menu-item .nested-submenu {
  display: none;
  list-style: none;
}
.mobile-nav .menu .menu-item .submenu {
  padding: 0;
}
.mobile-nav .menu .menu-item .submenu li a {
  display: block;
  text-decoration: none;
  padding: 0 0 0 44px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.mobile-nav .menu .menu-item .submenu li a.active {
  color: #f06666;
}
.mobile-nav .menu .menu-item .submenu li.active {
  color: #f06666;
}
.mobile-nav .menu .menu-item .submenu li.active > span, .mobile-nav .menu .menu-item .submenu li.active > a {
  color: #f06666 !important;
}
.mobile-nav .menu .menu-item .submenu li.active > span span, .mobile-nav .menu .menu-item .submenu li.active > a span {
  color: #f06666 !important;
}
.mobile-nav .menu .menu-item .submenu li.submenu-item a {
  padding: 0;
  display: flex;
  border: none;
}
.mobile-nav .menu .menu-item .submenu li.submenu-item a .button-content {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.mobile-nav .menu .menu-item .submenu li.submenu-item a .button-content .icon {
  background: transparent;
  border-radius: 4.8px;
  padding: 6px;
  margin: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .menu .menu-item .submenu li.submenu-item a .button-content .icon img {
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-nav .menu .menu-item .submenu li.submenu-item a .button-content span.text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.mobile-nav .menu .menu-item .submenu li.has-nested-submenu a.nested-submenu-toggle .button-content span.arrow {
  position: absolute;
  right: 10px;
}
.mobile-nav .menu .menu-item .submenu li.has-nested-submenu a.nested-submenu-toggle .button-content span.arrow img {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
}
.mobile-nav .menu .menu-item .submenu .has-nested-submenu.active .nested-submenu-toggle .button-content {
  border-radius: 8px;
  border: 1px solid #3c2b2b;
  background: rgba(181, 148, 150, 0.13);
}
.mobile-nav .menu .menu-item .submenu .has-nested-submenu.active .nested-submenu-toggle .button-content .icon {
  background: #4a0e10;
}
.mobile-nav .menu .menu-item .submenu .has-nested-submenu.active .nested-submenu-toggle .button-content .icon img {
  filter: brightness(0) invert(1);
}
.mobile-nav .menu .menu-item .submenu .has-nested-submenu.active .nested-submenu-toggle .button-content span.arrow img {
  transform: rotate(180deg);
}
.mobile-nav .menu .menu-item.active > a {
  color: #f06666;
}
.mobile-nav .menu .has-submenu.active > .submenu,
.mobile-nav .menu .has-nested-submenu.active > .nested-submenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .menu .has-submenu.active a.submenu-toggle {
  border: none;
}
.mobile-nav .menu .has-submenu.active a.submenu-toggle span img {
  transform: rotate(180deg);
}
.mobile-nav .menu .has-submenu.active > ul.submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0px;
}
.mobile-nav .menu .nested-submenu {
  gap: 40px;
  padding: 32px 20px 32px 44px;
}
.mobile-nav .menu .nested-submenu ul.submenu-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-nav .menu .nested-submenu ul.submenu-list li.submenu-title a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
.mobile-nav .menu .nested-submenu ul.submenu-list li.submenu-title ~ li a {
  font-size: 14px;
  font-weight: 400;
}
.mobile-nav .menu .nested-submenu ul.submenu-list a {
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.mobile-nav .nav-close {
  position: static;
  background: #000000;
  border: none;
  outline: none;
  right: 0;
  cursor: pointer;
  z-index: 101;
  margin-left: auto;
}
.mobile-nav .nav-close img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(3818%) hue-rotate(351deg) brightness(90%) contrast(102%);
}
.mobile-nav .bottom-nav-resp {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px;
  bottom: 0;
  position: fixed;
  width: 100%;
  background: #080000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .bottom-nav-resp {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .bottom-nav-resp {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mobile-nav .bottom-nav-resp a.get {
  color: #ffffff;
  background: #ba2429;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 8px;
}
.mobile-nav .bottom-nav-resp .language-selection {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mobile-nav .bottom-nav-resp .language-selection img {
  width: 12.75px;
  height: 12px;
}
.mobile-nav .bottom-nav-resp .language-selection a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.mobile-nav .bottom-nav-resp .language-selection img.arrow {
  width: 6px;
  height: 6.75px;
}
.mobile-nav ul li a.current-active-page {
  color: #f06666 !important;
}
.mobile-nav .menu .menu-item.active > .submenu-toggle {
  color: #f06666;
}
.mobile-nav .menu .menu-item a,
.mobile-nav .menu .menu-item a.submenu-toggle {
  padding: 21px 0px 21px 10px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.mobile-nav .menu .menu-item > .submenu-toggle {
  color: #ffffff;
}
.mobile-nav .menu .menu-item a:hover,
.mobile-nav .menu .menu-item a.submenu-toggle:hover {
  color: #f06666;
}
.mobile-nav .menu .nested-submenu ul.submenu-list a:focus, .mobile-nav .menu .nested-submenu ul.submenu-list a:active, .mobile-nav .menu .nested-submenu ul.submenu-list a:hover {
  color: #f06666;
}
.mobile-nav .menu .nested-submenu ul.submenu-list a.active {
  color: #f06666;
}
.mobile-nav .bottom-nav-resp a.get {
  width: 100%;
  text-align: center;
}
.mobile-nav .bottom-nav-resp .language-selection {
  display: none !important;
}

.navbar-toggler {
  display: none;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: flex;
    padding: 18px 0px;
    align-items: center;
    justify-content: space-between;
  }
}
.navbar-toggler .menu-logo img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar-toggler .nav-open {
  border: none;
  outline: none;
  background: transparent;
}
.navbar-toggler .nav-open img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(3818%) hue-rotate(351deg) brightness(90%) contrast(102%);
}

header#mainHeader {
  transition: background 0.1s;
}
header.navbar-black {
  background: #000000;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header.navbar-transparent {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.header-transparent-black .nav-white .custom-navbar .navigation > ul > li > a {
  color: #ffffff;
}
.header-transparent-black .custom-navbar .navigation > ul > li > a {
  color: #000000;
}

.custom-navbar .navigation > ul > li.active > a.submenu-toggle {
  color: #f06666 !important;
}
.custom-navbar .navigation > ul > li.active li a.active {
  color: #f06666;
}
.custom-navbar .navigation > ul > li:not(.has-dropdown) > a:hover {
  color: #f06666;
}

header.nav-white {
  background: #000000;
}

.header-transparent-black .custom-navbar .navigation > ul > li > img {
  filter: invert(1);
}

header.header-scrolled {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(238, 238, 238, 0.25);
}

.header-scrolled .custom-navbar .navigation ul li.has-dropdown > img,
.header-scrolled .custom-navbar .navigation ul li:not(.has-dropdown) a.submenu-toggle,
.header-scrolled .custom-navbar .navigation ul li.has-dropdown a.submenu-toggle {
  color: #000000;
}

.header-hover .custom-navbar .navigation ul > li.has-dropdown > img {
  filter: invert(0) !important;
}

.header-scrolled .custom-navbar .navigation ul > li.has-dropdown > img {
  filter: invert(1);
}

@media (min-width: 992px) {
  .header-hover,
  .header-scrolled.header-hover {
    background-color: #060101 !important;
    box-shadow: none !important;
  }
}
.header-hover .custom-navbar .navigation > ul > li.has-dropdown > img,
.header-hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
.header-hover .custom-navbar .navigation > ul > li.has-dropdown:not(.active) a.submenu-toggle {
  filter: invert(0) !important;
  color: #ffffff !important;
}

.header-transparent-black.header-hover {
  background-color: #000000 !important;
}

.header-transparent-black.header-hover .custom-navbar .navigation > ul > li.has-dropdown > img,
.header-transparent-black.header-hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle,
.header-transparent-black.header-hover .custom-navbar .navigation > ul > li.has-dropdown a.submenu-toggle {
  filter: invert(1) !important;
  color: #000000 !important;
}

.header-hover .custom-navbar .navigation > ul > li:not(.has-dropdown) > a.submenu-toggle:hover,
.header-hover .custom-navbar .navigation > ul > li:not(.has-dropdown) a.submenu-toggle.active {
  color: #f06666 !important;
}

footer {
  display: flex;
  width: 100%;
  padding: 0px 11.11% 0px 11.11%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  footer {
    padding: 0 6.67%;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 0 4.844%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 0 24px;
  }
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 60px 0px 0px 0px;
}
@media (max-width: 767px) {
  footer .footer {
    padding-top: 40px;
  }
}
footer .footer .footer-primary {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .footer .footer-primary {
    gap: 30px;
  }
}
footer .footer .footer-primary .footer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 0;
  gap: 160px;
}
@media (max-width: 991px) {
  footer .footer .footer-primary .footer-block {
    min-height: auto;
    gap: 120px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-block {
    gap: 40px;
  }
}
footer .footer .footer-primary .footer-block .row {
  padding: 0;
  width: 100%;
}
footer .footer .footer-primary .footer-block .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-block .footer-left {
    gap: 20px;
  }
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo {
  display: flex;
  width: 63px;
  height: 63px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  footer .footer .footer-primary .footer-block .footer-left .footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
footer .footer .footer-primary .footer-block .footer-left .footer-logo a img {
  position: relative;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li {
  display: flex;
  align-items: center;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li .footer-contact-img {
  display: flex;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-right: 8px;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li:hover .footer-contact-img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(57%) saturate(2366%) hue-rotate(332deg) brightness(137%) contrast(88%);
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li:hover a {
  color: #f06666;
}
footer .footer .footer-primary .footer-block .footer-left .footer-contact-block .footer-contact ul li:hover a:hover {
  color: #f06666;
}
footer .footer .footer-primary .footer-block .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-block .footer-right {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.401px;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li {
  padding: 0;
  margin: 0;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li a {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li a:hover {
  text-decoration: none;
  color: #f06666;
}
footer .footer .footer-primary .footer-block .footer-right ul.footer-list li h4 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
footer .footer .footer-primary .footer-location-social {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 0;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-location-social {
    flex-wrap: wrap;
    gap: 20px;
  }
}
footer .footer .footer-primary .footer-location-social .footer-location {
  display: flex;
}
footer .footer .footer-primary .footer-location-social .footer-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
footer .footer .footer-primary .footer-location-social .footer-location ul li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .footer .footer-primary .footer-location-social .footer-location ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .footer .footer-primary .footer-location-social .footer-location ul li a:hover {
  text-decoration: none;
}
footer .footer .footer-primary .footer-location-social .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-location-social .social-media ul {
    gap: 24px;
  }
}
footer .footer .footer-primary .footer-location-social .social-media ul li {
  margin: 0;
  padding: 0;
}
footer .footer .footer-primary .footer-location-social .social-media ul li a {
  margin: 0;
  padding: 0;
  line-height: 21px;
  font-size: 14px;
}
footer .footer .footer-primary .footer-location-social .social-media ul li a img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  footer .footer .footer-primary .footer-location-social .social-media ul li a img {
    width: 24px;
    height: 24px;
  }
}
footer .footer .footer-primary .footer-location-social .social-media ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(57%) saturate(2366%) hue-rotate(332deg) brightness(137%) contrast(88%);
}
footer .footer .footer-secondary {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #474747;
}
footer .footer .footer-secondary .footer-copyright {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
footer .footer .footer-secondary .footer-copyright p {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1441px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .img-chips-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .img-chips-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 2000px) {
  .img-chips-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .img-chips-wrapper .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .img-chips-wrapper .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 2000px) {
  .img-chips-wrapper .max-container {
    margin-left: inherit;
    margin-right: inherit;
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit;
    width: inherit;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .main-banner-block .main-banner-column .banner-caption-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .main-banner-block .main-banner-column .banner-caption-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 2000px) {
  .main-banner-block .main-banner-column .banner-caption-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .main-banner-block .main-banner-column .banner-caption-container .caption-block {
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-banner-block .main-banner-column .banner-caption-container .caption-block {
    left: 0;
  }
}
@media screen and (min-width: 2000px) {
  .main-banner-block .main-banner-column .banner-caption-container .caption-block {
    left: 0;
  }
}

@media only screen and (min-width: 1441px) {
  .service-grid-block .service-card {
    max-height: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  .case-wrapper-slider .case-study-slider .case-study-card {
    height: auto;
    aspect-ratio: 1320/622;
  }
}
@media only screen and (min-width: 1441px) {
  .case-wrapper-slider .case-study-slider .case-study-card .screenshort {
    height: calc(100% - 90px);
    width: 70%;
    position: absolute;
    right: 80px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .case-wrapper-slider .case-study-slider .case-study-card .screenshort img {
    width: auto;
    height: 100%;
    aspect-ratio: inherit;
    position: inherit;
  }
}

.services-module .frame-type-header,
.services-module .frame-type-PsrsSlider,
.services-module .frame-type-2col-container,
.services-module .frame-type-PsrsInfoCards {
  width: 100%;
}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .case-wrapper-slider .slider-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .case-wrapper-slider .slider-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .case-wrapper-slider .slider-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

#consentModalMain .modal-content_consent {
  padding: 35px 50px 25px 45px;
  width: calc(100% - 20px);
  max-width: 100%;
  left: 10px;
  bottom: 20px;
  background-color: rgb(0, 0, 0) !important;
}
#consentModalMain .modal-content_consent .content-container .default a {
  color: #D67C7F;
}
#consentModalMain .modal-content_consent .consent-button {
  color: #ffffff;
  background: #ba2429;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 8px;
}

/* end of container width change */
.job-detail-section.bg-gradient-job:after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%), url(../images/gradient-bg-jobdtl.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  box-shadow: 0px 40px 60px 20px rgba(255, 255, 255, 0.9);
}

.job-detail .job-heading .job-role-wrapper .job-title .\.job-role h2 {
  font-size: 2rem;
  font-weight: bold;
}

.job-popup-drawer .job-popup-inner .cell {
  margin-bottom: 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
}
.job-popup-drawer .job-popup-inner .cell label {
  margin-bottom: 6px;
}
.job-popup-drawer .job-popup-inner .cell label.error {
  position: absolute;
  bottom: -21px;
  left: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #ba2429;
}

.attachment-wrap p.errormsg {
  margin-bottom: 0;
  font-size: 12px;
  color: #ba2429;
}

.job-popup-drawer .job-popup-inner .cell.dob-wrap .ui-datepicker-trigger {
  top: auto;
  bottom: 11px;
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  pointer-events: none;
  width: 22px;
  height: auto;
}

#ui-datepicker-div .ui-datepicker-title > select {
  border: none;
  width: 50%;
  color: #ffffff;
  background: #000000;
}

.job-popup-drawer .red {
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-title {
  background: #060504 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 7em;
  font-size: 12px;
  width: 37%;
}

.job-popup-drawer {
  max-width: initial;
}

.form-check .form-check-label:before {
  top: 0px;
}

.form-check #myCheckBox-error {
  order: 1;
  color: #ba2429;
  font-size: 14px;
}

.job-detail-section.bg-gradient-job {
  position: relative;
}

select.form-control {
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .job-popup-drawer .job-popup-inner .cell label {
    font-size: 18px;
    line-height: 22px;
  }
  .job-popup-drawer .job-popup-inner .cell input[type=text],
  .job-popup-drawer .job-popup-inner .cell input[type=email],
  .job-popup-drawer .job-popup-inner .cell input[type=phone],
  .job-popup-drawer .job-popup-inner .cell input[type=date],
  .job-popup-drawer .job-popup-inner .cell input[type=number],
  .job-popup-drawer .job-popup-inner .cell input[type=tel],
  select.form-control {
    padding: 12px 12px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .job-detail .job-content {
    padding: 70px 80px 0px 80px;
    gap: 40px;
  }
  .job-detail {
    padding-top: 0px;
  }
  .job-detail .job-heading .job-icon-wrapper .icon-module .icon-list p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 991px) {
  .job-detail .job-content {
    padding: 40px 40px 0px 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .job-detail .job-heading .job-role-wrapper .job-title .job-ico {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .job-detail .job-heading .job-role-wrapper .job-title .job-ico img {
    width: 24px;
    height: auto;
  }
  .job-detail .job-heading .job-role-wrapper .job-title {
    -moz-column-gap: 32px;
    column-gap: 24px;
  }
  .job-detail .job-heading .job-role-wrapper .job-title .\.job-role p {
    font-size: 16px;
  }
  .job-detail .job-heading .job-icon-wrapper .icon-module {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .job-detail .job-heading .job-role-wrapper .job-title .\.job-role h2 {
    font-size: 1.6rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .job-detail .job-heading .job-role-wrapper {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .job-detail .job-heading .job-role-wrapper .job-title {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .job-detail .job-heading .job-icon-wrapper .icon-module {
    gap: 20px;
  }
  .job-detail .job-content {
    padding: 20px 24px 0px 24px;
    gap: 30px;
  }
  .job-detail .job-heading .job-role-wrapper .job-title {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .job-detail .btn-applynow {
    padding: 5px 12px;
    font-size: 14px;
    gap: 8px;
    border-radius: 6px;
  }
  .job-detail .job-content .job-info-block ul {
    gap: 16px;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0.75rem;
  }
}
/* product-wrapper */
.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-wrapper {
    gap: 40px;
  }
}
.product-wrapper .product {
  flex: 0 0 auto;
  width: calc(50% - 24px);
  border: 1px solid rgb(238, 238, 238);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product {
    width: 100%;
  }
}
.product-wrapper .product .image-wrap img {
  width: 100%;
  height: auto;
}
.product-wrapper .product .content-wrap {
  padding: 48px;
  border: 1px solid rgb(238, 238, 238);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
@media (max-width: 767px) {
  .product-wrapper .product .content-wrap {
    padding: 24px;
  }
}
.product-wrapper .product .content-wrap .product-details {
  padding-bottom: 32px;
}
.product-wrapper .product .content-wrap .product-details .logo {
  width: auto;
  height: auto;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .product-wrapper .product .content-wrap .product-details .logo {
    margin-bottom: 24px;
  }
}
.product-wrapper .product .content-wrap .product-details .logo img {
  width: auto;
  height: auto;
  max-height: 48px;
}
@media (max-width: 767px) {
  .product-wrapper .product .content-wrap .product-details .logo img {
    max-height: 40px;
  }
}
.product-wrapper .product .content-wrap .product-details h3 {
  color: #181818;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .product-wrapper .product .content-wrap .product-details h3 {
    margin-bottom: 16px;
  }
}
.product-wrapper .product .content-wrap .product-details p {
  color: #181818;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.product-wrapper .product .content-wrap .product-details p:last-child {
  margin: 0;
  padding: 0;
}
.product-wrapper .product .content-wrap .product-details .chips-wrapper {
  margin-top: 24px;
  gap: 8px;
}
.product-wrapper .product .content-wrap .product-details .chips-wrapper + p {
  margin-top: 20px;
}
.product-wrapper .product .content-wrap .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-wrapper .product .content-wrap .tags li {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #efefef;
  color: #181818;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.product-wrapper .product .content-wrap .product-btn {
  margin-top: auto;
  width: auto;
  transition: none;
  display: inline-block;
}
.product-wrapper .product .content-wrap .product-btn:hover {
  color: #ffffff;
  background: #951d21;
}

.image-left-withtext .chips-wrapper .chips,
.product-details .chips-wrapper .chips {
  font-size: 16x;
}

/* end of product-wrapper */
/* header navigation */
.header-transparent-black .nav-white .custom-navbar .navigation > ul > li > a {
  color: #ffffff;
}
.header-transparent-black .custom-navbar .navigation > ul > li > a {
  color: #000000;
}

.global-dropdown-menu .component2 .mobile ul li a.current-active-page {
  color: #f06666 !important;
}
.global-dropdown-menu .component2 .mobile ul li.third-title > a {
  font-weight: 600;
  font-size: 16px;
}

/* end of header navigation */
.leadership-wrapper .leadership-header .leadership-tab-nav .tabs .tab-btn,
.leadership-wrapper .leadership-content .leader-grid .leader-card a.read-more {
  transition: 0.5s all;
}

.leadership-wrapper .leadership-header .leadership-tab-nav .tabs .tab-btn:hover {
  background: #333333;
  color: #ffffff;
}

.leadership-wrapper .leadership-content .leader-grid .leader-card a.read-more:hover {
  color: #951d21;
}

a.Hyperlink,
.reference-details-wrapper p a {
  color: #ba2429;
}

.btn,
a.btn-applynow.popup-link,
a.get-btn,
.red.btn-default,
a.cta-button-red,
.hiring-page .search-bar .search-btn {
  transition: 0.5s all;
}
.btn:hover,
a.btn-applynow.popup-link:hover,
a.get-btn:hover,
.red.btn-default:hover,
a.cta-button-red:hover,
.hiring-page .search-bar .search-btn:hover {
  background: #951d21 !important;
  color: #ffffff !important;
}

.read-more {
  transition: 0.5s all;
}
.read-more:hover {
  color: #951d21 !important;
}

.case-study-slider-inner .case-study-card .text-wrap .arrow {
  opacity: 0.3;
}
.case-study-slider-inner .case-study-card .text-wrap .arrow:hover {
  opacity: 1;
}

.get-in-touch .content-wrapper .cta-wrap .cta-button-white:hover {
  color: #951d21;
}

.reference-details-slider .reference-prev-arrow,
.reference-details-slider .reference-next-arrow {
  cursor: pointer;
}

.frame-type-textpic .intext-left-custom .ce-intext.ce-left header h2,
.frame-type-textpic .intext-left-custom .ce-intext.ce-left header h3,
.frame-type-textpic .intext-left-custom .ce-intext.ce-left header h1 {
  margin-bottom: 24px;
}
.frame-type-textpic .intext-left-custom .ce-intext.ce-left .ce-gallery {
  margin-right: 70px;
  max-width: 460px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .frame-type-textpic .intext-left-custom .ce-intext.ce-left .ce-gallery {
    margin-right: 50px;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .frame-type-textpic .intext-left-custom .ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
    max-width: 320px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .frame-type-textpic .intext-left-custom .ce-intext.ce-left .ce-gallery {
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.frame-type-textpic .intext-left-custom .ce-intext.ce-left .ce-gallery img.image-embed-item {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .frame-type-textpic .intext-left-custom.frame-ipad {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .frame-type-textpic .frame-all-device {
    display: none;
  }
}

.frame-type-textpic .intext-left-custom .ce-intext.ce-left p {
  margin-bottom: 0px;
  text-align: justify;
}

.job-opening-bycountry.location-name .job-card-loaction-wrapper > h6 {
  margin-bottom: 16px;
}

.hiring-page .job-card-wrapper {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}

.job-opening-bycountry.location-name .job-card-loaction-wrapper > h6[style="display: none;"] + .job-card-wrapper {
  display: none;
}

.hiring-page .job-card-wrapper a.anchor-wrapper.hide {
  display: none;
}

.hiring-page .search-bar .custom-select-wrapper .location-select span.custom-select-trigger {
  padding: 0px 16px;
  line-height: 20px;
}

.job-opening-bycountry.location-name .job-card-loaction-wrapper > h6 {
  font-size: 20px;
  color: #181818;
}

.job-opening-bycountry.location-name .job-card-loaction-wrapper.hide {
  display: none;
}

.hiring-page .job-card-wrapper a .job-card .text-wrap p {
  font-size: 18px;
  line-height: 26px;
}

.job-popup-drawer .job-popup-inner h5 {
  font-size: 18px;
  line-height: 22px;
}

.hiring-page .search-bar .search-input {
  border-radius: 12px 0px 0px 12px;
}

.job-detail .job-content .job-info-block ul {
  padding: 0rem 0rem 0rem 1.3rem;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-title > select {
  cursor: pointer;
}

.contact-tab .frame-type-locations .ofc-addr p {
  font-size: 18px;
  line-height: 28px;
}

.contact-tab .frame-type-locations .cntct-person p {
  font-size: 18px;
  line-height: 26px;
}

.contact-tab .frame-type-locations .tab-item-wrapper .tab-item .link-list.tab-link ul li a {
  font-size: 18px;
}

.contact-tab .frame-type-locations .tab-item-wrapper .tab-item .link-list.tab-link ul li a.active {
  font-weight: 500;
}

.contact-tab .frame-type-locations .cntct-detail a {
  font-size: 18px;
}

.contact-tab .frame-type-locations .cntct-detail a:after,
.contact-tab .frame-type-locations .cntct-detail span:after {
  width: 18px;
  height: 18px;
}

.con-popup form .cell .form-control[required=required] + label {
  position: relative;
  display: inline-block;
}

.con-popup form .cell {
  position: relative;
}

.con-popup form .cell label {
  color: #181818;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
}

.con-popup form .cell:nth-child(even) label.error {
  left: 20px;
}

.con-popup form .cell label.error {
  position: absolute !important;
  bottom: -21px;
  left: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #ba2429;
}

.con-popup form .cell .form-control[required=required] + label:after,
.con-popup form .cell .form-control[required=required] + label.error + label:after {
  content: "*";
  position: absolute;
  left: auto;
  top: 0;
  font-size: 16px;
  display: inline-block;
  margin-left: 6px;
}

.con-popup form .cell .form-control[required=required] + label.error:after {
  display: none;
}

.con-popup form .cell .form-control {
  font-size: 16px;
  line-height: 22px;
}

.contact-tab .frame-type-locationFilter .tab-link ul li a.active {
  color: #4a0e10;
}

.form-loader {
  position: absolute;
  right: 50%;
  top: 6px;
  display: none;
}
.form-loader img {
  width: 30px;
  height: auto;
}

.product-wrapper .product .content-wrap {
  border: none;
}

.job-opening-bycountry.location-name .job-card-wrapper.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .job-popup-drawer .job-popup-inner h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
.hiring-page .job-card-wrapper a .job-card .text-wrap h6 {
  display: block !important;
}

@media (max-width: 820px) {
  .job-popup-drawer {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .job-popup-drawer {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .leaderboard-mfb-popup .mfp-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .job-popup-drawer .job-popup-inner .cell input[type=text],
  .job-popup-drawer .job-popup-inner .cell input[type=email],
  .job-popup-drawer .job-popup-inner .cell input[type=phone],
  .job-popup-drawer .job-popup-inner .cell input[type=date],
  .job-popup-drawer .job-popup-inner .cell input[type=number],
  .job-popup-drawer .job-popup-inner .cell input[type=tel],
  .job-popup-drawer .job-popup-inner .cell {
    width: 100%;
  }
}
body.geo-country-in .geo-loc-exclude {
  display: none !important;
}
.geo-loc-exclude-latam {
   display: none !important;
}
html[lang="es-US"] .geo-loc-exclude-latam {
    display: block !important;
}
body.geo-country-latam .geo-loc-exclude-latam {
  display: block !important;
}

.geo-contact-india,.geo-contact-us,.geo-contact-latam{
  display: none !important;
}
body.geo-country-in .geo-contact-india{
  display: block !important;
}
body.geo-country-us .geo-contact-us{
  display: block !important;
}
body.geo-country-latam .geo-contact-latam{
  display: block !important;
}
.geo-menu-india {
  display: none !important;
}
body.geo-country-in .geo-menu-india{
  display: flex !important;
}

.container-insights .white-paper-content {
  padding: 0 0 0 0;
}

.container-insights .white-paper-list {
    margin-bottom: 0;
}

@media (max-width: 767px) {
  .frame-checklist-wrapper ul.checklist {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .hero-sub-wrapper .heroimage-section-subcontainer {
    justify-content: flex-end;
  }
}

.frame-type-PricingPlanCards .cards-container {
  gap: 16px;
}

.leaderboard-mfb-popup .leader-popup-drawer .popup-body .content-list.content-list {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .solutions-popup-slider .slider-header {
    margin-bottom: 25px;
  }
}

@media (min-width: 991px) {
  .services-module .service-lists-wrap.service-card-full-image .service-card .img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}

@media (min-width: 768px) {
  #getin_touch.contact-banner-section .page-header-inner {
    padding-top: 94px;
    padding-bottom: 98px;
  }
}

@media (min-width: 768px) {
  .hero-section-subpage.sap-technology-banner {
    padding: 88px 0 100px 0;
  }
}
@media (min-width: 991px) {
  .hero-section-subpage.sap-technology-banner {
    padding: 95px 0 100px 0;
  }
}
@media (min-width: 768px) {
  .hero-section-subpage.sap-technology-banner .hero-sub-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hero-section-subpage.sap-technology-banner .hero-section-subcontainer {
    padding: 102px 0 100px 0;
  }
}
@media (min-width: 991px) {
  .hero-section-subpage.sap-technology-banner .hero-section-subcontainer {
    padding-top: 95px;
  }
}

button.xima-typo3-frontend-edit--edit-button {
  color: white;
  background: red;
  top: 100px !important;
}

.popup-cta-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 90%;
  max-width: 362px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #BA2429;
}
@media (max-width: 767px) {
  .popup-cta-banner {
    padding: 0;
    margin-top: 45px;
  }
}
.popup-cta-banner .cta-button-red {
  margin: 0 20px 20px 20px;
  background: #BA2429;
  display: block;
}
@media (max-width: 480px) {
  .popup-cta-banner .cta-button-red {
    width: auto;
  }
}
.popup-cta-banner p {
  padding: 20px;
  margin-bottom: 0;
  text-align: left;
}

.wrap-head-bg {
  background: url(../images/bg-small-popup.png) no-repeat center center;
  padding: 20px 20px 14px 20px;
  border-radius: 16px 16px 0 0;
  height: 108px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.wrap-head-bg .mfp-close {
  color: #ffffff !important;
  opacity: 1;
}
.wrap-head-bg h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  width: auto;
  text-align: left;
  color: #ffffff;
}

.cta-wrap {
  margin-top: 10px;
}

.cta-button-red {
  display: inline-block;
  background: #e63946;
  color: white;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.cta-button-red:hover {
  background: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .wrap-head-bg h4 {
    font-size: 18px;
  }
  .cta-button-red {
    width: 100%;
  }
}/*# sourceMappingURL=home-fix.css.map */