.card {
  border: none !important;
  height: 100% !important;
}
.page-template-template-about-new h1:after,.page-template-template-about-new h2:after {
  display: none;
}
/*=============== Career ====================== */
/*Career Banner*/
.career-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.career-banner-text h1:after {
  display: none;
}
.career-banner-text h1 span {
  position: relative;
  margin-bottom: 1rem;
}
.career-banner-text h1 span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100px;
  left: calc(50% - 50px);
  background: var(--secondary-color);
  height: 4px;
  border-radius: 2px;
}
.career-banner-text h1 strong {
  font-weight: 700 !important;
}

/*******Open Position listing******/

.career-open-pos {
  padding: 0 40px;
}
.career-open-pos .career-open-pos-main {
  padding: 80px 0 80px 0;
}
.career-open-pos .career-open-pos-main ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 2rem;
}
.career-open-pos .career-open-pos-main ul li {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  align-items: center;
  width: 100%;
  background: var(--light-color);
  border-radius: 15px;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  min-height: 120px;
}
.career-open-pos .career-open-pos-main ul li div {
  display: flex;
  gap: 48px;
  align-items: center;
}
.career-open-pos .career-open-pos-main ul li h3 {
  font-weight: 700;
  margin-bottom: 0 !important;
}
.career-open-pos .career-open-pos-main ul li img {
  width: 70px;
  max-height: 70px;
  object-fit: contain;
}
.career-open-pos .career-open-pos-main ul li a {
  min-width: 170px;
}

/*****We offer ********/
.career-offer {
  padding: 0 40px;
}
.career-offer .career-offer-main {
  padding: 96px 0 80px 0;
  margin-top: -16px;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.career-offer .career-offer-main .col-lg-5.col-12 {
  padding-right: 4rem;
}
.career-offer .career-offer-main .col-lg-5.col-12 p {
  padding: 1rem 0 3rem 0;
}
.career-offer .career-offer-main .col-lg-5.col-12 a {
  display: inline-block !important;
  min-width: 160px;
}
.career-offer .career-offer-main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.career-offer .career-offer-main ul li {
  width: calc(100% / 4 - 24px);
  text-align: center;
}
.career-offer .career-offer-main ul li h3 {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.career-offer .career-offer-main ul li span {
  display: block;
  width: 150px;
  height: 150px;
  padding: 2rem;
  background: #ffffff80;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  margin: 0 auto 1rem auto;
  border-radius: 15px;
}
.career-offer .career-offer-main ul li span img {
  width: 100%;
  height: 100%;
  max-width: 65px;
  object-fit: contain;
}
.apply-openings {
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.apply-openings h3 {
  font-weight: 500 !important;
}
.apply-openings span.arrow-down svg {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
}
.apply-openings span.arrow-down svg {
  transform: translateY(10px);
  animation: downArrow 1.5s infinite ease;
  -webkit-animation: downArrow 1.5s infinite ease;
  -moz-animation: downArrow 1.5s infinite ease;
  -o-animation: downArrow 1.5s infinite ease;
}
@keyframes downArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*******Our Usps*******/
.usps-content {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-bottom: 4rem;
}
.career-offer a {
  max-width: 170px;
  margin: auto;
}
.career-offer p.usp-description {
  padding: 0 0 1.5rem 0;
}

/*******Career Great Place work*******/
.career-place-work {
  padding: 80px 0;
  text-align: center;
}
.career-place-work .container span {
  width: 14px;
  height: 14px;
  background: var(--secondary-color);
}
.career-place-work .container p {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
}
.career-place-work .container .row {
  padding-top: 2rem;
}
.career-join-us {
  padding: 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.career-join-us .join-us-listing .box {
  width: calc(100% / 4 - 16px);
}
.career-join-us .join-us-listing .box span {
  display: block;
  width: 150px;
  height: 150px;
  background: #ffffff80;
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-join-us .join-us-listing .box span img {
  width: 100%;
}
.other-job-sec .join-us-contact {
  background: url("../../images/company/join-us-bg.webp") no-repeat right;
  background-size: cover;
  padding: 2rem;
  border-radius: 25px;
  margin-top: 1.5rem;
}

.other-job-sec .join-us-contact span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.other-job-sec .join-us-contact .join-us-come {
  padding-left: 1rem;
  position: relative;
}
.other-job-sec .join-us-contact .join-us-come:before {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  border-radius: 2px;
}
.other-job-sec .join-us-contact p {
  color: var(--light-color) !important;
}
.other-job-sec .join-us-contact h3 {
  display: inline-block;
}
.other-job-sec .join-us-contact a {
  transition: all 0.3s;
  color: var(--light-color);
}
.other-job-sec .join-us-contact a:hover {
  transition: all 0.3s;
  color: var(--secondary-color);
}
.other-job-sec .join-us-contact a svg {
  max-width: 18px;
}

/********Career Rating********/
.career-rating {
  padding: 80px 0;
}

.career-rating .box {
  border: 2px solid var(--lightBlue-color);
  padding: 3rem;
}
.career-rating .box .ratings-number {
  width: calc(20% - 16px);
}
.career-rating .box .ratings-number span {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
}
.career-rating .box .career-partner,
.career-rating .box .rating-text {
  width: calc(40% - 16px);
}

/**=========Career Details==========*/
.career-details-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.career-details-banner-text h1:after {
  min-width: 110px;
  max-width: 110px;
}
.career-sec {
  padding: 0 40px;
  margin-top: -16px;
}
.career-sec .apply-now-details {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 25px;
  width: calc(70% - 16px);
  padding: 2rem;
}
.career-sec .other-job-sec {
  width: calc(30% - 16px);
}
.career-sec .other-job-sec .other-jobs {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 25px;
  padding: 3rem 2rem;
}
.career-sec .career-details-main {
  padding: 96px 0 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.career-sec .heading-area {
  border-bottom: 1px solid var(--lightBlue-color);
  padding-bottom: 1rem;
  position: relative;
  padding-right: 18rem;
  min-height: 350px;
}
.career-sec .heading-area .career-qualifications {
  position: absolute;
  right: 32px;
  top: 32px;
}
.career-sec .heading-area .career-qualifications h5 {
  position: relative;
  padding-left: 2.5rem;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
  margin: 2rem 0 1rem 0;
}
.career-sec .heading-area .career-qualifications h5 span {
  padding-top: 0.25rem;
  color: var(--secondary-color);
}
.career-sec .heading-area .career-qualifications h5 svg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 25px;
}
.career-sec p {
  font-weight: 300;
}
.career-sec .heading-area .job_description span {
  margin: 1rem 0 0.25rem 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
.career-sec .career-heading h2:after,
.career-sec .apply-now-details form input[type="file"],
.career-sec br {
  display: none;
}
.career-sec .career-sub {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--dark-color);
  padding: 1rem 0;
  display: block;
}

.career-sec .apply-now-details ul li {
  padding: 0.25rem 0 0.25rem 1.5rem;
  position: relative;
  color: var(--dark-color);
}
.career-sec .apply-now-details ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background: var(--secondary-color);
}
.career-sec .apply-now-details form {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 25px;
  padding: 2rem;
  margin-top: 1.5rem;
}
.career-sec .apply-now-details h2 {
  text-transform: capitalize !important;
}
.career-sec .apply-now-details form h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.career-sec .apply-now-details form .form-job-title {
  display: none;
}
.career-sec .apply-now-details form label {
  color: var(--dark-color);
  padding-bottom: 0.35rem;
}
.career-sec .apply-now-details form .form-control {
  padding: 0.65rem 1rem !important;
  border: 1px solid var(--lightGrey-color) !important;
  border-radius: 5px !important;
}
.career-sec .apply-now-details form .form-control:focus {
  border: 1px solid var(--secondary-color) !important;
}
.career-sec .apply-now-details form .form-group {
  padding: 0.5rem 0;
}
.career-sec .apply-now-details form .custom-file {
  display: block;
  width: 100%;
  padding: 0.6rem;
  text-align: center;
  color: var(--grey-color);
  background: #f1f1f1;
  border: 2px dashed var(--lightGrey-color);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-top: 0.75rem;
}
.career-sec .apply-now-details form .custom-file:before {
  content: "";
  position: absolute;
  left: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  top: 15px;
  left: calc(50% - 65px);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2321 7.33776L5.98896 11.5196C4.59702 12.3232 2.8187 11.8467 2.01507 10.4548C1.21143 9.06284 1.68793 7.28452 3.07987 6.48089L10.9528 1.93543C11.822 1.43361 12.9347 1.73176 13.4365 2.60093C13.9383 3.47011 13.6402 4.5828 12.771 5.08462L6.15772 8.9028C5.81131 9.1028 5.36425 8.98301 5.16425 8.6366C4.96425 8.29019 5.08404 7.84313 5.43045 7.64313L11.4139 4.18858L10.8684 3.24382L4.885 6.69837C4.01582 7.20019 3.71768 8.31288 4.2195 9.18205C4.72131 10.0512 5.834 10.3494 6.70318 9.84755L13.3165 6.02937C14.7084 5.22574 15.1849 3.44742 14.3813 2.05548C13.5776 0.66354 11.7993 0.187042 10.4074 0.990678L2.53441 5.53613C0.619711 6.64159 -0.035142 9.08553 1.07031 11.0002C2.17577 12.9149 4.61971 13.5698 6.53441 12.4643L13.7775 8.28252L13.2321 7.33776Z' fill='%23ABABAB'/%3E%3C/svg%3E");
}
.career-sec .apply-now-details form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 21px;
  padding-top: 0.25rem;
}
.career-sec .apply-now-details form .wpcf7-submit {
  min-width: 180px;
  border-color: var(--primary-color) !important;
  background: var(--primary-color);
  color: var(--light-color);
  border-radius: 5px !important;
  margin: 1rem auto 0 auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.career-sec .apply-now-details form .wpcf7-submit:hover {
  background: var(--light-color);
  color: var(--primary-color);
}
.single-job {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--lightGrey-color);
  position: relative;
}
.single-job:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='16' viewBox='0 0 36 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.7071 8.70711C36.0976 8.31658 36.0976 7.68342 35.7071 7.29289L29.3431 0.928932C28.9526 0.538408 28.3195 0.538408 27.9289 0.928932C27.5384 1.31946 27.5384 1.95262 27.9289 2.34315L33.5858 8L27.9289 13.6569C27.5384 14.0474 27.5384 14.6805 27.9289 15.0711C28.3195 15.4616 28.9526 15.4616 29.3431 15.0711L35.7071 8.70711ZM0 9H35V7H0V9Z' fill='%230D2F5D'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 8px);
  right: 16px;
  transition: all 0.5s;
}
.single-job:hover::after {
  right: 0;
  transition: all 0.5s;
}
.single-job span {
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color);
  display: block;
  font-weight: 600;
  max-width: 260px;
}
.career-sec .other-job-sec h3 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--lightGrey-color);
}
.single-job p {
  font-size: 14px;
  line-height: 21px;
}
.career-sec .apply-now-details form .col-md-12 p {
  position: relative;
}
.career-sec .apply-now-details form .wpcf7-spinner {
  position: absolute;
  left: 180px;
  display: block;
  top: 12px;
}

/*******Career details join us*******/
.career-details-join {
  background: unset !important;
}
/*********Our Team Css*********/
.team-banner-text p {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  background: none;
  color: var(--light-color);
  font-size: 42px;
  line-height: 54px;
  max-width: 500px;
  left: calc(50% - 250px);
}
.team-about {
  margin-top: -16px;
  padding: 0 40px;
}
.team-about .team-about-main {
  padding: 96px 0 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.team-about .team-about-main h1:after {
  min-width: 90px;
  max-width: 90px;
  margin-left: 0;
}
.team-about .team-about-main span {
  display: block;
}
.team-about .team-about-main img {
  width: 100%;
  border-radius: 25px;
}
.team-about .team-about-main span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin: 1rem 0;
}
.team-about .team-about-main .team-about-contain {
  width: 100%;
  max-width: 460px;
}
.key-executive-sec {
  padding: 0 40px;
}
.key-executive-main {
  padding: 60px;
  border-radius: 25px;
  background: var(--lightBlue-color);
}
.key-executive-sec .key-executive-main .col-lg-6 {
  margin-top: 2.5rem;
}
.key-executive-sec .key-executive-main .executive-designation {
  position: relative;
  padding-left: 1rem;
}
.key-executive-sec .key-executive-main .executive-designation:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--secondary-color);
  width: 3px;
  border-radius: 2px;
  height: 100%;
}
.key-executive-sec .key-executive-main .executive-box {
  gap: 2.5rem;
}
.key-executive-sec .key-executive-main .img-box {
  position: relative;
  border-radius: 15px;
  border: 8px solid var(--light-color);
  overflow: hidden;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
}
.key-executive-sec .key-executive-main .img-box .linkedin-profile {
  position: absolute;
  right: 15px;
  bottom: 15px;
  max-width: 40px;
  max-height: 40px;
}
.key-executive-sec .key-executive-main .contain-box {
  width: 75%;
}
.key-executive-sec .key-executive-main .contain-box p {
  color: var(--dark-color) !important;
}
.department-lead-sec {
  padding: 80px 0;
}

.department-lead-sec .lead-list {
  gap: 28px;
  padding: 2.5rem 1rem 0 1rem;
}
.department-lead-sec .lead-member {
  width: calc(100% / 3 - 20px);
  padding: 1rem;
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 25px;
}
.department-lead-sec .lead-member .image-box,
.department-lead-sec .lead-member img {
  border-radius: 15px;
  width: 100%;
}
.department-lead-sec .lead-member img {
  filter: grayscale(100%);
}
.department-lead-sec .lead-member:hover img {
  filter: grayscale(0%);
  transition: all 0.5s;
}
.department-lead-sec .lead-member .contain {
  margin: 16px 0 8px 0;
  padding-left: 16px;
  position: relative;
}
.department-lead-sec .lead-member .contain:before {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  width: 3px;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 100%;
}
/*******Crew Members css******/
.crew-members-sec {
  padding: 0 40px;
}
.crew-members-main * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.crew-members-sec .crew-members-main {
  padding: 60px 40px;
  background: var(--lightBlue-color);
  border-radius: 25px;
}
.crew-members-sec .crew-members-main .members-list {
  gap: 24px;
  justify-content: start;
  padding-top: 2.5rem;
}
.crew-members-sec .crew-members-main .members-list .member {
  width: calc(100% / 8 - 21px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.crew-members-sec .crew-members-main .members-list .member span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: var(--light-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  z-index: 1;
}
.crew-members-sec .crew-members-main .members-list .member:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(13, 47, 93, 0) 31.32%,
    rgba(13, 47, 93, 0.9) 100%
  );
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.crew-members-sec .crew-members-main .members-list .member img {
  width: 100%;
  filter: grayscale(100%);
}
.crew-members-sec .crew-members-main .members-list .member:hover img {
  filter: grayscale(0%);
  transform: scale(1.15);
}
.crew-members-sec .crew-members-main .members-list .member:hover span,
.crew-members-sec .crew-members-main .members-list .member:hover:after {
  opacity: 1;
}
/******Company slider******/
.image-slider-sec {
  padding: 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.company-pic-slider {
  padding-bottom: 2rem;
  margin: 2rem 0 0 0;
}
.company-pic-slider .company-slider-image {
  margin: 0 0.5rem;
  border-radius: 25px;
  overflow: hidden;
  height: 300px;
}
.company-pic-slider .company-slider-image img {
  border-radius: 25px;
  height:100%;
  width:100%;
  object-fit: cover;
}
.executive-text-box h5 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 18px;
  font-weight: 400 !important;
}
.executive-text-box h4 {
  text-align: center;
  font-weight: 600 !important;
  text-transform: capitalize;
}

/*****Team Slider***/
.company-pic-slider {
  margin-bottom: 3rem !important;
}
.company-pic-slider .swiper-button-next,
.company-pic-slider .swiper-button-prev {
  position: absolute;
  bottom: -20px;
  width: 50px !important;
  height: 50px !important;
  top: unset !important;
}
.company-pic-slider .swiper-button-next {
  right: calc(50% - 64px) !important;
}
.company-pic-slider .swiper-button-prev {
  left: calc(50% - 64px) !important;
}
/****++++++++++++(Contact Us)+++++++++++++++******/
.contact-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: -20px;
}
.contact-banner-text:after {
  content: "";
  position: absolute;
  min-width: 100px;
  max-width: 100px;
  margin: auto;
  bottom: -16px;
  background: var(--secondary-color);
  height: 4px;
  left: calc(50% - 50px);
  text-align: center;
  border-radius: 2px;
}
.contact-banner-text h1 {
  color: var(--light-color);
  margin-bottom: 0;
}
.contact-banner-text h1:after {
  display: none;
}
.contact-banner-text p {
  color: var(--light-color);
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  font-weight: 400;
}
.page-template-template-contact footer .footer-form {
  display: none;
}
.page-template-template-contact .checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contact-sec .footer-form .form-content .wpcf7-form p .wpcf7-submit {
  background-color: var(--primary-color) !important;
}
.contact-sec .footer-form .form-content .wpcf7-form p .wpcf7-submit:hover,
.contact-sec .footer-form .form-content .wpcf7-form p .wpcf7-submit:focus {
  background-color: var(--light-color) !important;
  color: var(--primary-color) !important;
}
.contact-main {
  padding:0 0 80px 0;
}
.contact-help {
  padding: 40px 0;
}
.contact-help .help-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.contact-help .help-listing .box {
  width: calc(100% / 3 - 24px);
  border: 1px solid var(--lightBlue-color);
  padding: 1.5rem;
  border-radius: 15px;
}
.contact-help .help-listing .box h3 {
  position: relative;
  padding-bottom: 0.75rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.contact-help .help-listing .box h3:after {
  content: "";
  position: absolute;
  min-width: 110px;
  max-width: 110px;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
}
.contact-help .heading-content {
  max-width: 900px;
  margin: 1rem auto 2rem auto !important;
}
.contact-sec .footer-form .form-content {
  border-right: unset;
  border-left: 1px solid var(--thin-dark-color);
}
/*****=========Privacy Policy Page=======******/

.company_banner {
  position: relative;
}
.company_banner img {
  filter: grayscale(100%);
}
.company_banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(13, 47, 93, 0.6),
    rgba(13, 47, 93, 0.6)
  );
}
.inner-banner.company_banner .banner-text {
  background-color: transparent;
  width: 100%;
  top: 0;
  bottom: unset;
  left: 0;
  padding-left: unset;
  text-align: center;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-banner.company_banner .banner-text p {
  position: relative;
  background-color: transparent;
  font-size: 16px;
  color: var(--light-color);
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem !important;
}
.inner-banner.company_banner .banner-text p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background: var(--secondary-color);
  width: 100%;
  min-width: 120px;
  max-width: 120px;
  border-radius: 1px;
}
.inner-banner.company_banner .banner-text h1:after {
  display: none;
}
.inner-banner.company_banner .banner-text a {
  font-size: 16px;
  line-height: 24px;
}
.term-sec {
  position: relative;
  padding: 80px 0;
}
.term-sec .content-box {
  background-color: var(--light-color);
  position: relative;
  z-index: 1;
}
.term-sec .content-box h3 {
  color: var(--primary-color);
  margin: 1.5rem 0 0.25rem 0;
  font-weight: 600 !important;
}
.term-sec .content-box h3:first-child {
  margin-top: 0;
}
.term-sec .content-box p {
  padding: 0.5rem 0 0 0;
}
.company-inquiry .inner-enquiry-content {
  margin-top: 80px !important;
}
.term-sec .content-box ul {
  padding-left: 1.5rem !important;
}
.term-sec .content-box ul li {
  color: var(--dark-color);
  list-style-type: decimal !important;
  padding: 0.25rem 0;
}

/*****=========FAQs Page=======******/
.faq-main-sec,
.faq-inquiry {
  padding: 80px 0;
}
.faq-main-sec h2 {
  margin-bottom: 3rem;
}
.faq-main-sec #myTab {
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  scroll-snap-type: x mandatory;
}
.faq-main-sec #myTab li {
  list-style-type: none !important;
  margin: 0 !important;
  width: calc(100% / 3 - 0px);
  text-align: center;
  padding: 0.5rem;
}
.faq-main-sec #myTab li a {
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  color: var(--dark-color);
  width: 100%;
  height: 48px;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
}
.faq-main-sec #myTab li a.active {
  background: var(--secondary-color);
  color: var(--light-color);
  box-shadow: 0px 22px 34px -6px rgba(248, 161, 51, 0.25);
  -webkit-transition: all 0.3s;
}
.scroll-off {
  width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  border: 1px solid var(--grey-color);
  border-radius: 10px;
}
.faq-inquiry .inner-enquiry .container .inner-enquiry-content {
  margin-top: 0 !important;
}
.term-sec .content-box a {
  font-weight: 500 !important;
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
}
.term-sec .content-box a:hover {
  color: var(--secondary-color);
  -webkit-transition: all 0.3s;
}

/*****Life of Zealous*****/
.life-of-zelaous-sec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.life-of-zelaous-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life-of-zelaous-sec .bg-image {
  width: 100%;
  height: 100%;
}
.life-of-zealous-content a {
  position: absolute;
  width: 320px;
  height: 350px;
  background: url(../../images/company/img-frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24px;
}
.life-of-zealous-content a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}
.life-of-zealous-content a p {
  font-family: "Sansita", sans-serif !important;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 16px;
  color: var(--dark-color);
}
.life-of-zealous-content a:hover img {
  filter: grayscale(0);
  transition: all 0.3s;
}
.life-of-zealous-content a:hover {
  z-index: 1;
}
.life-of-zealous-content a:nth-child(1) {
  top: 5%;
  left: 5%;
  transform: rotate(-45deg);
}

.life-of-zealous-content a:nth-child(2) {
  top: 60%;
  left: 5%;
  transform: rotate(-25deg);
}
.life-of-zealous-content a:nth-child(3) {
  bottom: calc(50% - 175px);
  left: 0;
  transform: rotate(10deg);
}
.life-of-zealous-content a:nth-child(4) {
  bottom: calc(50% - 176px);
  left: 25%;
  transform: rotate(25deg);
}
.life-of-zealous-content a:nth-child(5) {
  top: 0%;
  left: calc(40%);
  transform: rotate(30deg);
}
.life-of-zealous-content a:nth-child(6) {
  bottom: 5%;
  right: 20%;
}
.life-of-zealous-content a:nth-child(7) {
  top: 0%;
  right: 20%;
  transform: rotate(-10deg);
}
.life-of-zealous-content a:nth-child(8) {
  bottom: 0%;
  right: 0%;
  transform: rotate(30deg);
}
.life-of-zealous-content a:nth-child(9) {
  bottom: 0%;
  right: 45%;
  transform: rotate(-15deg);
}
.life-of-zealous-content a:nth-child(10) {
  top: 5%;
  right: 5%;
}
.lightbox {
  display: flex;
  flex-direction: column-reverse;
}
.lb-container {
  padding: 16px;
}
.lb-container img {
  width: 100%;
  border-radius: 10px;
}
.lb-outerContainer {
  border-radius: 15px;
}
.lb-data .lb-close {
  background: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8242 10.9752C11.8799 11.031 11.9241 11.0971 11.9543 11.17C11.9845 11.2428 12 11.3209 12 11.3997C12 11.4785 11.9845 11.5566 11.9543 11.6294C11.9241 11.7023 11.8799 11.7684 11.8242 11.8242C11.7684 11.8799 11.7023 11.9241 11.6294 11.9543C11.5566 11.9845 11.4785 12 11.3997 12C11.3209 12 11.2428 11.9845 11.17 11.9543C11.0971 11.9241 11.031 11.8799 10.9752 11.8242L6 6.8482L1.02478 11.8242C0.912198 11.9368 0.75951 12 0.6003 12C0.441091 12 0.288402 11.9368 0.175824 11.8242C0.0632457 11.7116 3.1384e-09 11.5589 0 11.3997C-3.1384e-09 11.2405 0.0632457 11.0878 0.175824 10.9752L5.1518 6L0.175824 1.02478C0.0632457 0.912198 -1.1862e-09 0.75951 0 0.6003C1.1862e-09 0.441091 0.0632457 0.288402 0.175824 0.175824C0.288402 0.0632457 0.441091 1.1862e-09 0.6003 0C0.75951 -1.1862e-09 0.912198 0.0632457 1.02478 0.175824L6 5.1518L10.9752 0.175824C11.0878 0.0632457 11.2405 -3.1384e-09 11.3997 0C11.5589 3.1384e-09 11.7116 0.0632457 11.8242 0.175824C11.9368 0.288402 12 0.441091 12 0.6003C12 0.75951 11.9368 0.912198 11.8242 1.02478L6.8482 6L11.8242 10.9752Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.lb-data .lb-caption {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 24px;
  color: var(--light-color);
}
.lb-data .lb-number {
  display: none !important;
}
.lb-dataContainer {
  margin-bottom: 8px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
  display: block !important;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  position: absolute;
  background: var(--light-color);
  border-radius: 50%;
}
.lb-nav a.lb-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='37' viewBox='0 0 52 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2929 17.2929C12.9024 17.6834 12.9024 18.3166 13.2929 18.7071L19.6569 25.0711C20.0474 25.4616 20.6805 25.4616 21.0711 25.0711C21.4616 24.6805 21.4616 24.0474 21.0711 23.6569L15.4142 18L21.0711 12.3431C21.4616 11.9526 21.4616 11.3195 21.0711 10.9289C20.6805 10.5384 20.0474 10.5384 19.6569 10.9289L13.2929 17.2929ZM14 19L52 19L52 17L14 17L14 19Z' fill='%230d2f5d'%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.lb-nav a.lb-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='37' viewBox='0 0 53 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.7071 17.2929C39.0976 17.6834 39.0976 18.3166 38.7071 18.7071L32.3431 25.0711C31.9526 25.4616 31.3195 25.4616 30.9289 25.0711C30.5384 24.6805 30.5384 24.0474 30.9289 23.6569L36.5858 18L30.9289 12.3431C30.5384 11.9526 30.5384 11.3195 30.9289 10.9289C31.3195 10.5384 31.9526 10.5384 32.3431 10.9289L38.7071 17.2929ZM38 19L-8.74228e-08 19L8.74228e-08 17L38 17L38 19Z' fill='%230d2f5d'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

/**=========How We Work======**/
.explore-btn{
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    bottom:-50px;
    opacity:0;
    left:calc(50% - 90px);
    transition: all 0.5s;
    transform: scale(0);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.explore-btn span.arrow-down svg {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transform: translateY(10px);
  animation: downArrow 1.5s infinite ease;
  -webkit-animation: downArrow 1.5s infinite ease;
  -moz-animation: downArrow 1.5s infinite ease;
  -o-animation: downArrow 1.5s infinite ease;
}
@keyframes downArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.company-banner {
  height: calc(100vh - 80px);
}
.company-banner .company-banner-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 8px;
  text-align: center;
}
.company-banner .company-banner-content span {
  font-size: 170px;
  line-height: 170px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-weight: 700;
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.company-banner-top-text {
  transform: translateY(50px);
}
.company-banner-bottom-text {
  transform: translateY(-50px);
}
.company-banner .company-banner-content h1 {
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  color: var(--dark-color);
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
  margin-bottom:0;
}
.company-banner .company-banner-content h1:after{
  display: none;
}

.company-banner .company-banner-content h1 strong {
  font-weight: 500 !important;
  color: var(--secondary-color);
}

/*****Section 2****/
.hw-good-enough-sec{
  padding:80px;
}
.hw-good-enough-sec .col-left span{
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: var(--dark-color);
  max-width: 485px;
  display: block;
  margin-bottom: 16px;
}
.hw-good-enough-sec .col-left h2:after{
  display: none;
}
.hw-good-enough-sec .col-left h2{
  font-size:48px !important;
  line-height:60px !important;
  color: var(--dark-color);
  font-weight:700 !important;
}
.hw-good-enough-sec .col-left h2 strong{
 color: var(--primary-color);
}
.hw-good-enough-sec .col-right p{
  color:var(--dark-color);
  font-size: 18px;
  line-height: 26px;
}
.hw-good-enough-sec .col-bottom{
  margin-top:140px;
  max-width: 650px;
}
.hw-good-enough-sec .col-bottom span{
  font-size: 70px;
  line-height:80px;
  font-weight:700;
  color: var(--dark-color);
  display:block;
}
.hw-good-enough-sec .col-bottom span strong{
   color: var(--secondary-color);
   display: inline-block !important;
}
/****Section 3***/
.hw-details-sec{
  padding:80px;
}
.hw-details-sec  h2{
  font-size: 48px !important;
  line-height:54px !important;
  font-weight:700 !important;
  color: var(--dark-color);
}
.hw-details-sec h2:after{
  display:none;
}
.hw-details-sec .col-right p{
  font-size: 18px;
  line-height:26px;
  color: var(--dark-color);
}
.hw-details-sec .col-right{
  max-width: 450px;
  margin-left: auto;
}
.hw-details-sec .col-md-12{
  margin-top: 32px;
}
.hw-details-listing{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.hw-details-listing .box{
  width: calc(100%/4 - 15px);
  background-color: var(--lightBlue-color);
  padding:24px;
  overflow:hidden;
  position: relative;
  height:420px;
}
.hw-details-listing .box h3{
  font-size: 32px !important;
  line-height:40px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
}
.hw-details-listing .box p{
  color: var(--dark-color);
}
.hw-details-listing .box .hover-box{
  height:100%;
  width:100%;
  padding:24px;
  left:0;
  top:0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(420px);
  background-color: var(--primary-color); 
}
.hw-details-listing .box:nth-child(odd) .hover-box{
  background-color: var(--secondary-color);
}
.hw-details-listing .box .hover-box h3,.hw-details-listing .box .hover-box p,.hw-details-listing .box .hover-box span,.hw-details-listing .box .hover-box li{
  color: var(--light-color);
}
.hw-details-listing .box:hover .hover-box{
  transform: translateY(0px);
  transition: all 0.3s;
}
.hw-details-listing .box .display-box{
  left:0;
  top:0;
  padding:24px;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(0px);
}
.hw-details-listing .box:hover .display-box{
  transition: all 0.3s;
  transform: translateY(-420px);
}
.hw-details-listing .box .hover-box ul{
  padding-left:24px !important;
  padding:16px 0;
}
.hw-details-listing .box .hover-box ul li{
  list-style-type: disc !important;
  font-weight: 300;
  margin:4px 0;
}
.hw-details-listing .box .hover-box p{
  font-size: 16px;
  line-height:24px;
  font-weight:500;
}
.hw-details-listing .box .hover-box span{
  font-size: 14px;
  line-height:21px;
  font-weight:300;
}
/*****Section 4***/
.hw-cta1-sec{
  background-color: var(--primary-color);
  padding:80px;
}
.hw-cta1-sec .col-left{
  max-width:460px;
}
.hw-cta1-sec .col-left h2{
  font-size: 48px !important;
  line-height: 60px !important;
  color: var(--light-color);
  font-weight: 700 !important;
}
.hw-cta1-sec .col-left h2 strong{
  color: var(--secondary-color);
}
.hw-cta1-sec .col-left h2:after{
  display: none;
}
.hw-cta1-sec .col-right{
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}
.hw-cta1-sec .col-right h3{
  color: var(--light-color);
}
.hw-cta1-sec .col-right p{
  color: var(--light-color);
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom:16px !important;
}
/*****Section 5****/
.hw-options-sec{
  padding: 80px;
}
.hw-options-sec .hw-options-heading{
  max-width: 460px;
}
.hw-options-sec h2{
  font-size: 48px !important;
  line-height: 60px !important;
  color: var(--dark-color);
  font-weight: 700 !important;
}
.hw-options-sec h2:after{
  display: none;
}
.hw-options-sec .hw-options-content{
  display: flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:24px;
}
.hw-options-sec .hw-options-content .box{
  width: calc(100%/3 - 12px);
  background-color: #f7f7f7;
  height:500px;
  position:relative;
  overflow:hidden;
}
.hw-options-sec .hw-options-content .box .display-box{
  position: absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  transform:translateY(0);
  padding:32px;
  transition:all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hw-options-sec .hw-options-content .box:hover .display-box{
  transition:all 0.3s;
  transform:translateY(-500px);
}
.hw-options-sec .hw-options-content .box .display-box h3{
  font-size: 32px !important;
  line-height:40px !important;
  font-weight: 500 !important;
}
.hw-options-sec .hw-options-content .box .display-box h3 span{
  color: var(--primary-color);
  display:block;
}
.hw-options-sec .hw-options-content .box .hover-box{
  position: absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  transform:translateY(500px);
  padding:32px;
  display:flex;
  align-items: center;
  justify-content:center;
  align-items:center;
  transition:all 0.3s;
  background-color: var(--secondary-color);
}
.hw-options-sec .hw-options-content .box:hover .hover-box{
  transition:all 0.3s;
  transform:translateY(0px);
}
.hw-options-sec .hw-options-content .box .display-box h4{
  font-weight:600;
  color: var(--dark-color);
}
.hw-options-sec .hw-options-content .box .display-box ul{
  padding-left:24px !important;
}
.hw-options-sec .hw-options-content .box .display-box ul li{
  list-style-type: disc !important;
  margin:4px 0;
  color: var(--dark-color);
}
.hw-options-sec .hw-options-content .box .hover-box a{
  font-size: 60px !important;
  line-height:70px !important;
  font-weight: 600 !important;
  color: var(--light-color);
  display:flex;
  align-items: center;
  justify-content: unset;
  height: 100%;
  width: 100%;
  padding:48px;
}
.hw-options-sec .hw-options-content .box hr{
  border-color: var(--dark-color);
  opacity: 0.8;
}
/*****Section6*****/
.hw-cta2-sec{
  background-color: var(--secondary-color);
  padding:80px;
}
.hw-cta2-sec .col-left{
  max-width:400px;
}
.hw-cta2-sec .col-left h2{
  font-size: 48px !important;
  line-height: 60px !important;
  color: var(--light-color);
  font-weight: 700 !important;
}
.hw-cta2-sec .col-left h2 strong{
  color: var(--dark-color);
}
.hw-cta2-sec .col-left h2:after{
  display: none;
}
.hw-cta2-sec .col-right{
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
.hw-cta2-sec .col-right h3{
  color: var(--light-color);
}
.hw-cta2-sec .col-right p{
  color: var(--light-color);
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom:16px !important;
}

.mouse-wheel {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #f8a1344d 20%, #f8a1344d 80%);
  border-radius: 50%;
  position:fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(30px);
  transition: transform 0.2s ease-out; /* Delay effect */
  z-index:-1;
}
/*======About Hero Section=======*/
.about-hero-section{
  height:calc(100vh - 80px);
  border-top: 1px solid var(--dark-color);
  border-bottom: 1px solid var(--dark-color);
  position: relative;
  overflow:hidden;
  margin:0 80px;
}
.hero-top-left-content {
  font-size:80px;
  line-height: 80px;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease, top 1s ease, left 1s ease;
}

.start-heading {
  font-size: 170px;
  line-height:170px;
  font-weight: 700;
  text-transform:uppercase;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hero-top-left-content  strong{
  color: var(--primary-color);
}
.hero-bottom-right-content {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  position:absolute;
  left: calc(50% - 350px);
  bottom:calc(30% - 80px);
  width: 700px;
  height: 160px;
  text-align:center;
  opacity: 0;
  transform:scale(0);
  transition: opacity 0.8s ease, transform 0.8s ease,linear 0.8s;
  animation: fadeInUp 0.5s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***section 2***/
.about-define-sec{
  padding:80px 0;
  margin: 0 80px;
  border-bottom: 1px solid var(--dark-color);
}
.about-define-sec .col-left{
  max-width: 400px;
}
.about-define-sec .col-left p{
  font-size:24px;
  line-height:32px;
  font-weight: 500;
  color: var(--dark-color);
}
.about-define-sec .col-right h2{
  font-size: 48px !important;
  line-height:60px !important;
  font-weight: 700 !important;
}
.about-define-sec .col-right h2 strong{
  font-weight: 700;
  color:var(--primary-color);
}
.about-define-sec .col-right{
  max-width: 500px;
  margin-left: auto;
}
.about-define-sec .about-define-content{
  margin-top:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:80px;
}
.about-define-sec .about-define-content img{
  width:calc(100%/4 - 80px);
  object-fit:contain;
}
/****section 4****/
.about-progress-sec{
  padding:80px;
}
.about-progress-sec h2{
  font-size: 48px !important;
  line-height:56px !important;
  font-weight: 700 !important;
}
.about-define-content img {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.about-define-content img.show {
  opacity: 1;
  transform: translateY(0);
}
.about-progress-sec .col-left h2 strong{
  color:var(--primary-color);
}

.about-progress-sec .col-left{
  max-width:400px;
}
.about-progress-sec .col-right{
  position: relative;
}
.about-progress-sec .col-right:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: url(../../images/company/about-progress.png);
  background-repeat:no-repeat;
  width:15px;
  height:100%;
  background-size: contain;
}
.about-progress-sec .col-right p{
  font-size: 18px;
  line-height:28px;
}
.about-progress-col-left{
  width:50%;
  text-align: end;
  padding-right:24px;
  height: 310px;
}
.about-progress-col-right{
  width: 50%;
  margin-left: auto;
  padding-left: 42px;
}
.about-progress-sec .col-right h3{
  font-weight: 600 !important;
  color: var(--dark-color);
  margin-bottom:0 !important;
}
.about-progress-sec .col-right span{
  color: var(--secondary-color);
  font-size: 48px !important;
  line-height:54px !important;
  font-weight: 600 !important;
  display:inline-block;
  margin:12px 0;
}
/*****Section 6***/
.about-our-value-section .value-title{
   font-size: 150px;
   line-height:150px;
   font-weight:700;
   color: var(--dark-color);
   transform: translateY(20px);
   transition: all 0.3s;
   letter-spacing:-3px ;
   display: inline-block;
}
.about-our-value-section{
  padding:80px 0;
}
.about-our-value-section .value-heading {
  text-align:center;
  width: 100%;
}
.about-our-value-section .value-heading h2{
  font-size:48px !important;
  line-height:60px !important;
  font-weight:700 !important;
  color: var(--dark-color);
}
.about-our-value-section .value-heading h2 strong{
color: var(--secondary-color);
}
.about-our-value-section .about-our-value-slider-main{
  height:calc(100vh - 240px);
} 
.about-our-value-section .about-our-value-slider-main .item{
  display:flex !important;
  position: relative;
  align-items: center;
  justify-content:center;
  height:calc(100vh - 240px);
}

.about-our-value-section .about-our-value-slider-main .value-content{
  position: relative;
   padding:120px 0;
}
.about-our-value-section .about-our-value-slider-main .value-content .value-content-box{
  position: absolute;
  right:0px;
  top: 0;
  background: var(--primary-color);
  padding:32px;
  border-radius: 20px;
  width:320px;
  transition: all 1s;
  text-align:center;
  z-index:10;
}

.about-our-value-section .about-our-value-slider-main .slick-slide:nth-child(even) .value-content .value-content-box{
  left:0px;
  background-color: var(--secondary-color);
}
.about-our-value-section .about-our-value-slider-main .slick-active .value-content .value-content-box{
   top:0px;
   transition: all 2s;
}
.about-our-value-section .about-our-value-slider-main .slick-active  .value-title{
  transform: translateY(-20px);
  transition: all 2s;
}
.about-our-value-section .about-our-value-slider-main .value-content .value-content-box p{
  font-size: 20px;
  line-height:28px;
  color: var(--light-color);
  font-weight: 300 !important;
}
/****Section 7****/
.about-our-sec{
  padding:80px 0;
  margin: 0 80px;
  border-top: 1px solid var(--dark-color);
}
.about-our-sec h2{
  font-size: 48px !important;
  line-height:60px !important;
  font-weight: 700 !important;
}
.about-our-sec .about-mission{
  margin-bottom:60px;
}
.about-our-sec .about-mission h2 strong{
  color: var(--secondary-color);
  font-weight: 700 !important;
} 
.about-our-sec .about-vision h2 strong{
  color: var(--primary-color);
  font-weight: 700 !important;
} 
.about-our-sec p{
  font-size: 24px;
  line-height:32px;
  color: var(--dark-color);
  font-weight: 600;
  max-width:700px;
  margin-left: auto;
}
/*****Subscribe Newsletter*****/
.subscribe-newsletter-section{
  padding:80px;
  background-color: var(--secondary-color);
}
.subscribe-newsletter-section h2{
  font-size:48px !important;
  line-height:60px !important;
  max-width: 600px;
  color: var(--light-color);
  font-weight: 700 !important;
  margin-bottom:0;
}
.subscribe-newsletter-section h2 strong{
  color: var(--dark-color);
}
.subscribe-form .mc4wp-form-fields{
  display: flex;
  align-items: end;
  justify-content:end;
  flex-wrap:wrap;
}
.mc4wp-response .mc4wp-success{
  margin-top: 16px;
  border: 1px solid var(--light-color);
  padding: 8px;
  background-color: var(--light-color);
}
.mc4wp-response .mc4wp-success p{
  color: var(--success-color) !important;
}
.subscribe-form .form-group input:focus-visible {
  outline: none !important;
}
.subscribe-form label{
  font-size: 24px;
  line-height:32px;
  font-weight: 500;
  color: var(--light-color);
}
.subscribe-form{
  max-width: 650px;
  margin-left:auto;
}
.subscribe-form .newsletter-submit .submit-newsletter{
    min-width: 200px;
    max-width: 225px;
    height: 55px;
    border-radius: 30px;
    border: 1px solid var(--light-color);
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--light-color);
    margin-right: 0;
    padding-right: 70px;
    padding-left: 32px;
    transition: all 0.3s;
}
.subscribe-form .form-group{
    width: calc(100% - 220px);
    margin-right: 20px;
}
.subscribe-form .form-group input{     
    height: 55px;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--light-color);
    margin-right: 12px;
    color: var(--dark-color);
    font-size: 18px;
    line-height:26px;
    width: 100%;
}
.subscribe-form .newsletter-submit:hover  .submit-newsletter{
  background-color: var(--light-color);
  color: var(--secondary-color);
  transition: all 0.3s;
}
 
.subscribe-form .form-group input::placeholder{
  color: var(--light-color) !important;
  opacity: 0.7;
}
.subscribe-form .form-group input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px var(--secondary-color) inset; /* Change the color to your own background color */
  -webkit-text-fill-color: var(--dark-color);
  background-color: transparent;
}

.subscribe-form .form-group input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px var(--secondary-color) inset;/*your box-shadow*/
  -webkit-text-fill-color: var(--dark-color);
  background-color: transparent;
} 
.subscribe-form .newsletter-submit {
  position: relative;
}
.subscribe-form .newsletter-submit p br{
  display: none;
}
.subscribe-form .newsletter-submit  span.arrow{
  position: absolute;
  right: 6px;
  top: 5px;
  width: 45px;
  height: 45px;
  background: var(--light-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.subscribe-form .newsletter-submit:hover span.arrow{
  transform: rotate(45deg);
  transition: all 0.3s;
  background-color: var(--secondary-color);
}
.subscribe-form .newsletter-submit:hover span.arrow svg path{
  fill: var(--light-color);
}
/***HW Swiper Ticker***/
.hw-swiper-ticker-sec{
  overflow:hidden;
  padding:80px 0;
}
.hw-ticker-top,.hw-ticker-bottom  {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background:var(--light-color);
}
.hw-ticker-top .swiper-slide{
  color: var(--dark-color);
  font-size: 48px;
  line-height:56px;
  font-weight: 700;
  text-align: center;
  padding: 20px 32px;
  width: auto !important;
  border-radius: 8px;
  position: relative;
}
.hw-ticker-top .swiper-slide:after{
  content: "";
  position: absolute;
  right:0;
  top: calc(50% - 5px);
  background-color: var(--primary-color);
  width: 10px;
  height: 10px;
  
}
.hw-ticker-top .swiper-slide span{
  color: var(--secondary-color);
}
.hw-ticker-top .swiper-wrapper {
  transition-timing-function: linear !important; /* Ensures smooth transition */
}
/*************Responsive*********/
@media (max-width: 1500px) {
  .other-job-sec .join-us-contact,
  .career-sec .other-job-sec,
  .career-sec .apply-now-details form,
  .company-pic-slider .company-slider-image img,
  .team-about .team-about-main img,
  .department-lead-sec .lead-member,
  .other-job-sec,
  .career-sec .apply-now-details,
  .crew-members-sec .crew-members-main,
  .key-executive-main,
  .company-pic-slider .company-slider-image {
    border-radius: 20px;
  }
  .crew-members-sec,
  .career-open-pos,
  .career-offer,
  .career-sec,
  .team-about,
  .key-executive-sec {
    padding: 0 32px;
  }
  .term-sec {
    margin: 0 32px;
    padding: 60px 0;
  }
  .career-offer .career-offer-main,
  .team-about .team-about-main,
  .career-open-pos .career-open-pos-main,
  .career-sec .career-details-main {
    padding: 76px 0 60px 0;
  }
  .faq-main-sec,
  .faq-inquiry,
  .department-lead-sec,
  .image-slider-sec,
  .career-place-work,
  .career-join-us,
  .career-rating {
    padding: 60px 0;
  }
  .career-open-pos .career-open-pos-main ul li div {
    gap: 32px;
  }
  .career-open-pos .career-open-pos-main ul li a {
    min-width: 150px;
  }
  .career-open-pos .career-open-pos-main ul li {
    min-height: 110px;
  }
  .career-open-pos .career-open-pos-main ul li img {
    width: 60px;
    max-height: 60px;
  }
  .career-offer .career-offer-main .col-lg-5.col-12 p {
    padding: 1rem 0 2rem 0;
  }
  .career-offer .career-offer-main ul {
    gap: 24px;
  }
  .career-offer .career-offer-main ul li span,
  .career-join-us .join-us-listing .box span {
    width: 130px;
    height: 130px;
    margin: 0 auto 0.75rem auto;
    border-radius: 10px;
  }
  .career-offer .career-offer-main ul li {
    width: calc(100% / 4 - 20px);
  }
  .career-offer .career-offer-main .col-lg-5.col-12 {
    padding-right: 2rem;
  }
  .career-place-work .container p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .career-offer .career-offer-main ul li span img {
    max-width: 50px;
  }
  .career-open-pos .career-open-pos-main ul {
    gap: 20px;
  }
  .career-sec .other-job-sec {
    width: calc(30% - 12px);
  }
  .career-sec .apply-now-details {
    width: calc(70% - 12px);
  }
  .single-job span {
    font-size: 16px;
    line-height: 24px;
  }
  .single-job p {
    font-size: 12px;
    line-height: 18px;
  }
  .single-job:after {
    width: 30px;
    height: 14px;
    right: 8px;
  }
  .career-sec .career-sub {
    font-size: 18px;
    line-height: 26px;
    padding: 0.5rem 0;
  }
  .team-about .team-about-main h1:after {
    min-width: 70px;
    max-width: 70px;
  }
  .key-executive-main {
    padding: 40px 32px;
  }
  .key-executive-sec .key-executive-main .executive-box {
    gap: 2rem;
  }
  .key-executive-sec .key-executive-main .contain-box span {
    font-size: 15px;
    line-height: 22px;
  }
  .key-executive-sec .key-executive-main .col-lg-6 {
    margin-top: 2rem;
  }
  .crew-members-sec .crew-members-main .members-list {
    gap: 16px;
  }
  .crew-members-sec .crew-members-main .members-list .member {
    width: calc(100% / 7 - 14px);
  }
  .crew-members-sec .crew-members-main {
    padding: 40px 20px;
  }
  .contact-help .help-listing .box h3:after {
    min-width: 90px;
    max-width: 90px;
  }
  .team-banner-text p {
    font-size: 36px;
    line-height: 44px;
    top: 50px;
  }
  .career-sec .heading-area .job_description span {
    font-size: 17px;
    line-height: 25px;
  }
  .company-inquiry .inner-enquiry-content {
    margin-top: 60px !important;
  }
  .faq-main-sec #myTab li a {
    font-size: 18px;
    line-height: 42px;
    height: 42px;
  }
  .company-banner .company-banner-content span {
    font-size: 120px;
    line-height: 120px;
  }
  .company-banner .company-banner-content h1{
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .hw-good-enough-sec,.hw-details-sec,.hw-cta1-sec,.hw-cta2-sec,.hw-options-sec{
    padding: 40px;
  }
  .hw-cta1-sec .col-left {
    max-width: 370px;
  }
  .hw-details-sec h2,.hw-good-enough-sec .col-left h2,.hw-cta1-sec .col-left h2,.hw-options-sec h2,.hw-cta2-sec .col-left h2{
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .hw-good-enough-sec .col-left span {
    font-size: 20px;
    line-height: 28px;
  }
  .hw-good-enough-sec .col-right p{
    font-size: 16px;
    line-height: 24px;
  }
  .hw-cta1-sec .col-right p,.hw-cta2-sec .col-right p,.hw-details-sec .col-right p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .hw-cta1-sec .col-right h3{
    font-weight: 600 !important;
  }
  .hw-good-enough-sec .col-bottom {
    margin-top: 100px;
  }
  .hw-good-enough-sec .col-bottom span {
    font-size: 60px;
    line-height: 70px;
  }
  .hw-details-listing .box h3 {
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight:600 !important;
  }
  .hw-details-listing .box .hover-box ul li,.hw-options-sec .hw-options-content .box .display-box ul li {
    font-size: 14px;
    line-height: 21px;  
  }
  .hw-details-listing .box:hover .hover-box h3{
    margin-bottom:0;
  }
  .hw-details-listing .box .hover-box span {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .hw-options-sec .hw-options-content .box .hover-box a {
    font-size: 50px !important;
    line-height: 50px !important;
    padding:0;
  }
  .hw-options-sec .hw-options-content .box .display-box h3 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .hw-options-sec .hw-options-content {
    margin-top: 16px;
  }
  .hw-cta2-sec .col-left {
    max-width: 360px;
  }
  .hero-top-left-content {
    font-size: 60px;
    line-height: 60px;
  }
  .about-hero-section{
    margin: 0 40px;
  }
  .start-heading{
    font-size:120px;
    line-height: 120px;
  }
  .hero-bottom-right-content{
    font-size: 20px;
    line-height: 28px;
    height: 140px;
  }
  .about-define-sec .about-define-content {
    margin-top: 40px;
    gap: 50px;
  }
  .about-define-sec .about-define-content img {
    width: calc(100% / 4 - 50px);
  }
  .about-define-sec,.about-our-sec {
    padding: 40px 0;
    margin: 0 40px;
  }
  .about-progress-sec,.subscribe-newsletter-section{
    padding:40px;
  }
  .about-our-value-section{
    padding:40px 0;
  }
  .about-our-value-section .value-title {
    font-size: 120px;
    line-height: 120px;
  }
  .about-progress-sec h2,.about-define-sec .col-right h2,.about-our-sec h2,.subscribe-newsletter-section h2,.about-our-value-section .value-heading h2,.about-progress-sec .col-right span {
    font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 600 !important;
  }
  .about-progress-sec h2 strong,.about-our-sec h2 strong,.subscribe-newsletter-section h2 strong,.about-our-value-section .value-heading h2 strong{
   font-weight: 600 !important;
  }
  .about-our-sec p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .subscribe-form .form-group input,.subscribe-form .form-group input::placeholder{
    font-size: 16px;
    line-height: 22px;
  }
  .about-progress-sec .col-right p {
    font-size: 16px;
    line-height: 26px;
}
.contact-main {
  padding: 0 0 60px 0;
}
  
}
@media (max-width: 1300px) {
  .career-sec .heading-area {
    padding-right: 14rem;
  }
  .career-sec .heading-area .career-qualifications {
    right: 16px;
  }
  .hw-details-listing{
    justify-content:center;
  }
  .hw-details-listing .box{
    width: calc(100%/3 - 15px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .crew-members-sec .crew-members-main .members-list .member {
    width: calc(100% / 6 - 14px);
  }
  .about-mission-vision .card p {
    max-width: 80%;
  }
}
@media (max-width: 1200px) {
  .crew-members-sec,
  .career-open-pos,
  .career-offer,
  .career-sec,
  .team-about,
  .key-executive-sec {
    padding: 0 20px;
  }
  .career-rating .box {
    padding: 2rem;
  }
  .career-rating .box .career-partner img {
    max-width: 170px;
  }
  .career-rating .box .ratings-number span {
    font-size: 36px;
    line-height: 44px;
  }
  .career-open-pos .career-open-pos-main ul {
    gap: 16px;
  }
  .career-sec .other-job-sec {
    width: calc(30% - 8px);
  }
  .career-sec .apply-now-details {
    width: calc(70% - 8px);
  }
  .term-sec {
    margin: 0 20px;
  }
  .apply-openings {
    bottom: 16px;
  }
  .career-banner-text {
    top: 40%;
  }
  .about-our-value-section .swiper-container .value-content .value-content-box{
    right: 0;
  }
  .about-our-value-section .value-title {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
  }
  .subscribe-form .newsletter-submit .submit-newsletter{
    max-width: 225px;
    min-width: unset;
    height: 50px;
    font-size: 16px;
    padding-right: 60px;
    padding-left: 24px;
  }
  .subscribe-form .newsletter-submit span.arrow {
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .subscribe-form label {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .key-executive-main {
    padding: 40px 16px;
  }
  .key-executive-sec .key-executive-main .col-lg-6 {
    margin-top: 1.5rem;
  }
  .key-executive-sec .key-executive-main .executive-box {
    gap: 1.5rem;
  }
  .other-job-sec .join-us-contact,
  .career-sec .other-job-sec,
  .career-sec .apply-now-details form,
  .company-pic-slider .company-slider-image img,
  .team-about .team-about-main img,
  .department-lead-sec .lead-member,
  .other-job-sec,
  .career-sec .apply-now-details,
  .crew-members-sec .crew-members-main,
  .key-executive-main,
  .about-core-values .core-value-list .box,
  .company-pic-slider .company-slider-image {
    border-radius: 15px;
  }
  .crew-members-sec,
  .career-open-pos,
  .career-offer,
  .career-sec,
  .team-about,
  .key-executive-sec {
    padding: 0 16px;
  }
  .team-about .team-about-main,
  .career-open-pos .career-open-pos-main,
  .career-sec .career-details-main {
    padding: 66px 0 50px 0;
  }
  .faq-main-sec,
  .faq-inquiry,
  .department-lead-sec,
  .image-slider-sec,
  .career-offer .career-offer-main,
  .career-place-work,
  .career-join-us,
  .career-rating {
    padding: 50px 0;
  }
  .department-lead-sec .lead-member {
    width: calc(100% / 3 - 12px);
    padding: 0.75rem;
  }
  .department-lead-sec .lead-list {
    gap: 16px;
    padding: 1.5rem 0rem 0 0rem;
  }
  .contactUs-main
    .ep-form-container
    .second-row
    .ep-second-main
    .form-group
    .upload-files
    label
    span {
    float: left;
    white-space: normal;
    font-size: 12px;
    width: 100%;
  }
  .ep-form-container
    .second-row
    .ep-second-main
    .form-group.for-checkbox
    .tooltip-main {
    right: 20px;
  }
  .contact-banner {
    padding: 5rem 0rem 10rem 0rem;
  }
  .career-offer .row {
    gap: 2.5rem;
    text-align: center;
  }
  .career-place-work .container .row {
    gap: 16px;
  }
  .career-offer h2:after {
    margin: auto;
  }
  .career-offer .career-offer-main .col-lg-5.col-12 p {
    padding-bottom: 1.5rem;
  }
  .career-offer .career-offer-main ul li span,
  .career-join-us .join-us-listing .box span {
    width: 120px;
    height: 120px;
  }
  .career-rating .box .career-partner,
  .career-rating .box .rating-text,
  .career-rating .box .ratings-number {
    width: 100%;
  }
  .crew-members-sec .crew-members-main .members-list .member {
    border-radius: 5px;
    width: calc(100% / 5 - 14px);
  }
  .crew-members-sec .crew-members-main {
    padding: 40px 16px;
  }
  .company-pic-slider {
    padding-bottom: 1rem;
  }
  .team-banner-text p {
    width: 100%;
    left: 0;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .page-template-template-our-team .inner-banner img {
    object-fit: cover;
  }
  .contact-help .heading-content {
    margin-bottom: 1rem;
  }
  .contact-help .help-listing {
    gap: 16px;
  }
  .contact-help .help-listing .box {
    width: calc(100% / 3 - 16px);
  }
  .contact-help {
    padding: 20px 0;
  }
  .page-template-template-contact footer {
    background: var(--dark-color);
    background-image: var(--dark-color);
  }
  .footer-form .inquiry-content {
    display: none;
  }
  .career-sec .heading-area {
    padding-right: 10rem;
  }
  .career-sec .heading-area .career-qualifications {
    right: 0;
  }
  .career-sec .heading-area .career-qualifications h5 {
    padding-left: 2rem;
  }
  .career-sec .heading-area .career-qualifications h5 svg {
    max-width: 20px;
  }
  .career-sec .apply-now-details,
  .career-sec .other-job-sec,
  .other-jobs .others-col {
    width: 100%;
  }
  .career-sec .other-job-sec {
    margin-top: 1.5rem;
  }
  .career-sec .heading-area .job_description span {
    font-size: 16px;
    line-height: 24px;
  }
  .term-sec {
    padding: 50px 0;
    margin: 0 16px;
  }
  .company-inquiry .inner-enquiry-content {
    margin-top: 50px !important;
  }
  .faq-main-sec #myTab li a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .contact-sec .footer-form .form-content {
    border-left: none;
  }
  .life-of-zealous-content a p {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 12px;
  }
  .life-of-zealous-content a img {
    height: 190px;
  }
  .life-of-zealous-content a {
    width: 240px;
    height: 260px;
  }
  .life-of-zealous-content a:nth-child(1) {
    top: 0;
    left: -30px;
    transform: rotate(45deg);
  }
  .life-of-zealous-content a:nth-child(2) {
    top: 0;
    right: -30px;
    transform: rotate(-45deg);
  }
  .life-of-zealous-content a:nth-child(3) {
    bottom: unset;
    top: 0;
    transform: unset;
    left: calc(50% - 120px);
  }
  .life-of-zealous-content a:nth-child(4) {
    bottom: calc(50% - 130px);
    left: -30px;
    transform: rotate(45deg);
  }
  .life-of-zealous-content a:nth-child(5) {
    top: calc(50% - 130px);
    left: unset;
    transform: rotate(-45deg);
    right: -30px;
  }
  .life-of-zealous-content a:nth-child(6) {
    bottom: calc(30% - 0px);
    right: calc(50% - 120px);
  }
  .life-of-zealous-content a:nth-child(7) {
    right: -30px;
    transform: rotate(-45deg);
    top: unset;
    bottom: 0;
  }
  .life-of-zealous-content a:nth-child(8) {
    bottom: 0%;
    right: unset;
    transform: rotate(45deg);
    left: -30px;
  }
  .life-of-zealous-content a:nth-child(9) {
    bottom: -14%;
    right: calc(50% - 120px);
    transform: rotate(10deg);
  }
  .life-of-zealous-content a:nth-child(10) {
    top: 17%;
    right: 16%;
    transform: rotate(45deg);
  }
  .hw-options-sec .hw-options-content,.hw-details-listing{
    justify-content:center;
    gap: 16px;
  }
  .hw-options-sec .hw-options-content .box,.hw-details-listing .box {
    width: calc(100%/2 - 12px);
  }
  .hw-good-enough-sec,.hw-details-sec,.hw-cta1-sec,.hw-cta2-sec,.hw-options-sec{
    padding: 40px 16px;
  }
  .about-progress-sec .col-right span,.about-progress-sec h2,.about-our-value-section .value-heading h2,.about-our-sec h2,.subscribe-newsletter-section h2,.about-define-sec .col-right h2,.hw-details-sec h2,.hw-good-enough-sec .col-left h2,.hw-cta1-sec .col-left h2,.hw-options-sec h2,.hw-cta2-sec .col-left h2{
    font-size: 36px !important;
    line-height: 44px !important;
    font-weight: 600 !important;
  }
  .company-banner .company-banner-content span {
    font-size: 90px;
    line-height: 90px;
  }
  .company-banner .company-banner-content h1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .about-our-value-section .swiper-container .value-content .value-content-box{
    padding: 24px;
    border-radius: 15px;
    width: 270px;
  }
  .about-our-value-section .swiper-container .value-content .value-content-box{
    font-size: 18px;
    line-height: 26px;
  }
  .about-our-sec p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-top-left-content {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
  }
 .about-hero-section {
    margin: 0 16px;
  }
  .start-heading {
    font-size: 100px;
    line-height: 100px;
  }
  .about-our-value-section .swiper-container .value-content .value-content-box p {
    font-size: 18px;
    line-height: 26px;
  }
  .subscribe-form .form-group input,.subscribe-form .form-group input::placeholder{
    font-size: 14px;
    line-height: 20px;
  }
  .about-progress-sec, .subscribe-newsletter-section {
    padding: 40px 16px;
  }
  .about-define-sec, .about-our-sec{
    margin: 0 16px;
  }
  .about-define-sec .about-define-content{
    gap: 24px;
  }
  .about-define-sec .about-define-content img {
    width: calc(100% / 4 - 24px);
  }
  .hw-swiper-ticker-sec{
   padding:60px 0;
  }
  .hw-ticker-top .swiper-slide{
      font-size:40px;
      line-height:48px;
  }
  .contact-main {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .about-mission-vision {
    padding: 0 0 40px 0;
  }
  .about-sec5 {
    padding: 40px 16px;
  }
  .team-about .team-about-main,
  .about-sec1 .about-sec1-main,
  .career-open-pos .career-open-pos-main,
  .career-sec .career-details-main {
    padding: 56px 0 40px 0;
  }
  .faq-main-sec,
  .faq-inquiry,
  .department-lead-sec,
  .image-slider-sec,
  .career-offer .career-offer-main,
  .career-place-work,
  .career-join-us,
  .career-rating {
    padding: 40px 0;
  }
  .career-offer .career-offer-main ul li {
    width: calc(100% / 2 - 12px);
  }
  .term-sec {
    padding: 40px 0;
    margin: 0;
  }
  .term-sec:before {
    display: none;
  }
  .inner-banner.company_banner .banner-text p {
    margin-bottom: 2rem !important;
    padding-bottom: 1rem;
  }
  .career-open-pos .career-open-pos-main ul {
    padding-top: 1.5rem;
  }
  .crew-members-sec .crew-members-main .members-list {
    padding-top: 1.5rem;
  }
  .contactUs-main .bottom-details {
    display: block;
  }
  .contact_form {
    padding: 1rem;
  }
  .contactUs-main
    .ep-form-container
    .second-row
    .ep-second-main
    .form-group
    label,
  .join-us-contact a {
    font-size: 14px;
    line-height: 21px;
  }
  .contactUs-main .ratingbox {
    text-align: center;
  }
  .career-place-work .container p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .career-join-us .join-us-listing {
    gap: 16px;
  }
  .career-join-us .join-us-listing .box {
    width: calc(100% / 2 - 16px);
  }
  .career-open-pos .career-open-pos-main ul li {
    flex-direction: column;
    gap: 8px;
    width: calc(100% / 2 - 12px);
    text-align: center;
  }
  .career-open-pos .career-open-pos-main ul li div {
    gap: 24px;
    flex-direction: column;
  }
  .career-open-pos .career-open-pos-main ul li img {
    height: 60px;
  }
  .career-open-pos .career-open-pos-main ul {
    flex-direction: row;
    gap: 24px;
  }
  .career-offer .career-offer-main ul li span,
  .career-join-us .join-us-listing .box span {
    width: 100px;
    height: 100px;
    padding: 1.5rem;
  }
  .other-job-sec,
  .career-sec .apply-now-details,
  .crew-members-sec .crew-members-main,
  .key-executive-main,
  .about-core-values .core-value-list .box,
  .career-offer .career-offer-main,
  .company-pic-slider .company-slider-image {
    border-radius: 15px;
  }
  .team-about .team-about-main span {
    font-size: 18px;
    line-height: 26px;
    margin: 1rem 0 0.5rem 0;
  }
  .crew-members-sec .crew-members-main .members-list .member {
    width: calc(100% / 4 - 12px);
  }
  .department-lead-sec .lead-member {
    width: calc(100% / 2 - 12px);
  }
  .team-banner-text p {
    font-size: 24px !important;
    line-height: 32px !important;
    top: 30px;
  }
  .team-about .row {
    gap: 24px;
  }
  .contact-help .help-listing .box {
    width: calc(100% / 2 - 16px);
  }
  .contact-banner-text {
    width: 90%;
  }
  .about-sec1 .about-sec1-main,
  .career-open-pos .career-open-pos-main,
  .team-about .team-about-main {
    background: transparent;
  }
  .career-open-pos .career-open-pos-main ul li img {
    width: 100px;
    max-height: 100px;
    object-fit: contain;
  }
  .career-sec {
    padding: 0;
  }
  .career-sec .career-details-main {
    background: transparent;
  }
  .career-sec .apply-now-details {
    padding: 1.5rem;
  }
  .career-sec .heading-area {
    padding-right: 0;
  }
  .career-sec .heading-area .career-qualifications {
    position: static;
    display: flex;
    justify-content: space-between;
  }
  .career-sec .heading-area .career-qualifications h5 {
    margin: 1rem 0;
  }
  .career-sec .heading-area .career-qualifications h5 svg {
    max-width: 16px;
  }
  .company-inquiry .inner-enquiry-content {
    margin-top: 40px !important;
  }
  .faq-main-sec #myTab {
    flex-wrap: inherit;
  }
  .faq-main-sec #myTab li {
    width: auto;
    min-width: 250px;
  }
  .about-progress-sec .col-right span,.about-progress-sec h2,.about-our-value-section .value-heading h2,.about-our-sec h2,.subscribe-newsletter-section h2,.about-define-sec .col-right h2,.hw-details-sec h2,.hw-good-enough-sec .col-left h2,.hw-cta1-sec .col-left h2,.hw-options-sec h2,.hw-cta2-sec .col-left h2{
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .hw-cta1-sec .col-right,.hw-details-sec .col-right{
    max-width:100%;
  }
  .hw-details-listing .box .hover-box ul li, .hw-options-sec .hw-options-content .box .display-box ul li{
    font-size: 14px !important;
    line-height:21px !important;
  }
  .hw-options-sec .hw-options-content .box, .hw-details-listing .box{
    width:100%;
  }
  .hw-good-enough-sec .col-bottom span {
    font-size: 48px;
    line-height: 56px;
  }
  .hw-good-enough-sec .col-bottom {
    margin-top: 60px;
  }
  .company-work-banner .company-banner-content span {
    font-size: 60px;
    line-height: 60px;
    text-align:center;
  }
  .company-work-banner .company-banner-content h1 {
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
  }
  .hw-good-enough-sec .col-left span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom:0;
  }
  .hw-details-sec h2, .hw-good-enough-sec .col-left h2, .hw-cta1-sec .col-left h2, .hw-options-sec h2, .hw-cta2-sec .col-left h2{
    margin:16px 0;
  }
  .hw-good-enough-sec .col-bottom span {
    font-size: 36px;
    line-height: 42px;
  }
  .hw-options-sec .hw-options-content .box .display-box,.hw-options-sec .hw-options-content .box .hover-box{
    padding:24px;
  }
  .hw-options-sec .hw-options-content .box .display-box h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .about-hero-section{
    height: 600px;
  }
  .hero-bottom-right-content {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    left: 0;
}
.hero-top-left-content {
  width: 100%;
}
.explore-btn {
  left: calc(50% - 80px);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.explore-btn span.arrow-down svg{
  width: 60px;
}
.about-define-sec .about-define-content{
  flex-wrap:wrap;
}
.about-define-sec .about-define-content img{
  width: calc(100%/2 - 16px);
}
.about-progress-col-left {
  width: 100%;
  text-align: start;
  padding-right: 0;
  height: 310px;
  padding-left: 32px;
}
.about-progress-col-right {
  width: 100%;
  margin-left: auto;
  padding-left: 32px;
}
.about-progress-sec .col-right:after{
  left:0;
}
.about-our-value-section .value-title {
  font-size: 50px;
  line-height: 50px;
}
.about-our-value-section .swiper-container .swiper-slide.swiper-slide-active .value-content .value-content-box {
  top: 20px;
}
.about-our-value-section .swiper-container .swiper-slide:nth-child(even) .value-content .value-content-box {
  left: 12px;
}
.about-our-value-section .swiper-container {
  height: 400px;
}
.about-our-sec .about-mission {
  margin-bottom: 32px;
}
.subscribe-form{
  max-width: 100%;
  margin-top:20px;
}
.subscribe-form .mc4wp-form-fields{
  justify-content:start;
  width: 100%;
}
.subscribe-form label {
  font-size: 18px;
  line-height: 24px;
}
.about-define-sec .col-left p{
  font-size:20px;
  line-height:28px;
}
.contact-main {
  padding: 0 0 40px 0;
}
}
@media (max-width: 576px) {
  .career-offer .career-offer-main ul li {
    width: calc(100% / 2 - 12px);
  }
  .career-offer .career-offer-main ul {
    justify-content: center;
  }
  .career-place-work .container .row {
    padding-top: 1.5rem;
  }
  .career-open-pos .career-open-pos-main ul {
    gap: 16px;
  }
  .career-open-pos .career-open-pos-main ul li,
  .career-open-pos .career-open-pos-main ul li div {
    width: 100%;
  }
  .career-open-pos .career-open-pos-main ul li a {
    min-width: 100%;
  }
  .career-rating .box .career-partner img {
    max-width: 130px;
  }
  .career-rating .box {
    padding: 1.5rem;
  }
  .key-executive-sec .key-executive-main .contain-box {
    width: 100%;
    margin-top: 1rem;
  }
  .crew-members-sec .crew-members-main .members-list .member {
    width: calc(100% / 3 - 6px);
  }
  .crew-members-sec .crew-members-main {
    padding: 40px 0;
  }
  .crew-members-sec .crew-members-main .members-list {
    gap: 8px;
    justify-content: center;
  }
  .department-lead-sec .lead-member {
    width: 100%;
  }
  .contact-help .help-listing .box {
    width: 100%;
  }
  .page-template-template-about-new h1:after,
  .contact-help .help-listing .box h3:after,
  .contact-banner-text:after {
    height: 3px;
  }
  .page-template-template-our-team .banner-sec {
    height: 40vh;
  }
  .crew-members-sec .crew-members-main .members-list .member span {
    font-size: 13px;
    line-height: 19px;
    bottom: 5px;
  }
  .contact-banner-text:after {
    bottom: -8px;
  }
  .career-sec .heading-area .career-qualifications h5 {
    padding-left: 1.5rem;
  }
  .career-sec .heading-area .career-qualifications h5 svg {
    max-width: 16px;
  }
  .career-sec .heading-area .job_description span {
    font-size: 15px;
    line-height: 22px;
  }
  .career-sec .apply-now-details,
  .career-sec .apply-now-details form {
    padding: 1rem;
  }
  .career-sec .apply-now-details form .wpcf7-submit {
    min-width: 100%;
  }
  .faq-main-sec #myTab li {
    padding: 0.35rem;
  }
  .apply-openings span.arrow-down svg {
    width: 12px;
  }
  .apply-openings {
    bottom: 0px;
  }
  .key-executive-main {
    padding: 40px 8px;
  }
  .company-banner .company-banner-content span {
    font-size: 50px;
    line-height: 50px;
  }
  .hw-options-sec .hw-options-content .box{
    height:450px;
  }
  .hw-options-sec .hw-options-content .box:hover .display-box {
    transform: translateY(-450px);
  }
  .hw-options-sec .hw-options-content .box .hover-box{
    transform: translateY(450px);
  }
  .customBtn span {
    right: 4px;
    top: calc(50% - 21px);
    height: 42px;
 }
 .subscribe-form .newsletter-submit .submit-newsletter {
  height: 50px;
  padding-right: 0;
  padding-left: 0;
  font-size: 0 !important;
  width: 50px !important;
}
.subscribe-form .form-group {
  width: calc(100% - 60px);
  margin-right: 10px;
}
}
@media (max-width: 400px) {
  .career-offer,
  .key-executive-sec,
  .crew-members-sec {
    padding: 0 12px;
  }
  .career-place-work .container p {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .content_acc {
    padding: 12px;
  }
  .crew-members-sec .crew-members-main .members-list .member span {
    font-size: 12px;
    line-height: 18px;
  }

  .career-sec ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .career-sec ul {
    padding-left: 1.5rem !important;
  }
  .career-offer .career-offer-main ul {
    gap: 16px;
  }
  .career-offer .career-offer-main ul li {
    width: calc(100% / 2 - 8px);
  }
  .career-offer .career-offer-main ul li span,
  .career-join-us .join-us-listing .box span {
    width: 80px;
    height: 80px;
    padding: 1rem;
  }
  .career-rating .box .career-partner img {
    max-width: 100px;
  }
  .career-sec .heading-area .job_description span {
    font-size: 14px;
    line-height: 21px;
  }
  .career-sec .heading-area .career-qualifications {
    flex-wrap: wrap;
  }
  .career-sec .heading-area .career-qualifications h5 {
    width: calc(100% / 2 - 12px);
    margin: 0.5rem 0;
  }
  .about-define-sec .about-define-content img{
    width:100%;
  }
}
@media (min-width: 991px) {
  .career_great_place_work img,
  .our-team-text-sec .career_great_place_work img {
    visibility: hidden;
  }
}
