.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

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

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

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

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

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

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

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

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

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

.pt-30 {
  padding-top: 30px;
}

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

.pb-30 {
  padding-bottom: 30px;
}

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

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

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

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

.pt-40 {
  padding-top: 40px;
}

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

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

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

.pt-50 {
  padding-top: 50px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.mt-auto {
  margin-top: auto;
}

.section_subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  /* or 142% */
  text-align: center;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 959px) {
  .section_subtitle {
    font-size: 16px;
  }
}

.section_title {
  font-weight: 800;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: -0.05em;
}
.section_title span {
  color: #ED1C24;
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 26px;
    line-height: 30px;
  }
}

.section_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.text-primary {
  color: #ED1C24;
}

.text-gray {
  color: #333;
}

.text-center {
  text-align: center;
}

/*!
 * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


html, body {
  height: 100%;
}

body {
  color: #24282D;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.025em;
  font-family: "Inter", sans-serif;
}

.container {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .container {
    width: 100%;
  }
}

.sub-tit {
  padding: 0 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 680px;
  margin: 0 auto;
  color: #24282D;
}

.comm-tit {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;
}
.comm-tit span {
  font-family: Inter;
  font-weight: 600;
}

.btn1 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 30px;
  box-shadow: 0px 10px 20px rgba(237, 28, 36, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn1:hover {
  background: #24282D;
  color: #fff;
}

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(237, 28, 36);
  background: radial-gradient(circle, rgb(237, 28, 36) 26%, rgb(201, 16, 23) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 120;
  overflow: hidden;
}
.cover .coverelement .wlogo {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(-30px);
}
.cover .coverelement .loader {
  opacity: 0;
  transform: translateY(-30px);
}

.header {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
  left: 0;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  height: 100px;
  padding: 0 30px;
}
.header .container .logo {
  text-decoration: none;
}
.header .container .ctas {
  display: flex;
}
.header .container .ctas .cta {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}
.header .container .ctas .cta .icon {
  padding-right: 5px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .container .ctas .cta .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  margin-top: -4px;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .container .ctas .cta:hover .icon {
  transform: scale(1.2);
}
.header .container .ctas .cta:hover .label {
  color: #ED1C24;
}
.header .container .ctas .enquire {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .container .ctas .enquire:hover {
  background: #24282D;
}

.banner {
  width: 100%;
  height: calc(100% - 0px);
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.banner .container {
  display: flex;
}
.banner .banner_l,
.banner .banner_r {
  width: 50%;
}
.banner .banner_r {
  display: flex;
}
.banner .banner_r .content_wrapper {
  width: 650px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.banner .banner_r .content_wrapper h1 {
  color: #ED1C24;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: -0.05em;
}
.banner .banner_r .content_wrapper p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  display: inline;
  padding: 7px;
}
.banner .banner_r .content_wrapper h6 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
}
.banner .banner_r .content_wrapper .icon-scroll {
  margin-bottom: 20px;
}

.banner_l {
  position: relative;
}
.banner_l .video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner_l .video_wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vidthumb1 {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vidthumb1 .element {
  position: absolute;
  left: -517px;
  top: 245px;
  z-index: -1;
}
.vidthumb1 .sub-tit {
  margin-bottom: 30px;
}
.vidthumb1 .container-650 {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .vidthumb1 .container-650 {
    width: 100%;
  }
}
.vidthumb1 .vidimg {
  width: 1080px;
  margin: 0 auto;
  height: 640px;
  margin-top: 60px;
  background: url(../images/vidthumb1.png) no-repeat center center;
  background-size: cover;
  padding: 60px;
  position: relative;
  cursor: pointer;
}
.vidthumb1 .vidimg .vidbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vidthumb1 .vidimg .vidbtn:hover {
  cursor: pointer;
  opacity: 1;
}

.vidthumb2 {
  padding: 80px 0;
  text-align: center;
}
.vidthumb2 .container-650 {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .vidthumb2 .container-650 {
    width: 100%;
  }
}
.vidthumb2 .vidimg {
  width: 1080px;
  margin: 0 auto;
  height: 640px;
  background: url(../images/vidthumb3.svg) no-repeat center center;
  background-size: cover;
  padding: 60px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.vidthumb2 .vidimg .vidbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vidthumb2 .vidimg .vidbtn:hover {
  cursor: pointer;
  opacity: 1;
}
.vidthumb2 .vidimg .info {
  width: 93.5%;
  position: absolute;
  left: 50%;
  bottom: 24px;
  padding: 15px;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  opacity: 0;
  background-color: #ED1C24;
  color: #FFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.vidthumb2 .vidimg:hover .info {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.vision {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vision .element {
  position: absolute;
  left: -527px;
  top: 465px;
}
.vision .vision-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
.vision .vision-container .visionbox {
  position: relative;
  height: 450px;
  margin: 0 10px;
}
.vision .vision-container .visionbox .visionwrp {
  width: 380px;
  padding: 20px 0;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  min-height: 245px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 150px auto;
}
.vision .vision-container .visionbox .visionwrp .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
  margin-top: 70px;
}
.vision .vision-container .visionbox .visionwrp .info {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding: 0 25px;
}
.vision .vision-container .visionbox:hover .visionwrp {
  background-color: #ED1C24;
}
.vision .vision-container .visionbox:hover .title,
.vision .vision-container .visionbox:hover .info {
  color: #fff;
}
.vision .vision-container .visionbox .visionimg {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 14px;
}
.vision .vision-container .visionbox .visionimg img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vision .vision-container .visionbox:hover .visionimg img {
  transform: scale(1.1);
}

.jobopp {
  padding: 0 0 80px 0;
  position: relative;
  overflow: hidden;
}
.jobopp .element {
  position: absolute;
  left: -658px;
  top: 465px;
}
.jobopp .container {
  display: flex;
  padding: 30px 0 80px 0;
  position: relative;
}
.jobopp .container .jobimg {
  width: 700px;
  position: relative;
}
.jobopp .container .jobimg img {
  border-radius: 20px;
}
.jobopp .container .jobimg .listing {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: #48505A;
  border-radius: 10px;
  left: 53%;
  padding: 30px;
  color: #fff;
  width: 70%;
  transform: translate(-50%, -50%);
}
.jobopp .container .jobimg .listing .smalltxt {
  line-height: 22px;
  padding: 0 20px;
}
.jobopp .container .jobimg .listing span {
  font-size: 60px;
  padding: 7px 15px;
}
.jobopp .container .jobimg .listing .bigtxt {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding: 0 15px;
}
.jobopp .container .jobinfo {
  width: 380px;
  margin: 0 80px;
  color: #222222;
  font-weight: 500;
  padding: 120px 0;
}
.jobopp .container .jobinfo .clr {
  color: #ED1C24;
  text-decoration: none;
}
.jobopp .container .jobinfo .btn1 {
  padding: 15px 25px;
}
.jobopp .container .jobinfo .space40 {
  margin: 40px 0;
}

.sop {
  background: #F5F5F5;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}
.sop .container {
  position: relative;
}
.sop .element {
  position: absolute;
  left: -558px;
  top: 358px;
}
.sop .comm-tit .high {
  color: #ED1C24;
  display: inline-block;
}
.sop .soptxt span {
  opacity: 0.08;
  font-size: 400px;
  font-weight: 900;
  white-space: nowrap;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.sop .soptxt span.sopt1 {
  position: absolute;
  left: -500px;
  top: -210px;
}
.sop .soptxt span.sopt2 {
  position: absolute;
  left: 40%;
  top: -210px;
}
.sop .soptxt span.sopt3 {
  position: absolute;
  right: -500px;
  top: -210px;
}
.sop .container-sop {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.sop .container-sop .sopt .active {
  background: #ED1C24;
  box-shadow: 0px 10px 18px rgba(237, 28, 36, 0.4);
  color: #fff;
}
.sop .container-sop .sopt ul {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.sop .container-sop .sopt ul li {
  margin: 0 10px;
  list-style: none;
}
.sop .container-sop .sopt ul li a {
  background: #F5F5F5;
  border: 1px solid #ED1C24;
  border-radius: 6px;
  padding: 16px 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ED1C24;
  text-decoration: none;
}
.sop .container-sop .sopt ul li:hover a {
  background: #ED1C24;
  color: #fff;
  box-shadow: 0px 10px 18px rgba(237, 28, 36, 0.4);
}
.sop .container-sop .sopb {
  height: 320px;
}
.sop .container-sop .sopb .sopwrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.sop .container-sop .sopb .sopwrp .sopbox {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.sop .container-sop .sopb .sopwrp .sopbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  opacity: 0;
}
.sop .container-sop .sopb .sopwrp .sopbox::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  height: 110px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sop .container-sop .sopb .sopwrp .sopbox:hover::before {
  opacity: 1;
  border-radius: 12px;
}
.sop .container-sop .sopb .sopwrp .sopbox:hover::after {
  background: none;
}
.sop .container-sop .sopb .sopwrp .sopbox:hover .overlay {
  bottom: 15px;
  color: #222222;
}
.sop .container-sop .sopb .sopwrp .sopbox:hover .overlay .info {
  font-weight: 500;
}
.sop .container-sop .sopb .sopwrp .sopbox img {
  border-radius: 10px;
  width: 325px;
}
.sop .container-sop .sopb .sopwrp .sopbox .overlay {
  filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: -305px;
  /* top: 0; */
  left: 0px;
  transition: all 0.5s ease;
  z-index: 3;
  margin-bottom: 12px;
  text-align: left;
  padding: 0 20px;
  color: #fff;
  height: 362px;
}
.sop .container-sop .sopb .sopwrp .sopbox .overlay .title {
  font-size: 21px;
  font-weight: 500;
  height: 50px;
  line-height: 28px;
  margin-bottom: 15px;
}
.sop .container-sop .sopb .sopwrp .sopbox .overlay .info {
  font-size: 15px;
  line-height: 22px;
}
.sop .container-sop .sopb .sopwrp .sopSwiper {
  position: relative;
  height: 475px;
}
.sop .container-sop .sopb .sopwrp .sopSwiper .swiper-pagination .sop-pagi {
  position: absolute;
  top: 30px;
}
.sop .container-sop .sopb .sopwrp .sopSwiper .swiper-pagination .sop-pagi .swiper-pagination-bullet {
  background-color: #ED1C24;
  padding-top: 20px;
}
.sop .container-sop .sopb .sopwrp .sopbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
.sop .container-sop .sopb .sopwrp .sopbtn .sopnext {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_next.svg) no-repeat center center;
}
.sop .container-sop .sopb .sopwrp .sopbtn .sopnext.swiper-button-disabled {
  background: url(../images/talk_next_grey.svg) no-repeat center center;
}
.sop .container-sop .sopb .sopwrp .sopbtn .soppre {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_prev-clr.svg) no-repeat center center;
}
.sop .container-sop .sopb .sopwrp .sopbtn .soppre.swiper-button-disabled {
  background: url(../images/talk_prev.svg) no-repeat center center;
}
.sop .container-sop .sopb .sopwrp .swiper-pagination-bullet {
  background-color: #ED1C24;
}

.familytalk {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.familytalk .element {
  position: absolute;
  left: -618px;
  top: 98px;
}
.familytalk::after {
  content: "";
  position: absolute;
  background-color: #48505A;
  height: 430px;
  width: 100%;
  bottom: 0;
}
.familytalk .container-ftalkwrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.familytalk .container-ftalkwrp .ftalkl .comm-tit {
  text-align: left;
}
.familytalk .container-ftalkwrp .ftalkr {
  padding: 0 80px;
}
.familytalk .container-ftalkwrp .ftalkr .sub-tit {
  text-align: left;
  width: 560px;
}
.familytalk .familytalkwrp {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.familytalk .familytalkwrp .familytalk-slider {
  height: auto;
  margin-top: 40px;
  text-align: center;
}
.familytalk .familytalkwrp .talk1 {
  width: auto !important;
  margin: 0 10px;
  position: relative;
}
.familytalk .familytalkwrp .talk1 .main {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  height: auto;
}
.familytalk .familytalkwrp .talk1 .main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  opacity: 0;
}
.familytalk .familytalkwrp .talk1 .main::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  height: 80px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.familytalk .familytalkwrp .talk1 .main:hover::before {
  opacity: 1;
  border-radius: 12px;
}
.familytalk .familytalkwrp .talk1 .main:hover::after {
  background: none;
}
.familytalk .familytalkwrp .talk1 .main:hover .info-bx {
  bottom: -100px;
}
.familytalk .familytalkwrp .talk1 .main:hover .info-bx h2 {
  color: #222222;
}
.familytalk .familytalkwrp .talk1 .main:hover .info-bx p {
  color: #222222;
  font-weight: 500;
}
.familytalk .familytalkwrp .talk1 .info-bx {
  position: absolute;
  bottom: -425px;
  left: 0px;
  transition: all 0.5s ease;
  z-index: 3;
  margin-bottom: 12px;
  text-align: left;
  padding: 0 22px;
}
.familytalk .familytalkwrp .talk1 .info-bx h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.familytalk .familytalkwrp .talk1 .info-bx h2 span {
  display: block;
  font-size: 17px;
  line-height: 24px;
}
.familytalk .familytalkwrp .talk1 .info-bx p {
  font-size: 15px;
  color: #fff;
  height: 400px;
  line-height: 24px;
}
.familytalk .familytalkwrp .talk1 .info-bx p span {
  display: block;
  margin-top: 10px;
}
.familytalk .familytalkwrp .talk1 .img img {
  height: 430px;
  width: auto;
  border-radius: 12px;
}
.familytalk .familytalkwrp .talk2 {
  width: auto !important;
  margin: 0 10px;
  position: relative;
}
.familytalk .familytalkwrp .talk2 .main .title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
  color: #ffffff;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: left;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.familytalk .familytalkwrp .talk2 .main .title span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.familytalk .familytalkwrp .talk2 .main picture img {
  height: 430px;
  border-radius: 12px;
}
.familytalk .familytalkwrp .talkb {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 100;
}
.familytalk .familytalkwrp .talkb .talkr {
  justify-items: flex-start;
  width: 140px;
  margin-top: 50px;
}
.familytalk .familytalkwrp .talkb .talkr .talkbtns {
  display: flex;
}
.familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_next {
  margin: 5px;
  width: 62px;
  height: 62px;
  background: url(../images/talk_next.svg) no-repeat center center;
}
.familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_next.swiper-button-disabled {
  background: url(../images/talk_next_grey.svg) no-repeat center center;
}
.familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_pre {
  margin: 5px;
  width: 62px;
  height: 62px;
  background: url(../images/talk_prev-clr.svg) no-repeat center center;
}
.familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_pre.swiper-button-disabled {
  background: url(../images/talk_prev.svg) no-repeat center center;
}
.familytalk .familytalkwrp .talkb .talkl {
  width: 100%;
  justify-items: flex-end;
  position: relative;
}
.familytalk .familytalkwrp .talkb .talkl .swiper-scrollbar {
  background-color: #f5f0f0;
  border-radius: 0;
  bottom: -84px;
  height: 4px;
}

.container-slider {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.container-slider ::after {
  position: absolute;
  content: "";
  background: #222222;
  height: 300px;
}
.container-slider .swiper-familytalk .talk-slide {
  width: 305px !important;
}
.container-slider .pos {
  position: relative;
}
.container-slider .half-color-box {
  background: #7d8597;
  height: 300px;
}
.container-slider .swiper-familytalk .swiper-scrollbar {
  width: 780px;
}
.container-slider .talkb {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 100;
}
.container-slider .talkb .talkr {
  width: 140px;
  margin-top: 50px;
}
.container-slider .talkb .talkr .talkbtns {
  display: flex;
}
.container-slider .talkb .talkr .talkbtns .talk_next {
  margin: 5px;
  width: 62px;
  height: 62px;
  background: url(../images/talk_next.svg) no-repeat center center;
}
.container-slider .talkb .talkr .talkbtns .talk_pre {
  margin: 5px;
  width: 62px;
  height: 62px;
  background: url(../images/talk_prev.svg) no-repeat center center;
}
.container-slider .talkb .talkl {
  justify-items: flex-start;
}
.container-slider .talkb .talkl .swiper-scrollbar {
  background-color: #f5f0f0;
  border-radius: 0;
  bottom: 35px;
  width: 780px;
}

.lifewrp {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.lifewrp .element {
  position: absolute;
  left: -537px;
  top: 55px;
}
.lifewrp .life-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  width: 1200px;
}
.lifewrp .life-container .lifebx {
  position: relative;
}
.lifewrp .life-container .lifebx img {
  border-radius: 10px;
  width: 100%;
}
.lifewrp .life-container .lifebx .txtbox {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}
.lifewrp .life-container .lifebx .txtbox .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #fff;
  margin-top: 20px;
}
.lifewrp .life-container .lifebx:hover .txt {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lifewrp .life-container .lifebtn {
  width: 140px;
  display: flex;
  justify-content: center;
  bottom: 0;
  margin-top: 20px;
}
.lifewrp .life-container .lifebtn .lifenext {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_next.svg) no-repeat center center;
}
.lifewrp .life-container .lifebtn .lifenext.swiper-button-disabled {
  background: url(../images/talk_next_grey.svg) no-repeat center center;
}
.lifewrp .life-container .lifebtn .lifepre {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_prev-clr.svg) no-repeat center center;
}
.lifewrp .life-container .lifebtn .lifepre.swiper-button-disabled {
  background: url(../images/talk_prev.svg) no-repeat center center;
}
.lifewrp .life-container .swiper-pagination {
  display: none;
}

.leadership {
  padding: 80px 0 0 0;
  position: relative;
}
.leadership .sub-tit {
  width: 740px;
}
.leadership .leadershipwrp {
  height: 668px;
  position: relative;
  background-image: url(../images/leadership-bg1.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.leadership .leadershipwrp .container {
  position: relative;
}
.leadership .leadershipwrp .swiper-slide {
  width: 92px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
}
.leadership .leadershipwrp .swiper-slide:nth-child(1) {
  left: 240px;
  top: 80px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(2) {
  left: 160px;
  top: 420px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(2) .bx {
  top: -360px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(2) .bx::before {
  top: 380px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(3) {
  left: 653px;
  top: 547px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(3) .bx {
  top: -482px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(3) .bx::before {
  top: 510px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(4) {
  left: 395px;
  top: 280px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(4) .bx {
  top: -220px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(4) .bx::before {
  top: 250px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(5) {
  left: 655px;
  top: 355px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(5) .bx {
  top: -320px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(5) .bx::before {
  top: 350px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(6) {
  left: 640px;
  top: 160px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(6) .bx {
  top: -100px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(6) .bx::before {
  top: 120px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(7) {
  left: 925px;
  top: 290px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(7) .bx-r {
  top: -248px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(7) .bx-r::before {
  top: 280px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(8) {
  left: 1035px;
  top: 80px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(8) .br-r::before {
  top: 190px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(9) {
  left: 1115px;
  top: 412px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(9) .bx-r {
  top: -380px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(9) .bx-r::before {
  top: 410px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(10) {
  left: 925px;
  top: 532px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(10) .bx-r {
  top: -493px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(10) .bx-r::before {
  top: 520px;
}
.leadership .leadershipwrp .swiper-slide:nth-child(11){
    left: 850px;
    top: 50px;
}
.leadership .leadershipwrp .small-img {
  width: 100px;
  height: 100px;
  border: 4px solid #FFFFFF;
  border-radius: 50px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.25));
}
.leadership .leadershipwrp .leadershipSwiper .swiper-slide {
  z-index: -1;
}
.leadership .leadershipwrp .bx {
  width: 403px;
  height: 580px;
  left: 135px;
  top: -60px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 1;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.leadership .leadershipwrp .bx .imgbx {
  position: relative;
}
.leadership .leadershipwrp .bx .imgbx img {
  width: 100%;
}
.leadership .leadershipwrp .bx .imgbx .imginfo {
  position: absolute;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  width: 100%;
}
.leadership .leadershipwrp .bx .imgbx .imginfo .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 12px;
}
.leadership .leadershipwrp .bx .imgbx .imginfo .name span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.leadership .leadershipwrp .bx .alttxt {
  padding: 0 10px;
}
.leadership .leadershipwrp .bx .alttxt .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
  color: #222222;
}
.leadership .leadershipwrp .bx .alttxt .sub-txt {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.leadership .leadershipwrp .bx .alttxt .sub-txt a {
  display: inline-block;
  color: #0683CA;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.leadership .leadershipwrp .bx .alttxt .social {
  border-top: 1px solid #333;
  padding-top: 15px;
}
.leadership .leadershipwrp .bx::before {
  content: "";
  background-image: url(../images/bx-tri.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: -24px;
  width: 38px;
  height: 38px;
}
.leadership .leadershipwrp .bx-r {
  width: 403px;
  height: 600px;
  right: 135px;
  top: -60px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 1;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.leadership .leadershipwrp .bx-r .imgbx {
  position: relative;
}
.leadership .leadershipwrp .bx-r .imgbx img {
  width: 100%;
}
.leadership .leadershipwrp .bx-r .imgbx .imginfo {
  position: absolute;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  width: 100%;
}
.leadership .leadershipwrp .bx-r .imgbx .imginfo .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 12px;
}
.leadership .leadershipwrp .bx-r .imgbx .imginfo .name span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.leadership .leadershipwrp .bx-r .alttxt {
  padding: 0 10px;
}
.leadership .leadershipwrp .bx-r .alttxt .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
  color: #222222;
}
.leadership .leadershipwrp .bx-r .alttxt .sub-txt {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.leadership .leadershipwrp .bx-r .alttxt .sub-txt a {
  color: #0683CA;
  text-decoration: none;
}
.leadership .leadershipwrp .bx-r .alttxt .social {
  border-top: 1px solid #333;
  padding-top: 15px;
  display: inline-block;
}
.leadership .leadershipwrp .bx-r::before {
  content: "";
  background-image: url(../images/bx-tri.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  right: -24px;
  width: 38px;
  height: 38px;
  transform: rotate(180deg);
}
.leadership .leadershipwrp :hover .small-img {
  border-radius: 50px;
  border: 4px solid #ED1C24;
}
.leadership .leadershipwrp :hover .bx,
.leadership .leadershipwrp :hover .bx-r {
  opacity: 1;
  visibility: visible;
}

.company {
  padding: 80px 0 0 0;
}
.company .container {
  display: flex;
  flex-wrap: wrap;
}
.company .container .compl .comm-tit {
  text-align: left;
}
.company .container .compr {
  padding: 0 0 0 80px;
}
.company .container .compr .sub-tit {
  text-align: left;
  width: 600px;
}
.company .comanywrp {
  width: 100%;
  margin: 50px auto;
  display: flex;
  position: relative;
}
.company .comanywrp .comanywrpl {
  width: calc((100% - 1300px) / 2);
}
.company .comanywrp .comanysilder {
  width: calc(100% - (100% - 1300px) / 2);
}
.company .comanywrp .comanysilder .compbx {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.company .comanywrp .comanysilder .compbx img {
  border-radius: 10px;
  width: 100%;
}
.company .comanywrp .comanysilder .compbx .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  margin-top: 25px;
}
.company .comanywrp .comanysilder .btns {
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  width: 265px;
  height: 100%;
  right: 0;
  top: 10px;
  z-index: 1;
  padding: 100px;
}
.company .comanywrp .comanysilder .btns .compnext {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_next.svg) no-repeat center center;
}
.company .comanywrp .comanysilder .btns .compnext.swiper-button-disabled {
  background: url(../images/talk_next_grey.svg) no-repeat center center;
}
.company .comanywrp .comanysilder .btns .comppre {
  margin: 5px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: url(../images/talk_prev-clr.svg) no-repeat center center;
}
.company .comanywrp .comanysilder .btns .comppre.swiper-button-disabled {
  background: url(../images/talk_prev.svg) no-repeat center center;
}

.caretakers {
  padding: 80px 0;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.caretakers .element {
  position: absolute;
  left: -517px;
  top: 245px;
}
.caretakers .comm-tit {
  margin: 0;
}
.caretakers .text1 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #222222;
}
.caretakers .sub-tit {
  width: 750px;
}
.caretakers .container {
  width: 1300px;
  margin-top: 35px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
}
.caretakers .container .bx1 {
  margin: 0 10px 20px 10px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.caretakers .container .bx1 .txtbox {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.caretakers .container .bx1 .txtbox .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.caretakers .container .bx1:hover .txt {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.caretakers .container .bx2 {
  margin: 0 10px 20px 10px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.caretakers .container .bx2 .txtbox {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  padding: 10px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.caretakers .container .bx2 .txtbox .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.caretakers .container .bx2:hover .txt {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.caretakers .container img {
  border-radius: 15px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.caretakers .container img:hover {
  transform: scale(1.1);
}

.terminal {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.terminal .element {
  position: absolute;
  left: -77px;
  top: 155px;
}
.terminal .comm-tit {
  text-align: left;
}
.terminal .terminal-wrp {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.terminal .terminal-wrp .teminall {
  width: 520px;
  padding: 0 30px 0 0;
}
.terminal .terminal-wrp .teminall .txt {
  margin-bottom: 20px;
}
.terminal .terminal-wrp .teminalr {
  width: 847px;
  margin: 0 auto;
  height: 476px;
  background: url(../images/terminal-video.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.terminal .terminal-wrp .teminalr .vidbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.terminal .terminal-wrp .teminalr .vidbtn:hover {
  cursor: pointer;
  opacity: 1;
}

.footer {
  height: 500px;
  background: #48505A;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer .element {
  position: absolute;
  right: -797px;
  top: -115px;
  z-index: -1;
}
.footer .container .f1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}
.footer .container .f1 .f1_l {
  color: #fff;
  width: 350px;
}
.footer .container .f1 .f1_l .fl1_title {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  letter-spacing: -0.05em;
}
.footer .container .f1 .f1_r {
  color: #fff;
}
.footer .container .f1 .f1_r .ctas {
  display: flex;
}
.footer .container .f1 .f1_r .ctas .cta {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}
.footer .container .f1 .f1_r .ctas .cta .icon {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.footer .container .f1 .f1_r .ctas .cta .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  margin-top: -4px;
  color: #fff;
}
.footer .container .f1 .f1_r .ctas .enquire {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .container .f1 .f1_r .ctas .enquire:hover {
  background: #24282D;
}
.footer .container .f1 .f1_r .f1r2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.footer .container .f1 .f1_r .f1r2 a {
  text-decoration: none;
  color: #fff;
  margin-left: 15px;
}
.footer .container .f1 .f1_r .f1r2 a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .container .f1 .f1_r .f1r2 a:hover img {
  transform: scale(1.2);
}
.footer .container .f2 {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 100px;
}

#divForm {
  width: 600px;
  padding: 30px;
}
#divForm .enquire-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: block;
  color: #ED1C24;
}
#divForm .field-group {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
#divForm label.error {
  background: #000;
  display: inline;
  padding: 5px 7px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#divForm label {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
#divForm input[type=text] {
  font-size: 16px;
  width: 100%;
}
#divForm textarea {
  font-size: 16px;
  width: 100%;
}
#divForm .enquire {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#divForm .form-process {
  color: #ED1C24;
  font-weight: 700;
}
#divForm input {
  font-size: 14px;
}

#divForm2 {
  width: 600px;
}
#divForm2 .enquire-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: block;
  color: #ED1C24;
}
#divForm2 .field-group {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
#divForm2 label.error {
  background: #000;
  display: inline;
  padding: 5px 7px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#divForm2 label {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
#divForm2 input[type=text] {
  font-size: 16px;
  width: 100%;
}
#divForm2 textarea {
  font-size: 16px;
  width: 100%;
}
#divForm2 .enquire {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#divForm2 .form-process {
  color: #ED1C24;
  font-weight: 700;
}
#divForm2 input {
  font-size: 14px;
}

.mobile-bookappoiment {
  background-color: #ED1C24;
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  display: none;
  flex-wrap: wrap;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
}
.mobile-bookappoiment a {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
}
.mobile-bookappoiment a.br1 {
  border-right: solid 1px #FFF;
}

.mobilewcpic {
  display: none;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: 40px;
  bottom: 10px;
  margin-top: -35px;
  border: 2px solid #fff;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .icon-scroll {
    display: none;
  }
}
.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@media screen and (max-width: 959px) {
  .comm-tit,
  .sub-tit {
    text-align: center;
  }
  .familytalk .container-ftalkwrp .ftalkl .comm-tit,
  .familytalk .container-ftalkwrp .ftalkr .sub-tit,
  .lifewrp .life-container .lifebx .txt,
  .company .container .compl .comm-tit {
    text-align: center;
  }
  .banner {
    background-color: #000;
    background-image: none;
  }
  .banner .banner_l {
    display: block;
    width: 100%;
  }
  .banner_l .video_wrapper {
    position: relative;
  }
  .banner_l .video_wrapper video {
    width: calc(100% - 0px);
    transform: translateY(0);
    height: auto;
    position: relative;
  }
  .banner .banner_r {
    width: 100% !important;
    background-color: #000;
  }
  .terminal .comm-tit,
  .terminal .terminal-wrp .teminall .txt {
    text-align: center;
  }
  .terminal .terminal-wrp,
  .terminal .terminal-wrp .teminalr,
  .terminal .terminal-wrp .teminall {
    width: 100% !important;
    display: block;
  }
  .banner .banner_r .content_wrapper img {
    display: none;
  }
  .terminal .terminal-wrp .teminall .txt {
    margin: 0 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .banner .banner_r .content_wrapper h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
  }
  .vidthumb1,
  .vidthumb2 {
    padding: 40px 0;
  }
  .company .container .compr {
    padding: 0;
  }
  .company .container .compr .sub-tit {
    text-align: center;
    width: 100%;
  }
  .caretakers .text1 {
    font-size: 16px;
  }
  .company .comanywrp .comanysilder .btns {
    position: relative;
    display: flex;
    justify-content: center;
    right: 0;
    top: -50px;
    padding: 0;
    width: auto;
  }
  .caretakers .container .caretakersl .bx2 {
    width: auto;
  }
  .sop .container-sop .sopb {
    height: 100%;
  }
  .banner .banner_r .content_wrapper p {
    font-size: 16px;
    line-height: 22px;
  }
  .vidthumb1 .vidimg {
    width: 90%;
    height: 190px;
    background: url(../images/vidthumb1.png) no-repeat center center;
    background-size: cover;
  }
  .vidthumb2 .vidimg {
    width: 90%;
    height: 190px;
    background: url(../images/vidthumb3.svg) no-repeat center center;
    background-size: cover;
  }
  .vidthumb1 .vidimg .vidbtn img,
  .vidthumb2 .vidimg .vidbtn img {
    width: 50px;
  }
  .vision .vision-container .visionbox .visionwrp {
    width: 100%;
    min-height: auto;
  }
  .vision .vision-container .visionbox .visionimg {
    width: 90%;
  }
  .sub-tit {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .company .comanywrp .comanysilder .compbx,
  .leadership .container .sub-tit {
    font-size: 18px;
    line-height: 26px;
  }
  .vision .vision-container .visionbox .visionwrp .title {
    margin-top: 50px;
  }
  .vision .vision-container .visionbox {
    height: 345px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .comm-tit {
    font-size: 30px;
    line-height: 36px;
  }
  .familytalk .familytalkwrp {
    width: 100%;
    padding: 0 10px;
  }
  .familytalk .familytalkwrp .talk1 .main .img img {
    height: 370px;
  }
  .sop .container-sop .sopt ul {
    flex-direction: column;
    padding: 0;
  }
  .sop .container-sop .sopb .sopwrp .sopbox .overlay .text .info {
    font-size: 16px;
    line-height: 24px;
  }
  .sop .container-sop .sopb .sopwrp .sopbox .overlay .text .title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .sop .container-sop .sopb .sopwrp .sopbox .overlay {
    bottom: -305px;
  }
  .sop .container-sop .sopb .sopwrp .sopbox:hover .text {
    top: 40%;
    text-align: center;
  }
  .sop .container-sop .sopb .sopwrp .sopbox img {
    width: 100%;
  }
  .sop .container-sop .sopt ul li a {
    margin: 0 auto;
    display: block;
    margin: 10px 0;
  }
  .banner .banner_r .content_wrapper {
    padding: 15px;
  }
  .jobopp .container {
    flex-direction: column;
    padding: 30px 0 0 0;
  }
  .jobopp .container .jobimg img {
    width: 100%;
    padding: 15px;
  }
  .jobopp .container .jobimg {
    width: 100%;
  }
  .jobopp .container .jobinfo {
    width: auto;
    padding: 80px 0 0 0;
    margin: 0 30px;
  }
  .jobopp .container .jobimg .listing {
    padding: 15px;
    left: 50%;
    width: 90%;
  }
  .jobopp .container .jobimg .listing .smalltxt {
    line-height: 17px;
    font-size: 14px;
  }
  .jobopp .container .jobimg .listing span {
    font-size: 40px;
    padding: 0;
  }
  .jobopp .container .jobimg .listing .bigtxt {
    font-size: 18px;
    line-height: 21px;
  }
  .sop .container-sop {
    width: 100%;
  }
  .sop .container-sop .sopb .sopwrp {
    margin: 0 15px;
  }
  .familytalk .container-ftalkwrp .ftalkr .sub-tit {
    width: 100%;
  }
  .caretakers .container .caretakersl .bx1 {
    width: auto;
  }
  .caretakers .container .caretakersr {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 30px;
    height: 100%;
  }
  .caretakers .container hr {
    padding-bottom: 0;
  }
  .caretakers .container .txt1 {
    height: 45px;
  }
  .terminal .terminal-wrp .teminall {
    padding: 0 0 20px 0;
  }
  .caretakers .container,
  .caretakers .container .caretakersl {
    display: block;
    width: 100%;
  }
  .company .comanywrp .comanysilder .compbx,
  .leadership .container .sub-tit,
  .caretakers .sub-tit {
    width: 100% !important;
  }
  .company .comanywrp .comanysilder .btns {
    background: none;
  }
  .company .comanywrp .comanysilder {
    height: auto;
  }
  .familytalk .container-ftalkwrp .ftalkr {
    padding: 0 15px;
  }
  .familytalk .familytalkwrp .talk2 .main picture img {
    height: 100%;
  }
  .sop {
    height: auto;
  }
  .btn1 {
    font-size: 12px;
  }
  .footer .container .f1,
  .footer .container .f2 {
    display: block;
    text-align: center;
    padding: 20px 10px;
    height: auto;
  }
  .footer {
    height: 410px;
  }
  .footer a {
    text-decoration: underline !important;
  }
  .footer .container .f1 .f1_l {
    width: 100%;
  }
  .footer .container .f1 .section_desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .footer .container .f1 .f1_r .f1r2 {
    display: block;
    margin-top: 0;
  }
  .header .container {
    padding: 0 10px;
    height: 70px;
  }
  .logo img {
    width: 170px;
  }
  .header .container .ctas {
    position: absolute;
    left: 0px;
    top: -7px;
    display: block;
    width: 100%;
    padding: 2px 2px;
  }
  .header .container .ctas .cta {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .header .container .ctas .cta .label {
    font-size: 14px;
  }
  .header .container .ctas .enquire {
    /* position: absolute; right: 8px; top: 62px; font-size: 12px; padding: 3px 10px; */
    display: none;
  }
  .header .container .logo {
    margin-top: 0px;
  }
  .header {
    height: 70px;
  }
  .header .container .ctas .cta .icon {
    transform: scale(1.2);
  }
  .footer .container .f1 .f1_l .fl1_title {
    font-size: 32px;
    line-height: 50px;
  }
  .footer .container .f1 .f1_r .ctas,
  .footer .container .f1 .f1_r .ctas .cta,
  .footer .container .f1 .f1_r .ctas .cta .icon {
    display: block;
    margin-bottom: 5px;
  }
  .header .container .ctas .cta .icon {
    display: block;
  }
  .footer .container .f1 .f1_r .f1r2 a {
    margin-left: 10px;
  }
  .footer .container .f1 .f1_r .ctas,
  .presence .p_r .pr_wrapper .prconts .prcont .prlogos,
  .presence .p_r .pr_wrapper .prconts .prcont .prtitle {
    display: none;
  }
  .mobilewcpic {
    display: block;
  }
  .mobile-bookappoiment {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .headerphone,
  .headeremail {
    display: none !important;
  }
  .headerVisit {
    position: absolute;
    right: 10px;
    top: 13px;
    text-align: center;
  }
  .success .container .ss_cta:hover,
  .presence .p_r .pr_wrapper .prconts .prcont .prcta:hover {
    background: #ED1C24;
  }
  .mobile-bookappoiment .label {
    display: none;
  }
  .mobile-bookappoiment .icon {
    padding: 10px 20px;
  }
  .mobile-bookappoiment .icon img {
    width: 30px;
  }
}
.nav-down {
  transition: top 0.3s ease 0s;
  top: 0px !important;
}

.nav-up {
  transition: top 0.3s ease 0s;
  top: -100px !important;
}

#backtop-button {
  display: inline-block;
  background-color: #ED1C24;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  bottom: 8px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtop-button::after {
  content: "";
  width: 40px;
  background-image: url(../images/back-top-pic.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  height: 40px;
  color: #fff;
  display: block;
}
#backtop-button:hover {
  cursor: pointer;
  background-color: #333;
}
#backtop-button:active {
  background-color: #555;
}
#backtop-button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .company .comanywrp .comanysilder {
    height: 450px;
  }
  .company .comanywrp .comanysilder .btns {
    width: 290px;
  }
}
/* Medium */
/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .icon-scroll {
    display: none;
  }
}
/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination .leader-pagi {
    display: block;
  }
  .swiper-pagination.leader-pagi .swiper-pagination-bullet,
  .swiper-pagination.sop-pagi .swiper-pagination-bullet {
    background-color: #ED1C24;
    top: 10px;
  }
  .leadership .leadershipwrp .swiper-slide {
    top: 0px !important;
    left: 0px !important;
    padding: 15px;
    position: relative;
    width: 100%;
  }
  .vidthumb1 .element,
  .sop .element,
  .lifewrp .element,
  .terminal .element,
  .vision .element,
  .jobopp .element,
  .familytalk .element,
  .lifewrp .element,
  .caretakers .element,
  .footer .element {
    display: none;
  }
  .leadership .leadershipwrp .small-img,
  .leadership .leadershipwrp .bx::before,
  .leadership .leadershipwrp .bx-r::before {
    display: none;
  }
  .leadership .leadershipwrp .bx,
  .leadership .leadershipwrp .bx-r {
    width: 100%;
    height: 640px;
    top: 0 !important;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    z-index: 1;
    padding: 15px;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .leadership .leadershipwrp {
    height: 630px;
    background-image: none;
    padding: 0 0 80px 0;
    margin-bottom: 0;
  }
  .leadership,
  .lifewrp,
  .terminal,
  .caretakers,
  .sop,
  .familytalk {
    padding: 35px 0;
  }
  .company {
    padding: 20px 0 0 0;
  }
  .jobopp {
    padding: 0 0 20px 0;
  }
  .lifewrp .life-container {
    width: 100%;
    margin: 10px auto;
  }
  .familytalk .familytalkwrp .talk1,
  .familytalk .familytalkwrp .talk2 {
    width: 100% !important;
    margin: 0;
  }
  .terminal .terminal-wrp .teminalr {
    padding: 15px;
  }
  .terminal .terminal-wrp {
    padding: 15px;
  }
  .familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_pre,
  .familytalk .familytalkwrp .talkb .talkr .talkbtns .talk_next {
    width: 42px;
    height: 42px;
    border-radius: 50px;
  }
  .familytalk .familytalkwrp .talkb .talkl .swiper-scrollbar {
    top: 72px;
  }
  .lifewrp .life-container .lifebx {
    padding: 10px;
  }
  .lifewrp .life-container .lifebx .txtbox {
    margin: 10px;
    left: 0;
  }
  .soptxt {
    display: none;
  }
  .familytalk .familytalkwrp .talk1 .main:hover .info-bx {
    bottom: -130px;
  }
  .familytalk .familytalkwrp .talk1 .main::before {
    width: 96%;
    left: 7px;
  }
  .familytalk .familytalkwrp .talk1 .info-bx h2 {
    font-size: 22px;
  }
  .familytalk .familytalkwrp .talk1 .info-bx p {
    font-size: 13px;
    line-height: 20px;
  }
  .company .container {
    display: block;
  }
  .sop .container-sop .sopb .sopwrp .sopbox {
    height: 422px;
  }
  .sop .container-sop .sopb .sopwrp .sopSwiper {
    height: 500px;
  }
}

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


.quality {
    position: relative;
    background-color: #F8F8F8;
    padding: 60px 0;
    margin-bottom: 60px;
}
.quality .quality_acc_l {
  position: absolute;
  left: -10px;
  top: 220px;
}
@media screen and (max-width: 1368px) {
  .quality .quality_acc_l {
    left: -220px;
  }
}
@media screen and (max-width: 767px) {
  /*.scroll-container{*/
  /*  direction: rtl;*/
  /*}*/
  .blurbs {
    display: block !important;
    width: 100% !important;
  }
  html, body{
      overflow-x: hidden;
  }
}
.quality .container {
  /*display: flex;*/
  position: relative;
}
.quality .q_l {
  width: 520px;
  padding: 20px 80px;
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 70px;
  left: 0px;
  margin-right: 100px;
  margin-bottom: 100px;
  align-self: flex-start;
}
.quality .q_l .section_title,
.quality .q_l .section_desc {
  background: #fff;
}
.quality .q_r {
  justify-items: center;
}

.blurbs{
  display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 78%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.quality .q_r .blurbs .blurb .icon img{
    height: 66px !important;
    width: 66px !important; 
}
.q_left {
    text-align: center;
    margin: 0 auto;
}
.section_desc.mt-30 {
    text-align: center;
    max-width: 750px;
   margin: 0 auto;
   padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 600px){
.slide {
    min-width: 100%;
    box-sizing: border-box;
    flex-direction: column-reverse;
    display: flex;
}
}
.quality .q_r .blurbs .blurb {
  display: flex;
  align-items: center;
  width: auto;
  padding: 15px 30px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 79, 171, 0.2);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quality .q_r .blurbs .blurb .icon {
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quality .q_r .blurbs .blurb .label .label_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quality .q_r .blurbs .blurb .label .label_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.quality .q_r .blurbs .blurb:hover {
  box-shadow: 0px 20px 40px rgba(0, 79, 171, 0.5);
  border: 1px solid #ED1C24;
}
.quality .q_r .blurbs .blurb:hover .icon {
  transform: scale(1.1);
}
.quality .q_r .blurbs .blurb:hover .label .label_title {
  color: #ED1C24;
}


.worldclass .container .section_title {
  max-width: 640px;
  margin: 0 auto;
}
.worldclass .container .wc_accordion {
  width: 95%;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
}
.worldclass .container .wc_accordion .wc {
  width: 21%;
  height: 760px;
}
.worldclass .container .wc_accordion .wc.wc1 {
  background: url(../images/product1-img.jpg) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc2 {
  background: url(../images/product2-img.jpg) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc3 {
  background: url(../images/product3-img.jpg) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc4 {
  background: url(../images/product4-img.jpg) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc .wc_content {
  color: #fff;
  padding: 50px 35px;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_title {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
  opacity: 0;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_desc ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_cta {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_cta:hover {
  background: #24282D;
}
.worldclass .container .wc_accordion .wc:first-child {
  width: 58%;
}
.worldclass .container .wc_accordion .wc:first-child .wc_content .wc_desc,
.worldclass .container .wc_accordion .wc:first-child .wc_content .wc_cta {
  opacity: 1;
}


.clients {
  padding: 100px 0;
}
.clients .container .section_title {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.clients .container .logolist {
  display: flex;
  width: 93%;
  margin: 0 auto;
}
.clients .container .logolist .ll {
  width: 16.6666666667%;
  margin-left: -1px;
  cursor: pointer;
}
.clients .container .logolist .ll .ll_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* or 111% */
  text-align: center;
  width: 100%;
  height: 100px;
}
.clients .container .logolist .ll .ll_title div {
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients .container .logolist .ll .ll_title.active div {
  background-color: #ff0000;
  color: #fff;
  border-radius: 6px;
}
.clients .container .logolist .ll .ll_logo {
  height: 140px;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}
.clients .container .logolist .ll .ll_logo img {
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients .container .logolist .ll .ll_logo.active img {
  filter: grayscale(0%);
  opacity: 1;
}
.clients .mobile-ProductsSolutions {
  display: none;
  margin-top: 20px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.clients .mobile-ProductsSolutions ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.clients .mobile-ProductsSolutions ul li {
  width: 48%;
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.clients .mobile-ProductsSolutions .linklist {
  text-decoration: none;
  display: block;
  width: 235px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #24282D;
  padding: 15px;
  text-align: center;
  border: 1px solid #E5E7EB;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients .mobile-ProductsSolutions .linklist.active, .clients .mobile-ProductsSolutions .linklist:hover {
  border: 1px solid #ED1C24;
  color: #ED1C24;
}



.presence {
  width: 100%;
  display: flex;
  position: relative;
}
.presence .globe_wrapper {
  position: absolute;
  width: 550px;
  height: 550px;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/globebg.svg) no-repeat center center;
  background-size: 82%;
  z-index: 80;
}
.presence .p_l {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
}
.presence .p_l .plwrapper {
  width: 530px;
}
.presence .p_l .plwrapper .linklists {
  margin-top: 20px;
}
.presence .p_l .plwrapper .linklists .linklist {
  text-decoration: none;
  display: block;
  width: 235px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #24282D;
  padding: 15px;
  text-align: center;
  border: 1px solid #E5E7EB;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.presence .p_l .plwrapper .linklists .linklist.active, .presence .p_l .plwrapper .linklists .linklist:hover {
  border: 1px solid #ED1C24;
  color: #ED1C24;
}
.presence .p_r {
  width: 55%;
  background: url(../images/presencebg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
}
.presence .p_r .pr_wrapper {
  width: 500px;
  margin-left: 210px;
}
.presence .p_r .pr_wrapper .prconts {
  padding: 80px 30px 30px;
  min-height: 806px;
}
.presence .p_r .pr_wrapper .prconts .prcont {
  display: none;
}
.presence .p_r .pr_wrapper .prconts .prcont .prdesc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}
.presence .p_r .pr_wrapper .prconts .prcont .prcta {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 30px;
  opacity: 1;
  box-shadow: 6px 10px 18px rgba(237, 28, 36, 0.4);
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.presence .p_r .pr_wrapper .prconts .prcont .prcta:hover {
  background: #24282D;
}
.presence .p_r .pr_wrapper .prconts .prcont .prtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  /* or 160% */
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.presence .p_r .pr_wrapper .prconts .prcont .prlogos {
  display: flex;
  flex-wrap: wrap;
}
.presence .p_r .pr_wrapper .prconts .prcont .prlogos .prlogo {
  width: 205px;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 5px;
}
.presence .p_r .pr_wrapper .prconts .prcont .prlogos .prlogo img {
  max-width: 100%;
}

.connecttoday {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.connecttoday .ct_acc_l {
  position: absolute;
  left: -126px;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 1368px) {
  .connecttoday .ct_acc_l {
    left: -286px;
  }
}
.connecttoday .ct_acc_r {
  position: absolute;
  right: 10px;
  bottom: -360px;
  z-index: -1;
}
.connecttoday .container .section_title {
  margin-bottom: 30px;
}
.connecttoday .container .ct_wrapper {
  width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.connecttoday .container .ct_wrapper .ctbox {
  width: 260px;
  border-radius: 10px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 14px 25px rgba(0, 79, 171, 0.2);
  border-radius: 10px;
  margin: 18px;
  user-select: none;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.connecttoday .container .ct_wrapper .ctbox .icon {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.connecttoday .container .ct_wrapper .ctbox .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height, or 100% */
  text-align: center;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
.connecttoday .container .ct_wrapper .ctbox .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  text-align: center;
  letter-spacing: -0.025em;
  color: #666666;
}
.connecttoday .container .ct_wrapper .ctbox:hover {
  box-shadow: 10px 34px 35px rgba(0, 79, 171, 0.2);
  border: 1px solid #ED1C24;
}
.connecttoday .container .ct_wrapper .ctbox:hover .icon {
  transform: scale(1.1);
}




/* Custom Css Code By Adnan Buksh */


section.pagination {
    display: none;
}


#oilgas {
  display: none;
}

.linklist[rel="oilgas"] {
  display: none !important;
}


.history {
  padding: 40px 0 !important;
}


.clients {
  padding: 6px 0px !important;
}

/* .clients {
  padding: 0px !important;
} */



.section_title.text-center {
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}





.stat {
  box-shadow: 0px 14px 25px rgba(0, 79, 171, 0.2) !important;
  border-radius: 10px !important;

}



.connecttoday {
  padding: 30px 0 !important;
}



/* Custom CSS by Adnan Buksh */
.presence .p_r .pr_wrapper .prconts .prcont .prlogos {
  display: flex !important;
  flex-wrap: wrap !important;
}
/* Custom CSS END */