@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
::placeholder {
  color: #015b9b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #015b9b;
}

::-ms-input-placeholder {
  color: #015b9b;
}

/* google font */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background-color: white;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #0e0d0d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 410px) {
  body {
    font-size: 14px;
  }
}

::selection {
  color: black;
  opacity: 0.1;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 0px;
}

ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}

ul.bullet-items {
  margin-bottom: 0px;
}
ul.bullet-items li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 18px;
}
ul.bullet-items li:last-child {
  margin-bottom: 0px;
}
ul.bullet-items li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  top: 8px;
  background-color: #f5aa3f;
  border-radius: 50%;
}

h1,
h2,
h3,
.global-chief-content h4,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #015b9b;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}

h1 {
  margin-top: -4px;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
  color: white;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h1 {
    font-size: 52px;
    line-height: 56px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 410px) {
  h1 {
    font-size: 24px;
  }
}
@media all and (max-width: 320px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-top: -4px;
  color: #015b9b;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h2 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h2 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media all and (max-width: 360px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 320px) {
  h2 {
    font-size: 22px;
  }
}

h3, .global-chief-content h4 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-top: -4px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h3, .global-chief-content h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h3, .global-chief-content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 1200px) {
  h3, .global-chief-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 991px) {
  h3, .global-chief-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-top: -4px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 320px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #0e0d0d;
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}
@media all and (max-width: 410px) {
  p {
    font-size: 14px;
  }
}
p:last-child {
  margin: 0;
}

p a {
  color: #015b9b;
}
p a:hover {
  color: #015b9b;
  text-decoration: underline;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1200px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 320px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-heading {
  max-width: 900px;
  margin-bottom: 50px;
  text-align: left;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .section-heading {
    max-width: 600px;
    margin-bottom: 30px;
  }
}
.section-heading h2 {
  margin-bottom: 0px;
}
.section-heading h4 {
  margin-bottom: 50px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .section-heading h4 {
    margin-bottom: 18px;
  }
}

.white-title {
  color: white;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slick-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 10px;
  position: relative;
  display: block;
  border: 2px solid #f5aa3f;
}

.slick-slider .slick-dots li.slick-active button::before {
  background: #f5aa3f;
}

.slick-slider .slick-dots li button::before,
.slick-slider .slick-dots li button::before {
  opacity: 1;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: auto;
  margin: 0;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .row > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 1200px) {
  .row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.outer-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background: white;
}

.main-wrapper {
  padding-top: 88px;
}

.h-100 {
  height: 100% !important;
}

.body-bg {
  background: url(/sites/default/files/careers-images/body-bg.png) no-repeat fixed center center/cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.form-item--error-message {
  font-size: 16px;
  color: white !important;
}

/* ===================== REMOVING DRUPAL UNNECESSARY CSS START ===================== */
.header-main #block-mainnavigation {
  padding-bottom: 0px;
}

.main-container {
  margin-top: 0;
}

.view-footer a:before {
  display: none !important;
}

.flexslider .flex-nav-prev a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/sites/default/files/careers-images/nav-left.png) no-repeat center center/cover;
  font-size: 0px;
  margin-left: 20px;
}
.flexslider .flex-nav-next a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/sites/default/files/careers-images/nav-right.png) no-repeat center center/cover;
  font-size: 0px;
  margin-right: 20px;
}

.global-cipla-search-wrapper .form-submit::after {
  display: none !important;
}
.global-cipla-search-wrapper .form-submit .glyphicon {
  font-size: 14px;
  top: -11px;
}

.footer-main {
  margin-top: 0px !important;
}

.form-group {
  margin-bottom: 0 !important;
}

.modal-content .modal-body p {
  font-size: 16px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
}
.modal-header .close {
  margin-top: 15px;
  font-size: 30px;
  color: white;
  border: navajowhite;
  margin-right: 15px;
  background: #f5aa3f;
  width: 40px;
  height: 40px;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .modal-header .close {
    font-size: 24px;
    width: 35px;
    height: 35px;
  }
}

@media all and (max-width: 767px) {
  .modal-header h4 {
    font-size: 24px;
  }
}
@media all and (max-width: 575px) {
  .modal-header h4 {
    padding-top: 30px;
  }
}

.modal {
  padding: 0px !important;
}

.modal-footer {
  display: none;
}

@media all and (max-width: 991px) {
  .modal-dialog {
    width: 98%;
  }
}

.views-element-container {
  padding: 0px !important;
}

.btn, input[type=submit] {
  font-size: 18px;
  color: white;
  line-height: 52px;
  height: 54px;
  background: #f5aa3f;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 0px;
  border: 1px solid #f5aa3f;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .btn, input[type=submit] {
    font-size: 15px;
    height: 50px;
    line-height: 48px;
  }
}
.btn::before, input[type=submit]::before {
  display: none;
}
.btn::after, input[type=submit]::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(/sites/default/files/careers-images/btn-arrow.jpg) no-repeat center right 0px/contain;
  height: 26px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin-left: 35px;
  top: 4px;
}
@media all and (max-width: 1200px) {
  .btn::after, input[type=submit]::after {
    height: 20px;
    width: 20px;
    margin-left: 12px;
    top: 5px;
  }
}
@media all and (max-width: 575px) {
  .btn::after, input[type=submit]::after {
    margin-left: 20px;
    top: 5px;
    width: 22px;
    height: 22px;
  }
}
@media all and (max-width: 410px) {
  .btn::after, input[type=submit]::after {
    width: 18px;
    height: 18px;
    margin-left: 15px;
  }
}
.btn:hover, input[type=submit]:hover {
  color: white;
  box-shadow: none;
  border: 1px solid #f5aa3f;
}
.btn:hover::before, input[type=submit]:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  right: inherit;
  left: 0;
}
.btn:focus, input[type=submit]:focus {
  color: white;
  box-shadow: none;
  border: 1px solid #f5aa3f;
  outline: none !important;
}
.btn:focus::before, input[type=submit]:focus::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  right: inherit;
  left: 0;
}
.btn-arrow {
  position: relative;
  font-size: 14px;
  font-weight: 18px;
  font-weight: normal;
  color: #f5aa3f;
  transition: 0.6s all;
}
.btn-arrow::after {
  content: "";
  background: url(../../public/assets/icons/right-arrow1.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 4px;
  top: 3px;
  position: relative;
}
.btn-arrow:hover {
  color: white;
}
.btn-arrow:hover::after {
  background: url(../../public/assets/icons/right-arrow1-white.svg) no-repeat center center/contain;
}
.btn-verify {
  background-color: #00b08d;
  border: 1px solid #00b08d;
}
.btn-verify::after {
  background: url(/sites/default/files/careers-images/btn-arrow-green.png) no-repeat center right 0px/contain;
  transform: rotate(90deg);
  margin-left: 20px;
  top: 8px;
}
.btn-verify:hover {
  background-color: #00b08d !important;
  border: 1px solid #00b08d !important;
}
.btn-verify:focus {
  background-color: #00b08d !important;
  border: 1px solid #00b08d !important;
}

input[type=submit]:hover {
  background-color: #015b9b;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100% !important;
  height: 58px;
  border: 1px solid transparent;
  background: white;
  padding: 0 18px !important;
  border-radius: 0px;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  color: #015b9b;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
@media all and (max-width: 575px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 54px;
  }
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: #015b9b !important;
}

input[type=email]:focus {
  border: 1px solid #015b9b !important;
}

input[type=number]:focus {
  border: 1px solid #015b9b !important;
}

input[type=select]:focus {
  border: 1px solid #015b9b !important;
}

input[type=password]:focus {
  border: 1px solid #015b9b !important;
}

input[type=search]:focus {
  border: 1px solid #015b9b !important;
}

input[type=tel]:focus {
  border: 1px solid #015b9b !important;
}

input[type=text]:focus {
  border: 1px solid #015b9b !important;
}

input[type=url]:focus {
  border: 1px solid #015b9b !important;
}

input[type=color]:focus {
  border: 1px solid #015b9b !important;
}

input[type=date]:focus {
  border: 1px solid #015b9b !important;
}

input[type=datetime]:focus {
  border: 1px solid #015b9b !important;
}

input[type=datetime-local]:focus {
  border: 1px solid #015b9b !important;
}

input[type=month]:focus {
  border: 1px solid #015b9b !important;
}

input[type=time]:focus {
  border: 1px solid #015b9b !important;
}

input[type=week]:focus {
  border: 1px solid #015b9b !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 18px center;
}
select:focus {
  border: 1px solid #015b9b !important;
}

textarea {
  height: 192px;
  resize: none;
  padding: 16px 18px 18px !important;
  border-radius: 0px;
}
textarea:focus {
  border-color: #015b9b;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 20px !important;
  padding-left: 30px !important;
  color: #015b9b !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid red;
  background: red;
  left: 0;
  top: 0px;
  border-radius: 0;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #015b9b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  color: #015b9b !important;
  font-weight: 400 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: #015b9b;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 35px !important;
  color: #015b9b !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid red;
  background: red;
  left: 0;
  top: 0px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #015b9b !important;
  left: 6.25px;
  top: 6.25px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: #015b9b !important;
  font-weight: 400 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #015b9b !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

.input-wrapper {
  margin-bottom: 36px;
}
@media all and (max-width: 575px) {
  .input-wrapper {
    margin-bottom: 20px;
  }
}

/* ===================== HERO SECTION START ===================== */
.home-hero-section {
  background: url(/sites/default/files/careers-images/home-banner-bg.jpg) no-repeat fixed center center/cover;
  height: calc(100vh - 60px);
  padding: 0px;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .home-hero-section {
    height: 650px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-section {
    height: 620px;
  }
}

.home-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  column-gap: 30px;
}
@media all and (max-width: 1200px) {
  .home-hero-content {
    column-gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content {
    column-gap: 0px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-content {
    row-gap: 20px;
  }
}
.home-hero-content h1,
.home-hero-content h4,
.home-hero-content p {
  color: white;
}
.home-hero-content h4 {
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .home-hero-content h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.home-hero-content p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .home-hero-content p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-hero-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  .home-hero-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.home-hero-content ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .home-hero-content ul {
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content ul {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-content ul {
    row-gap: 15px;
  }
}
.home-hero-content ul li {
  display: flex;
  column-gap: 15px;
}
@media all and (max-width: 1200px) {
  .home-hero-content ul li {
    column-gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content ul li {
    align-items: center;
  }
}
.home-hero-content ul li h4 {
  color: #f5aa3f;
}
.home-hero-content ul li:nth-child(2) h4 {
  color: #bd6aaa;
}
.home-hero-content ul li:last-child h4 {
  color: #00b08d;
}
.home-hero-content ul li .service-icon {
  width: 40px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .home-hero-content ul li .service-icon {
    width: 30px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-content ul li .service-icon {
    width: 26px;
  }
}
.home-hero-content .search-input input {
  display: none !important;
}
.home-hero-content .job_title_submit {
  margin-top: 20px;
}
.home-hero-content input {
  background: url(/sites/default/files/careers-images/search-icon.png) no-repeat center right 20px/20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white !important;
}
.home-hero-content input:focus {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  color: white !important;
}
.home-hero-content .btn:hover, .home-hero-content input[type=submit]:hover {
  background-color: #f5aa3f;
}
.home-hero-content .btn:focus, .home-hero-content input[type=submit]:focus {
  background-color: #f5aa3f;
}

.home-hero-content-wrapper {
  position: relative;
  padding-left: 80px;
}
@media all and (max-width: 1200px) {
  .home-hero-content-wrapper {
    padding-left: 60px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content-wrapper {
    padding-left: 50px;
  }
}
.home-hero-content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sites/default/files/careers-images/flower.png) no-repeat center center/contain;
  width: 60px;
  height: 60px;
}
@media all and (max-width: 1200px) {
  .home-hero-content-wrapper::before {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-content-wrapper::before {
    width: 40px;
    height: 40px;
  }
}

.home-hero-image {
  width: 450px;
  height: 450px;
  flex: none;
  border-radius: 50%;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .home-hero-image {
    width: 400px;
    height: 400px;
  }
}
@media all and (max-width: 1200px) {
  .home-hero-image {
    width: 350px;
    height: 350px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-image {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-image {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-image {
    width: 250px;
    height: 250px;
  }
}
.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.validate-offer {
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  color: white;
  font-size: 16px;
}

@media all and (max-width: 991px) {
  .validate-offer {
    font-size: 15px;
    margin-top: 15px;
    position: initial;
  }
}
@media all and (max-width: 767px) {
  .validate-offer {
    font-size: 14px;
    margin-top: 7px;
  }
}
@media all and (max-width: 360px) {
  .validate-offer {
    font-size: 13px;
    margin-top: 5px;
  }
}
.mini-job-search-form {
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .mini-job-search-form {
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  .mini-job-search-form {
    margin-top: 20px;
  }
}

/* ===================== CONTENT LIFTED UP SECTION START ===================== */
.content-lifted-up-section {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}

.content-lifted-up-wrapper {
  position: relative;
  height: 420px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .content-lifted-up-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.content-lifted-up-wrapper p {
  color: white;
}
.content-lifted-up-wrapper .content-lifted-up-image {
  width: 75%;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .content-lifted-up-wrapper .content-lifted-up-image {
    width: 100%;
  }
}
.content-lifted-up-wrapper .content-lifted-up-content {
  position: absolute;
  width: 550px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #015b9b;
  padding: 40px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .content-lifted-up-wrapper .content-lifted-up-content {
    width: 480px;
    padding: 15px;
  }
}
@media all and (max-width: 991px) {
  .content-lifted-up-wrapper .content-lifted-up-content {
    width: 100%;
    padding: 20px;
    position: initial;
    order: 1;
    display: inline-block;
    transform: initial;
  }
}
.content-lifted-up-wrapper .content-lifted-up-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .content-lifted-up-wrapper .content-lifted-up-content::after {
    width: 150px;
    height: 150px;
  }
}

/* ===================== VIDEO SECTION START ===================== */
.home-video-section {
  position: relative;
  z-index: 1;
}
.home-video-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background-color: #015b9b;
  pointer-events: none;
}
.home-video-section .view-footer {
  position: relative;
  z-index: 3;
}
.home-video-section .video-item-wrapper {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .home-video-section .video-item-wrapper {
    margin-bottom: 20px;
  }
}
.home-video-section .video-item-wrapper .video-modal-image {
  cursor: pointer;
}
.home-video-section .video-btn a {
  color: white !important;
}
.home-video-section .container {
  position: relative;
  z-index: 3;
}
.home-video-section .video-modal-content {
  padding: 15px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.home-video-section .video-modal-content p {
  color: #015b9b;
  font-weight: 500;
}
.home-video-section .video-modal-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #00b08d;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .home-video-section .video-modal-content::after {
    width: 150px;
    height: 150px;
  }
}

.fancybox-close-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5aa3f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px !important;
  top: 5px !important;
}
.fancybox-close-small svg {
  color: white !important;
  font-size: 18px;
}

.fancybox-content {
  padding: 52px 0px 0px 0px;
}

/* ===================== HOLISTIC SECTION START ===================== */
.holistic-section {
  position: relative;
  height: 520px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .holistic-section {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .holistic-section {
    height: auto;
  }
}
.holistic-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background-color: #015b9b;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .holistic-section::after {
    height: 55%;
  }
}
@media all and (max-width: 575px) {
  .holistic-section::after {
    height: 65%;
  }
}
.holistic-section .container {
  position: relative;
  z-index: 3;
}
.holistic-section .holistic-content-wrapper {
  padding: 60px 100px 40px 60px;
  background-color: white;
  height: 100% !important;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .holistic-section .holistic-content-wrapper {
    padding: 40px;
  }
}
@media all and (max-width: 1200px) {
  .holistic-section .holistic-content-wrapper {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .holistic-section .holistic-content-wrapper {
    padding: 15px;
  }
}

.holistic-image {
  height: 400px;
}
@media all and (max-width: 991px) {
  .holistic-image {
    height: auto;
  }
}
.holistic-image img {
  height: 100%;
  object-fit: contain;
}
@media all and (max-width: 1200px) {
  .holistic-image img {
    object-fit: cover;
  }
}
@media all and (max-width: 991px) {
  .holistic-image img {
    object-fit: contain;
  }
}

/* ===================== DIVERSITY SECTION START ===================== */
.diversity-tab-section {
  position: relative;
  z-index: 3;
}
.diversity-tab-section .nav-pills {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  border-bottom: 3px solid black;
}
@media all and (max-width: 767px) {
  .diversity-tab-section .nav-pills {
    column-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .diversity-tab-section .nav-pills {
    border-bottom: 2px solid black;
  }
}
.diversity-tab-section .nav-pills li.active {
  background-color: transparent !important;
}
.diversity-tab-section .nav-pills li.active a {
  color: #015b9b;
  background-color: transparent !important;
}
.diversity-tab-section .nav-pills li.active a:hover {
  background-color: transparent !important;
}
.diversity-tab-section .nav-pills li.active a:focus {
  background-color: transparent !important;
}
.diversity-tab-section .nav-pills li a {
  font-size: 24px;
  color: black;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .diversity-tab-section .nav-pills li a {
    font-size: 22px;
  }
}
@media all and (max-width: 575px) {
  .diversity-tab-section .nav-pills li a {
    font-size: 18px;
  }
}
.diversity-tab-section .nav-pills li a:hover {
  background-color: transparent !important;
}

.diversity-content-wrapper {
  width: 100%;
  height: 538px;
  background-color: #015b9b;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .diversity-content-wrapper {
    height: 508px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .diversity-content-wrapper {
    height: 494px;
  }
}
@media all and (max-width: 1200px) {
  .diversity-content-wrapper {
    height: auto;
    padding: 20px;
  }
}
.diversity-content-wrapper::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .diversity-content-wrapper::after {
    width: 150px;
    height: 150px;
  }
}
.diversity-content-wrapper p {
  color: white;
}

/* ===================== BLIE BG CURVE SECTION START ===================== */
.blue-bg-curve-section {
  background-color: #015b9b;
  position: relative;
  overflow: hidden;
}
.blue-bg-curve-section::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .blue-bg-curve-section::after {
    width: 150px;
    height: 150px;
  }
}
.blue-bg-curve-section p,
.blue-bg-curve-section h3,
.blue-bg-curve-section .global-chief-content h4,
.global-chief-content .blue-bg-curve-section h4 {
  color: white;
}

/* ===================== JOURNEY FORM SECTION START ===================== */
.journey-form-section {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  background: url(/sites/default/files/careers-images/journey-form-banner.jpg) no-repeat center right/cover;
  height: auto;
}
.journey-form-section .container {
  position: relative;
  z-index: 5;
}
.journey-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 91, 155, 0.8);
}
.journey-form-section h2,
.journey-form-section p {
  color: white;
}
.journey-form-section .journey-body {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .journey-form-section .journey-body {
    gap: 10px;
  }
}
.journey-form-section .journey-body a {
  display: inline-flex;
  width: calc(50% - 20px);
  background-color: transparent;
  border: 1px solid white;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .journey-form-section .journey-body a {
    width: calc(50% - 10px);
    padding: 0px 10px;
  }
}
@media all and (max-width: 767px) {
  .journey-form-section .journey-body a {
    width: 100%;
    padding: 0px 20px;
  }
}
@media all and (max-width: 575px) {
  .journey-form-section .journey-body a {
    padding: 0px 10px;
  }
}
@media all and (max-width: 410px) {
  .journey-form-section .journey-body a {
    font-size: 14px;
  }
}
.journey-form-section .journey-body a.see-more {
  width: auto;
}
.journey-form-section .journey-body a::before {
  display: none;
}
.journey-form-section .journey-body a::after {
  background: url(/sites/default/files/careers-images/nav-right.png) no-repeat center right 0px/contain;
  top: 0px;
}
.journey-form-section .journey-body a:hover {
  color: #f5aa3f;
  border: 1px solid #f5aa3f;
}

.journey-foot {
  margin-top: 30px;
}
.journey-foot .btn.offer-letter-validation-block-active::after, .journey-foot input.offer-letter-validation-block-active[type=submit]::after {
  background: url(/sites/default/files/careers-images/btn-arrow-down.jpg) no-repeat center right 0px/contain !important;
}

.validate-offer-letter-section .validate-offer-letter-wrapper {
  padding: 30px;
  background-color: white;
  position: relative;
  z-index: 2;
}
.validate-offer-letter-section .validate-offer-letter-wrapper .validation-form {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
.validate-offer-letter-section .validate-note p {
  color: #015b9b;
  font-weight: 600;
  margin-bottom: 10px;
}
.validate-offer-letter-section .validate-note ul li {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}
.validate-offer-letter-section .validate-note ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
}

/* ===================== EVP SECTION START ===================== */
.evp-section {
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
}

.evp-wrapper {
  position: relative;
}
.evp-wrapper .flexslider ul li {
  position: relative;
}
.evp-wrapper .flexslider ul li .evp-content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 750px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .evp-wrapper .flexslider ul li .evp-content {
    left: 10px;
    bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .evp-wrapper .flexslider ul li .evp-content {
    left: 3px;
    bottom: 3px;
    padding: 10px;
  }
}
.evp-wrapper .flexslider ul li .evp-content h2 {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .evp-wrapper .flexslider ul li .evp-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 575px) {
  .evp-wrapper .flexslider ul li .evp-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .evp-wrapper .flexslider ul li .evp-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .evp-wrapper .flexslider ul li .evp-content p {
    font-size: 13px;
    line-height: 18px;
  }
}
.evp-wrapper .flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .evp-wrapper .flexslider .flex-direction-nav {
    transform: initial;
    top: 10px;
  }
}

.icon-heading {
  position: relative;
}
.icon-heading h2 {
  position: relative;
  padding-left: 70px;
}
@media all and (max-width: 991px) {
  .icon-heading h2 {
    padding-left: 50px;
  }
}
@media all and (max-width: 575px) {
  .icon-heading h2 {
    padding-left: 40px;
  }
}
@media all and (max-width: 320px) {
  .icon-heading h2 {
    padding-left: 32px;
  }
}
.icon-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sites/default/files/careers-images/flower.png) no-repeat center center/contain;
  width: 50px;
  height: 50px;
}
@media all and (max-width: 991px) {
  .icon-heading h2::before {
    width: 40px;
    height: 40px;
    top: 3px;
  }
}
@media all and (max-width: 767px) {
  .icon-heading h2::before {
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 575px) {
  .icon-heading h2::before {
    width: 34px;
    height: 34px;
    top: 0px;
  }
}
@media all and (max-width: 360px) {
  .icon-heading h2::before {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 320px) {
  .icon-heading h2::before {
    width: 28px;
    height: 28px;
  }
}

.inner-banner {
  padding: 0px;
  margin: 0px;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1200px) {
  .inner-banner {
    height: 620px;
  }
}
@media all and (max-width: 991px) {
  .inner-banner {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .inner-banner {
    height: 380px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner {
    height: 240px;
  }
}
@media all and (max-width: 360px) {
  .inner-banner {
    height: 220px;
  }
}
@media all and (max-width: 320px) {
  .inner-banner {
    height: 200px;
  }
}
.inner-banner .container {
  position: relative;
  z-index: 3;
}
.inner-banner .container .inner-banner-content {
  top: calc(75% - 10px);
  position: relative;
}
.inner-banner .container .inner-banner-content.business-function-content {
  top: calc(85% - 10px);
}
@media all and (max-width: 410px) {
  .inner-banner .container .inner-banner-content.business-function-content {
    top: calc(88% - 10px);
  }
}
@media all and (max-width: 360px) {
  .inner-banner .container .inner-banner-content.business-function-content {
    top: calc(83% - 10px);
  }
}
.inner-banner .container .inner-banner-content h1 {
  position: relative;
  padding-left: 70px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .inner-banner .container .inner-banner-content h1 {
    padding-left: 60px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner .container .inner-banner-content h1 {
    padding-left: 50px;
  }
}
@media all and (max-width: 410px) {
  .inner-banner .container .inner-banner-content h1 {
    padding-left: 45px;
  }
}
@media all and (max-width: 320px) {
  .inner-banner .container .inner-banner-content h1 {
    padding-left: 32px;
  }
}
.inner-banner .container .inner-banner-content h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sites/default/files/careers-images/flower.png) no-repeat center center/contain;
  width: 50px;
  height: 50px;
}
@media all and (max-width: 991px) {
  .inner-banner .container .inner-banner-content h1::before {
    width: 44px;
    height: 44px;
  }
}
@media all and (max-width: 575px) {
  .inner-banner .container .inner-banner-content h1::before {
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 320px) {
  .inner-banner .container .inner-banner-content h1::before {
    width: 28px;
    height: 28px;
  }
}
.inner-banner .container .inner-banner-content p {
  color: white;
}
@media all and (max-width: 575px) {
  .inner-banner .container .inner-banner-content p {
    font-size: 13px;
    line-height: 18px;
  }
}
.inner-banner .inner-banner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.inner-banner .inner-banner-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, black);
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.inner-banner .inner-banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0px 15px;
}
@media all and (max-width: 767px) {
  .inner-banner.culture-inner-banner .container .inner-banner-content {
    top: calc(70% - 10px);
  }
}
@media all and (max-width: 575px) {
  .inner-banner.culture-inner-banner .container .inner-banner-content {
    top: calc(55% - 10px);
  }
}
@media all and (max-width: 360px) {
  .inner-banner.culture-inner-banner .container .inner-banner-content {
    top: calc(50% - 10px);
  }
}

.way-living-section {
  position: relative;
  height: 450px;
  margin-top: 60px;
}
@media all and (max-width: 991px) {
  .way-living-section {
    height: 340px;
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .way-living-section {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 320px) {
  .way-living-section {
    margin-top: 40px;
  }
}
.way-living-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(1, 91, 155, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.way-living-section .field--name-body {
  height: 100% !important;
}
.way-living-section .way-living-bg {
  position: absolute;
  left: 0;
  width: 52%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(1, 91, 155, 0.9);
  z-index: 2;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .way-living-section .way-living-bg {
    width: 100%;
    background-color: rgba(1, 91, 155, 0.8);
  }
}
.way-living-section .way-living-bg:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .way-living-section .way-living-bg:after {
    width: 150px;
    height: 150px;
  }
}
.way-living-section .way-living-bg.business-function-bg {
  background-color: transparent;
}
.way-living-section .way-living-bg.business-function-bg::after {
  background-color: transparent;
}
.way-living-section .container {
  position: relative;
  z-index: 3;
}
.way-living-section p {
  color: white;
}
@media all and (max-width: 575px) {
  .way-living-section p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (max-width: 410px) {
  .way-living-section p {
    font-size: 13px;
    line-height: 20px;
  }
}
.way-living-section .way-living-content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .way-living-section .way-living-content {
    align-items: end;
  }
}
.way-living-section .way-living-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.way-living-section .way-living-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 991px) {
  .campus-alive-section {
    padding: 30px;
  }
}
@media all and (max-width: 1200px) {
  .campus-alive-section {
    height: 380px;
  }
}
@media all and (max-width: 991px) {
  .campus-alive-section {
    height: 300px;
  }
}
@media all and (max-width: 575px) {
  .campus-alive-section {
    height: 370px;
    padding: 20px 0px;
  }
}
.campus-alive-section .way-living-bg {
  left: auto;
  right: 0px;
  width: 65%;
  background: transparent;
}
@media all and (max-width: 575px) {
  .campus-alive-section .way-living-bg {
    width: 100%;
    background-color: rgba(1, 91, 155, 0.8);
  }
}
.campus-alive-section .way-living-bg::after {
  display: none;
}
.campus-alive-section .way-living-content {
  flex-direction: column;
  align-items: start;
  margin-left: 36%;
}
@media all and (max-width: 1200px) {
  .campus-alive-section .way-living-content {
    margin-left: 0%;
  }
}
.campus-alive-section .way-living-content h4 {
  flex-direction: column;
  align-items: start;
  color: white;
}

.values-section {
  position: relative;
  z-index: 3;
}
.values-section h2,
.values-section p {
  color: white;
}
.values-section p {
  padding-right: 50px;
}
@media all and (max-width: 991px) {
  .values-section p {
    padding-right: 0px;
  }
}

.championing-care-section {
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
}
.championing-care-section.nourishing-section, .championing-care-section.pioneers-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.championing-care-section.nourishing-section h2, .championing-care-section.pioneers-section h2 {
  color: #00b08d !important;
}
.championing-care-section.nourishing-section h2::before, .championing-care-section.pioneers-section h2::before {
  background: url(/sites/default/files/careers-images/leaf-icon.png) no-repeat center center/contain !important;
}
.championing-care-section.pioneers-section h2 {
  color: #f5aa3f !important;
}
.championing-care-section.pioneers-section h2::before {
  background: url(/sites/default/files/careers-images/service-icon1.png) no-repeat center center/contain !important;
}
.championing-care-section .championing-wrapper {
  position: relative;
  height: 600px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .championing-care-section .championing-wrapper {
    height: 550px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .championing-care-section .championing-wrapper {
    height: 550px;
  }
}
@media all and (max-width: 1200px) {
  .championing-care-section .championing-wrapper {
    height: 480px;
  }
}
@media all and (max-width: 991px) {
  .championing-care-section .championing-wrapper {
    height: 340px;
  }
}
@media all and (max-width: 767px) {
  .championing-care-section .championing-wrapper {
    height: 300px;
  }
}
@media all and (max-width: 575px) {
  .championing-care-section .championing-wrapper {
    height: 250px;
  }
}
.championing-care-section .championing-wrapper .championing-content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 30px;
}
@media all and (max-width: 1200px) {
  .championing-care-section .championing-wrapper .championing-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.championing-care-section .championing-wrapper .championing-content h2 {
  color: #bd6aaa;
}
.championing-care-section .championing-wrapper .championing-content h2::before {
  background: url(/sites/default/files/careers-images/love-icon.png) no-repeat center center/contain;
  top: 0px;
}
.championing-care-section .championing-wrapper .championing-content p {
  color: white;
  width: 60%;
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  .championing-care-section .championing-wrapper .championing-content p {
    width: 100%;
    padding-bottom: 10px;
  }
}
.championing-care-section .championing-wrapper .championing-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.championing-care-section .championing-wrapper .championing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus-features-section {
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
}
@media all and (max-width: 991px) {
  .campus-features-section .row.mb-50 {
    margin-bottom: 20px;
  }
}
.campus-features-section.talent-campus-features-section {
  padding-top: 0px;
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper {
  height: 400px;
}
@media all and (max-width: 991px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper {
    flex-direction: column;
    gap: 0px;
    height: auto;
  }
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper .ascend-bg-image {
  height: 400px;
}
@media all and (max-width: 767px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper .ascend-bg-image {
    height: auto;
  }
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper .ascend-bg-image img {
  object-position: top;
}
@media all and (max-width: 991px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper .ascend-bg-image img {
    object-position: center;
  }
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper.ascend-flex-row {
  height: auto;
  background-color: transparent;
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
  height: 300px;
}
@media all and (max-width: 1200px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
    height: 260px;
  }
}
@media all and (max-width: 991px) {
  .campus-features-section.talent-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
    height: auto;
  }
}
.campus-features-section.talent-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image img {
  object-position: top;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .campus-features-section.talent-campus-features-section .business-card-content {
    min-height: 260px;
  }
}

.ascend-content {
  padding: 30px;
  background-color: white;
}

.ascend-bg-wrapper {
  display: flex;
  gap: 30px;
  background-color: white;
  height: 450px;
}
@media all and (max-width: 1200px) {
  .ascend-bg-wrapper {
    height: auto;
  }
}
.ascend-bg-wrapper:first-child {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .ascend-bg-wrapper:first-child {
    margin-bottom: 0px;
  }
}
.ascend-bg-wrapper .ascend-bg-image,
.ascend-bg-wrapper .ascend-bg-content {
  width: calc(50% - 20px);
  height: 100%;
}
@media all and (max-width: 767px) {
  .ascend-bg-wrapper .ascend-bg-image,
.ascend-bg-wrapper .ascend-bg-content {
    width: 100%;
  }
}
.ascend-bg-wrapper .ascend-bg-image.financial-ascend-bg-content,
.ascend-bg-wrapper .ascend-bg-content.financial-ascend-bg-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .ascend-bg-wrapper .ascend-bg-image.financial-ascend-bg-content,
.ascend-bg-wrapper .ascend-bg-content.financial-ascend-bg-content {
    padding: 0px;
  }
}
.ascend-bg-wrapper .ascend-bg-image img,
.ascend-bg-wrapper .ascend-bg-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ascend-container {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .ascend-container {
    flex-direction: column;
    row-gap: 30px;
  }
}

.ascend-bg-wrapper.ascend-flex-row {
  flex-direction: column;
  width: calc(50% - 15px);
  height: auto;
  gap: 0px;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .ascend-bg-wrapper.ascend-flex-row {
    width: 100%;
    margin-right: 0px;
  }
}
.ascend-bg-wrapper.ascend-flex-row:last-child {
  margin-left: 15px;
  margin-right: 0px;
}
@media all and (max-width: 767px) {
  .ascend-bg-wrapper.ascend-flex-row:last-child {
    margin-left: 0px;
  }
}
.ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
    height: 420px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
    height: 350px;
  }
}
@media all and (max-width: 1200px) {
  .ascend-bg-wrapper.ascend-flex-row .ascend-bg-image {
    height: 250px;
  }
}
.ascend-bg-wrapper.ascend-flex-row .ascend-bg-content {
  padding: 0px;
  width: 100%;
  height: auto;
}

.ascend-bg-content {
  padding: 30px 30px 0px 0px;
}
@media all and (max-width: 1200px) {
  .ascend-bg-content {
    padding-bottom: 30px;
  }
}

.values-head,
.culture-tenets {
  background: url(/sites/default/files/careers-images/our-values-bg.jpg) no-repeat center center/cover;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .values-head,
.culture-tenets {
    padding: 20px;
  }
}
.values-head::after,
.culture-tenets::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #00b08d;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .values-head::after,
.culture-tenets::after {
    width: 150px;
    height: 150px;
  }
}

.culture-tenets {
  margin-bottom: 60px;
}
.culture-tenets::after {
  width: 150px;
  height: 150px;
}
.culture-tenets p {
  color: white;
}

.service-setion {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.service-setion .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  justify-content: center;
  row-gap: 30px;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .service-setion .service-wrapper {
    column-gap: 20px;
  }
}

.service-item {
  width: calc(33% - 20px);
  background: white;
}
@media all and (max-width: 991px) {
  .service-item {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 575px) {
  .service-item {
    width: 100%;
  }
}
.service-item .service-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 200px;
  overflow: hidden;
  background-color: #32a0da;
}
@media all and (max-width: 1200px) {
  .service-item .service-head {
    height: 170px;
  }
}
@media all and (max-width: 767px) {
  .service-item .service-head {
    height: 150px;
  }
}
@media all and (max-width: 575px) {
  .service-item .service-head {
    height: auto;
  }
}
.service-item .service-head .service-icon {
  text-align: center;
  margin: 0 auto;
}
.service-item .service-head .service-icon img {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .service-item .service-head .service-icon img {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .service-item .service-head .service-icon img {
    width: 50%;
  }
}
.service-item .culture-service-content {
  padding: 20px 20px;
  margin: 0px;
  background-color: white;
}
@media all and (max-width: 767px) {
  .service-item .culture-service-content {
    padding: 15px;
  }
}
.service-item:nth-child(2) .service-head {
  background-color: #bb6aa8;
}
.service-item:nth-child(3) .service-head {
  background-color: #015da6;
}
.service-item:nth-child(4) .service-head {
  background-color: #00ae8b;
}
.service-item:nth-child(5) .service-head {
  background-color: #f9ae42;
}

.campus-features-section .business-card-content {
  min-height: auto !important;
}
@media all and (max-width: 991px) {
  .campus-features-section .business-card-content {
    padding: 12px;
  }
}

.inclusion-btn {
  margin: 0 auto;
  text-align: center;
}
.inclusion-btn .btn, .inclusion-btn input[type=submit] {
  font-size: 20px;
  background: white;
  color: #f5aa3f;
  border: 1px solid #015b9b;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
@media all and (max-width: 991px) {
  .inclusion-btn .btn, .inclusion-btn input[type=submit] {
    font-size: 18px;
  }
}
@media all and (max-width: 575px) {
  .inclusion-btn .btn, .inclusion-btn input[type=submit] {
    font-size: 16px;
    padding: 0px 10px;
  }
}
@media all and (max-width: 320px) {
  .inclusion-btn .btn, .inclusion-btn input[type=submit] {
    font-size: 16px;
  }
}
.inclusion-btn .btn::after, .inclusion-btn input[type=submit]::after {
  background: url(/sites/default/files/careers-images/btn-arrow1.jpg) no-repeat center right 0px/contain;
}
.inclusion-btn .btn::before, .inclusion-btn input[type=submit]::before {
  content: "";
  position: absolute;
  right: 0;
  background: url(/sites/default/files/careers-images/flower.png) no-repeat center center/contain;
  height: 26px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
  top: 4px;
}
@media all and (max-width: 991px) {
  .inclusion-btn .btn::before, .inclusion-btn input[type=submit]::before {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .inclusion-btn .btn::before, .inclusion-btn input[type=submit]::before {
    margin-right: 20px;
  }
}

.business-card-section {
  padding-bottom: 0px;
}
.business-card-section .container {
  position: relative;
  z-index: 3;
}

.business-card-wrapper-item {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .business-card-wrapper-item {
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .business-card-wrapper-item {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .business-card-wrapper-item {
    flex-direction: column;
  }
}
@media all and (max-width: 320px) {
  .business-card-wrapper-item {
    margin-bottom: 40px;
  }
}
.business-card-wrapper-item .business-card-wrapper {
  width: calc(40% - 20px);
}
@media all and (max-width: 1200px) {
  .business-card-wrapper-item .business-card-wrapper {
    width: calc(40% - 10px);
  }
}
@media all and (max-width: 991px) {
  .business-card-wrapper-item .business-card-wrapper {
    width: 100%;
  }
}
.business-card-wrapper-item .business-card-wrapper.business-card-wrapper-big {
  width: calc(60% - 20px);
}
@media all and (max-width: 1200px) {
  .business-card-wrapper-item .business-card-wrapper.business-card-wrapper-big {
    width: calc(60% - 10px);
  }
}
@media all and (max-width: 991px) {
  .business-card-wrapper-item .business-card-wrapper.business-card-wrapper-big {
    width: 100%;
  }
}

.campus-card-section {
  position: relative;
  z-index: 2;
}

.campus-card-items {
  display: flex;
  gap: 0px;
  margin-bottom: 40px;
  height: 350px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .campus-card-items {
    height: 290px;
  }
}
@media all and (max-width: 991px) {
  .campus-card-items {
    height: auto;
    flex-direction: column;
  }
}
.campus-card-items:last-child {
  margin-bottom: 0px;
}
.campus-card-items .campus-card-img {
  width: 780px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .campus-card-items .campus-card-img {
    width: 55%;
  }
}
@media all and (max-width: 991px) {
  .campus-card-items .campus-card-img {
    width: 45%;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .campus-card-items .campus-card-img {
    width: 100%;
  }
}
.campus-card-items .campus-card-img img {
  height: 100%;
  object-fit: cover;
}
.campus-card-items .campus-card-content {
  width: 100%;
  padding: 30px;
  background-color: white;
}
@media all and (max-width: 1200px) {
  .campus-card-items .campus-card-content {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .campus-card-items .campus-card-content {
    padding: 20px 10px;
  }
}

.campus-card-items.flip-campus-card-items .campus-card-img {
  order: 2;
}
@media all and (max-width: 991px) {
  .campus-card-items.flip-campus-card-items .campus-card-img {
    order: 0;
  }
}

@media all and (max-width: 991px) {
  .business-card-wrapper {
    margin-bottom: 30px;
  }
}
.business-card-wrapper .business-card-image {
  height: 350px;
  overflow: hidden;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .business-card-wrapper .business-card-image {
    height: 300px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .business-card-wrapper .business-card-image {
    height: 280px;
  }
}
@media all and (max-width: 1200px) {
  .business-card-wrapper .business-card-image {
    height: 240px;
  }
}
@media all and (max-width: 991px) {
  .business-card-wrapper .business-card-image {
    height: auto;
  }
}
.business-card-wrapper .business-card-image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.business-card-content {
  padding: 30px;
  background-color: white;
  min-height: 385px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .business-card-content {
    min-height: 340px;
  }
}
@media all and (max-width: 1200px) {
  .business-card-content {
    padding: 15px;
    min-height: 340px;
  }
}
@media all and (max-width: 991px) {
  .business-card-content {
    min-height: auto;
    padding: 0px;
  }
}
@media all and (max-width: 320px) {
  .business-card-content {
    padding: 20px 10px;
  }
}
.business-card-content.business-card-content1 {
  min-height: 330px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .business-card-content.business-card-content1 {
    min-height: 360px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .business-card-content.business-card-content1 {
    min-height: 340px;
  }
}
@media all and (max-width: 991px) {
  .business-card-content.business-card-content1 {
    min-height: auto;
  }
}
.business-card-content.business-card-content2 {
  min-height: 380px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .business-card-content.business-card-content2 {
    min-height: 440px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .business-card-content.business-card-content2 {
    min-height: 390px;
  }
}
@media all and (max-width: 1200px) {
  .business-card-content.business-card-content2 {
    min-height: 410px;
  }
}
@media all and (max-width: 991px) {
  .business-card-content.business-card-content2 {
    min-height: auto;
  }
}
.business-card-content.business-card-content3 {
  min-height: 380px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .business-card-content.business-card-content3 {
    min-height: 360px;
  }
}
@media all and (max-width: 991px) {
  .business-card-content.business-card-content3 {
    min-height: auto;
  }
}
.business-card-content ul {
  list-style: none;
  margin-bottom: 0px;
}
.business-card-content ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 10px;
}
.business-card-content ul li:last-child {
  margin-bottom: 0px;
}
.business-card-content ul li::before {
  content: "";
  flex: none;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  top: 10px;
  margin-right: 8px;
}

.business-group-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media all and (max-width: 991px) {
  .business-group-btn {
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .business-group-btn {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .business-group-btn {
    gap: 5px;
  }
}
.business-group-btn .inclusion-btn {
  margin: 0;
}

.campus-card-wrapper {
  display: flex;
  gap: 0;
}

.emphasis-section {
  position: relative;
  z-index: 3;
}
.emphasis-section.volunteering-emphasis-section {
  padding-bottom: 0px;
}
@media all and (max-width: 767px) {
  .emphasis-section.volunteering-emphasis-section .emphasis-content {
    padding: 20px 20px 60px 20px;
  }
}

.global-chief-section {
  position: relative;
  z-index: 3;
  padding-top: 0px;
  margin-bottom: 60px;
}
.global-chief-section .container {
  position: relative;
  z-index: 5;
}
.global-chief-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-color: #015b9b;
}

.emphasis-wrapper {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .emphasis-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
.emphasis-wrapper .emphasis-image {
  width: 450px;
  flex: none;
}
@media all and (max-width: 991px) {
  .emphasis-wrapper .emphasis-image {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .emphasis-wrapper .emphasis-image img {
    height: 100%;
    object-fit: cover;
  }
}
.emphasis-wrapper .emphasis-content {
  width: 100%;
  background: url(/sites/default/files/careers-images/our-values-bg.jpg) no-repeat center center/cover;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .emphasis-wrapper .emphasis-content {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .emphasis-wrapper .emphasis-content {
    padding: 10px;
  }
}
.emphasis-wrapper .emphasis-content p {
  color: white;
}

.global-chief-wrapper {
  display: flex;
  gap: 40px;
  height: 380px;
  overflow: hidden;
}
.global-chief-wrapper .global-chief-image {
  width: 400px;
  flex: none;
}

.global-chief-content {
  width: 100%;
  background: url(/sites/default/files/careers-images/global-chief-bg.jpg) no-repeat center center/cover;
  padding: 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.global-chief-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
.global-chief-content h3, .global-chief-content h4 {
  color: #015b9b;
}
.global-chief-content h4 {
  color: #015b9b;
  margin-bottom: 2px;
}
.global-chief-content p {
  color: #0e0d0d;
}

.university-serves-section .way-living-content {
  flex-direction: column;
}

.university-service-setion .service-head {
  padding: 0px;
  display: block;
}
.university-service-setion .service-head .service-icon img {
  width: 100%;
}

.university-awards-section {
  position: relative;
  background: url(/sites/default/files/careers-images/university-award-bg.jpg) no-repeat center center/cover;
  height: 755px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .university-awards-section {
    height: 720px;
  }
}
@media all and (max-width: 1200px) {
  .university-awards-section {
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .university-awards-section {
    height: auto;
  }
}
.university-awards-section.holistic-awards-section .portfolio_slider h4 {
  min-height: 70px;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .university-awards-section h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.university-awards-section p {
  margin-bottom: 0px;
}
@media all and (max-width: 767px) {
  .university-awards-section p {
    font-size: 14px;
    line-height: 18px;
  }
}
.university-awards-section h2 {
  color: white;
}
.university-awards-section .video-modal-content {
  padding: 30px 20px;
  background-color: white;
  position: relative;
  overflow: hidden;
  min-height: 160px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .university-awards-section .video-modal-content {
    min-height: 160px;
  }
}
@media all and (max-width: 1200px) {
  .university-awards-section .video-modal-content {
    min-height: 150px;
    padding: 20px 10px;
  }
}
@media all and (max-width: 991px) {
  .university-awards-section .video-modal-content {
    min-height: 170px;
  }
}
@media all and (max-width: 767px) {
  .university-awards-section .video-modal-content {
    min-height: 140px;
    padding: 10px;
  }
}
.university-awards-section .video-modal-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #00b08d;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .university-awards-section .video-modal-content::after {
    width: 150px;
    height: 150px;
  }
}
@media all and (max-width: 991px) {
  .university-awards-section .video-modal-content::after {
    width: 130px;
    height: 130px;
  }
}
.university-awards-section .slick-arrow {
  font-size: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  top: 50%;
  position: absolute;
  z-index: 7;
  left: -70px;
  background-color: #00b08d !important;
}
@media all and (max-width: 767px) {
  .university-awards-section .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.university-awards-section .slick-prev {
  background: url(/sites/default/files/careers-images/slider-arrow-left.png) no-repeat center center/24px;
}
@media all and (max-width: 767px) {
  .university-awards-section .slick-prev {
    background-size: 18px;
    left: -30px;
  }
}
@media all and (max-width: 575px) {
  .university-awards-section .slick-prev {
    top: initial;
    transform: initial;
    bottom: -20px;
    left: 40%;
  }
}
.university-awards-section .slick-next {
  background: url(/sites/default/files/careers-images/slider-arrow-right.png) no-repeat center center/24px;
  left: auto;
  right: -70px;
}
@media all and (max-width: 767px) {
  .university-awards-section .slick-next {
    background-size: 18px;
    right: -30px;
  }
}
@media all and (max-width: 575px) {
  .university-awards-section .slick-next {
    top: initial;
    transform: initial;
    bottom: -20px;
    right: 40%;
  }
}

@media all and (max-width: 767px) {
  .video-item-wrapper {
    margin-bottom: 30px;
  }
}

.financial-features-section {
  padding-bottom: 60px;
  padding-top: 0px;
}
@media all and (max-width: 1200px) {
  .financial-features-section {
    padding-bottom: 50px;
  }
}
.financial-features-section .business-card-content {
  min-height: 700px !important;
}
@media all and (max-width: 767px) {
  .financial-features-section .business-card-content {
    min-height: auto !important;
  }
}
.financial-features-section .business-card-image {
  height: auto;
}

.financial-care-section {
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
}

.finacial-care-wrapper {
  display: flex;
  gap: 0;
}
@media all and (max-width: 991px) {
  .finacial-care-wrapper {
    display: block;
  }
}

.financial-care-image {
  width: 50%;
}
@media all and (max-width: 991px) {
  .financial-care-image {
    width: 100%;
  }
}

.financial-care-content {
  width: 50%;
  position: relative;
}
@media all and (max-width: 991px) {
  .financial-care-content {
    width: 100%;
  }
}
.financial-care-content .financial-care-inner-content {
  position: absolute;
  height: 100%;
  z-index: 10;
  left: -80px;
}
@media all and (max-width: 991px) {
  .financial-care-content .financial-care-inner-content {
    position: initial;
  }
}
.financial-care-content .financial-care-inner-content ul {
  list-style: none;
  height: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.financial-care-content .financial-care-inner-content ul li {
  list-style-type: none;
  background-color: #015b9b;
  padding: 25px;
  margin-bottom: 20px;
  color: white;
}
@media all and (max-width: 991px) {
  .financial-care-content .financial-care-inner-content ul li {
    margin-bottom: 0px;
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .financial-care-content .financial-care-inner-content ul li:first-child {
    padding-bottom: 0px;
  }
}

.talent-management-section {
  padding-bottom: 0px;
}

.university-awards-wrapper .slick-slide {
  padding: 0px 15px;
}

.employee-experience-section {
  position: relative;
  z-index: 3;
}

.employee-experience-wrapper {
  display: flex;
  gap: 30px;
  height: 470px;
  overflow: hidden;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .employee-experience-wrapper {
    height: 450px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .employee-experience-wrapper {
    height: 420px;
  }
}
@media all and (max-width: 1200px) {
  .employee-experience-wrapper {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .employee-experience-wrapper {
    flex-direction: column;
    gap: 0px;
    height: auto;
  }
}
.employee-experience-wrapper .employee-experience-image {
  width: 60%;
  flex: none;
}
@media all and (max-width: 991px) {
  .employee-experience-wrapper .employee-experience-image {
    width: 100%;
  }
}
.employee-experience-wrapper .employee-experience-content {
  width: 40%;
  background-color: #015b9b;
  padding: 50px;
}
@media all and (max-width: 1200px) {
  .employee-experience-wrapper .employee-experience-content {
    padding: 20px;
    height: 330px;
  }
}
@media all and (max-width: 991px) {
  .employee-experience-wrapper .employee-experience-content {
    width: 100%;
    height: auto;
  }
}
.employee-experience-wrapper .employee-experience-content p {
  color: white;
}

.life-show-more a,
.show-less a,
.life-show-less a {
  display: block;
  background: url(/sites/default/files/careers-images/show-more-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  font-size: 0px;
  transition: 0.6s all;
}

.life-show-less a {
  transform: rotate(180deg);
}

.life-values-section {
  padding: 0px;
}

.life-cipla-service-section {
  position: relative;
  z-index: 3;
  padding: 0px;
}
.life-cipla-service-section .life-cipla-service-item {
  padding: 30px;
  background-color: white;
  height: 350px;
}
@media all and (max-width: 1200px) {
  .life-cipla-service-section .life-cipla-service-item {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .life-cipla-service-section .life-cipla-service-item {
    height: 250px;
  }
}
.life-cipla-service-section .life-cipla-service-item .life-cipla-service-icon {
  width: 80px;
  margin-bottom: 20px;
}
.life-cipla-service-section .life-cipla-service-item h3, .life-cipla-service-section .life-cipla-service-item .global-chief-content h4, .global-chief-content .life-cipla-service-section .life-cipla-service-item h4 {
  color: #015b9b;
  width: 50%;
}
.life-cipla-service-section .life-cipla-service-item p {
  color: #0e0d0d;
}

.life-features-section {
  position: relative;
  z-index: 3;
  padding: 0px;
}
.life-features-section .life-feature-card {
  display: block;
  margin-bottom: 40px;
}
.life-features-section .life-feature-card .life-feature-item {
  position: relative;
}
.life-features-section .life-feature-card .life-feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(1, 91, 155, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s all;
}
.life-features-section .life-feature-card .life-feature-item .life-feature-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
  padding: 0px;
  color: white;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 1200px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 991px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 360px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media all and (max-width: 320px) {
  .life-features-section .life-feature-card .life-feature-item .life-feature-content h3, .life-features-section .life-feature-card .life-feature-item .life-feature-content .global-chief-content h4, .global-chief-content .life-features-section .life-feature-card .life-feature-item .life-feature-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.life-features-section .life-feature-card .life-feature-item:hover::before {
  background-color: transparent;
}

.life-talent-management {
  padding-top: 0px;
}

.talent-championing-care-section {
  padding: 0px;
}

.talent-service-section {
  position: relative;
  z-index: 5;
}

.talent-service-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .talent-service-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .talent-service-wrapper {
    gap: 10px;
  }
}
.talent-service-wrapper .talent-service-item {
  width: calc(33% - 20px);
  background: url(/sites/default/files/careers-images/talent-service-bg.jpg) no-repeat center center/cover;
  height: 450px;
  position: relative;
  transition: 0.6s all;
}
@media all and (max-width: 1200px) {
  .talent-service-wrapper .talent-service-item {
    width: calc(33% - 12px);
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .talent-service-wrapper .talent-service-item {
    width: calc(50% - 6px);
  }
}
@media all and (max-width: 575px) {
  .talent-service-wrapper .talent-service-item {
    width: 100%;
  }
}
.talent-service-wrapper .talent-service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.6s all;
}
.talent-service-wrapper .talent-service-item .talent-service-item-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.6s all;
}
@media all and (max-width: 1200px) {
  .talent-service-wrapper .talent-service-item .talent-service-item-content {
    padding: 10px;
  }
}
.talent-service-wrapper .talent-service-item .talent-service-item-content h3, .talent-service-wrapper .talent-service-item .talent-service-item-content .global-chief-content h4, .global-chief-content .talent-service-wrapper .talent-service-item .talent-service-item-content h4 {
  color: white;
  transition: 0.6s all;
  text-align: center;
}
.talent-service-wrapper .talent-service-item .talent-service-item-content p {
  display: none;
  text-align: center;
  color: white;
  transition: 0.6s all;
}
.talent-service-wrapper .talent-service-item .talent-service-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.6s all;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item .talent-service-icon {
    width: 80px;
    height: 80px;
  }
}
.talent-service-wrapper .talent-service-item .talent-service-icon img {
  width: 100%;
  border-radius: 50%;
}
.talent-service-wrapper .talent-service-item:nth-child(1) .talent-service-icon {
  border: 7px solid #f5aa3f;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item:nth-child(1) .talent-service-icon {
    border: 4px solid #f5aa3f;
  }
}
.talent-service-wrapper .talent-service-item:nth-child(1)::before {
  background-color: rgba(245, 170, 63, 0.6);
}
.talent-service-wrapper .talent-service-item:nth-child(2) .talent-service-icon {
  border: 7px solid #bd6aaa;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item:nth-child(2) .talent-service-icon {
    border: 4px solid #bd6aaa;
  }
}
.talent-service-wrapper .talent-service-item:nth-child(2)::before {
  background-color: rgba(189, 106, 170, 0.6);
}
.talent-service-wrapper .talent-service-item:nth-child(3) .talent-service-icon {
  border: 7px solid #015b9b;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item:nth-child(3) .talent-service-icon {
    border: 4px solid #015b9b;
  }
}
.talent-service-wrapper .talent-service-item:nth-child(3)::before {
  background-color: rgba(1, 91, 155, 0.6);
}
.talent-service-wrapper .talent-service-item:nth-child(4) .talent-service-icon {
  border: 7px solid #f17497;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item:nth-child(4) .talent-service-icon {
    border: 4px solid #f17497;
  }
}
.talent-service-wrapper .talent-service-item:nth-child(4)::before {
  background-color: rgba(241, 116, 151, 0.6);
}
.talent-service-wrapper .talent-service-item:nth-child(5) .talent-service-icon {
  border: 7px solid #00b08d;
}
@media all and (max-width: 991px) {
  .talent-service-wrapper .talent-service-item:nth-child(5) .talent-service-icon {
    border: 4px solid #00b08d;
  }
}
.talent-service-wrapper .talent-service-item:nth-child(5)::before {
  background-color: rgba(0, 176, 141, 0.6);
}
.talent-service-wrapper .talent-service-item:hover:nth-child(1)::before {
  background-color: #f5aa3f;
}
.talent-service-wrapper .talent-service-item:hover:nth-child(2)::before {
  background-color: #bd6aaa;
}
.talent-service-wrapper .talent-service-item:hover:nth-child(3)::before {
  background-color: #015b9b;
}
.talent-service-wrapper .talent-service-item:hover:nth-child(4)::before {
  background-color: #f17497;
}
.talent-service-wrapper .talent-service-item:hover:nth-child(5)::before {
  background-color: #00b08d;
}
.talent-service-wrapper .talent-service-item:hover h3, .talent-service-wrapper .talent-service-item:hover .global-chief-content h4, .global-chief-content .talent-service-wrapper .talent-service-item:hover h4 {
  display: none;
}
.talent-service-wrapper .talent-service-item:hover .talent-service-icon {
  display: none;
}
.talent-service-wrapper .talent-service-item:hover p {
  display: block;
}

.championing-care-section.championing-talent-management {
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .championing-care-section.championing-talent-management {
    padding-bottom: 50px;
  }
}

.nurture-content h2 {
  color: white;
}

.inclusion-living-section {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .inclusion-living-section {
    padding: 40px 0px;
    height: 280px;
  }
}
@media all and (max-width: 575px) {
  .inclusion-living-section {
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .inclusion-living-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 575px) {
  .inclusion-living-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .inclusion-living-section .container .nurture-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.inclusion-living-section .way-living-bg {
  width: 50.1%;
}
@media all and (max-width: 991px) {
  .inclusion-living-section .way-living-bg {
    width: 100%;
  }
}

.initiatives-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 0px;
}
.initiatives-section::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/sites/default/files/careers-images/inclusion-initatives-bg.jpg) repeat center center/contain;
}
.initiatives-section::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #00b08d;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .initiatives-section::after {
    width: 150px;
    height: 150px;
  }
}
.initiatives-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 991px) {
  .initiatives-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.values-policies-section .values-head::after {
  background-color: #bd6aaa;
}

.diversity-section {
  padding-top: 0px;
  position: relative;
  z-index: 3;
}
.diversity-section .diversirty-wrapper {
  display: flex;
  gap: 0;
}
@media all and (max-width: 991px) {
  .diversity-section .diversirty-wrapper {
    flex-direction: column;
  }
}
.diversity-section .diversirty-wrapper h2,
.diversity-section .diversirty-wrapper p {
  color: white;
}
.diversity-section .diversirty-wrapper .diversity-text-wrapper {
  width: 45%;
  flex: none;
  background-color: #015b9b;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .diversity-section .diversirty-wrapper .diversity-text-wrapper {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .diversity-section .diversirty-wrapper .diversity-text-wrapper {
    width: 100%;
  }
}
.diversity-section .diversirty-wrapper .diversity-image-wrapper {
  width: 55%;
}
@media all and (max-width: 991px) {
  .diversity-section .diversirty-wrapper .diversity-image-wrapper {
    width: 100%;
  }
}

.inclusion-campus-features-section .ascend-container {
  padding-bottom: 60px;
}
@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-container {
    padding-bottom: 40px;
  }
}
.inclusion-campus-features-section .business-card-content {
  min-height: auto !important;
  padding: 0px;
}
.inclusion-campus-features-section .ascend-bg-wrapper:last-child {
  background-color: transparent;
}
.inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-content {
  background-color: white;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-content {
    padding: 30px;
    justify-content: start;
  }
}
@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-content {
    padding: 20px;
  }
}
.inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-image {
  width: 800px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-image {
    width: 60%;
  }
}
@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-bg-wrapper:last-child .ascend-bg-image {
    width: 100%;
  }
}

.ascend-bg-content .ascend-bg-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
}

.volunteering-emphasis-section .emphasis-content {
  flex-direction: column;
  position: relative;
}
.volunteering-emphasis-section .emphasis-content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f5aa3f;
  right: -100px;
  bottom: -90px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .volunteering-emphasis-section .emphasis-content::after {
    width: 150px;
    height: 150px;
  }
}

.volunteering-service-section {
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
}

.volunteering-service-wrapper ul li {
  margin-bottom: 20px;
}
.volunteering-service-wrapper ul li .volunteering-service-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .volunteering-service-wrapper ul li .volunteering-service-item {
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .volunteering-service-wrapper ul li .volunteering-service-item {
    flex-direction: column;
    row-gap: 0px;
  }
}
.volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-image {
  width: 600px;
  flex: none;
}
@media all and (max-width: 991px) {
  .volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-image {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-image {
    width: 100%;
  }
}
.volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-content {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-content {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-content {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-content {
    padding: 20px;
  }
}
.volunteering-service-wrapper ul li .volunteering-service-item .volunteering-service-content h4 {
  color: #015b9b;
}
.volunteering-service-wrapper ul li:nth-child(even) .volunteering-service-item .volunteering-service-image {
  order: 2;
}
@media all and (max-width: 767px) {
  .volunteering-service-wrapper ul li:nth-child(even) .volunteering-service-item .volunteering-service-image {
    order: initial;
  }
}

.life-cipla-service-wrapper,
.initiatives-slider-container {
  position: relative;
}
.life-cipla-service-wrapper .slick-prev,
.initiatives-slider-container .slick-prev {
  font-size: 0px;
  border: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/sites/default/files/careers-images/nav-left.png) no-repeat center center/cover;
  margin-right: calc(100% + 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media all and (max-width: 767px) {
  .life-cipla-service-wrapper .slick-prev,
.initiatives-slider-container .slick-prev {
    left: -40px;
  }
}
@media all and (max-width: 575px) {
  .life-cipla-service-wrapper .slick-prev,
.initiatives-slider-container .slick-prev {
    left: -10px;
  }
}
.life-cipla-service-wrapper .slick-next,
.initiatives-slider-container .slick-next {
  font-size: 0px;
  border: none;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: calc(100% + 20px);
  background: url(/sites/default/files/careers-images/nav-left.png) no-repeat center center/cover;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media all and (max-width: 767px) {
  .life-cipla-service-wrapper .slick-next,
.initiatives-slider-container .slick-next {
    right: -30px;
  }
}
@media all and (max-width: 575px) {
  .life-cipla-service-wrapper .slick-next,
.initiatives-slider-container .slick-next {
    right: -10px;
  }
}
.life-cipla-service-wrapper .slick-track .slick-slide,
.initiatives-slider-container .slick-track .slick-slide {
  padding: 0px 15px;
}

.volunteering-service-wrapper {
  margin-bottom: 60px;
}

.inclusion-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-content {
  background-color: white;
  padding: 30px;
  width: 100%;
  height: 310px;
}
@media all and (max-width: 1200px) {
  .inclusion-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-content {
    height: 340px;
  }
}
@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-content {
    height: 420px;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .inclusion-campus-features-section .ascend-bg-wrapper.ascend-flex-row .ascend-bg-content {
    height: auto;
  }
}

.diversity-image-wrapper .diversity-block-images {
  width: 100%;
  background: transparent;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.diversity-image-wrapper .diversity-block-images .diversity-block-image {
  width: 33%;
}
@media all and (max-width: 575px) {
  .diversity-image-wrapper .diversity-block-images .diversity-block-image {
    width: 50%;
  }
}

.initiatives-slider-wrapper {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 1200px) {
  .initiatives-slider-wrapper {
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .initiatives-slider-wrapper {
    flex-direction: column;
  }
}
.initiatives-slider-wrapper .initiatives-slider {
  width: 400px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .initiatives-slider-wrapper .initiatives-slider {
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  .initiatives-slider-wrapper .initiatives-slider {
    width: 100%;
  }
}
.initiatives-slider-wrapper .initiatives-slider img {
  width: 100%;
}
.initiatives-slider-wrapper .initiatives-content-wrapper {
  width: 100%;
  padding-right: 20px;
}
@media all and (max-width: 1200px) {
  .initiatives-slider-wrapper .initiatives-content-wrapper {
    padding: 0px 10px;
  }
}

.overlay-diversity-block-image::before {
  background-color: #015b9b !important;
  opacity: 0.8 !important;
}

@media all and (max-width: 991px) {
  .university-image {
    margin-bottom: 30px;
  }
}

.validate-offer-letter-wrapper label {
  font-size: 16px;
}
@media all and (max-width: 1200px) {
  .validate-offer-letter-wrapper label {
    font-size: 15px;
  }
}

@media all and (max-width: 1200px) {
  .validation-form .form-control {
    font-size: 14px;
  }
}
.validation-form .button {
  width: auto;
}
.validation-form .button::after {
  margin-left: 20px;
  top: 7px;
}

.living-deskstop {
  display: block;
}
@media all and (max-width: 767px) {
  .living-deskstop {
    display: none;
  }
}

.living-mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .living-mobile {
    display: block;
  }
}

.campus-deskstop {
  display: block;
}
@media all and (max-width: 991px) {
  .campus-deskstop {
    display: none;
  }
}

.campus-mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .campus-mobile {
    display: block;
  }
}

@media all and (max-width: 991px) {
  .campus-features-section .ascend-bg-wrapper {
    flex-direction: column;
    row-gap: 0px;
  }
}
@media all and (max-width: 991px) {
  .campus-features-section .ascend-bg-wrapper .ascend-bg-image {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .campus-features-section .ascend-bg-wrapper .ascend-bg-content {
    width: 100%;
    padding: 0px 20px 20px;
  }
}
@media all and (max-width: 575px) {
  .campus-features-section .ascend-bg-wrapper .ascend-bg-content {
    padding: 0px 10px 20px;
  }
}

@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-bg-wrapper {
    row-gap: 0px;
  }
}
@media all and (max-width: 991px) {
  .inclusion-campus-features-section .ascend-bg-wrapper:last-child {
    height: auto;
  }
}

.header-main #block-mainnavigation {
  padding: 0px;
}

.page-node-type-careers.toggled .logo-holder img {
  filter: brightness(0) invert(1);
}

.global-cipla-search-wrapper .input-group input {
  font-size: 12px !important;
  padding: 6px 10px !important;
}

.global-cipla-search-wrapper .input-group .input-group-btn button {
  padding: 0px 10px;
}

.global-cipla-search-wrapper {
  background: transparent;
}

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