@charset "UTF-8";
.btn_wrapper {
  display: flex;
  position: relative;
}
.btn_wrapper .btn_primary {
  color: #fff !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  min-height: 32px;
  padding-right: 18px;
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(90deg, #004E91 0%, #589CCD 100%) !important;
  border: none;
  transition: all 0.3s;
  border-radius: 50px;
  padding-left: 23px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.btn_wrapper .btn_primary:hover {
  background: linear-gradient(90deg, #589CCD 0%, #004E91 100%) !important;
}
.btn_wrapper .btn_primary.white {
  color: #fff;
}
.btn_wrapper.white .btn_primary {
  color: #fff;
}
.btn_wrapper.on_white .btn_primary {
  background: linear-gradient(90deg, #004E91 0%, #589CCD 100%) !important;
  color: #fff !important;
}

.stackable_btn_wrapper .stk-button {
  color: #fff !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  min-height: 32px !important;
  padding-right: 18px !important;
  position: relative !important;
  text-transform: uppercase !important;
  background: unset !important;
  background: linear-gradient(90deg, #004E91 0%, #589CCD 100%) !important;
  border: none !important;
  transition: all 0.3s !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 50px !important;
}
.stackable_btn_wrapper .stk-button:hover {
  background: linear-gradient(90deg, #589CCD 0%, #004E91 100%) !important;
}
.stackable_btn_wrapper .stk-button span {
  color: #fff !important;
}
.stackable_btn_wrapper.on_white .stk-button {
  background: linear-gradient(90deg, #004E91 0%, #589CCD 100%) !important;
  color: #fff;
}
.stackable_btn_wrapper.on_white .stk-button span {
  color: #fff !important;
}
.stackable_btn_wrapper.round_arrow_button .stk-button {
  height: 33px !important;
  width: 33px !important;
  border-radius: 50% !important;
}
.stackable_btn_wrapper.round_arrow_button .stk-button .stk-button__inner-text {
  display: none !important;
}
.stackable_btn_wrapper.round_arrow_button .stk-button svg {
  margin: 0 !important;
}

.wp-block-button .wp-block-button__link {
  background: linear-gradient(90deg, #004E91 0%, #589CCD 100%) !important;
  border-radius: 0;
  padding: 3px 20px 3px 20px;
  height: 32px;
  position: relative;
  border-radius: 50px;
  background-color: transparent;
  font-size: 15px;
  color: #002c5a;
  font-family: "Gotham-Book";
  display: flex;
  align-items: center;
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:hover {
  background: linear-gradient(90deg, #589CCD 0%, #004E91 100%) !important;
}

body {
  font-family: "Gotham-Book";
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
body.notification-bar-open .menu_container {
  top: 50px;
}
@media all and (max-width: 767px) {
  body.notification-bar-open .menu_container {
    top: 65px;
  }
}
@media all and (max-width: 1023px) {
  body.notification-bar-open .page_container,
  body.notification-bar-open .job_details_page_container,
  body.notification-bar-open .posts_aggregation_container,
  body.notification-bar-open .search_page_main_container {
    padding-top: 132px;
  }
}

input,
textarea,
select,
button {
  font-family: "Gotham-Book";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: inherit !important;
  /* Ensures text remains visible */
}

div p {
  font-family: "Gotham-Book";
  margin-bottom: 15px !important;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: min(max(15.57143px + 2.52976vw, 35px), 52px) !important;
  line-height: 1 !important;
}

h2,
h3 {
  line-height: 1 !important;
}

.content_width {
  max-width: 1160px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.content_width_v2 {
  max-width: 1650px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
@media all and (max-width: 1800px) {
  .content_width_v2 {
    max-width: 1535px;
  }
}
@media all and (max-width: 1600px) {
  .content_width_v2 {
    max-width: 1320px;
  }
}

.no_jobs_found_section {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.content_width_w_p {
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
@media all and (max-width: 1800px) {
  .content_width_w_p {
    max-width: 1375px;
  }
}
@media all and (max-width: 1600px) {
  .content_width_w_p {
    max-width: 1160px;
  }
}

.common_banner_pattern .wp-block-cover {
  background-color: #002c5a;
}
.common_banner_pattern img {
  opacity: 0.4;
}

.page_section_v2 {
  padding: 0 60px;
}

.page_section {
  padding: 0 140px;
}

.ginner-container {
  height: 90vh !important;
  width: 90% !important;
  max-width: 90% !important;
}

.gnext,
.gprev {
  display: none !important;
}

.custom-notification-bar {
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
}
@media all and (max-width: 767px) {
  .custom-notification-bar {
    padding: 10px 20px;
    height: 65px;
  }
}
.custom-notification-bar .notification-text {
  max-width: 90%;
  margin: auto;
  display: block;
  font-size: 10px;
}
@media all and (max-width: 1023px) {
  .custom-notification-bar .notification-text {
    width: 100%;
  }
}
.custom-notification-bar .notification-close {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  height: 25px;
  width: 10px;
  font-size: 20px;
  cursor: pointer;
}
.custom-notification-bar.hide {
  opacity: 0;
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.menu_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 11;
  background-color: transparent;
  pointer-events: none;
}
.menu_container .logo_container {
  transition: all 0.7s;
  pointer-events: all;
}
.menu_container .logo_container:hover {
  transform: scale(1.05);
}
.menu_container .logo_container .home_page_logo {
  width: min(max(-30px + 22.91667vw, 146px), 300px) !important;
}
.menu_container .logo_container .other-page-logo {
  width: min(max(15.42857px + 4.7619vw, 52px), 84px) !important;
}
.menu_container .logo_container .other_logo {
  display: none;
  width: min(max(15.42857px + 4.7619vw, 52px), 84px) !important;
}
@media all and (max-width: 1023px) {
  .menu_container .logo_container {
    padding: 0 30px !important;
  }
}
.menu_container .right_area {
  pointer-events: all;
}
.menu_container .right_area .menu_one_container {
  position: relative;
}
.menu_container .right_area .top_menu_one {
  border-bottom: 2px;
  padding-right: 110px !important;
}
.menu_container .right_area .top_menu_one::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #10161f, #ff5742);
  background-size: cover;
}
.menu_container .right_area .top_menu_one .menu-item {
  margin-left: 30px;
  position: relative;
}
.menu_container .right_area .top_menu_one .menu-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .top_menu_one .menu-item {
    margin-left: 20px;
  }
}
.menu_container .right_area .top_menu_one .menu-item:first-child {
  margin-left: 0;
}
.menu_container .right_area .top_menu_one #menu-item-1189::before,
.menu_container .right_area .top_menu_one #menu-item-3778::before,
.menu_container .right_area .top_menu_one #menu-item-12423::before,
.menu_container .right_area .top_menu_one #menu-item-14328::before,
.menu_container .right_area .top_menu_one #menu-item-14357::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2024/09/search_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one #menu-item-1189:hover::before,
.menu_container .right_area .top_menu_one #menu-item-3778:hover::before,
.menu_container .right_area .top_menu_one #menu-item-12423:hover::before,
.menu_container .right_area .top_menu_one #menu-item-14328:hover::before,
.menu_container .right_area .top_menu_one #menu-item-14357:hover::before {
  background-image: url("/wp-content/uploads/2025/01/search_icon_blue.svg");
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one .menu-item-1539::before,
.menu_container .right_area .top_menu_one .menu-item-3760::before,
.menu_container .right_area .top_menu_one .menu-item-12430::before,
.menu_container .right_area .top_menu_one .menu-item-7580::before,
.menu_container .right_area .top_menu_one .menu-item-12375::before,
.menu_container .right_area .top_menu_one .menu-item-12429::before,
.menu_container .right_area .top_menu_one .menu-item-14358::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background-image: url("/wp-content/uploads/2024/09/upload-icon-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one .menu-item-1539:hover::before,
.menu_container .right_area .top_menu_one .menu-item-3760:hover::before,
.menu_container .right_area .top_menu_one .menu-item-12430:hover::before,
.menu_container .right_area .top_menu_one .menu-item-7580:hover::before,
.menu_container .right_area .top_menu_one .menu-item-12375:hover::before,
.menu_container .right_area .top_menu_one .menu-item-12429:hover::before,
.menu_container .right_area .top_menu_one .menu-item-14358:hover::before {
  background-image: url("/wp-content/uploads/2025/01/upload-icon-blue.svg");
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one .menu-item-1450::before,
.menu_container .right_area .top_menu_one .menu-item-7028::before,
.menu_container .right_area .top_menu_one .menu-item-7029::before,
.menu_container .right_area .top_menu_one .menu-item-12428::before,
.menu_container .right_area .top_menu_one .menu-item-14359::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/01/location-pin-svgrepo-com.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one .menu-item-1450:hover::before,
.menu_container .right_area .top_menu_one .menu-item-7028:hover::before,
.menu_container .right_area .top_menu_one .menu-item-7029:hover::before,
.menu_container .right_area .top_menu_one .menu-item-12428:hover::before,
.menu_container .right_area .top_menu_one .menu-item-14359:hover::before {
  background-image: url("/wp-content/uploads/2025/01/location-pin-blue.svg");
  transition: all 0.3s;
}
.menu_container .right_area .top_menu_one a {
  font-size: 15px;
  font-family: "Gotham-Book";
  padding-left: 30px;
  position: relative;
  z-index: 9;
  transition: all 0.3s;
  height: 100%;
}
@media all and (max-width: 450px) {
  .menu_container .right_area .top_menu_one a {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 450px) {
  .menu_container .right_area .top_menu_one a {
    font-size: 10px;
  }
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .top_menu_one {
    padding-right: 90px !important;
    padding-left: 0px !important;
  }
}
.menu_container .right_area .menu-item {
  margin-left: 25px;
}
.menu_container .right_area .menu-item:hover > a {
  color: #589ccd;
}
.menu_container .right_area .menu-item:hover .sub-menu {
  opacity: 1;
}
.menu_container .right_area .top_menu_two {
  background: linear-gradient(45deg, rgba(16, 22, 31, 0.9), rgba(0, 44, 90, 0.91));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 66px));
  top: -1px;
}
.menu_container .right_area .top_menu_two .sub-menu {
  transition: max-height 0.3s;
  max-height: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.menu_container .right_area:hover .top_menu_two .sub-menu {
  max-height: 200px;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
.menu_container .right_area:hover .top_menu_two .sub-menu:hover {
  opacity: 1;
}
.menu_container .right_area a {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}
@media all and (max-width: 1023px) {
  .menu_container .right_area a {
    font-size: 16px;
  }
}
.menu_container .right_area .sub-menu .menu-item {
  margin: 0 0 10px 0;
  font-family: "Gotham-Book";
}
.menu_container .right_area .sub-menu .menu-item a {
  font-size: 15px;
  word-break: break-word;
  display: flex;
  white-space: normal;
  max-width: 177px;
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .sub-menu .menu-item a {
    max-width: 100%;
    justify-content: flex-end;
  }
}
.menu_container .right_area .menu_two_container .menu-item-has-children > a {
  font-weight: 700;
  display: block;
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .menu_two_container .menu-item-has-children > a {
    margin-bottom: 10px;
  }
}
.menu_container .right_area .language_switcher {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.menu_container .right_area .language_switcher ul {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 600px) {
  .menu_container .right_area .language_switcher ul {
    gap: 10px;
  }
}
.menu_container .right_area .language_switcher a {
  padding: 0;
  height: 20px;
  width: 30px;
  display: flex;
}
.menu_container .right_area .language_switcher a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_container .right_area .language_switcher.mobile {
  display: none;
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .language_switcher.mobile {
    display: block;
    right: 0;
  }
}
@media all and (max-width: 1023px) {
  .menu_container .right_area .language_switcher.desktop {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .menu_container .right_area {
    display: flex;
    align-items: center;
  }
  .menu_container .right_area .menu_wrapper_area {
    width: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 82px;
    max-height: 500px;
    overflow-y: auto;
    background-image: linear-gradient(90deg, #10161f, #002c5a);
  }
  .menu_container .right_area.visible .menu_wrapper_area {
    width: 100%;
    opacity: 1;
    padding: 25px;
    visibility: visible;
    transition: width 0.5s ease-in-out;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_two_container .top_menu_two {
    flex-direction: column;
    align-items: flex-end;
    background: none;
    padding: 0;
    row-gap: 10px;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_two_container .top_menu_two li a {
    text-align: right;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_two_container .top_menu_two .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 0;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_two_container .top_menu_two .sub-menu li {
    text-align: right;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_two_container .top_menu_two .sub-menu.active {
    max-height: 500px;
    /* Set a large enough value to fit your content */
    opacity: 1;
    padding-bottom: 10px;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_one_container {
    margin-bottom: 20px;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_one_container .top_menu_one {
    background: none;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_one_container .top_menu_one .wpml-ls-item {
    display: none;
  }
  .menu_container .right_area.visible .menu_wrapper_area .menu_one_container .top_menu_one .menu-item-134 a {
    background-image: url("/wp-content/uploads/2025/01/call-receive-svgrepo-com.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: #002c5a;
    font-size: 0;
    display: block;
  }
}
.menu_container .mobile_menu_area {
  position: relative;
  display: none;
}
.menu_container .mobile_menu_area .menu_icon_wrapper {
  height: 82px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(100% 0, 100% 100%, 14% 100%, 0 88%, 0 0);
  position: relative;
  padding-right: 25px;
}
.menu_container .mobile_menu_area .menu_icon_wrapper .menu-item-12430 {
  background-image: url("/wp-content/uploads/2024/09/upload-icon-1.svg");
  width: 19px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.menu_container .mobile_menu_area .menu_icon {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .menu_container .mobile_menu_area .menu_icon {
    display: block;
  }
}
.menu_container .mobile_menu_area .menu_wrapper {
  position: absolute;
  right: 0;
  top: 35px;
  width: 0;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: #002c5a;
}
.menu_container .mobile_menu_area .top_menu_one {
  display: flex;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-image: none;
  border-radius: 4px;
  align-items: flex-end;
  padding: 0;
}
.menu_container .mobile_menu_area .top_menu_one a {
  color: #fff;
}
.menu_container .mobile_menu_area .top_menu_two {
  flex-direction: column;
  background-image: none;
  padding: 0;
}
.menu_container .mobile_menu_area .top_menu_two a {
  color: #fff;
}
.menu_container .mobile_menu_area .top_menu_two .menu-item-type-custom {
  margin-bottom: 25px;
}
.menu_container .mobile_menu_area .top_menu_two .menu-item-type-custom > a {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.menu_container .mobile_menu_area .menu_icon {
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu_container .mobile_menu_area .menu_icon .border {
  margin: auto;
  background-color: #fff;
}
.menu_container .mobile_menu_area .menu_icon.active {
  border: 2px solid #fff;
  border-radius: 6px;
}
.menu_container .mobile_menu_area .menu_icon.active .top {
  transform: translateY(7px) rotate(45deg);
  transition: 0.5s;
}
.menu_container .mobile_menu_area .menu_icon.active .bottom {
  transform: translateY(-9px) rotate(-45deg);
  transition: 0.5s;
}
.menu_container .mobile_menu_area .menu_icon.active .middle {
  opacity: 0;
  transition: 0.6s;
}
.menu_container .mobile_menu_area .menu_icon.active .draw_top {
  animation: rightIn 0.4s 0s forwards;
  display: none;
}
.menu_container .mobile_menu_area .menu_icon.active .draw_left {
  animation: topIn 0.4s 0.3s forwards;
  display: none;
}
.menu_container .mobile_menu_area .menu_icon.active .draw_bottom {
  animation: leftIn 0.4s 0s forwards;
  display: none;
}
.menu_container .mobile_menu_area .menu_icon.active .draw_right {
  animation: bottomIn 0.4s 0.3s forwards;
  display: none;
}
.menu_container .mobile_menu_area .line {
  height: 3px;
  width: 22px;
  background-color: #fff;
  position: relative;
  top: 0;
  margin: 5px auto 0 auto;
  border-radius: 5px;
}
.menu_container .mobile_menu_area .top {
  margin-top: 2px;
}
.menu_container .mobile_menu_area .bottom,
.menu_container .mobile_menu_area .top {
  transform: rotate(0deg) translateY(0);
  transition: 0.5s;
}
.menu_container .mobile_menu_area .middle {
  opacity: 1;
  transition: 0.6s;
}
.menu_container .mobile_menu_area .draw_top,
.menu_container .mobile_menu_area .draw_left,
.menu_container .mobile_menu_area .draw_bottom,
.menu_container .mobile_menu_area .draw_right {
  transition: 1s;
}
.menu_container .mobile_menu_area .draw_top {
  height: 2px;
  width: 31px;
  position: absolute;
  top: 0;
  left: 31px;
}
.menu_container .mobile_menu_area .draw_left {
  height: 30px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 0;
}
.menu_container .mobile_menu_area .draw_bottom {
  height: 2px;
  width: 30px;
  position: absolute;
  top: 28px;
  left: -30px;
}
.menu_container .mobile_menu_area .draw_right {
  height: 51px;
  width: 2px;
  position: absolute;
  top: 31px;
  left: 28px;
}
@keyframes rightIn {
  0% {
    left: 50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes topIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
@keyframes leftIn {
  0% {
    left: -50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes bottomIn {
  0% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
.menu_container .mobile_menu_area .draw_top.unactive {
  animation: leftIn 0.4s 0.3s forwards;
}
.menu_container .mobile_menu_area .draw_left.unactive {
  animation: bottomIn 0.4s 0s forwards;
}
.menu_container .mobile_menu_area .draw_bottom.unactive {
  animation: rightIn 0.4s 0.3s forwards;
}
.menu_container .mobile_menu_area .draw_right.unactive {
  animation: topIn 0.4s 0s forwards;
}
@media all and (max-width: 1023px) {
  .menu_container .mobile_menu_area {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .menu_container {
    align-items: center;
    background-image: linear-gradient(90deg, #10161f, #002c5a);
  }
}
.menu_container.menu_open {
  background-color: #002c5a;
}
.menu_container.scrolled .home_page_logo {
  display: none;
}
.menu_container.scrolled .other-page-logo {
  display: none;
}
.menu_container.scrolled .other_logo {
  display: block;
}

.menu_container .right_area .top_menu_one,
.top_menu_two {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 20px 40px;
  background-image: linear-gradient(45deg, rgba(16, 22, 31, 0.9), rgba(0, 44, 90, 0.91));
}

.page_container .homepage_main_container {
  background-color: #002c5a;
}
.page_container .homepage_main_container .video_banner_section .video_area {
  height: 1300px;
  margin: 0;
}
.page_container .homepage_main_container .video_banner_section .video_area video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 2460px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 1200px;
  }
}
@media (max-width: 2360px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 1126px;
  }
}
@media (max-width: 2060px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 1000px;
  }
}
@media (max-width: 1760px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 900px;
  }
}
@media (max-width: 1560px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 878px;
  }
}
@media (max-width: 1460px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 730px;
  }
}
@media (max-width: 1260px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 708px;
  }
}
@media (max-width: 1000px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 667px;
  }
}
@media (max-width: 1024px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 550px;
  }
}
@media (max-width: 800px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 650px;
  }
}
@media (max-width: 560px) {
  .page_container .homepage_main_container .video_banner_section .video_area {
    height: 560px;
  }
}
.page_container .homepage_main_container .video_banner_section .mobile_view {
  display: none;
}
@media all and (max-width: 767px) {
  .page_container .homepage_main_container .video_banner_section .desktop_view {
    display: none;
  }
  .page_container .homepage_main_container .video_banner_section .mobile_view {
    display: flex;
  }
}
.page_container .brand_logo_carousel {
  /* Keyframes for infinite loop */
  /* Image Styling */
}
.page_container .brand_logo_carousel .image_container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.page_container .brand_logo_carousel .fade_color {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.page_container .brand_logo_carousel .img_group {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* Important for infinite scrolling */
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-wrap: nowrap;
  animation: none;
}
.page_container .brand_logo_carousel .img_group.logo-track-ready {
  gap: 32px;
  will-change: transform;
  animation: brand-logo-scroll var(--logo-speed, 30s) linear infinite;
}
.page_container .brand_logo_carousel .img_group.logo-track-ready:hover {
  animation-play-state: paused;
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes brand-logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.page_container .brand_logo_carousel .brand_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
.page_container .banner_section {
  position: relative;
}
.page_container .banner_section .video_group_wrapper {
  position: relative;
}
.page_container .banner_section .banner_text_area {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.page_container .banner_section .banner_text_area .stk-block-text__text {
  font-size: 32px !important;
}
.page_container .banner_section .banner_text_area .wp-block-group__inner-container {
  margin-bottom: 240px;
  padding: 30px;
  transition: margin 0.3s ease-in-out;
}
.page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text {
  max-width: 1000px !important;
}
@media (max-width: 2460px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 200px;
  }
}
@media (max-width: 2360px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 200px;
  }
}
@media (max-width: 2060px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 160px;
  }
}
@media (max-width: 1760px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 150px;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text {
    max-width: 800px !important;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 24px !important;
  }
}
@media (max-width: 1560px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 160px;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text {
    max-width: 620px !important;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 18px !important;
  }
}
@media (max-width: 1460px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 90px;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .stk-block-text {
    max-width: 546px !important;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .stk-block-text .stk-block-text__text {
    font-size: 18px !important;
  }
}
@media (max-width: 1260px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 35px;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 90px;
  }
}
@media (max-width: 750px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 45px;
    padding: 30px 20px;
  }
}
@media (max-width: 450px) {
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 0;
  }
  .page_container .banner_section .banner_text_area .wp-block-group__inner-container .stackable_btn_wrapper .stk-row {
    flex-direction: column !important;
  }
}
@media all and (max-width: 1023px) {
  .page_container .banner_section .banner_text_area {
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
  }
}
.page_container .banner_section img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page_container .banner_section .wp-block-image {
  margin: 0;
}
.page_container .banner_section .sector_list_area {
  position: absolute;
  bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}
.page_container .banner_section .sector_list_area li {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  max-width: 180px;
  position: relative;
  word-break: normal;
}
.page_container .banner_section .sector_list_area li::before {
  background-image: linear-gradient(to bottom, #ff5742, #ff5742, transparent);
  content: "";
  height: 100%;
  position: absolute;
  right: -1.1px;
  top: 0;
  width: 2px;
  rotate: 25deg;
}
.page_container .banner_section .sector_list_area li a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham-Book";
  font-size: min(max(11.42857px + 0.59524vw, 16px), 18px);
  font-weight: 500;
}
.page_container .banner_section .sector_list_area li a:hover {
  color: #589ccd;
}
@media all and (max-width: 1023px) {
  .page_container .banner_section .sector_list_area li {
    max-width: unset;
    height: 70px;
    margin-bottom: 20px;
  }
  .page_container .banner_section .sector_list_area li a {
    width: 150px;
  }
  .page_container .banner_section .sector_list_area li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    top: -40px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url("/wp-content/uploads/2024/09/search_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 1023px) and (max-width: 600px) {
  .page_container .banner_section .sector_list_area li a {
    width: 130px;
  }
}
@media all and (max-width: 1023px) {
  .page_container .banner_section .sector_list_area li:nth-child(even)::before {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .page_container .banner_section .sector_list_area li {
    padding: 0 15px;
  }
  .page_container .banner_section .sector_list_area li a {
    width: 130px;
  }
}
.page_container .banner_section .sector_list_area li:last-child::before {
  display: none;
}
.page_container .banner_section .sector_list_area .mobile_search {
  display: none;
}
@media all and (max-width: 1023px) {
  .page_container .banner_section .sector_list_area .mobile_search {
    display: flex;
  }
}
@media all and (max-width: 1023px) {
  .page_container .banner_section .sector_list_area {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 30px 30px 30px;
  }
  .page_container .banner_section .sector_list_area .semiconductor_link a::after {
    background-image: url(/wp-content/uploads/2025/11/Semis-Icon-White.png);
  }
  .page_container .banner_section .sector_list_area .software_link a::after {
    width: 27px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/11/Software-Icon-White.png);
  }
  .page_container .banner_section .sector_list_area .electronics_link a::after {
    width: 27px;
    height: 27px;
    background-image: url(/wp-content/uploads/2025/11/Electronics-Icon-White.png);
  }
  .page_container .banner_section .sector_list_area .quantum_link a::after {
    width: 21px;
    height: 23px;
    background-image: url(/wp-content/uploads/2025/11/Quantum-Icon-White.png);
  }
  .page_container .banner_section .sector_list_area .photonics_link {
    margin-bottom: 0;
  }
  .page_container .banner_section .sector_list_area .photonics_link a::after {
    background-image: url(/wp-content/uploads/2025/11/Photonics-Icon-White.png);
    top: -50px;
    height: 28px;
  }
  .page_container .banner_section .sector_list_area .ai_link {
    margin-bottom: 0;
  }
  .page_container .banner_section .sector_list_area .ai_link a::after {
    background-image: url(/wp-content/uploads/2025/11/AI-Icon-white.png);
    top: -50px;
  }
  .page_container .banner_section .sector_list_area .sales_Marketing_link a::after {
    top: -50px;
    background-image: url(/wp-content/uploads/2025/01/online-pay-sales-svgrepo-com.svg);
  }
  .page_container .banner_section .sector_list_area .c_suite_link a::after {
    top: -50px;
    background-image: url(/wp-content/uploads/2025/01/browser-setting-thin-outline-symbol-in-a-circle-svgrepo-com.svg);
  }
}
@media (max-width: 2060px) {
  .page_container .banner_section .sector_list_area {
    bottom: 60px;
  }
}
@media (max-width: 1460px) {
  .page_container .banner_section .sector_list_area {
    bottom: 10px;
  }
}
@media (max-width: 560px) {
  .page_container .banner_section .sector_list_area {
    padding: 10px 30px 30px 30px;
  }
}
@media (max-width: 450px) {
  .page_container .banner_section .sector_list_area {
    padding: 30px 30px 30px 30px;
  }
}
@media all and (max-width: 1023px) {
  .page_container {
    padding-top: 82px;
  }
}

.page-template-default.lang-de .page_container .banner_section .banner_text_area .stk-block-text__text {
  font-size: 24px !important;
}
@media (max-width: 1860px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text {
    max-width: 800px !important;
  }
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 20px !important;
  }
}
@media (max-width: 1560px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text {
    max-width: 620px !important;
  }
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 18px !important;
  }
}
@media (max-width: 800px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 60px;
  }
}
@media (max-width: 560px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container {
    margin-bottom: 30px;
  }
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area .wp-block-group__inner-container .wp-block-stackable-text .stk-block-text__text {
    font-size: 14px !important;
  }
}
@media all and (max-width: 1023px) {
  .page-template-default.lang-de .page_container .banner_section .banner_text_area {
    justify-content: center;
    width: 100%;
  }
}
.page-template-default.lang-de .page_container .banner_section .wp-block-image {
  margin: 0;
}

.Section_two {
  position: relative;
  background-color: #fff;
}
.Section_two .left_image {
  height: 50%;
  width: 100%;
}
.Section_two figure {
  margin: 0;
}
.Section_two figure img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Section_two .left_container {
  min-height: 780px;
  height: auto;
  gap: 0;
}
.Section_two .left_container .stk-block-content {
  height: 100%;
}
.Section_two .left_container .insights-shape {
  position: absolute;
  bottom: -246px;
  width: 100%;
  z-index: 9;
}
.Section_two .right_container {
  background-image: url(/wp-content/uploads/2024/09/about_block_decor.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.global_impact_section {
  background-color: #fff;
  clip-path: polygon(0 0, 89% 0, 100% 17%, 100% 100%, 0 100%, 0% 50%);
}

.header_main_container .site-header-primary-section-right {
  flex-direction: column;
  align-items: flex-end;
}
.header_main_container .site-header-primary-section-right .main-header-menu .menu-item {
  line-height: unset;
  justify-content: flex-start;
}
.header_main_container .site-header-primary-section-right .main-header-menu .menu-item .menu-link {
  height: auto;
  border: none;
  font-weight: 800;
  padding: 10px 10px;
}
.header_main_container .site-header-primary-section-left {
  align-items: flex-start;
}

.posts_aggregation_container .banner_img {
  padding: 0;
  height: 100%;
}
.posts_aggregation_container .banner_img .cover_image_title {
  margin-bottom: 44px;
  font-family: "Gotham-Book";
  font-weight: 700;
  font-size: max(15.57143px + 2.52976vw, 35px), 52px;
  line-height: 1.17;
}
.posts_aggregation_container .banner_img img {
  opacity: 0.4;
}
.posts_aggregation_container .banner_img .image_text_area .wp-block-group {
  max-width: 800px;
}
.posts_aggregation_container .blog-banner .banner-text {
  margin-bottom: 60px;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .blog-banner .banner-text {
    margin-bottom: 30px;
  }
}
.posts_aggregation_container .posts_wrapper_area {
  padding: 0 80px;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area {
    padding: 0 30px 30px 30px;
  }
}
.posts_aggregation_container .posts_wrapper_area .section_wrapper {
  display: flex;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area .section_wrapper {
    display: block;
  }
}
.posts_aggregation_container .posts_wrapper_area .left_details_area {
  background: linear-gradient(90deg, #004d95 0, #589ccd);
  padding: 30px;
  min-width: 270px;
  width: 270px;
  margin-right: 25px;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area .left_details_area {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_box {
  position: relative;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_box .search_input {
  padding: 10px 30px 10px 15px;
  min-height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
  color: #fff;
  outline: none;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_box::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2024/09/search_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_input::placeholder {
  color: #fff;
  opacity: 1;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .search_section_title {
  color: #ffffff;
  margin-bottom: 15px;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list a {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  font-family: "Gotham-Book";
  font-size: 16px;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li:hover a {
  opacity: 1;
  transition: all 0.7s;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li:hover::after {
  opacity: 1;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li .category-link.active {
  opacity: 1;
  transition: all 0.7s;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li .category-link.active::after {
  opacity: 1;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .category_list li .category-link::after {
  background: linear-gradient(to right, transparent, rgba(16, 22, 31, 0.25) 15%, #ff5742, rgba(16, 22, 31, 0.25) 85%, transparent);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0.5;
  transition: all 0.7s;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area .left_details_area .category_list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.7s;
  }
  .posts_aggregation_container .posts_wrapper_area .left_details_area .category_list.active {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
  }
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .mobile_filter_display {
  display: none;
  cursor: pointer;
  color: #fff;
  margin-top: 15px;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area .left_details_area .mobile_filter_display {
    display: flex;
    justify-content: space-between;
  }
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .mobile_filter_display .filter_btn::before {
  content: "+";
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}
.posts_aggregation_container .posts_wrapper_area .left_details_area .mobile_filter_display.active .filter_btn::before {
  content: "-";
  color: #fff;
}
.posts_aggregation_container .posts_wrapper_area .right_details_area {
  width: calc(100% - 270px);
}
.posts_aggregation_container .posts_wrapper_area .right_details_area .pagination_container {
  margin-bottom: 30px;
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container .posts_wrapper_area .right_details_area {
    width: 100%;
  }
}
.posts_aggregation_container .posts_wrapper_area .tiles_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* Automatically fills the grid with items that are at least 250px wide */
  gap: 25px;
}
.posts_aggregation_container .posts_wrapper_area .post-item {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 100%;
}
.posts_aggregation_container .posts_wrapper_area .post-item img {
  width: 100%;
  max-width: 100%;
  max-height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
  height: 100%;
}
.posts_aggregation_container .posts_wrapper_area .post-item .post_title {
  font-size: 14px;
  color: #002c5a;
}
.posts_aggregation_container .posts_wrapper_area .post-item:hover {
  transform: scale(1.02);
  transition: all 0.3s;
}
.posts_aggregation_container .posts_wrapper_area .post-item .post_details_wrapper {
  padding: 15px;
}
.posts_aggregation_container .posts_wrapper_area .post-item .post_date {
  font-size: 12px;
  color: #002c5a;
  font-family: "Gotham-Book";
}
.posts_aggregation_container .posts_wrapper_area .post-item .tile_wrapper {
  text-decoration: none;
}
.posts_aggregation_container .posts_wrapper_area .post-item .tile_wrapper .post_img_wrapper {
  height: 156px;
  max-height: 156px;
}
.posts_aggregation_container .banner-text .wp-block-cover__inner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.posts_aggregation_container .banner-text .wp-block-cover__inner-container .text_wrapper_ {
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.posts_aggregation_container .banner-text .image_text_area {
  position: relative;
  bottom: 86px;
}
.posts_aggregation_container.ic_editions_container {
  margin-bottom: 60px;
}
.posts_aggregation_container.ic_editions_container .right_details_area {
  width: 100%;
}
.posts_aggregation_container.ic_editions_container .posts_wrapper_area .tiles_wrapper {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container.ic_editions_container {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .posts_aggregation_container {
    padding-top: 82px;
  }
}

.case_study_aggragation_area .inner_wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.case_study_aggragation_area .case_study_tile {
  background: linear-gradient(90deg, #589ccd 0, #004d95);
  padding: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 260px;
}
.case_study_aggragation_area .case_study_tile a {
  color: #fff;
}
.case_study_aggragation_area .case_study_tile .image {
  max-width: 200px;
  height: 100px;
  max-height: 55px;
}
.case_study_aggragation_area .case_study_tile .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.case_study_aggragation_area .case_study_tile .title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: height 0.4s ease;
  overflow: hidden;
  display: flex;
  background: linear-gradient(90deg, #589ccd 0, #004d95);
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.case_study_aggragation_area .case_study_tile .client-name {
  font-size: 18px;
  font-weight: 700;
}
.case_study_aggragation_area .case_study_tile:hover .title {
  opacity: 1;
  visibility: visible;
}

.case_study_container {
  background-color: #002c5a;
}
.case_study_container .banner_section {
  display: flex;
  align-items: flex-end;
  background-color: #004d95;
  padding: 0 80px 40px 80px;
  min-height: 550px;
  position: relative;
  background-image: url("/wp-content/uploads/2024/11/blog-details-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.case_study_container .banner_section .main_title {
  font-size: 52px;
}
.case_study_container .banner_section .header_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.case_study_container .banner_section .title_wrapper {
  z-index: 9;
  position: relative;
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
}
.case_study_container .banner_section .title_wrapper .content_width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.case_study_container .banner_section .title_wrapper .feature_image img {
  max-width: 280px;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_study_container .banner_section .title_wrapper::after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: -80px;
}
.case_study_container .banner_section .section_gradiwnt {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #002c5a, rgba(0, 44, 90, 0)) !important;
  z-index: 1;
}
@media all and (max-width: 1023px) {
  .case_study_container .banner_section {
    padding: 0 30px 30px 30px;
  }
  .case_study_container .banner_section .header_wrapper .title_wrapper .content_width {
    flex-direction: column;
    align-items: flex-start;
  }
  .case_study_container .banner_section .header_wrapper .title_wrapper::after {
    width: calc(100% + 30px);
  }
  .case_study_container .banner_section .header_wrapper .title_wrapper .feature_image img {
    max-width: 200px;
  }
  .case_study_container .banner_section .main_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.case_study_container .bottom_section {
  padding: 30px 80px 0 80px;
  color: #fff;
}
.case_study_container .bottom_section a {
  color: #589ccd;
  text-decoration: none;
  font-weight: 600;
}
.case_study_container .bottom_section .case_study_taxonomies {
  margin-bottom: 30px;
  color: #589ccd;
  font-weight: 600;
}
.case_study_container .bottom_section .case_study_taxonomies .taxonomy-data {
  max-width: 1000px;
}
.case_study_container .bottom_section .case_study_taxonomies .taxonomy {
  margin-bottom: 10px;
  font-size: 22px;
}
.case_study_container .bottom_section .case-study-content .wp-block-stackable-heading {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ff5742;
}
.case_study_container .bottom_section .case-study-content .wp-block-stackable-heading h2 {
  font-size: 30px !important;
  padding-bottom: 5px;
  line-height: 1;
}
.case_study_container .bottom_section .case-study-content .wp-block-stackable-text {
  margin-bottom: 15px !important;
}
.case_study_container .bottom_section .case-study-content .wp-block-stackable-text p {
  margin-bottom: 0 !important;
  font-size: 17px !important;
}
@media all and (max-width: 1023px) {
  .case_study_container .bottom_section {
    padding: 30px;
  }
  .case_study_container .bottom_section .case_study_taxonomies {
    margin-bottom: 15px;
  }
  .case_study_container .bottom_section .case_study_taxonomies .taxonomy {
    font-size: 18px;
  }
  .case_study_container .bottom_section .case-study-content .wp-block-stackable-heading h2 {
    font-size: 22px !important;
    line-height: 1;
  }
  .case_study_container .bottom_section .case-study-content .wp-block-stackable-text {
    margin-bottom: 15px !important;
  }
  .case_study_container .bottom_section .case-study-content .wp-block-stackable-text p {
    font-size: 16px !important;
  }
}

.our_services_post_container {
  background-color: #002c5a;
}
.our_services_post_container a {
  color: #fff;
  text-decoration: none;
}
.our_services_post_container .banner_section {
  display: flex;
  align-items: flex-end;
  background-color: #004d95;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.our_services_post_container .banner_section .feature_image {
  width: 100%;
  height: 100%;
}
.our_services_post_container .banner_section .feature_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.our_services_post_container .banner_section .header_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.our_services_post_container .banner_section .section_gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 44, 90) 0%, rgba(0, 44, 90, 0.6) 50%, rgba(0, 44, 90, 0.6) 100%) !important;
  z-index: 1;
}
.our_services_post_container .bottom_section {
  padding: 250px 30px 60px 30px;
  color: #fff;
  z-index: 9;
  text-align: justify;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 860px;
  margin: auto;
}
.our_services_post_container .bottom_section .main_title {
  font-size: 42px;
  margin-bottom: 44px;
  text-align: left;
}
@media all and (max-width: 1023px) {
  .our_services_post_container .bottom_section .main_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.our_services_post_container .bottom_section p {
  font-size: 15px !important;
  text-align: justify;
  margin-bottom: 0 !important;
}
@media all and (max-width: 1023px) {
  .our_services_post_container .bottom_section {
    padding: 120px 30px 30px 30px;
  }
}
.our_services_post_container .related_services_area {
  padding: 60px 80px;
}
.our_services_post_container .related_services_area .services_wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(258px, 258px));
  grid-auto-rows: 258px;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile {
  position: relative;
  height: 100%;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile .featured_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #002c5a;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile .featured_img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile .info_area {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile .info_area .service_title {
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  line-height: min(max(10.85714px + 1.19048vw, 20px), 28px);
  font-weight: 700;
  margin-bottom: 15px;
  text-align: right;
}
.our_services_post_container .related_services_area .services_wrapper .service_tile:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 1023px) {
  .our_services_post_container .related_services_area {
    padding: 30px;
  }
}
.our_services_post_container .contact_form_section .section_title {
  font-size: 36px;
  color: #002c5a;
  margin-bottom: 25px;
}
@media all and (max-width: 1023px) {
  .our_services_post_container .contact_form_section .section_title {
    font-size: 26px;
  }
}

.our_services_page_container .slick-list {
  margin: 0 -15px;
}
.our_services_page_container .slick-track {
  display: flex;
}
.our_services_page_container .slick-track .slick-slide {
  height: inherit;
  margin: 0 15px;
}
.our_services_page_container .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_services_page_container .slick-track .slick-slide a {
  color: #fff;
  text-decoration: inherit;
  height: 100%;
  display: block;
}
.our_services_page_container .slick-track .slick-slide .slide-content {
  position: relative;
  height: 100%;
}
.our_services_page_container .slick-track .slick-slide .slide-content .info_area {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 10px;
  width: 100%;
}
.our_services_page_container .slick-track .slick-slide .slide-content .info_area h2 {
  margin-bottom: 10px;
}

.about_us_page_container .slick-carousel-about-us-posts {
  width: 100%;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-list {
  margin: 0 -7px;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track {
  display: flex;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide {
  height: inherit;
  margin: 0 7px;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: transform 0.3s ease;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide a {
  color: #fff;
  text-decoration: inherit;
  height: 100%;
  display: block;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide .slide-content {
  position: relative;
  height: 100%;
  width: 278px;
  height: 278px;
  background-color: #002c5a;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide .slide-content .info_area {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 10px;
  width: 100%;
}
.about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide .slide-content .info_area h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
}
@media all and (max-width: 600px) {
  .about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide .slide-content {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 600px) {
  .about_us_page_container .slick-carousel-about-us-posts .slick-track .slick-slide {
    margin: 0 7px;
  }
}
.about_us_page_container .our_journey_slider_wrapper .carousel_area h2,
.about_us_page_container .our_journey_slider_wrapper .carousel_area p {
  color: #fff;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.about_us_page_container .our_journey_slider_wrapper .carousel_area h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.about_us_page_container .our_journey_slider_wrapper .carousel_area .centered_slide h2,
.about_us_page_container .our_journey_slider_wrapper .carousel_area .centered_slide p {
  opacity: 1;
}
.about_us_page_container .our_journey_slider_wrapper .carousel_area .centered_slide h2 {
  color: #ff5742 !important;
}
@media all and (max-width: 600px) {
  .about_us_page_container .our_journey_slider_wrapper .carousel_area .stk-block-carousel__slide--active h2 {
    color: #ff5742;
    opacity: 1;
  }
  .about_us_page_container .our_journey_slider_wrapper .carousel_area .stk-block-carousel__slide--active p {
    opacity: 1;
  }
}

.sectors_carousel .slick-slide {
  height: inherit;
  margin: 0 7px;
}
.sectors_carousel .slick-slide img {
  width: 100%;
  height: 100%;
  max-height: 278px;
  max-width: 278px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  opacity: 0.6;
}
.sectors_carousel .slick-slide img:hover {
  transform: scale(1.1);
}
.sectors_carousel .slick-slide a {
  color: #fff;
  text-decoration: inherit;
  height: 100%;
  display: block;
}
.sectors_carousel .slick-slide .slide-content {
  position: relative;
  width: 278px;
  height: 278px;
  overflow: hidden;
  background-color: #002c5a;
}
.sectors_carousel .slick-slide .slide-content .info_area {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 10px;
  width: 100%;
}
.sectors_carousel .slick-slide .slide-content .info_area h2 {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.85px;
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  line-height: 1;
}
@media all and (max-width: 600px) {
  .sectors_carousel .slick-slide .slide-content {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 600px) {
  .sectors_carousel .slick-slide {
    margin: 0 7px;
  }
}

.about_us_post_container a {
  color: #fff;
  text-decoration: none;
}
.about_us_post_container .banner_section {
  display: flex;
  align-items: flex-end;
  background-color: #004d95;
  min-height: 400px;
  max-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_us_post_container .banner_section .header_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about_us_post_container .banner_section .section_gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #002c5a, rgba(0, 44, 90, 0)) !important;
  z-index: 1;
}
.about_us_post_container .banner_banner_section {
  padding: 200px 30px 60px 30px;
  color: #fff;
  z-index: 9;
  text-align: justify;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
}
.about_us_post_container .banner_banner_section .post_content p {
  text-align: justify;
  font-size: 15px;
}
@media all and (max-width: 1023px) {
  .about_us_post_container .banner_banner_section {
    padding: 120px 30px 30px 30px;
  }
}
.about_us_post_container .related_services_area {
  padding: 60px 0;
  position: relative;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-carousel-about-us-posts {
  width: 100%;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track {
  display: flex;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide {
  height: inherit;
  margin: 0 7px;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide a {
  color: #fff;
  text-decoration: inherit;
  height: 100%;
  display: block;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 278px;
  width: 278px;
  background-color: #002c5a;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  opacity: 0.6;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content .info_area {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 10px;
  width: 100%;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content .info_area h2 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 767px) {
  .about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide .slide-content {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 1023px) {
  .about_us_post_container .related_services_area .about-us-details-page-carousel .slick-track .slick-slide {
    margin: 0 7px;
  }
}
@media all and (max-width: 1023px) {
  .about_us_post_container .related_services_area {
    padding: 30px 0 30px 30px;
  }
}
.about_us_post_container .about_us_consultents_section {
  padding: 60px 80px;
  background-color: #002c5a;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  position: relative;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .consultant_card {
  position: relative;
  min-height: 150px;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .consultant-image,
.about_us_post_container .about_us_consultents_section .consultants_wrapper a {
  height: 100%;
  display: block;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .tile_info {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 44, 90, 0.7);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .tile_info .sector_title,
.about_us_post_container .about_us_consultents_section .consultants_wrapper .tile_info h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #fff;
  letter-spacing: -0.4px;
  font-size: min(max(11.42857px + 0.59524vw, 16px), 20px);
  line-height: 1;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .position {
  font-size: min(max(10.57143px + 0.44643vw, 14px), 17px);
  color: #ff5742;
  letter-spacing: normal;
  font-weight: 700;
  text-align: right;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper .consultant_card:hover .tile_info {
  opacity: 0;
  visibility: hidden;
}
.about_us_post_container .about_us_consultents_section .consultants_wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
@media all and (max-width: 1023px) {
  .about_us_post_container .about_us_consultents_section {
    padding: 30px;
  }
}
.about_us_post_container .main_title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .about_us_post_container .main_title {
    font-size: 22px;
  }
}

.testimonials_page_container .testimonials_main_section .testimonials_inner_wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1023px) {
  .testimonials_page_container .testimonials_main_section .testimonials_inner_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .testimonials_page_container .testimonials_main_section .testimonials_inner_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonials_page_container .testimonials_main_section .testimonials_tile {
  background: linear-gradient(90deg, #589ccd 0, #004d95);
  padding: 25px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials_page_container .testimonials_main_section .testimonials_tile .testimonials_data {
  position: relative;
  text-align: justify;
  margin-bottom: 15px;
  min-height: 230px;
}
.testimonials_page_container .testimonials_main_section .testimonials_tile .testimonials_data p {
  text-align: justify !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  position: relative;
  display: inline-table;
}
.testimonials_page_container .testimonials_main_section .testimonials_tile .testimonials_data .testimonial_content_para::before {
  color: #ff5742;
  content: "“";
  display: block;
  font-family: "Gotham-Book";
  font-size: 30px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  position: absolute;
  left: -19px;
  top: -1px;
}
.testimonials_page_container .testimonials_main_section .testimonials_tile .testimonials_data .testimonial_content_para::after {
  color: #ff5742;
  content: "”";
  display: block;
  font-family: "Gotham-Book";
  font-size: 30px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  position: absolute;
  right: -18px;
  bottom: -18px;
}
.testimonials_page_container .testimonials_main_section .testimonials_tile .client-name {
  font-size: min(max(17.71429px + 0.29762vw, 20px), 22px);
  font-weight: 700;
}

.contractor_care_page .Section_two .left_container {
  height: auto;
}
.contractor_care_page .live_jobs_container {
  color: #002c5a;
}
.contractor_care_page .live_jobs_container .inner_wrapper {
  display: grid;
  grid-template-columns: 32% calc(68% - 50px);
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .contractor_care_page .live_jobs_container .inner_wrapper {
    grid-template-columns: 1fr;
  }
}
.contractor_care_page .live_jobs_container .title_section {
  margin-bottom: 25px;
}
.contractor_care_page .live_jobs_container .main_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.contractor_care_page .live_jobs_container .main_title .real_count {
  color: #ff5742;
}
.contractor_care_page .live_jobs_container .sub_title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
  color: #fff;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area a {
  text-decoration: none;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  gap: 20px;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item {
  padding: 20px;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  color: #fff;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_taxonomies {
  display: flex;
  flex-direction: column;
  color: #589ccd;
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 15px;
  row-gap: 5px;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_taxonomies .job_location {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #589ccd;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .btn_wrapper {
  justify-content: flex-end;
}
.contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item:hover {
  background-color: rgba(165, 180, 193, 0.4);
}
@media all and (max-width: 767px) {
  .contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item:hover {
    background-color: #022244;
  }
}
@media all and (max-width: 767px) {
  .contractor_care_page .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item {
    background-color: #022244;
  }
}

.jobs_aggragtion_area_common a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  color: #002c5a;
}
.jobs_aggragtion_area_common .jobs_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item .job_title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  color: #fff;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item .job_taxonomies {
  display: flex;
  flex-direction: column;
  color: #589ccd;
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 15px;
  row-gap: 5px;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item .btn_wrapper {
  justify-content: flex-end;
  margin-top: 15px;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item .btn_wrapper .btn_primary {
  color: #fff;
  margin: 0;
}
.jobs_aggragtion_area_common .jobs_wrapper .job_item:hover {
  background-color: rgba(165, 180, 193, 0.4);
}
@media all and (max-width: 1023px) {
  .jobs_aggragtion_area_common .jobs_wrapper .job_item:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 1023px) {
  .jobs_aggragtion_area_common .jobs_wrapper .job_item {
    padding: 0;
  }
}
@media all and (max-width: 1023px) {
  .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sub_sectors_section_container .sector_wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.sub_sectors_section_container .sector_wrapper .sector_tile {
  position: relative;
}
.sub_sectors_section_container .sector_wrapper .sector_tile .featured_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub_sectors_section_container .sector_wrapper .sector_tile .featured_img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0.6;
  vertical-align: middle;
}
.sub_sectors_section_container .sector_wrapper .sector_tile .tile_info {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .sector_title {
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 1023px) {
  .sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .sector_title {
    font-size: 18px;
  }
}
.sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .btn_primary {
  color: #fff;
  text-decoration: none;
}
.sub_sectors_section_container .sector_wrapper .sector_tile:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 600px) {
  .sub_sectors_section_container .sector_wrapper .sector_tile {
    width: 100%;
    margin: auto;
  }
}
@media all and (max-width: 1023px) {
  .sub_sectors_section_container .sector_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .sub_sectors_section_container .sector_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .sub_sectors_section_container .sector_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.consultants_list_area {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.consultants_list_area .consultant_tile {
  position: relative;
}
.consultants_list_area .consultant_tile img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
}
.consultants_list_area .consultant_tile .info_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 44, 90, 0.7);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.consultants_list_area .consultant_tile .info_wrapper a,
.consultants_list_area .consultant_tile .info_wrapper h3 {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
}
.consultants_list_area .consultant_tile .info_wrapper h3 {
  margin-bottom: 5px;
}
.consultants_list_area .consultant_tile .info_wrapper .consultant_position {
  color: #589ccd;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.consultants_list_area .consultant_tile:hover .info_wrapper {
  opacity: 0;
  visibility: hidden;
}

.global_our_faq_section .faq_inner_wrapper .accordion_row {
  margin-bottom: 10px;
}
.global_our_faq_section .faq_inner_wrapper .accordion_header > .stk-column-wrapper {
  padding: 26px 30px 26px 30px;
}
.global_our_faq_section .faq_inner_wrapper .accordion_body > .stk-column-wrapper {
  padding: 0 30px 27px 30px;
}
.global_our_faq_section .faq_inner_wrapper .accordion_body > .stk-column-wrapper p {
  margin-bottom: 0 !important;
}

.job_sub_industry_section .related_posts_container .title_wrapper {
  color: #002c5a;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper a {
  text-decoration: none;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile_link {
  width: 150px;
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile_link:nth-child(3n) .tile_info .sector_title::after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile_link:nth-child(3n) .tile_info .sector_title::after {
    display: block;
  }
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile_link:nth-child(2n) .tile_info .sector_title::after {
    display: none;
  }
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile {
  height: 80px;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile .featured_img {
  display: none;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile .tile_info {
  padding: 10px 0px;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .sector_title {
  color: #002144;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .sector_title::after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-image: linear-gradient(to bottom, #ff5742, #ff5742, transparent);
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  right: -25px;
  rotate: 25deg;
}
@media all and (max-width: 600px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper .sector_tile .tile_info .sector_title {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-1 .sector_tile_link {
  width: 50%;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-1 .sector_tile_link .tile_info .sector_title::after {
  display: none;
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-1 .sector_tile_link {
    width: 100%;
  }
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-2 .sector_tile_link {
  width: 30%;
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-2 .sector_tile_link:nth-child(2n) .tile_info .sector_title::after {
  display: none;
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-2 .sector_tile_link {
    width: calc(50% - 25px);
  }
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-3 .sector_tile_link {
  width: calc(33% - 33.33px);
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-3 .sector_tile_link:last-child .tile_info .sector_title::after {
  display: none;
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-3 .sector_tile_link {
    width: calc(50% - 25px);
  }
}
.job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-4 .sector_tile_link {
  width: calc(25% - 37.5px);
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-4 .sector_tile_link {
    width: calc(50% - 25px);
  }
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-4 .sector_tile_link:nth-child(n) .tile_info .sector_title::after {
    display: block;
  }
  .job_sub_industry_section .sub_sectors_section_container .sector_wrapper.child-count-4 .sector_tile_link:nth-child(even) .tile_info .sector_title::after {
    display: none;
  }
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper .job_item .job_location {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #589ccd;
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper .job_item .job_title {
  color: #002c5a;
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper .job_item .job_salary {
  color: #589ccd;
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper .job_item .btn_wrapper {
  justify-content: flex-start;
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper .job_item .btn_wrapper .btn_primary {
  color: #fff;
  background: transparent !important;
  font-weight: 400;
  text-decoration: underline;
  padding: 0 !important;
}
.job_sub_industry_section .career_pathways_section .faq_inner_wrapper .career_pathways_tiles_wrapper {
  position: relative;
}
.job_sub_industry_section .career_pathways_section .faq_inner_wrapper .career_pathways_tiles_wrapper .career_pathways_tile {
  border-bottom: 1px solid #589ccd;
}
.job_sub_industry_section .career_pathways_section .faq_inner_wrapper .career_pathways_tiles_wrapper .career_pathways_tile .tile_body {
  margin-bottom: 20px;
}
.job_sub_industry_section .career_pathways_section .faq_inner_wrapper .career_pathways_tiles_wrapper .career_pathways_tile .tile_body p {
  margin: 0;
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .career_pathways_section .faq_inner_wrapper .career_pathways_tiles_wrapper .career_pathways_tile {
    padding-right: 30px;
  }
}
.job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper {
  grid-template-columns: repeat(3, minmax(250px, 280px));
}
@media all and (max-width: 1600px) {
  .job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(2, minmax(250px, 380px));
  }
}
@media all and (max-width: 1023px) {
  .job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(2, minmax(250px, 350px));
  }
}
@media all and (max-width: 767px) {
  .job_sub_industry_section .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(1, minmax(250px, 350px));
  }
}
.post_by_article_section .post_by_article_inner_wrapper .title_wrapper {
  color: #002c5a;
}
.post_by_article_section .post_by_article_inner_wrapper .title_wrapper h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .post_by_article_section .post_by_article_inner_wrapper .title_wrapper h2 {
    font-size: 22px;
  }
}
.post_by_article_section .post_by_article_inner_wrapper > .stk-column-wrapper > .stk-block-content {
  display: grid;
  grid-template-columns: 30% calc(70% - 40px);
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media all and (max-width: 1023px) {
  .post_by_article_section .post_by_article_inner_wrapper > .stk-column-wrapper > .stk-block-content {
    grid-template-columns: 1fr;
  }
}
.post_by_article_section .post_by_article_inner_wrapper .related_posts_container {
  display: block;
}

.apply_now_page_container {
  position: relative;
  z-index: 99;
}
.apply_now_page_container .wrapper_group {
  background-color: #fff;
}
.apply_now_page_container .wrapper_group .wp-block-group__inner-container {
  background-color: rgba(0, 0, 0, 0.3411764706);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.apply_now_page_container .wrapper_group .wp-block-group__inner-container .upload_your_CV {
  height: 90%;
  width: 90%;
  display: flex;
}

.footer_container {
  position: relative;
  background-color: #002c5a;
}
.footer_container .img_area {
  background-image: url(/wp-content/uploads/2024/09/map-1.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
@media all and (max-width: 1023px) {
  .footer_container .img_area {
    background-position: top;
  }
}
.footer_container .office_locations_area {
  display: none;
}
.footer_container .footer-columns {
  display: flex;
  gap: 20px;
}
.footer_container .footer-column {
  flex: 1;
}
.footer_container .columns-1 .footer-column {
  width: 100%;
}
.footer_container .columns-2 .footer-column {
  width: 48%;
}
.footer_container .columns-3 .footer-column {
  width: 30%;
}
.footer_container .columns-4 .footer-column {
  width: 22%;
}
.footer_container .columns-5 .footer-column {
  width: 18%;
}
.footer_container .columns-6 .footer-column {
  width: 15%;
}
.footer_container .location_row > .stk-row {
  position: relative;
}
.footer_container .location_row > .stk-row::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -35px;
  width: calc(100% + 80px);
  height: 1px;
  background-image: linear-gradient(90deg, #ff5742, #10161f 90%, transparent);
}
@media all and (max-width: 1023px) {
  .footer_container .location_row > .stk-row::after {
    display: none;
  }
}
.footer_container .footer_wrapper {
  z-index: 10;
  position: relative;
}
.footer_container .footer_wrapper .footer-row .social_icons_group {
  margin-bottom: 20px;
}
.footer_container .footer_wrapper .footer-row a {
  text-decoration: none;
  color: #fff;
  font-family: "Gotham-Book";
}
.footer_container .footer_wrapper .footer-row a:hover {
  color: #589ccd;
}
.footer_container .footer_wrapper .footer-row .privacy_policy_wrapper {
  justify-content: flex-end;
}
.footer_container .footer_wrapper .footer-row .privacy_policy_list li {
  margin-bottom: 15px;
  font-family: "Gotham-Book";
}
.footer_container .footer_wrapper .footer-row .brand_logo_area {
  margin-bottom: 35px;
}
.footer_container .footer_wrapper .footer-row .brand_logo_area img {
  transition: all 0.7s;
}
.footer_container .footer_wrapper .footer-row .brand_logo_area img:hover {
  transform: scale(1.05);
}
.footer_container.office_location_footer_continer .stk-block.stk-block-icon-button .stk-button {
  border-radius: 4px;
}

.page_not_found_page {
  background-color: #004d95;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.page_not_found_page h1 {
  font-size: min(max(6.42857px + 3.72024vw, 35px), 60px) !important;
  font-weight: 700;
  margin-bottom: 15px;
}
.page_not_found_page .sub_heading {
  font-size: min(max(15.4286px + 0.59524vw, 20px), 24px);
}
.page_not_found_page .btn_wrapper {
  justify-content: center;
}

.pagination_container {
  display: flex;
  justify-content: center;
  min-height: 50px;
  align-items: center;
  font-family: "Gotham-Book";
  margin-top: 50px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pagination_container .pagination_arrow {
  cursor: pointer;
  font-size: 12px;
  height: 35px;
  width: 35px;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  background-color: transparent;
}
.pagination_container .pagination_arrow.next::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/right-arrow-svgrepo-com.svg);
  height: 15px;
  width: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagination_container .pagination_arrow.prev::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/left-arrow-svgrepo-com.svg);
  height: 15px;
  width: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagination_container .pagination_arrow.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination_container .page-numbers {
  padding: 4px 15px;
  margin: 0 5px;
  border-radius: 4px;
  color: #002c5a;
  border: 1px solid #002c5a;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .pagination_container .page-numbers {
    font-size: 14px;
  }
}
.pagination_container.black_varient .pagination_arrow {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
.pagination_container.black_varient .pagination_arrow.next::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/right_black_arrow.svg);
}
.pagination_container.black_varient .pagination_arrow.prev::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/04/left_black_arrow.svg);
}
.pagination_container .current {
  background-color: #002c5a;
  color: #fff;
}
.pagination_container .prev {
  position: relative;
}
.pagination_container.on_white .page-numbers {
  color: #fff;
  border: 1px solid #fff;
}
.pagination_container.on_white .current {
  color: #002c5a;
  background: #fff;
}
@media all and (max-width: 1023px) {
  .pagination_container {
    margin-top: 30px;
  }
}

.get_in_touch_section {
  background-color: #fff;
  padding: 110px 80px;
  background-image: url(/wp-content/uploads/2024/10/profile-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.get_in_touch_section > div {
  max-width: 1160px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.get_in_touch_section .wp-block-button__link {
  height: 32px;
  width: 115px;
  position: relative;
}
.get_in_touch_section .form_main_container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.get_in_touch_section .form_main_container label {
  color: #002c5a;
  font-weight: 700;
  font-size: 15px;
}
.get_in_touch_section .form_main_container .your_requirements {
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.get_in_touch_section .form_main_container .row_two {
  display: grid;
  grid-template-columns: calc(50% - 70px) 100px calc(50% - 70px);
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .row_two {
    grid-template-columns: 1fr;
  }
}
.get_in_touch_section .form_main_container .row_two .or_text {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.get_in_touch_section .form_main_container .row_two .or_text p {
  font-size: 20px;
  color: #002c5a;
  text-align: center;
  font-weight: 600;
  margin: 0 !important;
}
.get_in_touch_section .form_main_container select {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #002c5a;
  padding: 10px 0;
  font-size: 18px;
  color: #444;
}
.get_in_touch_section .form_main_container select option {
  padding: 6px;
  font-size: 16px;
}
.get_in_touch_section .form_main_container select option:hover {
  background-color: #589ccd;
  color: #fff;
}
.get_in_touch_section .form_main_container select:focus-visible {
  outline: none;
}
.get_in_touch_section .form_main_container .info_row {
  display: flex !important;
  justify-content: space-between;
}
.get_in_touch_section .form_main_container .info_row .wp-block-button {
  margin-left: 50px;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .info_row .wp-block-button {
    margin: 0;
  }
}
.get_in_touch_section .form_main_container .info_row p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.get_in_touch_section .form_main_container .info_row p span {
  color: #002c5a;
  font-size: 12px;
  line-height: 18px;
}
.get_in_touch_section .form_main_container .info_row p span a {
  color: #589ccd;
}
.get_in_touch_section .form_main_container .info_row p span br {
  display: none;
}
.get_in_touch_section .form_main_container .info_row .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 99;
}
.get_in_touch_section .form_main_container .info_row .wpcf7-submit {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border: none !important;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .info_row {
    flex-direction: column;
  }
}
.get_in_touch_section .form_main_container .upload_area {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #002c5a;
}
.get_in_touch_section .form_main_container .upload_area .wpcf7-form-control-wrap {
  cursor: pointer;
}
.get_in_touch_section .form_main_container .upload_area .wpcf7-form-control-wrap::before {
  content: "📎";
  /* Unicode for attachment/paperclip */
  font-family: "Arial", sans-serif;
  margin-right: 8px;
  color: #fff;
  position: absolute;
  bottom: 8px;
}
.get_in_touch_section .form_main_container .upload_area .upload_doc {
  visibility: hidden;
}
.get_in_touch_section .form_main_container .upload_area .text_ {
  position: absolute;
  left: 35px;
  font-weight: 300;
  cursor: pointer;
}
.get_in_touch_section .form_main_container .upload_area .text_:hover {
  color: #589ccd;
}
.get_in_touch_section .form_main_container .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -22px;
}
.get_in_touch_section .form_main_container .information_row {
  display: grid;
}
.get_in_touch_section .form_main_container .information_row label {
  width: 100%;
}
.get_in_touch_section .form_main_container .information_row br {
  display: none;
}
.get_in_touch_section .form_main_container .information_row input {
  border: none;
  border-bottom: 2px solid #002c5a;
  background-color: transparent;
  width: 100%;
  padding: 5px 5px 5px 0;
  font-size: 19px;
}
.get_in_touch_section .form_main_container .information_row input:focus-visible {
  outline: none;
}
.get_in_touch_section .form_main_container .information_row input::-moz-placeholder {
  color: #002c5a;
  font-size: 16px;
}
.get_in_touch_section .form_main_container .information_row input::placeholder {
  color: #002c5a;
  font-size: 16px;
}
.get_in_touch_section .form_main_container .information_row p {
  margin-bottom: 0 !important;
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.get_in_touch_section .form_main_container .information_row.two p {
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row.two p {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.get_in_touch_section .form_main_container .information_row.two_half p {
  grid-template-columns: calc(33.33% - 50px) calc(33.33% - 50px);
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row.two_half p {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.get_in_touch_section .form_main_container .information_row.two_full_half p {
  grid-template-columns: calc(33.33% - 50px) 66.67%;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row.two_full_half p {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.get_in_touch_section .form_main_container .information_row.three_col p {
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: calc(33.33% - 50px) calc(33.33% - 50px) 33.33%;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row.three_col p {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.get_in_touch_section .form_main_container .information_row.or_row {
  align-items: center;
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: calc(50% - 100px) 100px calc(50% - 100px);
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row.or_row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.get_in_touch_section .form_main_container .information_row.or_row .or_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section .form_main_container .information_row {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .get_in_touch_section .form_main_container .information_row .or_text {
    margin: 0;
  }
}
.get_in_touch_section .form_main_container .information_row.btn_info_row {
  display: flex;
  justify-content: space-between;
}
.get_in_touch_section.send_us_a_referral_form .row_one p {
  display: grid;
  grid-template-columns: calc(33.33% - 25px) calc(33.33% - 25px);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section.send_us_a_referral_form .row_one p {
    grid-template-columns: 1fr;
  }
}
.get_in_touch_section.send_us_a_referral_form .row_one p br {
  display: none;
}
.get_in_touch_section.send_us_a_referral_form .row_one p label {
  display: flex;
  flex-direction: column;
}
.get_in_touch_section.send_us_a_referral_form .row_one p input {
  width: 100%;
}
.get_in_touch_section.send_us_a_referral_form .row_two {
  display: block;
}
.get_in_touch_section.send_us_a_referral_form .row_two p {
  display: grid;
  grid-template-columns: calc(33.33% - 25px) calc(33.33% - 25px) 33.33%;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section.send_us_a_referral_form .row_two p {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.get_in_touch_section.send_us_a_referral_form .message_row input {
  border: none;
  border-bottom: 2px solid #002c5a;
  background-color: transparent;
  width: 100%;
  font-size: 19px;
}
.get_in_touch_section.send_us_a_referral_form .message_row input:focus-visible {
  outline: none;
}
.get_in_touch_section.send_us_a_brief_form .row_one p {
  display: grid;
  grid-template-columns: calc(33.33% - 50px) calc(33.33% - 50px) 33.33%;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.get_in_touch_section.send_us_a_brief_form .row_one p br {
  display: none;
}
.get_in_touch_section.send_us_a_brief_form .row_one p label {
  display: flex;
  flex-direction: column;
}
.get_in_touch_section.send_us_a_brief_form .row_one p input {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section.send_us_a_brief_form .row_one p {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.get_in_touch_section.send_us_a_brief_form .row_one:nth-child(2) p {
  grid-template-columns: calc(33.33% - 50px) 66.67%;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section.send_us_a_brief_form .row_one:nth-child(2) p {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.get_in_touch_section.permanent_recruitment_team .message_row input {
  border: none;
  border-bottom: 2px solid #002c5a;
  background-color: transparent;
  width: 100%;
  font-size: 19px;
}
.get_in_touch_section.permanent_recruitment_team .message_row input:focus-visible {
  outline: none;
}
.get_in_touch_section.salary_guide_popup {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.get_in_touch_section.salary_guide_popup .row_one p,
.get_in_touch_section.salary_guide_popup .row_five p {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
.get_in_touch_section.salary_guide_popup .row_one p br,
.get_in_touch_section.salary_guide_popup .row_five p br {
  display: none;
}
.get_in_touch_section.salary_guide_popup .row_one input,
.get_in_touch_section.salary_guide_popup .row_five input {
  border: none;
  border-bottom: 2px solid #002c5a;
  background-color: transparent;
  width: 100%;
}
.get_in_touch_section.salary_guide_popup .row_one input:focus-visible,
.get_in_touch_section.salary_guide_popup .row_five input:focus-visible {
  outline: none;
}
.get_in_touch_section.request_call .message_row {
  margin-bottom: 30px;
}
.get_in_touch_section.request_call .message_row input {
  border: none;
  border-bottom: 2px solid #002c5a;
  background-color: transparent;
  width: 100%;
}
.get_in_touch_section.request_call .message_row input:focus-visible {
  outline: none;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section {
    padding: 30px;
  }
}
.get_in_touch_section .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  font-size: 24px;
  font-weight: 700;
  color: #002c5a;
  border: none !important;
}
.get_in_touch_section.blue_varient {
  background-image: none;
  background-color: #002c5a;
}
.get_in_touch_section.blue_varient .form_main_container label {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container input {
  border-bottom: 2px solid #fff !important;
  color: #fff;
  border-color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container input::-moz-placeholder {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container input::placeholder {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container input .or_text p {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container input:focus-visible {
  border-bottom: 2px solid #fff !important;
}
.get_in_touch_section.blue_varient .form_main_container input:-webkit-autofill,
.get_in_touch_section.blue_varient .form_main_container input:-webkit-autofill:hover,
.get_in_touch_section.blue_varient .form_main_container input:-webkit-autofill:focus,
.get_in_touch_section.blue_varient .form_main_container input:-webkit-autofill:active {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container select {
  border-bottom: 2px solid #fff !important;
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container select option:hover {
  background-color: #589ccd;
  color: #002c5a;
}
.get_in_touch_section.blue_varient .form_main_container .or_row {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container .info_row p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.get_in_touch_section.blue_varient .form_main_container .info_row p span {
  color: #fff;
}
.get_in_touch_section.blue_varient .form_main_container .info_row p span a {
  color: #589ccd;
}
.get_in_touch_section.blue_varient .form_main_container .info_row .wpcf7-submit {
  color: #fff;
}
@media all and (max-width: 1023px) {
  .get_in_touch_section.blue_varient .form_main_container .info_row {
    flex-direction: column;
  }
}
.get_in_touch_section.blue_varient .form_main_container .upload_area {
  border-bottom: 2px solid #fff;
}
.get_in_touch_section.blue_varient .form_main_container .upload_area .wpcf7-form-control-wrap::before {
  color: #002c5a;
}
.get_in_touch_section.blue_varient .wpcf7-response-output {
  color: #fff;
}

.pum-container .popmake-close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  color: #002c5a !important;
  font-size: 22px !important;
  cursor: pointer !important;
  z-index: 99 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.wpcf7-form.sent .form_main_container {
  display: none;
}

.form-title {
  font-size: 36px !important;
}

.form-title.white {
  color: #ffffff;
}

.form-title.blue {
  color: #002c5a;
}

.post_main_container {
  background-color: #002c5a;
}
.post_main_container .post_header_area {
  position: relative;
  z-index: 9;
}
.post_main_container .post_header_area .post_banner_image {
  height: 540px;
  position: relative;
}
.post_main_container .post_header_area .post_banner_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.post_main_container .post_header_area .post_banner_image .posts_details {
  padding: 0 80px 0 80px;
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 10;
  width: 100%;
}
.post_main_container .post_header_area .post_banner_image .posts_details .post_title {
  font-size: 52px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  padding-right: 30px;
  max-width: 800px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.post_main_container .post_header_area .post_banner_image .posts_details::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: calc(100% - 300px);
}
.post_main_container .post_header_area .post_banner_image .posts_details .post_meta {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #589ccd;
  margin-bottom: 60px;
}
.post_main_container .post_header_area .post_banner_image .posts_details .post_meta .author {
  margin-bottom: 5px;
}
@media all and (max-width: 1800px) {
  .post_main_container .post_header_area .post_banner_image .posts_details {
    padding: 0 80px 0 80px;
  }
}
@media all and (max-width: 1023px) {
  .post_main_container .post_header_area .post_banner_image .posts_details {
    padding: 30px;
    bottom: 60px;
  }
  .post_main_container .post_header_area .post_banner_image .posts_details .post_title {
    font-size: 32px;
    margin-bottom: 15px;
    padding-right: 30px;
    max-width: 800px;
  }
  .post_main_container .post_header_area .post_banner_image .posts_details .post_meta {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.post_main_container .section_gradient {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #002c5a, rgba(0, 44, 90, 0));
  bottom: 0;
  z-index: 9;
}
.post_main_container .blog_content_area {
  padding: 0 80px 0px 80px;
}
.post_main_container .blog_content_area .blog_texts h2,
.post_main_container .blog_content_area .blog_texts h3 {
  border-bottom: 1px solid #589ccd;
  color: #589ccd !important;
  font-size: min(max(22px, 16.57143px + 1.4881vw), 38px) !important;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 14px;
}
.post_main_container .blog_content_area .blog_texts ul {
  list-style-type: disc;
  padding-left: 20px;
  font-family: "Gotham-Book";
}
.post_main_container .blog_content_area .blog_texts ul li {
  letter-spacing: -0.5px;
  line-height: 1.35;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.post_main_container .blog_content_area .blog_texts ol {
  list-style: auto;
  padding-left: 20px;
  font-family: "Gotham-Book";
  margin-bottom: 20px;
}
.post_main_container .blog_content_area .blog_texts ol li {
  letter-spacing: -0.5px;
  line-height: 1.35;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.post_main_container .blog_content_area .blog_texts p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.35;
  margin-bottom: 17px;
  line-height: 28px;
}
.post_main_container .blog_content_area .blog_texts a {
  color: #589ccd;
  text-decoration: none;
}
@media all and (max-width: 1023px) {
  .post_main_container .blog_content_area {
    padding: 30px;
  }
}

.main_section {
  padding: 100px 80px;
}
@media all and (max-width: 1023px) {
  .main_section {
    padding: 30px;
  }
}

.display_none {
  display: none;
}

.client_testimonials .content_wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
.client_testimonials .slick-carousel-testimonials {
  color: #fff;
  margin-bottom: 0 !important;
  display: flex;
  overflow: hidden;
  width: 1600px;
}
.client_testimonials .slick-carousel-testimonials .testimonial-slide {
  margin: 0 20px;
}
@media all and (max-width: 1023px) {
  .client_testimonials .slick-carousel-testimonials .testimonial-slide {
    margin: 0 7px;
  }
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area {
  color: #fff;
  background-image: linear-gradient(125deg, #589ccd, #004d95);
  padding: 25px;
  height: 355px;
  width: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area .testimonial-content {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  line-height: 18px;
  max-height: 237px;
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area .testimonial-content::before {
  color: #ff5742;
  content: "“";
  display: block;
  font-family: "Gotham-Book";
  font-size: 30px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  position: absolute;
  left: -19px;
  top: -1px;
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area .testimonial-content::after {
  color: #ff5742;
  content: "”";
  display: block;
  font-family: "Gotham-Book";
  font-size: 30px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  position: absolute;
  right: -19px;
  bottom: -18px;
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area .testimonial-content p {
  margin: 0 !important;
  text-align: justify;
  font-size: 16px;
}
.client_testimonials .slick-carousel-testimonials .testimonial_info_area .client-name {
  font-size: 22px;
  letter-spacing: -0.5px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 5px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .client_testimonials .slick-carousel-testimonials .testimonial_info_area .client-name {
    font-size: 18px;
  }
}

.global_related_posts_section {
  display: flex;
  justify-content: center;
}
.global_related_posts_section .section_inner_wrapper {
  background: #fff;
  min-width: calc(100vw - 11px);
  padding: 100px 80px;
  overflow: hidden;
}
.global_related_posts_section .section_inner_wrapper .data_area {
  display: grid;
  grid-template-columns: 30% calc(70% - 50px);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .global_related_posts_section .section_inner_wrapper .data_area {
    grid-template-columns: 1fr;
  }
}
.global_related_posts_section .section_inner_wrapper .title_area {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .global_related_posts_section .section_inner_wrapper .title_area {
    margin-bottom: 30px;
  }
}
.global_related_posts_section .section_inner_wrapper .title_area .section_title {
  border: none !important;
  font-size: min(max(22px, 16.57143px + 1.4881vw), 36px) !important;
  margin-bottom: 15px;
  color: #002c5a !important;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel {
  width: 1400px;
  margin: 0;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide {
  margin: 0 25px;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-dots {
  display: none !important;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-track {
  display: flex !important;
  padding-bottom: 15px;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide {
  height: inherit !important;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide-content {
  width: 100%;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper {
  height: 100%;
  display: flex;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 3px 10px hsla(0, 0%, 44%, 0.2);
  width: 330px;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper img {
  width: 100%;
  height: 194px;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper .info_area {
  padding: 18px;
  background-color: #fff;
  height: calc(100% - 194px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper .info_area .post_title {
  font-size: 18px !important;
  color: #002c5a !important;
  margin-bottom: 35px;
  border: none !important;
}
@media all and (max-width: 1023px) {
  .global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper .info_area .post_title {
    margin-bottom: 15px;
  }
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper .info_area .post_date {
  font-size: 12px !important;
  color: #002c5a !important;
  margin-bottom: 0 !important;
}
.global_related_posts_section .section_inner_wrapper .global_related_posts_carousel .slick-slide .slide_wrapper:hover h2 {
  color: #589ccd;
}
@media all and (max-width: 1023px) {
  .global_related_posts_section .section_inner_wrapper {
    padding: 30px;
  }
}

.insight_section {
  padding: 100px 80px 100px 80px;
  background-color: #002c5a;
  color: #fff;
  overflow: hidden;
}
.insight_section a {
  color: #fff;
  box-shadow: 0 3px 10px hsla(0, 0%, 44%, 0.2);
}
.insight_section .slick-carousel {
  margin: 0 !important;
  width: 1600px;
}
.insight_section .slick-carousel .slick-list {
  padding-left: 5px;
}
.insight_section .slick-carousel .slick-slide {
  margin: 0 25px;
}
@media all and (max-width: 1023px) {
  .insight_section .slick-carousel .slick-slide {
    margin: 0 7px;
  }
}
.insight_section .slick-track {
  display: flex !important;
  padding-bottom: 5px;
}
.insight_section .slick-slide {
  height: inherit !important;
}
.insight_section .slick-slide .slide-content {
  max-width: 330px;
}
.insight_section .slick-slide .slide_wrapper {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.insight_section .slick-slide .slide_wrapper img {
  max-width: 330px;
  max-height: 194px;
  height: 194px;
  width: 330px;
}
.insight_section .slick-slide .slide_wrapper .info_area {
  padding: 18px;
  background-color: #fff;
  height: calc(100% - 194px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.insight_section .slick-slide .slide_wrapper .info_area h2 {
  font-size: 18px;
  color: #002c5a;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .insight_section .slick-slide .slide_wrapper .info_area h2 {
    margin-bottom: 15px;
  }
}
.insight_section .slick-slide .slide_wrapper .info_area p {
  font-size: 12px;
  color: #002c5a;
  margin-bottom: 0 !important;
}
.insight_section .slick-slide .slide_wrapper:hover h2 {
  color: #589ccd;
}
@media all and (max-width: 1023px) {
  .insight_section {
    font-size: 18px;
    padding: 30px 0 30px 30px;
  }
}

.sectors_page_container .sector_row > .stk-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* Dynamic sizing */
  gap: 16px !important;
  max-width: 100%;
}
@media all and (max-width: 1023px) {
  .sectors_page_container .sector_row > .stk-row {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media all and (max-width: 600px) {
  .sectors_page_container .sector_row > .stk-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sectors_page_container .sector_row .sector_tile {
  width: 100%;
  aspect-ratio: 1/1;
}
.sectors_page_container .sector_row .sector_tile div,
.sectors_page_container .sector_row .sector_tile figure {
  height: 100%;
}
.sectors_page_container .sector_row .sector_tile div .title_wrapper,
.sectors_page_container .sector_row .sector_tile figure .title_wrapper {
  height: auto;
}
.sectors_page_container .sector_row .sector_tile div .title_wrapper h2,
.sectors_page_container .sector_row .sector_tile figure .title_wrapper h2 {
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  line-height: 1;
}

.CV_and_interview_advice .cv_jobs_only_section h3,
.CV_and_interview_advice .cv_jobs_only_section aside {
  padding: 0 11px;
}
.CV_and_interview_advice .cv_jobs_only_section .stk-container {
  margin: 0;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section {
  background-image: none;
  background-color: transparent;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container label {
  color: #fff;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container .row_one p input {
  border-bottom: 2px solid #fff;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container select {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container select option {
  color: #10161f;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container select option:hover {
  background-color: #fff;
  color: #589ccd;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container select:focus-visible {
  outline: none;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container .row_three p span {
  color: #fff;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container .row_three p input {
  color: #fff;
}
.CV_and_interview_advice .get_in_touch_section_container .get_in_touch_wrapper .get_in_touch_section .form_main_container .row_three p a {
  color: #589ccd;
}
.CV_and_interview_advice .stk-block-posts__item {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.related_posts_container {
  display: grid;
  grid-template-columns: 30% calc(70% - 40px);
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.related_posts_container .title_wrapper {
  color: #fff;
}
.related_posts_container .title_wrapper h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .related_posts_container .title_wrapper {
    margin-bottom: 25px;
  }
  .related_posts_container .title_wrapper h2 {
    font-size: 22px;
  }
}
.related_posts_container .slick_carousel_industry_related_posts {
  color: #fff;
  width: 1600px;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-carousel {
  margin: 0;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-track {
  display: flex !important;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide {
  height: inherit !important;
  margin: 0 20px;
  width: 330px;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide-content {
  max-width: 100%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 5px;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper img {
  max-width: 100%;
  max-height: 194px;
  height: 194px;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper .info_area {
  padding: 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 194px);
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper .info_area h2 {
  font-size: 18px;
  color: #002c5a;
  margin-bottom: 35px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper .info_area h2 {
    margin-bottom: 15px;
  }
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper .info_area p {
  font-size: 12px;
  color: #002c5a;
  margin-bottom: 0 !important;
}
.related_posts_container .slick_carousel_industry_related_posts .slick-slide .slide_wrapper:hover h2 {
  color: #589ccd;
}
@media all and (max-width: 1023px) {
  .related_posts_container {
    grid-template-columns: 1fr;
  }
}

.live_jobs_section {
  background: #fff;
}
.live_jobs_section a {
  color: inherit;
}
.live_jobs_section .live_jobs_container {
  color: #002c5a;
}
.live_jobs_section .live_jobs_container .inner_wrapper {
  display: grid;
  grid-template-columns: 32% calc(68% - 50px);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .live_jobs_section .live_jobs_container .inner_wrapper {
    grid-template-columns: 1fr;
  }
}
.live_jobs_section .live_jobs_container .title_section {
  margin-bottom: 25px;
}
.live_jobs_section .live_jobs_container .main_title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.live_jobs_section .live_jobs_container .main_title .real_count {
  color: #ff5742;
}
@media all and (max-width: 1023px) {
  .live_jobs_section .live_jobs_container .main_title {
    font-size: 22px;
  }
}
.live_jobs_section .live_jobs_container .sub_title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area a {
  text-decoration: none;
  width: 100%;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 30px;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_title {
    color: #ffffff;
  }
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_taxonomies {
  display: flex;
  flex-direction: column;
  color: #589ccd;
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 15px;
  row-gap: 5px;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .job_taxonomies .job_location {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #589ccd;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .right_arrow {
  display: flex;
  justify-content: flex-end;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item .right_arrow svg {
  width: 16px;
  height: 31px;
}
.live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item:hover {
  background-color: rgba(165, 180, 193, 0.4);
}
@media all and (max-width: 1023px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 767px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item:hover {
    background-color: #022244;
  }
}
@media all and (max-width: 1023px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper .job_item {
    padding: 20px;
    background-color: #022244;
  }
}
@media all and (max-width: 1600px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper {
    grid-template-columns: repeat(2, 280px);
  }
}
@media all and (max-width: 1023px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .live_jobs_section .live_jobs_container .jobs_aggragtion_area .jobs_wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
  }
}

.search_page_main_container {
  background-color: #002c5a;
  /* Job Search Dropdown Filters */
  /* Filter Dropdowns Row */
  /* Regular checkboxes in dropdown items */
  /* Skillset Search Box */
  /* Hierarchical Location Dropdown */
  /* Ensure Remote items are also hidden when country is collapsed */
  /* Hide caret for items without children (region and remote) */
  /* Remote item styling - no caret, special background */
  /* General dropdown menu styling */
  /* Skillset Search Box */
}
.search_page_main_container .job-filters-wrapper {
  /* background: #1a365d; */
  padding: 20px;
  border-radius: 8px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper {
    padding: 0;
  }
}
.search_page_main_container .job-filters-wrapper .filer_options.mobile_version {
  display: none;
}
.search_page_main_container .job-filters-wrapper .filer_options.mobile_version .filter-dropdown--item.location-checkbox input[type=checkbox]:not(:checked) {
  border: 1px solid #ffffff !important;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filer_options.mobile_version {
    display: block;
  }
  .search_page_main_container .job-filters-wrapper .filer_options.mobile_version .filter-dropdown--menu {
    position: absolute;
    top: 52px;
    border-radius: 6px;
  }
  .search_page_main_container .job-filters-wrapper .filer_options.mobile_version .filter-dropdown--menu .location-caret {
    background-image: url(/wp-content/uploads/2025/09/Vector-4-1.svg);
  }
}
.search_page_main_container .job-filters-wrapper .filters-top {
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filters-top {
    margin: 0;
  }
}
.search_page_main_container .filter-divider-white {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .filter-divider-white {
    display: none;
  }
}
.search_page_main_container .job-filters-wrapper .filter-search .form_control {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 16px;
  background: white;
}
.search_page_main_container .job-filters-wrapper .filter-search .form_control:focus {
  outline: none;
  /* border-color: #3182ce; */
}
.search_page_main_container .job-filters-wrapper .filters-row {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filters-row {
    display: grid;
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .search_page_main_container .job-filters-wrapper .filters-row {
    grid-template-columns: 1fr;
  }
}
.search_page_main_container .job-filters-wrapper .filter-dropdown {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: 245px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filter-dropdown {
    max-width: unset;
    width: 100%;
  }
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item {
  padding: 2px 10px 2px 0;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  text-align: left;
  transition: background-color 0.2s;
  color: white;
  background: #002144;
  width: 100%;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: -0.3px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item {
    background-color: transparent;
    padding: 5px 0;
  }
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item:hover {
  color: #589ccd;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item:hover .location-text {
  color: #589ccd;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item.selected {
  color: #589ccd;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item:hover {
  /* background-color: #f7fafc; */
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--item:last-child {
  border-bottom: none;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown--item input[type=checkbox] {
  min-width: 0px;
  width: 0px;
  height: 0px;
  margin: 0;
  margin-right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none !important;
  border-radius: 0px;
  cursor: pointer;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown--item input[type=checkbox]:not(:checked) {
  border: 1px solid #ffffff;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown--item input[type=checkbox]:checked {
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown--item input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.search_page_main_container .search_field_wrapper {
  position: relative;
}
.search_page_main_container .search_field_wrapper .skillset_search_icon {
  background-image: url(/wp-content/uploads/2025/02/magnifier-svgrepo-com.svg);
  height: 17px;
  width: 17px;
  max-width: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 12px;
  cursor: pointer;
  padding: 0;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--search {
  padding: 12px 30px 12px 12px;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  outline: none;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--search::-moz-placeholder {
  color: #7290af;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--search::placeholder {
  color: #7290af;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--search input:focus {
  outline: none;
  border-color: #3182ce;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown--item .location-item {
  position: relative;
}
.search_page_main_container .filter-dropdown--item.location-checkbox {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  padding: 4px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
  /* border-bottom: 1px solid #e2e8f0; */
  position: relative;
  min-height: 25px;
  justify-content: space-between;
  letter-spacing: -0.3px;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .filter-dropdown--item.location-checkbox {
    padding: 8px 10px;
  }
}
.search_page_main_container .location-dropdown {
  width: 100%;
  height: 100%;
}
.search_page_main_container .filter-dropdown--item.location-checkbox:hover {
  /* background-color: #f7fafc; */
}
.search_page_main_container .check-box-div {
  display: flex;
  align-content: flex-end;
  align-items: center;
}
.search_page_main_container .filter-dropdown--item.location-text {
  flex: 1;
  color: #2d3748;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search_page_main_container .filter-dropdown--item.location-checkbox input[type=checkbox] {
  min-width: 11px;
  min-height: 11px;
  margin: 0;
  margin-right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.search_page_main_container .filter-dropdown--item.location-checkbox input[type=checkbox]:not(:checked) {
  border: 1px solid #ffffff !important;
}
.search_page_main_container .filter-dropdown--item.location-checkbox input[type=checkbox]:checked {
  background-color: #ff5742;
  border: 1px solid #ff5742;
  position: relative;
}
.search_page_main_container .filter-dropdown--item.location-checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff5742;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}
.search_page_main_container .filter-dropdown--item.location-caret {
  color: #718096;
  font-size: 12px;
  transition: transform 0.2s;
  cursor: pointer;
  padding: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search_page_main_container .filter-dropdown--item.location-caret:hover {
  color: #3182ce;
}
.search_page_main_container .location-children {
  display: none;
  margin-left: 16px;
  /* border-left: 1px solid #e2e8f0; */
}
.search_page_main_container .location-children.expanded {
  display: block;
}
.search_page_main_container .continent-item {
  background: #002144;
  width: 100%;
  border: none;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .continent-item {
    background: transparent;
  }
}
.search_page_main_container .region-item {
  display: flex !important;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.search_page_main_container .filter-dropdown--item.location-item .location-children .location-item {
  display: none;
}
.search_page_main_container .location-item.expanded .location-children .location-item {
  display: block;
}
.search_page_main_container .filter-dropdown--item.location-item .location-children .location-item.remote-item {
  display: none;
}
.search_page_main_container .location-item.expanded .location-children .location-item.remote-item {
  display: block;
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=country] .location-checkbox {
  padding-left: 24px;
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=city] .location-checkbox {
  padding-left: 40px;
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=region] .location-checkbox {
  padding-left: 56px;
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=region] .location-caret,
.search_page_main_container .filter-dropdown--item.location-item[data-level=remote-country] .location-caret,
.search_page_main_container .filter-dropdown--item.location-item[data-level=remote-region] .location-caret {
  display: none;
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=remote-country] {
  background-color: #e6f3ff;
  border-left: 3px solid #3182ce;
  font-weight: 500;
  padding-left: 24px;
  /* Same as country items */
}
.search_page_main_container .filter-dropdown--item.location-item[data-level=remote-region] {
  background-color: #f0f8ff;
  border-left: 2px solid #3182ce;
  font-weight: 400;
  padding-left: 40px;
  /* Indented more than country remote */
  font-size: 13px;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown-toggle-header {
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown-toggle-header {
    font-size: 15px;
  }
}
.search_page_main_container .filter-dropdown .filter-dropdown--menu {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  /* border: 1px solid #e2e8f0; */
  border-top: none;
  border-radius: 8px;
  max-height: 230px;
  border: 0.5px solid #fff;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  background-color: #002144;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown.active .filter-dropdown-toggle-header .caret {
  transform: rotate(180deg);
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .filter-dropdown--list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #002144;
  padding: 5px;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-header {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: border-color 0.2s;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-header:hover {
  border-color: #3182ce;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-header .dropdown-title {
  color: #2d3748;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-header .dropdown-arrow {
  color: #718096;
  transition: transform 0.2s;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown.active .dropdown-header .dropdown-arrow {
  transform: rotate(180deg);
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown.active .dropdown-content {
  display: block;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-item {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-item:hover {
  background-color: #f7fafc;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-item .filter-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #3182ce;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-item .item-text {
  color: #2d3748;
  font-size: 14px;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .dropdown-item .item-count {
  color: #718096;
  font-size: 12px;
  margin-left: auto;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .skillset-search {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .skillset-search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
}
.search_page_main_container .job-filters-wrapper .filter-dropdown .skillset-search input:focus {
  outline: none;
  border-color: #3182ce;
}
.search_page_main_container .job-filters-wrapper .applied-filters {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #4a5568;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filters-title {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.search_page_main_container .job-filters-wrapper .applied-filters .clear-all-btn {
  background: transparent;
  color: #3182ce;
  border: 1px solid #3182ce;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
.search_page_main_container .job-filters-wrapper .applied-filters .clear-all-btn:hover {
  background: #3182ce;
  color: white;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filter-tag {
  background: #3182ce;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filter-tag .remove-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
}
.search_page_main_container .job-filters-wrapper .applied-filters .applied-filter-tag .remove-btn:hover {
  color: #ff5742;
}
.search_page_main_container .job_search_bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_page_main_container .job_search_bar .search_input_box {
  width: 100%;
  padding: 200px 80px 60px 80px;
  position: relative;
  z-index: 3;
}
.search_page_main_container .job_search_bar .search_input_box .live_jobs_title {
  font-size: 52px;
  color: #fff;
  font-family: "Gotham-Book";
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}
.search_page_main_container .job_search_bar .search_input_box .input_box {
  padding: 30px;
  background: #002144;
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 24px;
}
.search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search .input_field_wrapper {
  position: relative;
  width: calc(100% - 157px);
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search .input_field_wrapper {
    border: 1px solid #fff;
    border-radius: 23px;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search {
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search .btn_wrapper {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .filter-search .btn_wrapper .btn_primary {
    width: 100%;
    justify-content: center;
    height: 43px;
  }
}
.search_page_main_container .job_search_bar .search_input_box .input_box .job-filters-wrapper .applied-filters-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.search_page_main_container .job_search_bar .search_input_box .input_box .info_wrapper {
  max-width: 860px;
  margin: auto;
  position: relative;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .input_box {
    padding: 0px;
  }
}
.search_page_main_container .job_search_bar .search_input_box .search_title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.search_page_main_container .job_search_bar .search_input_box .form_control {
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 5px 5px 5px 34px;
  color: #fff;
  font-size: 19px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_page_main_container .job_search_bar .search_input_box .form_control:focus {
  outline: none;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box .form_control {
    height: 43px;
    font-size: 15px;
  }
}
.search_page_main_container .job_search_bar .search_input_box .form_control::-moz-placeholder {
  color: #7290af;
}
.search_page_main_container .job_search_bar .search_input_box .form_control::placeholder {
  color: #7290af;
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_search_bar .search_input_box .form_control::-moz-placeholder {
    font-size: 12px;
    overflow: ellipsis;
  }
  .search_page_main_container .job_search_bar .search_input_box .form_control::placeholder {
    font-size: 12px;
    overflow: ellipsis;
  }
}
.search_page_main_container .job_search_bar .search_input_box .search_icon {
  background-image: url(/wp-content/uploads/2025/02/magnifier-svgrepo-com.svg);
  height: 17px;
  width: 17px;
  max-width: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-left: 12px;
  cursor: pointer;
  padding: 0;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section {
  border-radius: 5px;
  padding: 30px 0;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filter-tag {
  background: #3182ce;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: linear-gradient(90deg, #004e91 0%, #589ccd 100%) !important;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filter-tag:hover {
  background: linear-gradient(90deg, #589ccd 0%, #004e91 100%) !important;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filter-tag .remove-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filter-tag .remove-btn:hover {
  color: #ff5742;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filters-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filters-header .applied-filters-title {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filters-header .clear-all-filters {
  background: transparent;
  color: #3182ce;
  border: 1px solid #3182ce;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
.search_page_main_container .job_search_bar .search_input_box .applied-filters-section .applied-filters-header .clear-all-filters:hover {
  background: #3182ce;
  color: white;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box {
    padding: 120px 30px 30px 30px;
  }
  .search_page_main_container .job_search_bar .search_input_box .live_jobs_title {
    font-size: 28px;
  }
  .search_page_main_container .job_search_bar .search_input_box .input_box {
    padding: 24px;
  }
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_search_bar .search_input_box {
    padding: 120px 25px 30px 25px;
  }
}
.search_page_main_container .job_search_bar .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.search_page_main_container .job_search_bar .bg_image .gradient_box {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: linear-gradient(0deg, #002c5a, rgba(0, 44, 90, 0)) !important;
}
.search_page_main_container .job_search_bar .bg_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_search_bar .search_input_box {
    width: 100%;
    max-width: 1160px;
  }
  .search_page_main_container .job_search_bar .search_input_box .live_jobs_title {
    font-size: 36px;
  }
}
.search_page_main_container .filter-dropdown .toggle-header-location {
  border: 1px solid white;
  background: #002144;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.search_page_main_container .filter-dropdown .filter-dropdown--menu .location-text {
  font-size: 15px;
  color: #fff;
}
.search_page_main_container .filter-dropdown .filter-dropdown--menu .location-caret {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.search_page_main_container .filter-dropdown .filter-dropdown--menu .location-caret .caret_icon {
  background-image: url(/wp-content/uploads/2025/09/Vector-4-1.svg);
  transition: transform 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 11px;
  height: 7px;
  pointer-events: none;
}
.search_page_main_container .filter-dropdown.active .filter-dropdown--menu {
  display: block !important;
}
.search_page_main_container .filter-dropdown.location-dropdown.active .filter-dropdown--menu {
  display: block !important;
}
.search_page_main_container .filter-dropdown.location-dropdown.active .filter-dropdown--menu .location-item .location-text.selected {
  color: #589ccd;
}
.search_page_main_container .filter-dropdown .caret {
  background-image: url(/wp-content/uploads/2025/09/Vector-4-1.svg);
  transition: transform 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.search_page_main_container .filter-dropdown .job-filters-wrapper .filter-dropdown.active .filter-dropdown-toggle-header {
  background-color: #f7fafc;
  border-color: #3182ce;
  position: relative;
}
.search_page_main_container .job_filter_container {
  padding: 0 25px 30px 25px;
}
.search_page_main_container .job_filter_container .sections_wrapper {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.search_page_main_container .job_filter_container .active {
  color: #589ccd;
}
.search_page_main_container .job_filter_container .filer_options {
  color: #fff;
}
.search_page_main_container .job_filter_container .filer_options .drawer.subindustries {
  padding-left: 30px;
}
.search_page_main_container .job_filter_container .filer_options .drawer.regions {
  padding-left: 30px;
}
.search_page_main_container .job_filter_container .filer_options .drawer.cities {
  padding-left: 30px;
}
.search_page_main_container .job_filter_container .filer_options .drawer.country {
  padding-left: 30px;
}
.search_page_main_container .job_filter_container .filer_options .filter_group {
  margin-bottom: 25px;
}
.search_page_main_container .job_filter_container .filer_options .filter_group #sector-title .title-wrapper {
  display: flex;
  align-items: center;
}
.search_page_main_container .job_filter_container .filer_options .filter_group .filter-option {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 8px;
}
.search_page_main_container .job_filter_container .filer_options .filter_group .filter-option.subindustry.active::after, .search_page_main_container .job_filter_container .filer_options .filter_group .filter-option.region.active::after {
  background: #ff5742;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  min-width: 7px;
  opacity: 1;
  content: "";
}
.search_page_main_container .job_filter_container .filer_options .filter_group .filter-option:hover {
  color: #589ccd;
}
.search_page_main_container .job_filter_container .filer_options .filter_group .filter-option .filter_type_name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.search_page_main_container .job_filter_container .filer_options .filter_title {
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #002c5a, #ff5742);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon::before, .search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  /* Icon color */
  width: 10px;
  height: 3px;
  /* Thickness of the cross lines */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon::before {
  transform: translateY(-50%) rotate(90deg);
  /* Rotate the horizontal line to vertical */
}
.search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.search_page_main_container .job_filter_container .filer_options .filter_title .plus_icon.active::before {
  transform: translateY(-50%);
}
.search_page_main_container .job_filter_container .filer_options .filter_title .clear-filters {
  margin-left: auto;
  /* Push "Clear Filters" to the extreme right */
  font-size: 13px;
  font-weight: 100;
  transition: all 0.3s;
  z-index: 1;
}
.search_page_main_container .job_filter_container .filer_options .filter_title .clear-filters::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/wp-content/uploads/2025/02/reload-btn.svg) no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
  vertical-align: middle;
}
.search_page_main_container .job_filter_container .filer_options .filter_title .clear-filters:hover::after {
  transform: rotate(-45deg);
}
.search_page_main_container .job_filter_container .filer_options .filter_title .filter-option {
  cursor: pointer;
}
.search_page_main_container .job_filter_container .filer_options .filter_inner_options {
  padding-left: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.search_page_main_container .job_filter_container .filer_options .subindustries {
  padding-left: 15px;
}
.search_page_main_container .job_filter_container .filer_options .subindustries .subindustry {
  cursor: pointer;
  margin-bottom: 5px;
}
.search_page_main_container .job_filter_container .filer_options .industry {
  cursor: pointer;
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle::after, .search_page_main_container .job_filter_container .filer_options .filters-toggle::before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  width: 10px;
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle::before {
  transform: translateY(-50%);
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle.sub-selected::after {
  transform: translateY(-50%) rotate(0deg);
  /* Vertical line rotates to overlap horizontal */
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle-job-type::before {
  background: #ff5742;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  opacity: 0;
  content: "";
  left: 50%;
  position: relative;
  top: 50%;
  display: block;
}
.search_page_main_container .job_filter_container .filer_options .filters-toggle-job-type.active::before,
.search_page_main_container .job_filter_container .filer_options .filters-toggle.active::before,
.search_page_main_container .job_filter_container .filer_options .filters-toggle.filters-toggle.active::after {
  background: #ff5742;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  opacity: 1;
}
.search_page_main_container .job_filter_container .filer_options.desktop_version {
  display: none;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_filter_container .filer_options.desktop_version {
    display: none;
  }
}
.search_page_main_container .job_filter_container .job_results_container {
  width: 100%;
}
.search_page_main_container .job_filter_container .job_results_container .job_tile_area {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  justify-content: center;
}
.search_page_main_container .job_filter_container .job_results_container .job_tile_area a {
  text-decoration: none;
  aspect-ratio: 1/1;
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_filter_container .job_results_container .job_tile_area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .search_page_main_container .job_filter_container .job_results_container .job_tile_area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_filter_container .job_results_container .job_tile_area {
    gap: 10px;
  }
}
.search_page_main_container .job_filter_container .job_results_container .job_item {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2392156863);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.search_page_main_container .job_filter_container .job_results_container .job_item .job_title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  color: #fff;
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_filter_container .job_results_container .job_item .job_title {
    font-size: 14px;
  }
}
.search_page_main_container .job_filter_container .job_results_container .job_item .job_taxonomies {
  display: flex;
  flex-direction: column;
  color: #589ccd;
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 15px;
  row-gap: 5px;
}
.search_page_main_container .job_filter_container .job_results_container .job_item .job_taxonomies a {
  color: #589ccd;
  text-decoration: none;
}
.search_page_main_container .job_filter_container .job_results_container .job_item .job_taxonomies .salary {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.search_page_main_container .job_filter_container .job_results_container .job_item .job_taxonomies .job-location {
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_filter_container .job_results_container .job_item .job_taxonomies {
    font-size: 12px;
  }
}
.search_page_main_container .job_filter_container .job_results_container .job_item .btn_wrapper {
  justify-content: flex-end;
  margin-top: 10px;
}
.search_page_main_container .job_filter_container .job_results_container .job_item .btn_wrapper .btn_primary {
  color: #fff;
}
.search_page_main_container .job_filter_container .job_results_container .job_item:hover {
  background-color: rgba(165, 180, 193, 0.4);
}
@media all and (max-width: 1023px) {
  .search_page_main_container .job_filter_container {
    padding: 0 30px 30px 30px;
  }
  .search_page_main_container .job_filter_container .sections_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .search_page_main_container .job_filter_container .filer_options {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_filter_container {
    padding: 0 25px 20px 25px;
  }
  .search_page_main_container .job_filter_container .job_results_container .job_tile_area .job_item {
    max-width: 350px;
    padding: 10px;
  }
}
.search_page_main_container .job_type_buttons {
  margin-top: 25px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 25px;
}
.search_page_main_container .job_type_buttons .btn_wrapper {
  gap: 15px;
}
.search_page_main_container .job_type_buttons .job-type-button {
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
}
.search_page_main_container .job_type_buttons .job-type-button:hover {
  background: linear-gradient(90deg, #589ccd 0%, #004e91 100%) !important;
  color: #fff;
  border: 1px solid transparent;
  border-right: 1px solid #004e91;
  border-left: 1px solid #589ccd;
}
.search_page_main_container .job_type_buttons .job-type-button.selected {
  background: #3182ce;
  border: 1px solid #3182ce;
  color: #fff;
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_type_buttons .job-type-button {
    font-size: 14px;
  }
}
@media all and (max-width: 450px) {
  .search_page_main_container .job_type_buttons .job-type-button {
    font-size: 12px;
  }
}
.search_page_main_container .job_type_buttons .btn_primary {
  background: transparent !important;
  margin-right: 20px;
  text-decoration: underline;
  text-transform: none;
}
@media all and (max-width: 600px) {
  .search_page_main_container .job_type_buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search_page_main_container.dummy_component .job_type_buttons {
  margin-top: 25px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 25px;
}
.search_page_main_container.dummy_component .job_type_buttons .btn_primary {
  background-color: #589ccd;
  margin-right: 20px;
  text-transform: none;
}
@media all and (max-width: 600px) {
  .search_page_main_container.dummy_component .job_type_buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search_page_main_container.dummy_component .job_filter_container .sections_wrapper {
  display: flex;
}
.search_page_main_container.dummy_component .job_filter_container .sections_wrapper .job_results_container .job_tile_area {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media all and (max-width: 1023px) {
  .search_page_main_container.dummy_component .job_filter_container .sections_wrapper .job_results_container .job_tile_area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .search_page_main_container.dummy_component .job_filter_container .sections_wrapper .job_results_container .job_tile_area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.search_page_main_container.dummy_component .job-filters-wrapper .filter-dropdown--item input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff5742;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.search_page_main_container.dummy_component .job-filters-wrapper .filter-dropdown--item input[type=checkbox]:checked {
  background-color: #ff5742;
  border: 1px solid #ff5742 !important;
  position: relative;
}
@media all and (max-width: 1023px) {
  .search_page_main_container {
    padding-top: 82px;
  }
}

.meet_the_teem_page .banner_area .stk-img-wrapper {
  max-height: 550px;
}
.meet_the_teem_page .left_details_area {
  background: linear-gradient(90deg, #004d95 0, #589ccd);
  padding: 30px;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
.meet_the_teem_page .left_details_area .search_box {
  position: relative;
  margin-bottom: 25px;
}
.meet_the_teem_page .left_details_area .search_box .search_input {
  padding: 10px 30px 10px 15px;
  min-height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  outline: none;
}
.meet_the_teem_page .left_details_area .search_box::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2024/09/search_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.meet_the_teem_page .left_details_area .mobile_filter_display {
  display: none;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .meet_the_teem_page .left_details_area .mobile_filter_display {
    display: flex;
    justify-content: space-between;
  }
}
.meet_the_teem_page .left_details_area .mobile_filter_display .filter_btn::before {
  content: "+";
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}
.meet_the_teem_page .left_details_area .mobile_filter_display.active .filter_btn::before {
  content: "-";
  color: #fff;
}
.meet_the_teem_page .left_details_area .search_input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.meet_the_teem_page .left_details_area .search_input::placeholder {
  color: #fff;
  opacity: 1;
}
.meet_the_teem_page .left_details_area .search_section_title {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 700;
}
.meet_the_teem_page .left_details_area .category_list a {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  font-family: "Gotham-Book";
  font-size: 16px;
}
.meet_the_teem_page .left_details_area .category_list li {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  letter-spacing: -0.4px;
  opacity: 0.5;
}
.meet_the_teem_page .left_details_area .category_list li:hover {
  opacity: 1;
}
.meet_the_teem_page .left_details_area .category_list li:hover a {
  opacity: 1;
  transition: all 0.7s;
}
.meet_the_teem_page .left_details_area .category_list li:hover::after {
  opacity: 1;
}
.meet_the_teem_page .left_details_area .category_list li .category-link.active {
  opacity: 1;
  transition: all 0.7s;
}
.meet_the_teem_page .left_details_area .category_list li .category-link.active::after {
  opacity: 1;
}
.meet_the_teem_page .left_details_area .category_list li::after {
  background: linear-gradient(to right, transparent, rgba(16, 22, 31, 0.25) 15%, #ff5742, rgba(16, 22, 31, 0.25) 85%, transparent);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0.5;
  transition: all 0.7s;
}
@media all and (max-width: 767px) {
  .meet_the_teem_page .left_details_area .category_list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.7s;
  }
  .meet_the_teem_page .left_details_area .category_list.active {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .meet_the_teem_page .left_details_area {
    margin-bottom: 25px;
  }
}
.meet_the_teem_page .consultants_section {
  display: grid;
  grid-template-columns: 22% calc(78% - 35px);
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.meet_the_teem_page .consultants_section .consultants_wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .consultant-card {
  position: relative;
  min-height: 150px;
  aspect-ratio: 1/1;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .consultant-image,
.meet_the_teem_page .consultants_section .consultants_wrapper a {
  height: 100%;
  display: block;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 44, 90, 0.7);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info .sector_title,
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info h2,
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info div {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  color: #fff;
  text-decoration: none;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info .consultants_position {
  color: #589ccd;
  font-size: 17px;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .tile_info .btn_primary {
  color: #fff;
}
.meet_the_teem_page .consultants_section .consultants_wrapper .consultant-card:hover .tile_info {
  opacity: 0;
  visibility: hidden;
}
.meet_the_teem_page .consultants_section .consultants_wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
@media all and (max-width: 1600px) {
  .meet_the_teem_page .consultants_section .consultants_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1200px) {
  .meet_the_teem_page .consultants_section {
    grid-template-columns: 25% calc(75% - 35px);
  }
  .meet_the_teem_page .consultants_section .consultants_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .meet_the_teem_page .consultants_section .consultants_wrapper .tile_info .sector_title,
  .meet_the_teem_page .consultants_section .consultants_wrapper .tile_info h2,
  .meet_the_teem_page .consultants_section .consultants_wrapper .tile_info div {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .meet_the_teem_page .consultants_section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 767px) {
  .meet_the_teem_page .consultants_section .consultants_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.consultant_details_page {
  background-color: #002c5a;
}
.consultant_details_page .bg_img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
     object-position: left;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.consultant_details_page .consultant_banner_area {
  padding: 200px 80px 60px 80px;
  position: relative;
  background-color: #002c5a;
}
.consultant_details_page .consultant_banner_area .section_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1440px;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area .section_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.consultant_details_page .consultant_banner_area .left_details {
  background: linear-gradient(to right, #002c5a, #004d95);
  padding: 30px;
}
.consultant_details_page .consultant_banner_area .left_details .consultant_name {
  font-size: min(max(15.57143px + 2.52976vw, 35px), 52px);
  color: #fff;
  margin-bottom: 15px;
}
.consultant_details_page .consultant_banner_area .left_details .consultant_position {
  color: #589ccd;
  font-size: min(max(19.28571px + 0.74405vw, 25px), 30px);
  margin-bottom: 25px;
  font-weight: 700;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area .left_details .consultant_position {
    margin-bottom: 15px;
  }
}
.consultant_details_page .consultant_banner_area .left_details .consultant_description {
  color: #fff;
  margin-bottom: 25px;
  font-size: 15px;
}
.consultant_details_page .consultant_banner_area .left_details li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 10px;
}
.consultant_details_page .consultant_banner_area .left_details li a {
  color: #fff;
  text-decoration: none;
}
.consultant_details_page .consultant_banner_area .left_details li a:hover {
  color: #589ccd;
}
.consultant_details_page .consultant_banner_area .left_details li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area .left_details li {
    font-size: 16px;
  }
}
.consultant_details_page .consultant_banner_area .left_details .consultant-phone::before {
  background-image: url("/wp-content/uploads/2025/01/call-192-svgrepo-com-1-1.svg");
}
.consultant_details_page .consultant_banner_area .left_details .consultant-linkedin::before {
  background-image: url("/wp-content/uploads/2025/01/linkedin-svgrepo-com-1.svg");
}
.consultant_details_page .consultant_banner_area .left_details .consultant-email::before {
  background-image: url("/wp-content/uploads/2025/01/message-svgrepo-com-1.svg");
}
.consultant_details_page .consultant_banner_area .right_details {
  display: flex;
  justify-content: center;
}
.consultant_details_page .consultant_banner_area .right_details img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area .right_details img {
    max-width: 450px;
    max-height: 450px;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area .right_details {
    margin-top: 25px;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_banner_area {
    padding: 120px 30px 30px 30px;
  }
}
.consultant_details_page .meet_the_team_latest_post_carousel {
  padding: 60px 0 60px 80px;
  background-color: #fff;
}
.consultant_details_page .meet_the_team_latest_post_carousel .related_posts_container {
  display: grid;
  grid-template-columns: 30% calc(70% - 40px);
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .title_wrapper {
  color: #002c5a;
}
.consultant_details_page .meet_the_team_latest_post_carousel .title_wrapper h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel {
  color: #fff;
  margin: 0;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-track {
  display: flex !important;
  padding-bottom: 5px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide {
  height: inherit !important;
  margin: 0 20px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide-content {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
  width: 330px;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper img {
  max-width: 100%;
  max-height: 194px;
  height: 194px;
  width: 100%;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper .info_area {
  padding: 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 194px);
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper .info_area h2 {
  font-size: 15px;
  color: #002c5a;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper .info_area h2 {
    margin-bottom: 15px;
  }
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper .info_area p {
  font-size: 12px;
  color: #002c5a;
  margin-bottom: 0 !important;
}
.consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide .slide_wrapper:hover h2 {
  color: #589ccd;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .meet_the_team_latest_post_carousel .slick-carousel .slick-slide {
    margin: 0 7px;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .meet_the_team_latest_post_carousel {
    padding: 30px 0 30px 30px;
  }
  .consultant_details_page .meet_the_team_latest_post_carousel .related_posts_container {
    grid-template-columns: repeat(1, 1fr);
  }
  .consultant_details_page .meet_the_team_latest_post_carousel .related_posts_container .title_wrapper h2 {
    font-size: 22px;
  }
}
.consultant_details_page .consultant_jobs_list {
  padding: 50px 80px 60px 80px;
}
.consultant_details_page .consultant_jobs_list .content_width {
  display: grid;
  grid-template-columns: 30% calc(70% - 50px);
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .content_width {
    grid-template-columns: 1fr;
  }
}
.consultant_details_page .consultant_jobs_list .title_wrapper {
  font-size: 36px;
  margin-bottom: 25px;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .title_wrapper {
    font-size: 22px;
  }
}
.consultant_details_page .consultant_jobs_list .btn_wrapper {
  margin-bottom: 15px;
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .title_info_wrapper {
    margin-bottom: 15px;
  }
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item .job_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item .job_taxonomies {
  display: flex;
  flex-direction: column;
  color: #589ccd;
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 15px;
  row-gap: 5px;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item .btn_wrapper {
  justify-content: flex-end;
}
.consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item:hover {
  background-color: rgba(165, 180, 193, 0.4);
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 767px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item:hover {
    background-color: #022244;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item {
    background-color: transparent;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper .job_item {
    background-color: #022244;
    padding: 20px;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .consultant_details_page .consultant_jobs_list .jobs_wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
  }
}
@media all and (max-width: 1023px) {
  .consultant_details_page .consultant_jobs_list {
    padding: 30px;
  }
}

.job_details_page_container {
  background-color: #002c5a;
  background-image: url(/wp-content/uploads/2024/10/profile-bg.svg);
  background-blend-mode: multiply;
  background-size: cover;
}
.job_details_page_container .job_details_banner .job_section_wrapper {
  padding: 180px 80px 60px 80px;
}
.job_details_page_container .job_details_banner .job_section_wrapper .sections_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
  .job_details_page_container .job_details_banner .job_section_wrapper .sections_area {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 1023px) {
  .job_details_page_container .job_details_banner .job_section_wrapper {
    padding: 100px 30px 30px 30px;
  }
}
.job_details_page_container .job_details_banner .left_details .consultant_name {
  font-size: min(max(4.85714px + 3.27381vw, 30px), 52px);
  color: #fff;
  margin-bottom: 15px;
}
.job_details_page_container .job_details_banner .left_details .job_details {
  color: #589ccd;
  margin-bottom: 25px;
  font-size: min(max(11.14286px + 0.89286vw, 18px), 24px);
  font-weight: 700;
  letter-spacing: -0.7px;
}
.job_details_page_container .job_details_banner .left_details .archived_notice {
  max-width: 350px;
  padding: 10px;
  border: 1px solid #ff5742;
  color: #ff5742;
  background: rgba(255, 0, 0, 0.12);
  font-size: 13px;
  font-weight: 600;
}
.job_details_page_container .job_details_banner .left_details .archived_notice a {
  color: #fff;
  text-decoration: none;
}
.job_details_page_container .job_details_banner .left_details .archived_notice p {
  margin: 0 !important;
}
@media all and (max-width: 767px) {
  .job_details_page_container .job_details_banner .left_details .archived_notice {
    display: flex;
    justify-self: center;
  }
}
@media all and (max-width: 767px) {
  .job_details_page_container .job_details_banner .left_details {
    text-align: center;
    margin-bottom: 30px;
  }
  .job_details_page_container .job_details_banner .left_details .consultant_name {
    font-size: 26px;
  }
  .job_details_page_container .job_details_banner .left_details .btn_wrapper {
    justify-content: center;
  }
}
.job_details_page_container .job_details_banner .right_details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.job_details_page_container .job_details_banner .right_details .consultant_details {
  text-align: right;
  color: #589ccd;
  font-size: min(max(12.57143px + 0.44643vw, 16px), 19px);
  letter-spacing: -0.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
  white-space: nowrap;
}
.job_details_page_container .job_details_banner .right_details .consultant_details .consultant_name {
  color: #fff;
  margin-bottom: 15px;
  font-size: min(max(8.57143px + 1.4881vw, 20px), 30px);
  font-weight: 400;
  letter-spacing: 0.2px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.job_details_page_container .job_details_banner .right_details .consultant_details .consultant_position {
  font-weight: 700;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.job_details_page_container .job_details_banner .right_details .consultant_details a {
  color: #589ccd;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.job_details_page_container .job_details_banner .right_details .consultant_details img {
  width: 216px;
  height: 216px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.job_details_page_container .job_details_banner .right_details .consultant_details .btn_wrapper {
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.job_details_page_container .job_details_banner .right_details .consultant_details .btn_wrapper a {
  color: #002c5a;
  text-decoration: none;
}
.job_details_page_container .job_details_banner .right_details .consultant_details .btn_wrapper .btn_primary {
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 767px) {
  .job_details_page_container .job_details_banner .right_details {
    align-items: center;
  }
  .job_details_page_container .job_details_banner .right_details .consultant_details {
    text-align: center;
  }
  .job_details_page_container .job_details_banner .right_details .consultant_details .btn_wrapper {
    align-items: center;
  }
}
.job_details_page_container .job_details_banner .job_description {
  background-color: #fff;
  padding: 80px;
}
.job_details_page_container .job_details_banner .job_description .btn_wrapper {
  margin: 20px 0;
}
.job_details_page_container .job_details_banner .job_description .apply_page_popup {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  height: 100vh;
}
.job_details_page_container .job_details_banner .job_description .apply_page_popup iframe {
  width: 100%;
  height: 100%;
}
.job_details_page_container .job_details_banner .job_description p {
  font-size: 16px !important;
  color: #002c5a;
  line-height: 24px !important;
}
.job_details_page_container .job_details_banner .job_description ul {
  list-style-type: disc;
  color: #002c5a;
  padding-left: 18px;
}
.job_details_page_container .job_details_banner .job_description ul li {
  font-size: 16px !important;
  line-height: 24px !important;
}
@media all and (max-width: 1023px) {
  .job_details_page_container .job_details_banner .job_description {
    padding: 30px;
  }
}
@media all and (max-width: 1023px) {
  .job_details_page_container {
    padding-top: 82px;
  }
}

.sub_industry_page .banner_section .stk-img-wrapper {
  max-height: 550px;
  min-height: 550px;
}
.sub_industry_page .banner_section .stk-img-wrapper img {
  height: 100% !important;
  max-width: 100%;
}
.sub_industry_page .banner_section .title_area {
  height: 100%;
}
.sub_industry_page .sub_indusrty_banner_section .image_box {
  width: 100%;
}
.sub_industry_page .sub_indusrty_banner_section .heading_text_area {
  width: 100%;
  padding: min(max(-58.85714px + 20.68452vw, 100px), 239px) 0 min(max(57.14286px + 2.97619vw, 80px), 100px);
}
.sub_industry_page .jobs_aggragtion_area_common .jobs_wrapper .job_title {
  color: #002c5a;
}

.main_industry_page_container .jobs_aggragtion_area_common a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .main_industry_page_container .jobs_aggragtion_area_common .jobs_wrapper .job_item .job_title {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .main_industry_page_container .jobs_aggragtion_area_common .jobs_wrapper .job_item {
    background-color: #022244;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .main_industry_page_container .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(2, minmax(250px, 280px));
  }
}
@media all and (max-width: 600px) {
  .main_industry_page_container .jobs_aggragtion_area_common .jobs_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.banner_section a {
  color: inherit;
}

.looking_for_work_page .banner_section .search_input_box {
  width: 100%;
  max-width: 1160px;
}
.looking_for_work_page .banner_section .search_input_box .live_jobs_title {
  font-size: 52px;
  color: #fff;
  font-family: "Gotham-Book";
  text-align: center;
  margin-bottom: 15px;
}
.looking_for_work_page .banner_section .search_input_box .input_box {
  padding: 30px;
  background: linear-gradient(90deg, #004d95 0, #589ccd);
  position: relative;
  width: 100%;
}
.looking_for_work_page .banner_section .search_input_box .input_box .info_wrapper {
  max-width: 860px;
  margin: auto;
  position: relative;
}
.looking_for_work_page .banner_section .search_input_box .search_title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.looking_for_work_page .banner_section .search_input_box .form_control {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 50px 5px 20px;
  color: #fff;
  font-size: 19px;
}
.looking_for_work_page .banner_section .search_input_box .form_control:focus {
  outline: none;
}
.looking_for_work_page .banner_section .search_input_box .form_control::-moz-placeholder {
  color: #7290af;
}
.looking_for_work_page .banner_section .search_input_box .form_control::placeholder {
  color: #7290af;
}
.looking_for_work_page .banner_section .search_input_box .search_icon {
  background-image: url("/wp-content/uploads/2025/02/magnifier-svgrepo-com.svg");
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: auto;
  cursor: pointer;
}
.looking_for_work_page .candidate_live_jobs_section .live_jobs_section {
  background-color: transparent;
}
.looking_for_work_page .candidate_live_jobs_section .live_jobs_section .main_title,
.looking_for_work_page .candidate_live_jobs_section .live_jobs_section .sub_title,
.looking_for_work_page .candidate_live_jobs_section .live_jobs_section a {
  color: #fff;
}
.looking_for_work_page .candidate_live_jobs_section .live_jobs_section .jobs_aggragtion_area .right_arrow svg path {
  fill: #fff;
}

.looking_for_talent_page .looking_for_talent_insights {
  background-color: #fff;
}
.looking_for_talent_page .global_Impact_section .section_heading strong {
  color: #004d95;
}

.case-studies-slider {
  width: 1600px;
}
.case-studies-slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.case-studies-slider .slick-slide .slide_wrapper {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.case-studies-slider .slick-slide .slide_wrapper .slide_content {
  max-width: 100%;
  width: 278px;
  height: 278px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px;
  background-image: url(/wp-content/uploads/2024/11/Screenshot-2024-11-28-142145.png);
}
.case-studies-slider .slick-slide .slide_wrapper .slide_content .case_study_title {
  opacity: 0;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  white-space: break-spaces;
  padding-left: 20px;
}
.case-studies-slider .slick-slide .slide_wrapper .slide_content:hover img {
  opacity: 0;
}
.case-studies-slider .slick-slide .slide_wrapper .slide_content:hover .case_study_title {
  opacity: 1;
}
.case-studies-slider .slick-slide .slide_wrapper img {
  max-width: 100%;
  max-height: 55px;
  width: 100%;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-solutions-slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.our-solutions-slider .slick-slide .slide-content {
  max-width: 100%;
  width: 278px;
  height: 278px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: relative;
  background-color: #002c5a;
}
.our-solutions-slider .slick-slide .slide-content:hover img {
  transform: scale(1.1);
}
.our-solutions-slider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-solutions-slider .slick-slide .info_area {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.our-solutions-slider .slick-slide .info_area h3 {
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .our-solutions-slider .slick-slide .info_area h3 {
    font-size: 18px;
  }
}

.empty_screen_container {
  padding: 60px 80px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty_screen_container.black {
  color: #000;
}
@media all and (max-width: 1023px) {
  .empty_screen_container {
    padding: 15px;
  }
}

.our_solutions_retained_search .senior_appointments_carousel {
  width: 100%;
}
.our_solutions_retained_search .senior_appointments_carousel .slick-list {
  margin: 0 -7px;
}
.our_solutions_retained_search .senior_appointments_carousel .slick-track {
  display: flex;
}
.our_solutions_retained_search .senior_appointments_carousel .slick-track .slick-slide {
  height: inherit;
  margin: 0 7px;
}
.our_solutions_retained_search .senior_appointments_carousel .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_solutions_retained_search .senior_appointments_carousel .slide-content {
  color: #fff;
  text-decoration: inherit;
  position: relative;
  height: 100%;
  width: 278px;
  height: 278px;
  background: linear-gradient(90deg, #004d95, #589ccd);
  display: block;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_solutions_retained_search .senior_appointments_carousel .slide-content .info_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.our_solutions_retained_search .senior_appointments_carousel .slide-content .info_area h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.our_solutions_retained_search .senior_appointments_carousel .slide-content .info_area .designation {
  font-size: 16px;
}
@media all and (max-width: 600px) {
  .our_solutions_retained_search .senior_appointments_carousel .slide-content {
    width: 200px;
    height: 200px;
  }
}

.our_solution_details_page .consultants_wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  position: relative;
}
.our_solution_details_page .consultants_wrapper .consultant_card {
  position: relative;
  min-height: 200px;
  max-height: 200px;
}
.our_solution_details_page .consultants_wrapper .image_wrapper {
  height: 100%;
}
.our_solution_details_page .consultants_wrapper .consultant-image,
.our_solution_details_page .consultants_wrapper a {
  height: 100%;
  display: block;
}
.our_solution_details_page .consultants_wrapper .tile_info {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 44, 90, 0.7);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.our_solution_details_page .consultants_wrapper .tile_info .sector_title,
.our_solution_details_page .consultants_wrapper .tile_info h2,
.our_solution_details_page .consultants_wrapper .tile_info div {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #fff;
}
.our_solution_details_page .consultants_wrapper .tile_info .position {
  color: #ff5742;
  font-size: 16px;
}
.our_solution_details_page .consultants_wrapper .consultant_card:hover .tile_info {
  opacity: 0;
  visibility: hidden;
}
.our_solution_details_page .consultants_wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .our_solution_details_page .consultants_wrapper .tile_info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 44, 90, 0.7);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .our_solution_details_page .consultants_wrapper .tile_info .sector_title,
  .our_solution_details_page .consultants_wrapper .tile_info h2,
  .our_solution_details_page .consultants_wrapper .tile_info div {
    font-size: 16px;
    line-height: 20px;
  }
  .our_solution_details_page .consultants_wrapper .tile_info .position {
    font-size: 14px;
  }
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide .slide_content {
  max-width: 100%;
  width: 278px;
  height: 278px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px;
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide .slide_content .title {
  opacity: 0;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: right;
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide .slide_content:hover img {
  opacity: 0;
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide .slide_content:hover .case_study_title {
  opacity: 1;
}
.our_solution_details_page .senior_appointments_section .senior_appointments_slider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-carousel-services .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.slick-carousel-services .slick-slide .slide_wrapper {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.slick-carousel-services .slick-slide .slide_wrapper .slide-content {
  max-width: 100%;
  width: 278px;
  height: 278px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: relative;
  background-color: #002c5a;
}
.slick-carousel-services .slick-slide .slide_wrapper .slide-content:hover img {
  transform: scale(1.1);
}
.slick-carousel-services .slick-slide .slide_wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-carousel-services .slick-slide .slide_wrapper .info_area {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.slick-carousel-services .slick-slide .slide_wrapper .info_area h2 {
  font-size: min(max(10.85714px + 1.19048vw, 20px), 28px);
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .slick-carousel-services .slick-slide .slide_wrapper .info_area h2 {
    font-size: 18px;
  }
}

.partnerships_page_container {
  background-color: #002c5a;
}
.partnerships_page_container .tile_wrapper {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.partnerships_page_container .tile_wrapper .stk-column-wrapper {
  height: 100%;
}
.partnerships_page_container .tile_wrapper .stk-column-wrapper .stk-dc9d196-inner-blocks {
  justify-content: flex-end !important;
}
.partnerships_page_container .tile_wrapper .brand_image {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.partnerships_page_container .tile_wrapper .brand_image figure,
.partnerships_page_container .tile_wrapper .brand_image span {
  height: 100%;
}
.partnerships_page_container .tile_wrapper .brand_image figure img,
.partnerships_page_container .tile_wrapper .brand_image span img {
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnerships_page_container .tile_wrapper .brand_image figure span,
.partnerships_page_container .tile_wrapper .brand_image span span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerships_page_container .tile_wrapper .brand_heading {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  text-align: right;
}
.partnerships_page_container .tile_wrapper:hover .brand_image {
  opacity: 0;
  visibility: hidden;
}
.partnerships_page_container .tile_wrapper:hover .brand_heading {
  opacity: 1;
  visibility: visible;
}

.career_advice_page .career_advice_posts_tile {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
@media all and (max-width: 1023px) {
  .career_advice_page .career_advice_posts_tile {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.career_advice_page .career_advice_posts_tile a {
  text-decoration: none;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper .img_wrapper {
  overflow: hidden;
  max-height: 155px;
  height: 155px;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper .info_wrapper {
  padding: 10px;
  color: #002c5a;
  height: calc(100% - 155px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper .info_wrapper .title {
  font-size: 14px;
  margin-bottom: 5px;
  text-decoration: none;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper .info_wrapper .date {
  font-size: 12px;
}
.career_advice_page .career_advice_posts_tile .tile_wrapper:hover img {
  transform: scale(1.15) !important;
}

.join_team_page .live_jobs_section {
  background-color: #002c5a;
}
.join_team_page .live_jobs_section .live_jobs_container {
  color: #fff;
}
.join_team_page .view_our_internal_jobs_section .jobs_aggragtion_area_common .jobs_wrapper {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media all and (max-width: 767px) {
  .join_team_page .view_our_internal_jobs_section .jobs_aggragtion_area_common .jobs_wrapper .job_item {
    background-color: #022244;
    padding: 20px;
  }
}

.privacy_policy_page .inner_wrapper h2,
.privacy_policy_page .inner_wrapper h3 {
  color: #4ec3e0 !important;
  line-height: 1;
}
.privacy_policy_page .inner_wrapper p {
  margin-bottom: 0 !important;
  color: #fff !important;
}
.privacy_policy_page .inner_wrapper a {
  color: #589ccd !important;
}

@media only screen and (max-width: 992px) {
  .homepage_main_container .global_Impact_section {
    padding: 30px;
  }
}
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    /* color: #ffffff; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #0073aa;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #005b8a;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #ff5742 #002c5a;;
}


@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype')
         url('../fonts/Gotham-Book.otf') format('opentype');            
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Black.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
         url('../fonts/Gotham-Black.woff') format('woff'),
         url('../fonts/Gotham-Black.ttf') format('truetype')
         url('../fonts/Gotham-Black.otf') format('opentype');     
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype')
         url('../fonts/Gotham-Bold.otf') format('opentype');     
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ICOMOON';
    src: url('../fonts/icomoon.eot') format('embedded-opentype');;
    src: url('../fonts/icomoon.woff2') format('woff2'),
         url('../fonts/icomoon.woff') format('woff'),
         url('../fonts/icomoon.ttf') format('truetype');   
    font-weight: 700;
    font-style: normal;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@-ms-viewport {
    width: device-width;
  }
  
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%;
    }
  }
  
  .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  .col {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
  .pull-0 {
    right: auto;
  }
  
  .pull-1 {
    right: 8.333333%;
  }
  
  .pull-2 {
    right: 16.666667%;
  }
  
  .pull-3 {
    right: 25%;
  }
  
  .pull-4 {
    right: 33.333333%;
  }
  
  .pull-5 {
    right: 41.666667%;
  }
  
  .pull-6 {
    right: 50%;
  }
  
  .pull-7 {
    right: 58.333333%;
  }
  
  .pull-8 {
    right: 66.666667%;
  }
  
  .pull-9 {
    right: 75%;
  }
  
  .pull-10 {
    right: 83.333333%;
  }
  
  .pull-11 {
    right: 91.666667%;
  }
  
  .pull-12 {
    right: 100%;
  }
  
  .push-0 {
    left: auto;
  }
  
  .push-1 {
    left: 8.333333%;
  }
  
  .push-2 {
    left: 16.666667%;
  }
  
  .push-3 {
    left: 25%;
  }
  
  .push-4 {
    left: 33.333333%;
  }
  
  .push-5 {
    left: 41.666667%;
  }
  
  .push-6 {
    left: 50%;
  }
  
  .push-7 {
    left: 58.333333%;
  }
  
  .push-8 {
    left: 66.666667%;
  }
  
  .push-9 {
    left: 75%;
  }
  
  .push-10 {
    left: 83.333333%;
  }
  
  .push-11 {
    left: 91.666667%;
  }
  
  .push-12 {
    left: 100%;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .pull-sm-0 {
      right: auto;
    }
    .pull-sm-1 {
      right: 8.333333%;
    }
    .pull-sm-2 {
      right: 16.666667%;
    }
    .pull-sm-3 {
      right: 25%;
    }
    .pull-sm-4 {
      right: 33.333333%;
    }
    .pull-sm-5 {
      right: 41.666667%;
    }
    .pull-sm-6 {
      right: 50%;
    }
    .pull-sm-7 {
      right: 58.333333%;
    }
    .pull-sm-8 {
      right: 66.666667%;
    }
    .pull-sm-9 {
      right: 75%;
    }
    .pull-sm-10 {
      right: 83.333333%;
    }
    .pull-sm-11 {
      right: 91.666667%;
    }
    .pull-sm-12 {
      right: 100%;
    }
    .push-sm-0 {
      left: auto;
    }
    .push-sm-1 {
      left: 8.333333%;
    }
    .push-sm-2 {
      left: 16.666667%;
    }
    .push-sm-3 {
      left: 25%;
    }
    .push-sm-4 {
      left: 33.333333%;
    }
    .push-sm-5 {
      left: 41.666667%;
    }
    .push-sm-6 {
      left: 50%;
    }
    .push-sm-7 {
      left: 58.333333%;
    }
    .push-sm-8 {
      left: 66.666667%;
    }
    .push-sm-9 {
      left: 75%;
    }
    .push-sm-10 {
      left: 83.333333%;
    }
    .push-sm-11 {
      left: 91.666667%;
    }
    .push-sm-12 {
      left: 100%;
    }
    .offset-sm-0 {
      margin-left: 0%;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .pull-md-0 {
      right: auto;
    }
    .pull-md-1 {
      right: 8.333333%;
    }
    .pull-md-2 {
      right: 16.666667%;
    }
    .pull-md-3 {
      right: 25%;
    }
    .pull-md-4 {
      right: 33.333333%;
    }
    .pull-md-5 {
      right: 41.666667%;
    }
    .pull-md-6 {
      right: 50%;
    }
    .pull-md-7 {
      right: 58.333333%;
    }
    .pull-md-8 {
      right: 66.666667%;
    }
    .pull-md-9 {
      right: 75%;
    }
    .pull-md-10 {
      right: 83.333333%;
    }
    .pull-md-11 {
      right: 91.666667%;
    }
    .pull-md-12 {
      right: 100%;
    }
    .push-md-0 {
      left: auto;
    }
    .push-md-1 {
      left: 8.333333%;
    }
    .push-md-2 {
      left: 16.666667%;
    }
    .push-md-3 {
      left: 25%;
    }
    .push-md-4 {
      left: 33.333333%;
    }
    .push-md-5 {
      left: 41.666667%;
    }
    .push-md-6 {
      left: 50%;
    }
    .push-md-7 {
      left: 58.333333%;
    }
    .push-md-8 {
      left: 66.666667%;
    }
    .push-md-9 {
      left: 75%;
    }
    .push-md-10 {
      left: 83.333333%;
    }
    .push-md-11 {
      left: 91.666667%;
    }
    .push-md-12 {
      left: 100%;
    }
    .offset-md-0 {
      margin-left: 0%;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .pull-lg-0 {
      right: auto;
    }
    .pull-lg-1 {
      right: 8.333333%;
    }
    .pull-lg-2 {
      right: 16.666667%;
    }
    .pull-lg-3 {
      right: 25%;
    }
    .pull-lg-4 {
      right: 33.333333%;
    }
    .pull-lg-5 {
      right: 41.666667%;
    }
    .pull-lg-6 {
      right: 50%;
    }
    .pull-lg-7 {
      right: 58.333333%;
    }
    .pull-lg-8 {
      right: 66.666667%;
    }
    .pull-lg-9 {
      right: 75%;
    }
    .pull-lg-10 {
      right: 83.333333%;
    }
    .pull-lg-11 {
      right: 91.666667%;
    }
    .pull-lg-12 {
      right: 100%;
    }
    .push-lg-0 {
      left: auto;
    }
    .push-lg-1 {
      left: 8.333333%;
    }
    .push-lg-2 {
      left: 16.666667%;
    }
    .push-lg-3 {
      left: 25%;
    }
    .push-lg-4 {
      left: 33.333333%;
    }
    .push-lg-5 {
      left: 41.666667%;
    }
    .push-lg-6 {
      left: 50%;
    }
    .push-lg-7 {
      left: 58.333333%;
    }
    .push-lg-8 {
      left: 66.666667%;
    }
    .push-lg-9 {
      left: 75%;
    }
    .push-lg-10 {
      left: 83.333333%;
    }
    .push-lg-11 {
      left: 91.666667%;
    }
    .push-lg-12 {
      left: 100%;
    }
    .offset-lg-0 {
      margin-left: 0%;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .pull-xl-0 {
      right: auto;
    }
    .pull-xl-1 {
      right: 8.333333%;
    }
    .pull-xl-2 {
      right: 16.666667%;
    }
    .pull-xl-3 {
      right: 25%;
    }
    .pull-xl-4 {
      right: 33.333333%;
    }
    .pull-xl-5 {
      right: 41.666667%;
    }
    .pull-xl-6 {
      right: 50%;
    }
    .pull-xl-7 {
      right: 58.333333%;
    }
    .pull-xl-8 {
      right: 66.666667%;
    }
    .pull-xl-9 {
      right: 75%;
    }
    .pull-xl-10 {
      right: 83.333333%;
    }
    .pull-xl-11 {
      right: 91.666667%;
    }
    .pull-xl-12 {
      right: 100%;
    }
    .push-xl-0 {
      left: auto;
    }
    .push-xl-1 {
      left: 8.333333%;
    }
    .push-xl-2 {
      left: 16.666667%;
    }
    .push-xl-3 {
      left: 25%;
    }
    .push-xl-4 {
      left: 33.333333%;
    }
    .push-xl-5 {
      left: 41.666667%;
    }
    .push-xl-6 {
      left: 50%;
    }
    .push-xl-7 {
      left: 58.333333%;
    }
    .push-xl-8 {
      left: 66.666667%;
    }
    .push-xl-9 {
      left: 75%;
    }
    .push-xl-10 {
      left: 83.333333%;
    }
    .push-xl-11 {
      left: 91.666667%;
    }
    .push-xl-12 {
      left: 100%;
    }
    .offset-xl-0 {
      margin-left: 0%;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  
  .order-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  
  .justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  
  .justify-content-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  
  .align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  
  .align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  
  .align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  
  .align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  
  .align-content-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  
  .align-content-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  
  .align-content-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  
  .align-content-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  
  .align-content-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  
  .align-content-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  
  .align-self-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  
  .align-self-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  
  .align-self-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  
  .align-self-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  
  .align-self-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  
  .align-self-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
    }
    .order-sm-last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
    }
    .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: row-reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -webkit-flex-wrap: nowrap !important;
          -ms-flex-wrap: nowrap !important;
              flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse !important;
          -ms-flex-wrap: wrap-reverse !important;
              flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -webkit-justify-content: flex-end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -webkit-justify-content: space-around !important;
          -ms-flex-pack: distribute !important;
              justify-content: space-around !important;
    }
    .align-items-sm-start {
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-sm-end {
      -webkit-box-align: end !important;
      -webkit-align-items: flex-end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-sm-center {
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -webkit-align-items: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -webkit-align-items: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-sm-start {
      -webkit-align-content: flex-start !important;
          -ms-flex-line-pack: start !important;
              align-content: flex-start !important;
    }
    .align-content-sm-end {
      -webkit-align-content: flex-end !important;
          -ms-flex-line-pack: end !important;
              align-content: flex-end !important;
    }
    .align-content-sm-center {
      -webkit-align-content: center !important;
          -ms-flex-line-pack: center !important;
              align-content: center !important;
    }
    .align-content-sm-between {
      -webkit-align-content: space-between !important;
          -ms-flex-line-pack: justify !important;
              align-content: space-between !important;
    }
    .align-content-sm-around {
      -webkit-align-content: space-around !important;
          -ms-flex-line-pack: distribute !important;
              align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -webkit-align-content: stretch !important;
          -ms-flex-line-pack: stretch !important;
              align-content: stretch !important;
    }
    .align-self-sm-auto {
      -webkit-align-self: auto !important;
          -ms-flex-item-align: auto !important;
              align-self: auto !important;
    }
    .align-self-sm-start {
      -webkit-align-self: flex-start !important;
          -ms-flex-item-align: start !important;
              align-self: flex-start !important;
    }
    .align-self-sm-end {
      -webkit-align-self: flex-end !important;
          -ms-flex-item-align: end !important;
              align-self: flex-end !important;
    }
    .align-self-sm-center {
      -webkit-align-self: center !important;
          -ms-flex-item-align: center !important;
              align-self: center !important;
    }
    .align-self-sm-baseline {
      -webkit-align-self: baseline !important;
          -ms-flex-item-align: baseline !important;
              align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -webkit-align-self: stretch !important;
          -ms-flex-item-align: stretch !important;
              align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .order-md-first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
    }
    .order-md-last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
    }
    .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: row-reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -webkit-flex-wrap: nowrap !important;
          -ms-flex-wrap: nowrap !important;
              flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse !important;
          -ms-flex-wrap: wrap-reverse !important;
              flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -webkit-box-pack: end !important;
      -webkit-justify-content: flex-end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-md-around {
      -webkit-justify-content: space-around !important;
          -ms-flex-pack: distribute !important;
              justify-content: space-around !important;
    }
    .align-items-md-start {
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-md-end {
      -webkit-box-align: end !important;
      -webkit-align-items: flex-end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-md-center {
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -webkit-align-items: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -webkit-align-items: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-md-start {
      -webkit-align-content: flex-start !important;
          -ms-flex-line-pack: start !important;
              align-content: flex-start !important;
    }
    .align-content-md-end {
      -webkit-align-content: flex-end !important;
          -ms-flex-line-pack: end !important;
              align-content: flex-end !important;
    }
    .align-content-md-center {
      -webkit-align-content: center !important;
          -ms-flex-line-pack: center !important;
              align-content: center !important;
    }
    .align-content-md-between {
      -webkit-align-content: space-between !important;
          -ms-flex-line-pack: justify !important;
              align-content: space-between !important;
    }
    .align-content-md-around {
      -webkit-align-content: space-around !important;
          -ms-flex-line-pack: distribute !important;
              align-content: space-around !important;
    }
    .align-content-md-stretch {
      -webkit-align-content: stretch !important;
          -ms-flex-line-pack: stretch !important;
              align-content: stretch !important;
    }
    .align-self-md-auto {
      -webkit-align-self: auto !important;
          -ms-flex-item-align: auto !important;
              align-self: auto !important;
    }
    .align-self-md-start {
      -webkit-align-self: flex-start !important;
          -ms-flex-item-align: start !important;
              align-self: flex-start !important;
    }
    .align-self-md-end {
      -webkit-align-self: flex-end !important;
          -ms-flex-item-align: end !important;
              align-self: flex-end !important;
    }
    .align-self-md-center {
      -webkit-align-self: center !important;
          -ms-flex-item-align: center !important;
              align-self: center !important;
    }
    .align-self-md-baseline {
      -webkit-align-self: baseline !important;
          -ms-flex-item-align: baseline !important;
              align-self: baseline !important;
    }
    .align-self-md-stretch {
      -webkit-align-self: stretch !important;
          -ms-flex-item-align: stretch !important;
              align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
    }
    .order-lg-last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
    }
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: row-reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -webkit-flex-wrap: nowrap !important;
          -ms-flex-wrap: nowrap !important;
              flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse !important;
          -ms-flex-wrap: wrap-reverse !important;
              flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -webkit-justify-content: flex-end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -webkit-justify-content: space-around !important;
          -ms-flex-pack: distribute !important;
              justify-content: space-around !important;
    }
    .align-items-lg-start {
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-lg-end {
      -webkit-box-align: end !important;
      -webkit-align-items: flex-end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-lg-center {
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -webkit-align-items: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -webkit-align-items: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-lg-start {
      -webkit-align-content: flex-start !important;
          -ms-flex-line-pack: start !important;
              align-content: flex-start !important;
    }
    .align-content-lg-end {
      -webkit-align-content: flex-end !important;
          -ms-flex-line-pack: end !important;
              align-content: flex-end !important;
    }
    .align-content-lg-center {
      -webkit-align-content: center !important;
          -ms-flex-line-pack: center !important;
              align-content: center !important;
    }
    .align-content-lg-between {
      -webkit-align-content: space-between !important;
          -ms-flex-line-pack: justify !important;
              align-content: space-between !important;
    }
    .align-content-lg-around {
      -webkit-align-content: space-around !important;
          -ms-flex-line-pack: distribute !important;
              align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -webkit-align-content: stretch !important;
          -ms-flex-line-pack: stretch !important;
              align-content: stretch !important;
    }
    .align-self-lg-auto {
      -webkit-align-self: auto !important;
          -ms-flex-item-align: auto !important;
              align-self: auto !important;
    }
    .align-self-lg-start {
      -webkit-align-self: flex-start !important;
          -ms-flex-item-align: start !important;
              align-self: flex-start !important;
    }
    .align-self-lg-end {
      -webkit-align-self: flex-end !important;
          -ms-flex-item-align: end !important;
              align-self: flex-end !important;
    }
    .align-self-lg-center {
      -webkit-align-self: center !important;
          -ms-flex-item-align: center !important;
              align-self: center !important;
    }
    .align-self-lg-baseline {
      -webkit-align-self: baseline !important;
          -ms-flex-item-align: baseline !important;
              align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -webkit-align-self: stretch !important;
          -ms-flex-item-align: stretch !important;
              align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
    }
    .order-xl-last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
    }
    .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: row-reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -webkit-flex-wrap: nowrap !important;
          -ms-flex-wrap: nowrap !important;
              flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse !important;
          -ms-flex-wrap: wrap-reverse !important;
              flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -webkit-justify-content: flex-end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -webkit-justify-content: space-around !important;
          -ms-flex-pack: distribute !important;
              justify-content: space-around !important;
    }
    .align-items-xl-start {
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xl-end {
      -webkit-box-align: end !important;
      -webkit-align-items: flex-end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-xl-center {
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -webkit-align-items: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -webkit-align-items: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-xl-start {
      -webkit-align-content: flex-start !important;
          -ms-flex-line-pack: start !important;
              align-content: flex-start !important;
    }
    .align-content-xl-end {
      -webkit-align-content: flex-end !important;
          -ms-flex-line-pack: end !important;
              align-content: flex-end !important;
    }
    .align-content-xl-center {
      -webkit-align-content: center !important;
          -ms-flex-line-pack: center !important;
              align-content: center !important;
    }
    .align-content-xl-between {
      -webkit-align-content: space-between !important;
          -ms-flex-line-pack: justify !important;
              align-content: space-between !important;
    }
    .align-content-xl-around {
      -webkit-align-content: space-around !important;
          -ms-flex-line-pack: distribute !important;
              align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -webkit-align-content: stretch !important;
          -ms-flex-line-pack: stretch !important;
              align-content: stretch !important;
    }
    .align-self-xl-auto {
      -webkit-align-self: auto !important;
          -ms-flex-item-align: auto !important;
              align-self: auto !important;
    }
    .align-self-xl-start {
      -webkit-align-self: flex-start !important;
          -ms-flex-item-align: start !important;
              align-self: flex-start !important;
    }
    .align-self-xl-end {
      -webkit-align-self: flex-end !important;
          -ms-flex-item-align: end !important;
              align-self: flex-end !important;
    }
    .align-self-xl-center {
      -webkit-align-self: center !important;
          -ms-flex-item-align: center !important;
              align-self: center !important;
    }
    .align-self-xl-baseline {
      -webkit-align-self: baseline !important;
          -ms-flex-item-align: baseline !important;
              align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -webkit-align-self: stretch !important;
          -ms-flex-item-align: stretch !important;
              align-self: stretch !important;
    }
  }
  /*# sourceMappingURL=bootstrap-grid.css.map */