.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;
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */
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%;
  }
}

.pagination {
  position: fixed;
  width: 33px;
  overflow-x: hidden;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8) ;
  border-radius: 15px;
  padding: 15px 0;
  opacity: 0.5;
  z-index: 101;
}
.pagination .page {
  position: relative;
  padding: 11px 10px;
  cursor: pointer;
}
.pagination .page span {
  display: block;
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transform: scale(0.8);
  -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;
}
.pagination .page .label {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  background: #fff;
  transform: rotateY(60deg);
  transform-origin: 0% 50%;
  background: linear-gradient(90deg, #e4e4e4, #e8e8e8, #ececec, #f0f0f0, #f3f3f3, #f7f7f7, #fbfbfb, #ffffff);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  top: 0;
  left: 33px;
  display: inline-block;
  width: 150px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 10px;
  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;
}
.pagination .page.active span {
  background-color: rgb(237, 28, 36);
  border: 2px solid rgb(255, 255, 255);
  transform: scale(1.4);
}
.pagination .page.active .label {
  opacity: 1;
  background: linear-gradient(90deg, #7a0e13, #8a1016, #9a1218, #aa131b, #ba151d, #cb1720, #dc1a22, #ed1c24);
  color: #fff;
}
.pagination:hover {
  overflow-x: visible;
  opacity: 1;
}
.pagination:hover .page .label {
  opacity: 0.5;
  transform: rotateY(0deg);
}
.pagination:hover .page.active span {
  background-color: rgb(237, 28, 36);
  border: 2px solid rgb(255, 255, 255);
  transform: scale(1.4);
}
.pagination:hover .page.active .label {
  opacity: 1;
  background: linear-gradient(90deg, #7a0e13, #8a1016, #9a1218, #aa131b, #ba151d, #cb1720, #dc1a22, #ed1c24);
  color: #fff;
}
.pagination:hover .page:hover span {
  background-color: rgb(237, 28, 36);
  border: 2px solid rgb(255, 255, 255);
  transform: scale(1.4);
}
.pagination:hover .page:hover .label {
  opacity: 1;
  background: linear-gradient(90deg, #7a0e13, #8a1016, #9a1218, #aa131b, #ba151d, #cb1720, #dc1a22, #ed1c24);
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination {
    display: none;
  }
}

.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;
  transform: translateY(-150px);
}
.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%;
  position: relative;
  margin-top: 100px;
}
.banner .bannercover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background-color: #24282D;
  transform-origin: 100% 50%;
}
.banner .bannertitle {
  font-weight: 800;
  font-size: 66px;
  line-height: 60px;
  /* or 91% */
  letter-spacing: -0.025em;
  text-transform: uppercase;
  position: absolute;
  z-index: 13;
  top: 50%;
  left: calc((100% - 1300px) / 2 + 50px);
  width: 500px;
}
.banner .bannertitle span {
  color: #ED1C24;
}
.banner .videocover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
  background: url(../images/banner_cover.jpg);
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .videocover 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;
}
.banner .videocover:hover img {
  transform: scale(1.2);
}
.banner video {
  object-fit: cover;
  width: 100%;
  z-index: 10;
}
.banner .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview, .cfmcd-features {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
 background-image: url(../images/overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
.overview .ov_acc_l {
  position: absolute;
  left: -60px;
  top: 550px;
  z-index: -1;
}
@media screen and (max-width: 1368px) {
  .overview .ov_acc_l {
    left: -210px;
  }
}
.overview .ov_acc_r {
  position: absolute;
  right: -50px;
  top: -140px;
  z-index: -1;
}
@media screen and (max-width: 1368px) {
  .overview .ov_acc_r {
    right: -330px;
  }
}
.overview .overview_container {
  width: 1024px;
  margin: 0 auto;
}
.overview .overview_container .section_title {
  font-size: 60px;
  line-height: 64px;
  /* or 107% */
  text-align: center;
  letter-spacing: -0.025em;
  margin-bottom: 50px;
}
.overview .overview_container .section_subtitle {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 750px;
}
.overview .overview_container .overview_desc {
  display: flex;
}
.overview .overview_container .overview_desc .od {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  width: 60%;
  padding: 0 35px;
  color:#fff;
}
.overview .overview_container .overview_desc .od1 {
      font-weight: 400;
 font-size: 15px;
        line-height: 25px;
  width: 40%;
  padding: 0 35px;
}
.overview .overview_container .overview_desc .od1 img{
    width:100%;
}
.overview .overview_container .overview_desc .od span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: block;
  /* or 178% */
  color: #ED1C24;
}
.cfmcd-features .overview_video {
  width: 801px;
  margin-top: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.overview .overview_video .section_title {
  color: #fff;
}
.overview .overview_video .bt_play {
  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;
}
.overview .overview_video .bt_play:hover {
  cursor: pointer;
  opacity: 1;
}

.quality {
    position: relative;
    background-color: #F8F8F8;
    padding: 60px 0;
}
.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;
}
.connecttoday .container .ct_wrapper .ctbox .icon img{
    height: 100px;
    width: 100px;
}
.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;
  padding-top: 60px;
}
.worldclass .container .wc_accordion {
  width: 95%;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.worldclass .container .wc_accordion .wc {
  width: 21%;
  height: 760px;
}
.worldclass .container .wc_accordion .wc.wc1 {
  background: url(../images/tb-page-min.png) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc2 {
  background: url(../images/power-supplies-pg-min.png) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc3 {
  background: url(../images/electronics-page-min.png) no-repeat right top;
  background-size: cover;
}
.worldclass .container .wc_accordion .wc.wc4 {
  background: url(../images/cms-solutions-min.png) 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: 16px;
}
.worldclass .container .wc_accordion .wc .wc_content .wc_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 22px;
  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: 9px 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;
}

.connect-techno-wrp {
  padding: 70px 0px;
  background: url(../images/success_bg.jpg) no-repeat center center;
  background-size: cover;
}
.connect-techno-wrp .container .section_title {
  color: #fff;
  text-align: center;
}
.connect-techno-wrp .container .cont-tech-sldr {
  padding: 50px 60px;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 475px;
  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;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .pic-wrp {
  border-radius: 14px;
  overflow: hidden;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .pic-wrp img {
  border-radius: 14px;
  max-width: 100%;
  object-fit: cover;
  -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;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .pic-wrp img:hover {
  transform: scale(1.2);
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .desc-wrp {
  min-height: 167px;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .desc-wrp .ttle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  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;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card .desc-wrp .desc {
  -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;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card:hover {
  background-color: #fff;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card:hover .desc-wrp .ttle {
  color: #333;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-slide .ct-card:hover .desc-wrp .desc {
  color: #333;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-button-next, .connect-techno-wrp .container .cont-tech-sldr .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #ED1C24;
  border-radius: 50%;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-button-next::after, .connect-techno-wrp .container .cont-tech-sldr .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-button-next {
  right: 0px;
}
.connect-techno-wrp .container .cont-tech-sldr .swiper-button-prev {
  left: 0px;
}

#modal {
  width: 1200px;
}
#modal .fancybox-button {
  background-color: #000;
  color: #fff;
}
#modal .ttle {
  font-weight: 800;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.05em;
  color: #000000;
  padding-left: 25px;
}
#modal .pop-grid-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#modal .pop-grid-wrp .pop-card {
  width: 33.33%;
  padding: 25px;
  display: block;
  text-decoration: none;
}
#modal .pop-grid-wrp .pop-card:focus-visible {
  outline: none;
  outline-style: none;
}
#modal .pop-grid-wrp .pop-card p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #24282D;
  margin-top: 20px;
}
#modal .pop-grid-wrp .pop-card .pic-wrp {
  overflow: hidden;
}
#modal .pop-grid-wrp .pop-card .pic-wrp img {
  max-width: 100%;
  object-fit: cover;
  -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;
}
#modal .pop-grid-wrp .pop-card .pic-wrp img:hover {
  transform: scale(1.2);
}

.product-function-wrp {
  padding: 70px 0px;
}
.product-function-wrp .section_title {
  text-align: center;
}
.product-function-wrp .pfw-cvr {
  padding: 0px 60px;
  position: relative;
  margin-top: 50px;
}
.product-function-wrp .pfw-cvr .pfw-sldr {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px;
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper {
  flex-direction: inherit;
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card {
  position: relative;
  margin: 10px 10px;
  overflow: hidden;
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card img:hover {
  transform: scale(1.2);
}
.product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  position: absolute;
  bottom: 20px;
  padding: 5px 0 0 0;
  /* text-align: center; */
  left: 50%;
  /* top: 50%; */
  transform: translate(-50%, 0);
  text-align: center;
  bottom: 0;
  margin: 0 0 10px 0;
}
.product-function-wrp .pfw-cvr .swiper-button-next, .product-function-wrp .pfw-cvr .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #ED1C24;
  border-radius: 50%;
}
.product-function-wrp .pfw-cvr .swiper-button-next::after, .product-function-wrp .pfw-cvr .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
}
.product-function-wrp .pfw-cvr .swiper-button-next {
  right: 0px;
}
.product-function-wrp .pfw-cvr .swiper-button-prev {
  left: 0px;
}

.img-fluid {
  max-width: 100%;
}

.pf-pop {
  width: 1000px;
  padding: 0px;
}
.pf-pop .pop-grid-wrp {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.pf-pop .pop-grid-wrp .pf-pop-lhs {
  width: 40%;
  height: 100%;
  padding: 30px;
}
.pf-pop .pop-grid-wrp .pf-pop-lhs .ttle {
  font-weight: 800;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.05em;
  color: #24282D;
}
.pf-pop .pop-grid-wrp .pf-pop-lhs .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #24282D;
}
.pf-pop .pop-grid-wrp .pf-pop-lhs .bp-card {
  text-decoration: none;
  outline: none;
  outline-style: none;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs {
  width: 60%;
  height: auto;
  background: url(../images/success_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp {
  display: flex;
  flex-wrap: wrap;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card {
  width: 43%;
  margin: 15px;
  text-decoration: none;
  outline: none;
  outline-style: none;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card .pic-wrp {
  overflow: hidden;
  border-radius: 10px;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card .pic-wrp img {
  max-width: 100%;
  object-fit: cover;
  -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;
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card .pic-wrp img:hover {
  transform: scale(1.2);
}
.pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0px 0px;
}
.pf-pop .pop-grid-wrp .cta {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 30px;
  opacity: 1;
  box-shadow: 6px 10px 18px rgba(237, 28, 36, 0.4);
  margin-top: 40px;
  display: inline-block;
  -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;
}
.pf-pop .pop-grid-wrp .cta:hover {
  background: #24282D;
}
.pf-pop .fancybox-button {
  background-color: #fff;
}

.success {
  padding: 70px 0;
  background: url(../images/success_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.success .sc_acc_l {
  position: absolute;
  left: -110px;
  top: -45px;
}
.success .sc_acc_r {
  position: absolute;
  right: -20px;
  bottom: -80px;
}
.success .container {
  text-align: center;
}
.success .container .section_title {
  color: #fff;
  text-align: center;
}
.success .container .section_desc {
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.success .container .ss_container {
  display: flex;
  flex-wrap: wrap;
  width: 1040px;
  justify-content: center;
  margin: 0 auto;
}
.success .container .ss_container .ss {
  color: #fff;
  position: relative;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  width: 320px;
  margin: 13px;
  user-select: none;
  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;
}
.success .container .ss_container .ss .ss_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.025em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  text-align: left;
}
.success .container .ss_container .ss .ss_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  background-color: rgba(36, 40, 45, 0.8);
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 2;
  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;
  text-align: left;
}
.success .container .ss_container .ss .ss_img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.success .container .ss_container .ss:hover {
  filter: drop-shadow(0px 4px 29px rgba(0, 0, 0, 0.6));
}
.success .container .ss_container .ss:hover .ss_desc {
  background-color: rgb(237, 28, 36);
}
.success .container .ss_container .ss:hover .ss_img {
  transform: scale(1.2);
}
.success .container .ss_cta {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
  background: #ED1C24;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 30px;
  opacity: 1;
  box-shadow: 6px 10px 18px rgba(237, 28, 36, 0.4);
  margin-top: 40px;
  display: inline-block;
  -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;
}
.success .container .ss_cta:hover {
  background: #24282D;
}

.clients {
  padding: 0 0 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;
}

.stats {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.stats .stat_acc_r {
  position: absolute;
  right: -30px;
  bottom: -150px;
}
@media screen and (max-width: 1368px) {
  .stats .stat_acc_r {
    right: -170px;
  }
}
.stats .container {
  max-width: 1140px;
}
.stats .container .section_title {
  max-width: 640px;
  margin: 0 auto;
}
.stats .container .statswrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 50px;
}
.stats .container .statswrapper .stat {
  width: 360px;
  position: relative;
  height: 266px;
  padding: 30px;
  border-radius: 10px;
  user-select: none;
  margin: 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;
}
.stats .container .statswrapper .stat .icon {
  transform: scale(1);
  transform-origin: 0% 50%;
  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;
}
.stats .container .statswrapper .stat .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  width: 80%;
  letter-spacing: -0.025em;
  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;
}
.stats .container .statswrapper .stat .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.025em;
  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;
}
.stats .container .statswrapper .stat.active {
  background-color: #ED1C24;
}
.stats .container .statswrapper .stat.active .icon {
  transform: scale(0);
}
.stats .container .statswrapper .stat.active .title {
  margin-top: -72px;
  color: #fff;
}
.stats .container .statswrapper .stat.active .desc {
  color: #fff;
  opacity: 1;
}

.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;
  background-color: #ededed4d;
}
.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: 100%;
  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);
}

.footer {
  height: 500px;
  background: url(../images/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer .ft_l {
  position: absolute;
  left: -527px;
  top: -295px;
}
.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;
  padding-right: 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;
  padding: 10px;
}
.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;
}
#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;
}

.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;
}

/* reaponsive */
@media screen and (max-width: 959px) {
  .overview .overview_container .section_title {
    font-size: 36px;
    line-height: 40px;
  }
  .overview {
    padding: 20px 0;
  }
  .overview .ov_acc_r, .overview .ov_acc_l, .quality .quality_acc_l, .success .sc_acc_r, .success .sc_acc_l, .success .sc_acc_r, .success .sc_acc_l, .stats .stat_acc_r, .connecttoday .ct_acc_r, .connecttoday .ct_acc_l, .footer .ft_l {
    display: none;
  }
  .overview .overview_container {
    width: 100%;
    padding: 0px 10px;
  }
  .overview .overview_container .section_title {
    margin-bottom: 20px;
  }
  .section_subtitle {
    line-height: 29px;
  }
  .overview .overview_container .overview_desc {
    flex-wrap: wrap;
  }
  .overview .overview_container .overview_desc .od,.overview .overview_container .overview_desc .od1 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
  }
  .overview .overview_container .section_subtitle {
    margin-bottom: 20px;
  }
  .overview .overview_video {
    width: 100%;
  }
  .overview .overview_video {
    margin-top: 20px;
    height: 440px;
    padding: 20px;
  }
  .quality .container {
    flex-wrap: wrap;
  }
  .quality .q_l {
    width: 100%;
    position: relative;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .quality .q_r {
    width: 100%;
    justify-items: start;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .quality .q_r .blurbs {
    margin-left: 0;
  }
  .quality .q_r .blurbs .blurb {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
  }
  .quality .q_r .blurbs .blurb .label .label_title {
    font-size: 20px;
    line-height: 24px;
  }
  .success {
    padding: 24px 15px;
  }
  .worldclass .container .wc_accordion {
    flex-wrap: wrap;
  }
  .worldclass .container .wc_accordion .wc {
    width: 100% !important;
    height: auto;
    position: relative;
    background-position: center;
  /*  background-image: none !important;
    /* &::before { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } */
  }
  .worldclass .container .wc_accordion .wc.wc1 {
    background-color: #8ca27c;
    background-image: url("../images/product-1.jpg")  !important;
  }
  .worldclass .container .wc_accordion .wc.wc2 {
    background-color: #a48885;
      background-image: url("../images/product-2.jpg")  !important;
  }
  .worldclass .container .wc_accordion .wc.wc3 {
    background-color: #5e4b69;
      background-image: url("../images/product-3.jpg")  !important;
  }
  .worldclass .container .wc_accordion .wc.wc4 {
    background-color: #A8973B;
      background-image: url("../images/product-4.jpg")  !important;
  }
  .worldclass .container .wc_accordion .wc .wc_content {
    padding: 20px;
    position: relative;
    padding: 0px 12px;
    margin-bottom: 20px;
  }
  .worldclass .container .wc_accordion .wc .wc_content .wc_cta {
    opacity: 1 !important;
  }
  .worldclass .container .wc_accordion .wc .wc_content .wc_title {
    margin-bottom: 6px;
  }
  .worldclass .container .wc_accordion .wc .wc_content .wc_desc {
    opacity: 1 !important;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .worldclass .container .wc_accordion {
    margin-bottom: 20px;
  }
  .success .container .section_desc {
    margin-bottom: 20px;
  }
  .success .container .ss_container, .clients .container .section_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .clients {
    padding: 40px 10px;
  }
  .clients .swiper-wrapper {
    padding-bottom: 50px;
  }
  .presence .p_l, .presence .p_r {
    width: 100%;
    display: block;
    padding-top: 0px;
    padding: 10px 0;
  }
  .presence .globe_wrapper {
    position: relative;
    height: 288px;
    width: 85%;
    left: 0;
    margin: auto;
  }
  /* .presence .globe_wrapper {} */
  .presence {
    display: block;
    position: relative;
    text-align: center;
    padding: 20px;
  }
  .presence .p_r .pr_wrapper {
    margin-left: 0;
    width: 100%;
  }
  .connecttoday .container .ct_wrapper {
    width: 100%;
  }
  .connecttoday {
    padding: 30px 0;
  }
  .footer .container .f1, .footer .container .f2 {
    display: block;
    text-align: center;
    padding: 20px 10px;
    height: auto;
  }
  .presence .p_l .plwrapper {
    width: 100%;
  }
  .footer {
    height: 350px;
  }
  .footer a {
    text-decoration: underline !important;
  }
  .footer .container .f1 .f1_l {
    width: 100%;
    display: none;
  }
  .footer .container .f1 .f1_r .f1r2 {
    display: block;
    margin-top: 0;
  }
  .presence .p_l .plwrapper .linklists .linklist {
    width: 48%;
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .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);
  }
  .clients .container .logolist .ll .ll_title div {
    font-size: 22px;
  }
  .stats {
    padding: 20px;
  }
  .stats .container .statswrapper .stat {
    border: solid 1px #e4e4e4;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
  }
  .presence .globe_wrapper {
    display: none;
  }
  .globe_wrapper {
    transform: translate(0px) !important;
  }
  .presence .p_l .plwrapper .linklists {
    display: flex;
    flex-wrap: wrap;
  }
  .presence .p_r .pr_wrapper .prconts {
    padding: 20px;
    min-height: 520px;
  }
  .presence .p_r .pr_wrapper .prconts .prcont .prlogos .prlogo {
    width: 45%;
  }
  .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;
  }
  .worldclass .container .section_title {
    padding: 0 20px;
  }
  .stats .container .statswrapper .stat {
    padding: 19px;
    width: 100%;
  }
  .stats .container .statswrapper .stat .desc {
    font-size: 14px;
  }
  .stats .container .statswrapper .stat .title {
    font-size: 20px;
  }
  .footer .container .f1 .f1_r .f1r2 a {
    margin-left: 10px;
  }
  .footer .container .f1 .f1_r .ctas {
    display: none;
  }
  .wc_content .wc_cta:hover {
    background-color: #ED1C24 !important;
  }
  .mobilewcpic {
    display: block;
  }
  .mobile-bookappoiment {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .success .container .ss_container .ss:hover .ss_desc {
    background-color: rgba(36, 40, 45, 0.8);
  }
  .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;
  }
  .clients .mobile-ProductsSolutions {
    display: block;
  }
  .clients .mobile-ProductsSolutions .linklist {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0px;
    padding: 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .clients .mobile-ProductsSolutions ul li {
    margin-bottom: 0px;
  }
  .clients .container .logolist .ll {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .clients .container .logolist .ll .ll_title {
    height: auto;
    margin-bottom: 20px;
  }
  .clients .container .logolist .ll .ll_logo {
    width: 50%;
    padding: 30px;
  }
  .clients .container .logolist .ll .ll_logo img {
    width: 90%;
    filter: grayscale(0%);
    opacity: 1;
  }
  .f1_l {
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
  }
  .fancybox-content {
    padding: 15px;
  }
  #divForm .field-group {
    padding-bottom: 8px;
  }
}
.nav-down {
  transition: top 0.3s ease 0s;
  top: 0px !important;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-function-wrp .container {
    width: 1200px;
  }
  .connect-techno-wrp .container {
    width: 1200px;
  }
  .product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card p {
    font-size: 17px;
  }
  .pf-pop .pop-grid-wrp .pf-pop-lhs .ttle {
    font-size: 40px;
    line-height: 53px;
  }
}
/* Medium */
/* Small */
/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {
  .connect-techno-wrp .container .cont-tech-sldr {
    padding: 50px 20px;
  }
  #modal .pop-grid-wrp {
    display: block;
  }
  #modal .pop-grid-wrp .pop-card {
    width: 100%;
  }
  .product-function-wrp .pfw-cvr .pfw-sldr .swiper-wrapper .swiper-slide .pfw-card p {
    font-size: 18px;
    line-height: 24px;
  }
  .pf-pop .pop-grid-wrp {
    display: block;
  }
  .pf-pop .pop-grid-wrp .pf-pop-lhs {
    width: 100%;
    padding: 0px;
  }
  .pf-pop .pop-grid-wrp .pf-pop-rhs {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
  .pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card {
    width: 43%;
    margin: 10px;
  }
  .pf-pop .pop-grid-wrp .pf-pop-rhs .pf-pop-grid-wrp .ppgw-card p {
    font-size: 13px;
    line-height: 20px;
  }
  .pf-pop .pop-grid-wrp .pf-pop-lhs .ttle {
    font-size: 30px;
    line-height: 43px;
  }
}

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