html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b {
  font-weight: bolder;
}
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
kbd {
  font-family: monospace, monospace;
  font-size: 1em;
}
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
img {
  border-style: none;
  display: block;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  -webkit-appearance: button;
  overflow: visible;
  text-transform: none;
}
button -moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
select {
  text-transform: none;
}
[type="button"] {
  -webkit-appearance: button;
}
[type="button"] -moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"] {
  -webkit-appearance: button;
}
[type="reset"] -moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="submit"] {
  -webkit-appearance: button;
}
[type="submit"] -moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"] -webkit-inner-spin-button {
  height: auto;
}
[type="number"] -webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"] -webkit-search-decoration {
  -webkit-appearance: none;
}
-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*Google Fonts*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
/*Google Fonts*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --thm-primary-color: 18,38,95;
  --thm-secondary-color: 255, 164, 57;
  --thm-color-one: 255, 255, 255;
  --thm-color-two: 0,0,0;
  --thm-color-three: 247,249,252;
  --thm-color-four: 86, 94, 103;
  --thm-color-five: 59, 67, 87;
  --thm-title-font: 'Roboto Condensed', sans-serif;
  --thm-other-font: 'Roboto', sans-serif;
}
* {
  font-family: var(--thm-other-font);
}
*,
::after,
::before {
  box-sizing: border-box;
}
h1,
.h1 {
  font-family: 'Roboto Condensed', sans-serif !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2 {
  font-family: var(--thm-title-font);
}
body {
  position: relative;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.index-link {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0px;
  z-index: 999;
}
/*  Theme Container */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
}
.heading-nullier {
  margin-top: 100px;
}
.padding-tb-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-link {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0px;
}
.index-link svg {
  color: black;
  width: 20px;
}
.cemx-primary-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #12265f;
  color: rgba(var(--thm-color-one), 1);
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  min-width: 129px;
  margin-right: 3px;
  margin-bottom: 5px ;
  font-family: var(--thm-title-font);
}
.badge {
  border-radius: 0.25rem;
}
.rounded-pill {
  border-radius: 50rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-decoration-none {
  text-decoration: none;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-self-center {
  align-self: center;
}
.align-self-stretch {
  align-self: stretch;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-23 {
  width: 23%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-48 {
  width: 48%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-max-content {
  width: max-content;
}
.f-s-1 {
  font-size: 0.5rem;
}
.f-s-2 {
  font-size: 0.625rem;
}
.f-s-3 {
  font-size: 0.75rem;
}
.f-s-4 {
  font-size: 0.875rem;
}
.f-s-5 {
  font-size: 1rem;
}
.f-s-6 {
  font-size: 1.125rem;
}
.f-s-7 {
  font-size: 1.25rem;
}
.f-s-8 {
  font-size: 1.375rem;
}
.f-s-9 {
  font-size: 1.5rem;
}
.f-s-10 {
  font-size: 1.625rem;
}
.f-s-11 {
  font-size: 1.75rem;
}
.f-s-12 {
  font-size: 1.875rem;
}
.f-s-13 {
  font-size: 2rem;
}
.f-s-14 {
  font-size: 2.25rem;
}
.f-s-15 {
  font-size: 3rem;
}
.f-s-16 {
  font-size: 4.25rem;
}
.f-w-light {
  font-weight: 300;
}
.f-w-regular {
  font-weight: 400;
}
.f-w-medium {
  font-weight: 500;
}
.f-w-bold {
  font-weight: 700;
}
.f-w-medium-bold {
  font-weight: 800;
}
.f-italic {
  font-style: italic;
}
.f-w-extra-bold {
  font-weight: 900;
}
.f-f-title {
  font-family: 'Pragati Narrow', sans-serif !important;
}
.f-f-1 {
  font-family: "Roboto", sans-serif;
}
.cemx-header {
  position: fixed;
  top: 0;
  background-color: rgba(var(--thm-color-one), 1);
  z-index: 2;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
}
.cemx-header .cemx-header-list-box {
  margin: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  min-height: 60px;
}
.cemx-header .cemx-header-list-box .cemx-logo-image {
  position: relative;
  padding-top: 20px;
  min-width: 200px;
  height: 60.8px;
}
.cemx-header .cemx-header-list-box .cemx-logo-image img {
  position: absolute;
  z-index: 2;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu {
  width: calc(100% - 200px);
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu {
  height: 60px;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box li {
  font-size: 12px;
  padding-top: 27px;
  padding-bottom: 20px;
  margin-right: 14px;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box li .cemx-link {
  color: rgba(var(--thm-primary-color), 1);
  transition: all ease-in 0.4s;
  text-decoration: none;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box li:hover {
  border-bottom: 5px solid rgba(var(--thm-secondary-color), 1);
  padding-bottom: 15px;
  transition: all ease-in 0.4s;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box li:hover .cemx-link {
  color: rgba(var(--thm-secondary-color), 1);
  transition: all ease-in 0.4s;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .special-menu {
  background-color: rgba(var(--thm-primary-color), 1);
  padding: 0 10px 0 27px;
  height: 60.8px;
  z-index: 1;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .special-menu .cemx-text-box {
  margin-left: 5px;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .special-menu .cemx-text-box .cemx-text-one {
  margin: 0;
  color: rgba(var(--thm-secondary-color), 1);
  font-size: 7px;
  display: block;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .special-menu .cemx-text-box .cemx-text-two {
  margin: 0;
  color: rgba(var(--thm-color-one), 1);
  font-size: 10px;
  display: block;
}
.cemx-header .cemx-header-list-box .cemxc-main-menu .special-menu:last-child {
  margin-left: -2px;
}
.cemx-m-left-auto {
  margin-left: auto;
}
.cemx-blue-decrator {
  position: absolute;
  top: 0;
  width: 50%;
  right: -50%;
  bottom: 0;
  background-color: rgba(var(--thm-primary-color), 1);
}
.cemx-hamberger {
  display: none;
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 20px;
}
.cemx-hamberger span {
  width: 25px;
  height: 2px;
  background-color: black;
  margin: 5px 0;
  display: block;
  transition: all ease-in 0.4s;
}
.cemx-hamberger-onclick {
  top: 26px;
}
.cemx-hamberger-onclick span {
  margin: 0;
  transition: all ease-in 0.4s;
}
.cemx-hamberger-onclick span:nth-child(2) {
  display: none;
}
.cemx-hamberger-onclick span:first-child {
  transform: rotate(45deg);
}
.cemx-hamberger-onclick span:last-child {
  transform: rotate(-45deg);
}
.cenx-hero-section {
  background-image: url(../images/background/hero-image.png);
  background-size: cover;
}
.cenx-hero-section .container {
  height: 505px;
}
.cenx-hero-section .cemx-content .cemx-title {
  font-size: 40px;
  margin: 20px 0;
  line-height: 1;
  color: rgba(var(--thm-color-one), 1);
}
.cemx-bg-color-orange {
  background-color: rgba(var(--thm-secondary-color), 1);
}
.cenx-feel-the-difference {
  position: relative;
  background: rgba(var(--thm-primary-color), 1);
  height: 140px;
}
.cenx-feel-the-difference .cemx-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -115px;
}
.cenx-feel-the-difference .cemx-inner .cemx-text-box .cemx-text-box-inner {
  margin-right: 12px;
  padding: 20px;
  background-color: rgba(var(--thm-color-one), 1);
}
.cenx-feel-the-difference .cemx-inner .cemx-text-box .cemx-text-box-inner .cemx-titile {
  margin: 0;
  font-size: 17px;
  color: rgba(var(--thm-secondary-color), 1);
}
.cenx-feel-the-difference .cemx-inner .cemx-text-box .cemx-text-box-inner .cemx-sub-title {
  color: rgba(var(--thm-primary-color), 1);
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.4;
}
.cenx-feel-the-difference .cemx-inner .cemx-text-box .cemx-text-box-inner .cemx-text {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
.cenx-feel-the-difference .cemx-inner .cemx-image-box {
  padding: 20px 0;
}
.cenx-feel-the-difference .cemx-inner .cemx-image-box .cemx-image:last-child {
  margin-left: 30px;
}
.cemx-key-point-box {
  background: rgba(var(--thm-primary-color), 1);
  background-image: url("../images/background/bg-2.png");
}
.cemx-key-point-box .cemx-key {
  padding: 0px 35px;
}
.cemx-key-point-box .cemx-key .cemx-key-point-card {
  padding: 16px 0;
}
.cemx-key-point-box .cemx-key .cemx-key-point-card .cemx-key-text {
  font-size: 12px;
  margin: 0 11px;
  color: rgba(var(--thm-color-one), 1);
}
.cemx-range-products {
  background-image: url(../images/background/white-man-welding.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  background-color: rgba(var(--thm-color-three), 1);
}
.cemx-range-products .cemx-range-products-inner .cemx-title {
  color: rgba(var(--thm-primary-color), 1);
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 13px 0;
}
.cemx-range-products .cemx-range-products-inner .cemx-para {
  font-size: 12px;
}
.cemx-range-products .cemx-range-products-inner .cemx-enquire .cemx-enquire-inner {
  margin: 43px 106px 25px 31px;
}
.cemx-range-products .cemx-range-products-inner .cemx-enquire .cemx-enquire-inner .cemx-image-box img {
  object-fit: contain;
  width: 75px;
  height: 79px;
}
.cemx-range-products .cemx-range-products-inner .cemx-enquire .cemx-enquiry-button {
  margin: 0 106px 0 31px;
  text-align: center;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box {
  position: relative;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-product-card {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
  background-color: rgba(var(--thm-color-one), 1);
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-product-card .cemx-card-title {
  margin: 12px 14px;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-product-card .cemx-card-title .cemx-title {
  font-size: 11px;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-product-card .cemx-card-main-image img {
  width: 75%;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-slider-slide-bar {
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 10px;
  width: 36px;
  height: 36px;
}
.cemx-range-products .cemx-range-products-inner .cemx-product-box .slider-left {
  right: -19px;
  left: unset;
}
.cemx-application {
  position: relative;
}
.cemx-application .cemx-application-content-box {
  padding-right: 15px;
}
.cemx-application .cemx-application-content-box .cemx-title {
  font-size: 19px;
  color: rgba(var(--thm-primary-color), 1);
  margin: 13px 0 16px;
}
.cemx-application .cemx-application-content-box .cemx-para {
  font-size: 13px;
  margin: 0;
  color: rgba(var(--thm-color-four), 1);
}
.cemx-application .cemx-application-content-box .cemx-list-title {
  margin: 11px 0;
  font-size: 14px;
  color: rgba(var(--thm-color-four), 1);
}
.cemx-application .cemx-application-content-box .cemx-list-box {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cemx-application .cemx-application-content-box .cemx-list-box .cemx-list {
  padding: 4px 10px 4px 0;
}
.cemx-application .cemx-application-content-box .cemx-list-box .cemx-list .cemx-list-subtitle {
  color: rgba(var(--thm-color-four), 1);
  margin: 0;
  font-size: 13px;
  padding-left: 10px;
}
.cemx-application .cemx-application-image {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
}
.cemx-application .cemx-application-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cemx-trainning {
  background-color: rgba(var(--thm-color-three), 1);
}
.cemx-trainning .cemx-trainning-inner .cemx-title {
  font-size: 20px;
  text-align: center;
  color: rgba(var(--thm-primary-color), 1);
  margin: 14px 0 22px;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card {
  background-color: rgba(var(--thm-primary-color), 1);
  width: 264px;
  margin: 10px 5px;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card .cemx-trainning-image img {
  width: 100%;
  object-fit: cover;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card .cemx-trainning-content {
  padding: 0 17px 17px;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card .cemx-trainning-content .cemx-sub-title {
  margin: 14px 0;
  color: rgba(var(--thm-secondary-color), 1);
  font-size: 15px;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card .cemx-trainning-content .cemx-content {
  color: rgba(var(--thm-color-one), 1);
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.cemx-trainning .cemx-trainning-inner .cemx-trainning-card .cemx-trainning-content .cemx-link {
  color: rgba(var(--thm-secondary-color), 1);
}
.cemx-trainning .cemx-trainning-inner .cemx-enquiry-button {
  margin-top: 16px;
}
.cemx-counter {
  background-image: linear-gradient(rgba(var(--thm-color-two), 0.2), rgba(var(--thm-color-two), 0.2)), url('../images/background/bg-3.png');
}
.cemx-counter .cemx-counter-inner {
  padding: 75px 0;
}
.cemx-counter .cemx-counter-inner .cemx-counter-box {
  color: rgba(var(--thm-color-one), 1);
  font-size: 55px;
  font-weight: 700;
  padding: 10px 20px;
  width: 181px;
}
.cemx-counter .cemx-counter-inner .cemx-counter-box .cemx-text {
  margin: 0;
  font-size: 14px;
}
.cemx-contact-details {
  background: rgba(var(--thm-primary-color), 1);
}
.cemx-contact-details .cemx-contact-detail-bg {
  background: url("../images/background/white-welding.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 35%;
}
.cemx-contact-details .cemx-contact-detail-bg .padding-tb-default {
  padding-bottom: 0;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner {
  background: rgba(var(--thm-color-one), 1);
  margin: 0 80px 0 80px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider {
  margin: 21px 44px 0px 52px;
  padding: 9px 13px;
  box-shadow: 0px 20px 30px #00000029;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-box {
  margin-bottom: 4px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-box .cemx-ratting-image {
  margin-right: 4px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-box .cemx-ratting-image img {
  width: 13px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-text {
  margin: 0;
  font-size: 10px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-author {
  margin: 24px 0 9px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-author .cemx-name {
  margin: 0;
  font-size: 11px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-review .cemx-slider .cemx-ratting-author .cemx-title {
  margin: 0;
  font-size: 9px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form {
  padding-right: 16px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cemx-title {
  margin: 5px 0;
  font-size: 18px;
  color: rgba(var(--thm-primary-color), 1);
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cemx-text {
  margin: 0;
  font-size: 10px;
  color: rgba(var(--thm-color-four), 1);
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cemx-form-title {
  margin: 14px 0 5px;
  font-size: 10px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-radio-box .cemx-radio-box-inner {
  font-size: 12px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-radio-box .cemx-radio-box-inner .cemx-radio-button {
  height: 16px;
  width: 16px;
  margin: 0;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-radio-box .cemx-radio-box-inner label {
  padding: 0 15px 0 6px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form select,
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form input {
  margin: 10px 0 0;
  padding: 16px 5px 5px;
  font-size: 12px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-input-box {
  position: relative;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-input-box label {
  position: absolute;
  font-size: 9px;
  top: 17px;
  padding: 0 10px;
  z-index: 1;
  color: rgba(var(--thm-color-five), 1);
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-input-box input {
  position: absolute;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-input-box input:valid {
  position: relative;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-input-box input:valid ~ label {
  z-index: 1;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cenx-text-box {
  margin: 10px 0;
  font-size: 9px;
  padding: 3px 10px;
  height: 62px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form .cenx-form .cemx-primary-button {
  margin-bottom: 25px;
}
.cemx-contact-details .cemx-contact-detail-bg .cemx-copy-rights .cemx-text {
  color: rgba(var(--thm-color-one), 1);
  padding: 20px 0;
  margin: 0;
  font-size: 10px;
}
.cemx-slider-slide-bar {
  background: rgba(var(--thm-color-one), 1);
  box-shadow: 0px 20px 30px #00000029;
  padding: 7px 5px;
  border-radius: 50%;
  margin: 16px 5px;
  width: 30px;
  height: 30px;
}
/* Global Media query Very Small Screen */
/* Global Media query Small Screen */
@media (max-width: 1440px) {
  .w-xlg-100 {
    width: 100%;
  }
  .w-xlg-80 {
    width: 80%;
  }
  .f-s-xlg-20 {
    font-size: 4.375rem;
  }
  .f-s-xlg-15 {
    font-size: 3.75rem;
  }
  .f-s-xlg-16 {
    font-size: 4.25rem;
  }
}
@media (max-width: 1200px) {
  .text-lg-center {
    text-align: center;
  }
  .d-lg-flex {
    display: flex;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .f-s-lg-15 {
    font-size: 3rem;
  }
  .f-s-lg-16 {
    font-size: 4.25rem;
  }
  .f-s-lg-6 {
    font-size: 1.125rem;
  }
  .f-s-lg-8 {
    font-size: 1.375rem;
  }
  .f-s-lg-22 {
    font-size: 3.75rem;
  }
  .f-s-lg-14 {
    font-size: 2.563rem;
  }
  .container-header {
    max-width: 992px;
  }
}
@media (max-width: 1024px) {
  .flex-mdlg-wrap {
    flex-wrap: wrap;
  }
  .flex-mdlg-column {
    flex-direction: column;
  }
  .w-mdlg-100 {
    width: 100%;
  }
  .w-mdlg-40 {
    width: 40%;
  }
  .w-mdlg-50 {
    width: 50%;
  }
  .w-mdlg-30 {
    width: 30%;
  }
  .w-mdlg-25 {
    width: 25%;
  }
  .f-s-mdlg-5 {
    font-size: 1.25rem;
  }
  .f-s-mdlg-6 {
    font-size: 2.375rem;
  }
  .f-s-mdlg-25 {
    font-size: 3.25rem;
  }
  .f-s-mdlg-15 {
    font-size: 3rem;
  }
  .f-s-mdlg-16 {
    font-size: 2.5rem;
  }
  .flex-mdlg-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-mdlg-center {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .d-md-flex {
    display: flex;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .text-md-center {
    text-align: center;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-48 {
    width: 48%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-80 {
    width: 70%;
  }
  .w-md-100 {
    width: 100%;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .f-s-md-6 {
    font-size: 1.125rem;
  }
  .f-s-md-7 {
    font-size: 1.25rem;
  }
  .f-s-md-9 {
    font-size: 1.5rem;
  }
  .f-s-md-13 {
    font-size: 2rem;
  }
  .f-s-md-14 {
    font-size: 2.2rem;
  }
  .f-s-md-15 {
    font-size: 3rem;
  }
  .f-s-md-22 {
    font-size: 3.75rem;
  }
  .f-s-md-21 {
    font-size: 2.5rem;
  }
  .container-header {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .d-sm-flex {
    display: flex;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-no-wrap {
    flex-wrap: nowrap;
  }
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-48 {
    width: 48%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .f-s-sm-1 {
    font-size: 0.5rem;
  }
  .f-s-sm-2 {
    font-size: 0.625rem;
  }
  .f-s-sm-3 {
    font-size: 0.75rem;
  }
  .f-s-sm-4 {
    font-size: 0.875rem;
  }
  .f-s-sm-5 {
    font-size: 1rem;
  }
  .f-s-sm-6 {
    font-size: 1.125rem;
  }
  .f-s-sm-7 {
    font-size: 1.25rem;
  }
  .f-s-sm-8 {
    font-size: 1.375rem;
  }
  .f-s-sm-9 {
    font-size: 1.5rem;
  }
  .f-s-sm-10 {
    font-size: 1.625rem;
  }
  .f-s-sm-11 {
    font-size: 1.75rem;
  }
  .f-s-sm-12 {
    font-size: 1.875rem;
  }
  .f-s-sm-13 {
    font-size: 2rem;
  }
  .f-s-sm-14 {
    font-size: 2.2rem;
  }
  .f-s-sm-15 {
    font-size: 3rem;
  }
  .f-s-sm-16 {
    font-size: 4.25rem;
  }
  .f-s-sm-21 {
    font-size: 2.5rem;
  }
  .f-w-sm-regular {
    font-weight: 400;
  }
  .f-w-sm-medium {
    font-weight: 500;
  }
  .f-w-sm-bold {
    font-weight: 700;
  }
  .f-w-sm-extra-bold {
    font-weight: 900;
  }
  .container-header {
    max-width: 768px;
    margin: 0 12px;
  }
  .index-link {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
  }
}
/* Media query Medium Screen */
@media (max-width: 576px) {
  .justify-content-xsm-center {
    justify-content: center;
  }
  .flex-xsm-row {
    flex-direction: row;
  }
  .flex-xsm-wrap {
    flex-wrap: wrap;
  }
  .flex-xsm-column {
    flex-direction: column;
  }
  .w-xsm-100 {
    width: 100%;
  }
  .w-xsm-50 {
    width: 50%;
  }
  .f-s-xsm-5 {
    font-size: 1rem;
  }
  .f-s-xsm-6 {
    font-size: 1.125rem;
  }
  .f-s-xsm-7 {
    font-size: 1.25rem;
  }
  .f-s-xsm-9 {
    font-size: 1.5rem;
  }
  .f-s-xsm-10 {
    font-size: 1.625rem;
  }
  .f-s-xsm-11 {
    font-size: 1.75rem;
  }
  .f-s-xsm-12 {
    font-size: 1.875rem;
  }
  .f-s-xsm-13 {
    font-size: 2rem;
  }
  .f-s-xsm-14 {
    font-size: 2.2rem;
  }
  .f-s-xsm-21 {
    font-size: 2.5rem;
  }
  .w-xsm-50 {
    width: 50%;
  }
}
/* Media query Large Screen */
@media (max-width: 425px) {
  .flex-xxsm-wrap {
    flex-wrap: wrap;
  }
  .flex-xxsm-column {
    flex-direction: column;
  }
  .justify-content-xxsm-between {
    justify-content: space-between;
  }
  .justify-content-xxsm-center {
    justify-content: center;
  }
  .align-items-xxsm-start {
    align-items: flex-start;
  }
  .w-xxsm-35 {
    width: 35%;
  }
  .w-xxsm-50 {
    width: 50%;
  }
  .w-xxsm-100 {
    width: 100%;
  }
  .f-s-xxsm-14 {
    font-size: 2.563rem;
  }
  .f-s-xxsm-13 {
    font-size: 2rem;
  }
  .f-s-xxsm-9 {
    font-size: 1.5rem;
  }
  .f-s-xxsm-5 {
    font-size: 1rem;
  }
  .f-xxsm-3 {
    font-size: 0.75rem;
  }
  .f-s-xxsm-13 {
    font-size: 2rem;
  }
  .w-xxsm-100 {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .w-xxxsm-100 {
    width: 100%;
  }
  .justify-content-xxxsm-center {
    justify-content: center;
  }
  .f-s-xxxsm-13 {
    font-size: 2rem;
  }
}
/* End of Bonus Media queries Layout Style Five */
/* Media query Large Screen */
@media (max-width: 1400px) {
  .padding-tb-xlg-default,
  .padding-tb-default {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 993px) {
  .padding-tb-md-default,
  .padding-tb-default {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* Media query Medium Screen */
@media (max-width: 768px) {
  .padding-tb-sm-default,
  .padding-tb-md-default,
  .padding-tb-default {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* Media query Small Screen */
@media (max-width: 576px) {
  .padding-tb-xsm-default,
  .padding-tb-sm-default,
  .padding-tb-md-default,
  .padding-tb-default {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
  .container-sm-remover {
    max-width: unset;
    padding: 0;
  }
}
/* Media query Medium Screen */
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
  .container-md-remover,
  .container-sm-remover {
    max-width: unset;
    padding: 0;
  }
}
/* Media query Large Screen */
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 940px;
  }
}
/* Media query 2k Screen */
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    /*max-width: 940px;*/
    max-width: 1100px;
  }
  .container-xl-remover {
    max-width: unset;
    padding: 0;
  }
}
/* Media query 4k Screen */
@media (max-width: 992px) {
  .cemx-header .cemx-header-list-box {
    position: static;
  }
  .cemx-header .cemx-header-list-box .cemxc-main-menu {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 0;
    right: 0;
    width: max-content;
    height: 100vh;
    background-color: rgba(var(--thm-color-one), 1);
  }
  .cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu {
    height: unset;
  }
  .cemx-header .cemx-header-list-box .cemxc-main-menu .cemx-menu .cemx-menu-box li {
    padding-left: 20px;
  }
  .cemx-header .cemx-header-list-box .cemxc-main-menu .contact-box {
    margin-top: auto;
  }
  .cemx-d-md-none {
    display: none;
  }
  .cemx-hamberger {
    display: block;
  }
}
@media (max-width: 576px) {
  .cemx-header .cemx-header-list-box .cemxc-main-menu {
    padding-top: 80px;
    width: 100%;
    height: unset;
  }
}
@media (max-width: 1440px) {
  .cenx-hero-section .cemx-content .cemx-title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .cenx-hero-section {
    background-position-y: center;
    background-position-x: 50%;
  }
  .cenx-feel-the-difference {
    height: 170px;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-enquire .cemx-enquire-inner {
    margin: 0 25px 0 0;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-enquire .cemx-enquiry-button {
    margin: 10px 0;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-product-box {
    margin: 20px 0;
  }
  .cemx-trainning .cemx-trainning-inner .cemx-trainning-card {
    width: 245px;
  }
  .cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner {
    margin: 0;
  }
  .cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .cenx-feel-the-difference {
    height: unset;
  }
  .cenx-feel-the-difference .cemx-inner {
    position: static;
  }
  .cenx-feel-the-difference .cemx-inner .cemx-text-box {
    order: 1;
  }
  .cenx-feel-the-difference .cemx-inner .cemx-text-box .cemx-text-box-inner {
    margin-right: 0;
  }
  .cemx-contact-details .cemx-contact-detail-bg .cemx-contact-details-inner .cemx-content-form {
    padding: 0 12px;
  }
  .cemx-application .cemx-application-content-box {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .cemx-application .cemx-application-image {
    order: -1;
    position: static;
  }
  .cemx-key-point-box .cemx-key {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cemx-trainning .cemx-trainning-inner .cemx-trainning-card {
    width: 100%;
  }
  .cemx-contact-details .cemx-contact-details-inner .cemx-review .cemx-slider {
    margin: 21px 25px 0px 25px;
  }
  .cemx-counter {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 425px) {
  .cenx-feel-the-difference .cemx-inner .cemx-image-box .cemx-image {
    margin: 10px 0;
  }
  .cenx-feel-the-difference .cemx-inner .cemx-image-box .cemx-image:last-child {
    margin-left: 0;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-product-card {
    margin: 0 20px;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-product-box .cemx-slider-slide-bar {
    left: -8px;
  }
  .cemx-range-products .cemx-range-products-inner .cemx-product-box .slider-left {
    left: unset;
    right: -8px;
  }
  .cemx-d-xxsm-none {
    display: none;
  }
}
