@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,500;0,700;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

/*------- Fonts -----------*/
body,
html {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #fff 0% 0% no-repeat padding-box;
  color: #606060;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}

.wapp{
            width:10%;
            padding:5px;
        }

/*------- //Fonts -----------*/

/*------- Common -----------*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #504f4f;
}

::selection {
  color: #fff;
  background: #504f4f;
}

img {
  width: 100%;
}

body {
  max-width: 100%;
}

ul.inline {
  padding: 0;
  margin: 0;
}

ul.inline li {
  list-style: none;
  display: inline-block;
}

.collapse.navbar-collapse.js-navbar-collapse {
  padding: 0;
}

a {
  color: inherit;
}

.collapse.navbar-collapse.js-navbar-collapse {
  background: none;
  display: flex !important;
}

.white {
  color: white;
}

.form-control:focus {
  border-color: #3d5b81;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(61 91 129 / 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(61 91 129 / 0.6);
}

.form-control {
  color: #3d5b81;
}

.bg-red {
  background: #C92227;
  color: white;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.border-round {
  border-radius: 20px;
  padding: 5px 25px;
}

.btn {
  display: inline-block;
  padding: 12px 35px;
  line-height: 1;
}

.btn.small {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
}

blockquote {
  padding: 85px 65px 40px;
  font-style: italic;
  font-size: 20px;
  border: none;
  margin: 0;
  text-align: center;
  position: relative;
}

blockquote::before,
q::before {
  position: absolute;
  content: "\f10d";
  left: 0;
  right: 0px;
  font-size: 50px;
  color: rgb(153, 153, 153);
  text-align: center;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
}

h3#firstHeading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

div#bodyContent {
  font-size: 16px;
  line-height: 1.6;
}

#map div#content {
  padding: 10px 15px 0px 15px;
}

.text-black {
  color: black;
}

section {
  padding: 60px 0;
}

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

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.full-width {
  width: 100%;
}

.globe{
    width:35px;
    border: none !important;
}

/*----------- Checkmark Custom CSS -------------*/
label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

label:hover input~.checkmark {
  background-color: #ccc;
}

label input:checked~.checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label input:checked~.checkmark:after {
  display: block;
}

label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------// Checkmark Custom CSS -----------*/
.btn {
  background: black;
  color: white;
  font-size: 18px;
}

.btn-white {
  background: #fff;
  color: #06064c;
}

.btn-red {
  background: #C92227;
  color: #fff;
}

.btn-rounded {
  border-radius: 50px;
}

h2.section-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
}

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

.text-red {
  color: #e23333 !important;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

/*-------// Common -----------*/

/*----------- header ------*/
div#navbarNavDarkDropdown {
  flex-direction: column;
}

ul.inline.submenu {
  margin-left: auto;
  margin-right: auto;
}

ul.navbar-nav.ms-auto {
  background: #000;
  width: 100%;
  justify-content: flex-end;
  z-index: 1;
}

nav.navbar.navbar-expand-lg.navbar-hover {
  padding: 0;
  width: 100%;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 30px;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

header .navbar-expand-lg .navbar-nav.submenu .nav-link {
  color: #fff;
}
header {
  position: fixed;
      top: 0;
      width: 100%;
      z-index: 99;
      background: rgb(0 0 0 / 80%);
      height: 140px;
      z-index: 997;
      transition: all 0.5s;}

header .navbar-expand-lg .navbar-nav a.nav-link.enq-button {
  border: 2px solid white;
  border-radius: 40px;
  padding: 10px 30px;
  margin-top: 8px;
}

ul.navbar-nav.ms-auto:after {
  content: "";
  background: black;
  position: absolute;
  right: 0;
  height: 63px;
  top: 62px;
  width: 50%;
  z-index: -1;
}

header.multi-header.single-header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.5s;
  width: 100%;
}

/* header.multi-header.single-header ul.inline.submenu.navbar-nav {
  display: none;
} */

header.multi-header.single-header ul.navbar-nav.ms-auto:after {
  display: none;
}

a.navbar-brand {
  width: 90px;
  padding: 0;
}

.single-header a.navbar-brand {
  width: 50px;
  padding: 0;
}

header.multi-header.single-header .navbar-expand-lg .navbar-nav a.nav-link.enq-button {
  margin-right: 15px;
}

.navbar-hover .collapse ul li:hover>ul {
  display: block;
}

.dropdown-menu-dark .dropdown-item {
  color: #000;
  font-size: 18px;
}

.dropdown-menu-dark {
  color: #000;
  background-color: #fff;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: #C92227;
}

header .navbar-expand-lg li.nav-item.sub-dropdown a {
  color: #000;
  font-size: 18px;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
header .navbar-expand-lg li.nav-item.sub-dropdown a:hover {
  color: #fff;
  background-color: #C92227;
}
.sub-dropdown ul.dropdown-menu.dropdown-menu-dark {
  left: 100%;
  top: 100px;
}
/*----------- //header ------*/
/*----------- Footer ------*/
.f-logo {
  width: 80px;
  margin-bottom: 10px;
}

footer p {
  color: white;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

footer {
  padding: 60px 0;
  background: #000000;
}

img.footer-50year {
  max-width: 200px;
  margin-left: calc(100% - 200px);
}

.footer-logo img {
  width: 100px;
}

p.iso-text.text-white {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}

ul.footerSM {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  float: right;
}

ul.footerSM li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  font-size: 30px;
}

ul.footerSM li a {
  color: #C92227;
}

footer h4 {
  color: #C92227;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #C92227;
  font-weight: 700;
}

.footer-logo {
  border-bottom: 2px solid #C92227;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.footer-enquiry input,
.footer-enquiry select {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #fff8f8;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 18px;
  background: none;
  color: #707070;
}

.footer-copyright {
  background: #fff;
}

.footer-copyright p {
  color: #8A8A8A;
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  letter-spacing: 1.2px;
}

.fs-list ul li {
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: 3px;
}

.fcontact {
  display: flow-root;
}

.fsocial {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}

.fsocial .fs-title h4 {
  margin-bottom: 0;
}

.fs-list ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

/*----------- //Footer ------*/


.mobiletime{
    display:none;
    background: #c92327;
  }

/*----------- Home Page ------*/
/* -------- Slider -----------*/

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 66vh;
  }
}

.banner__slider {
  padding: 0;
  margin-top: 130px;
}

.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}



@media only screen and (max-width: 768px) {
  .slide .slide__img img {
    display: block;
    max-width: 100%;
    height: 200px;
    width: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
  }

  
  
}




/* For mobile view */
@media only screen and (max-width: 768px) {
  
   
    .slick-nav {
      width: -44px;
  height: -44px;
      --active: #3d3b3b;
      --border: rgba(255, 255, 255, .12);
      width: 0px;
      height: 0px;
      position: absolute;
      cursor: pointer;
      top: calc(50% - 44px);
    }
    
  }

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left.bg {
  top: 0px;
  left: 0;
  width: 45%;
  bottom: -3px;
  background: #003048bf;
  transform: none;
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
  margin-left:-30px;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-size: 2.5rem;
  max-width: 70%;
  color: white;
  margin-bottom: 30px;
  font-weight: 700;
}

.btn-light {
  background: transparent;
  border-radius: 50px;
  margin-top: 20px;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}


/* For mobile view */
@media only screen and (max-width: 768px) {
  
   
    .slick-nav {
      width: -44px;
  height: -44px;
      --active: #3d3b3b;
      --border: rgba(255, 255, 255, .12);
      width: 0px;
      height: 0px;
      position: absolute;
      cursor: pointer;
      top: calc(50% - 44px);
    }
    
  }



.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/*------------ // Slider ------------*/
.solution-box {
  position: relative;
}

.solution-box .content {
  background: #FF0000;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 1s;
  height: 50px;
}

.solution-box:hover .content {
  height: 160px;
}

.bl-box .content {
  background: #FF0000;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 1s;
  height: 50px;
  color: #ffffff !important;
  text-align: center;
}

.bl-box:hover .content {
  height: 65px;
  color: #ffffff !important;
  opacity: 75%;
}

.solution-box h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.solution-box:hover h3 {
  text-align: left;
}

.solution-box p {
  display: none;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}

.solution-box:hover p {
  display: block;
}

.section-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #003048;
}

.section-title h2 {
  color: #ffffff;
  font-weight: 600;
}

.section-title h2.text-underline {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 10px;
}

.bg-gray {
  background: #D9D9D9;
}

.bg-light-grey {
  background: #F3F3F3;
}

.journey-text {
  position: absolute;
  width: 600px;
  padding: 35px;
  top: 50%;
  transform: translate(0, -50%);
}

.expertise-box {
  text-align: center;
  padding: 35px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transition: 0.7s;
}

.expertise-box:hover {
  background: #E6232E;
}

.expertise-box .content {
  max-width: 280px;
  margin: auto;
  min-height: 135px;
}

.expertise-box:hover .content h3,
.expertise-box:hover .content p {
  color: #fff;
}

.col-md-3:first-child .expertise-box {
  border-left: none;
}

.expertise-box .icon {
  max-width: 100px;
  margin: auto;
  margin-bottom: 20px;
}

.expertise-box .icon img.h-icon {
  display: none;
}

.expertise-box:hover .icon img {
  display: none;
}

.expertise-box:hover .icon img.h-icon {
  display: block;
}

.expertise-box .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}

.blog-img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.blog-box .hover-link {
  opacity: 0;
  transition: 0.5s;
}

.blog-box:hover .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.blog-box .hover-link a {
  display: none;
  position: absolute;
  top: 167px;
  left: 20px;
  right: 20px;
  bottom: 7px;
  background-color: red;
  text-align: center;
  opacity: 75%;
  padding-top: 500px;
  padding-left: 90px;
  font-size: 23px;
}

.blog-box:hover .hover-link a {
  display: flex;
  color: white;
  padding-top: 80px;
}



/*.blog-box:hover .hover-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff0101;
} */

.blog-content h3 {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-content p{
    color: #000000;
}

.blogs-content h2 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555555;
    font-weight: 600;
}

.blogs-content ul li {
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
}

.blogs-content p{
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
}

.blog .blog-box:hover .hover-link a {
  background: transparent;
}

.single-news-title {
  margin-bottom: 25px;
}

.news-banner-section {
  padding: 60px 0 0;
}

.single-news-title h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}

#Industries .owl-item.active.center {
  transform: scale(1.3);
  z-index: 35;
  margin: auto;
  box-shadow: 0px 0px 7px 0px #00000045;
  border-radius: 10px;
  transition: 1s;
}

#Industries .owl-item.active {
  transform: scale(0.85);
  transition: 1s;
}

#Industries .owl-stage-outer {
  padding: 60px 0 60px;
}

#Industries .ind-img img {
  border-radius: 10px;
  overflow: hidden;
}

#Industries .ind-card .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  bottom: 0;
  flex-direction: column;
  border-radius: 10px;
  padding: 25px;
  justify-content: center;
}

span.v-line {
  position: absolute;
  bottom: 22px;
  right: 25px;
  height: 2px;
  width: 50px;
  background: white;
}

#Industries .owl-item.active.center:hover .ind-card .content {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

#Industries .owl-item.active.center:hover .ind-card .ind-img img {
  transform: scale(1.2);
  transition: 2s;
}

#Industries .owl-dots,
#ClientTestim .owl-dots,
#team .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#Industries .owl-dot,
#ClientTestim .owl-dot,
#team .owl-dot {
  background: #C7C7C7;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
}

#Industries .owl-dot.active,
#ClientTestim .owl-dot.active,
#team .owl-dot.active {
  background: #E6232E;
}

#ClientTestim .owl-nav {
  top: auto;
  bottom: 17px;
  width: 150px;
  left: 0;
  right: 0;
}

#ClientTestim .owl-prev {
  left: 0;
}

#ClientTestim .owl-next {
  right: 0;
}

#Industries .content h4 {
  color: white;
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 18px;
}

#Industries .content p {
  color: white;
  font-size: 12px;
}

#Industries .owl-item.active {
  opacity: 0.5;
}

#Industries .owl-item.active.center {
  opacity: 1;
}

.ind-card a.btn.btn-white.outline {
  font-size: 12px;
  padding: 8px 10px;
  width: 130px;
  margin-top: 15px;
}

.ind-img {
  overflow: hidden;
  border-radius: 10px;
}

div#Industries.owl-carousel .ind-card img.inds-icon {
  width: 40px;
  margin-bottom: 10px;
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  height: 10px;
}

.owl-prev {
  position: absolute;
  top: 0;
  left: -30px;
}

.owl-next {
  position: absolute;
  top: 0;
  right: -30px;
}

.bg-deep-blue {
  background: #003048;
  color: white;
}

.subscribe-form input.form-control {
  background: transparent;
  border-radius: 0;
  height: 60px;
  padding: 20px;
}

.subscribe-form input.form-control::placeholder {
  color: white;
}

form.subscribe-form {
  position: relative;
}

.subscribe-form button {
  background: white;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 58px;
  border: none;
  color: #E6232E;
  padding: 0px 25px;
  font-weight: 600;
}

/*----------- //Home Page ------*/
/*----------- About Page -------*/
section.page__banner {
  padding: 0;
  position: relative;
}

.banner__content--headings h1 {
  position: absolute;
  width: 100%;
  top: 100px;
  color: white;
  font-weight: 700;
}

.about-banner-content {
  position: relative;
  background: white;
  top: -100px;
}

.zoom-box img {
  transition: 1s;
}

.zoom-box img:hover {
  transform: scale(1.5);
  transition: 1s;
}

.zoom-box {
  overflow: hidden;
}

.about-banner-content p {
  font-size: 16px;
  padding: 50px;
  line-height: 24px;
}

section.prd-numbers {
  padding: 50px 0;
  background: #F3F3F3;
}

img.num-icon {
  margin-bottom: 0;
  width: 100px;
}

h2.num-title {
  font-size: 46px;
  font-weight: 900;
  color: #C92227;
}

h2.num-title span {
  font-size: 36px;
  position: relative;
  top: -12px;
  color: #C92227;
}

h2.num-title:after {
  content: "+";
  color: #C92227;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  top: -10px;
}

.num-counter h3 {
  font-weight: 600;
  color: #c92328;
}

.num-counter p {
  color: #c92328;
  font-size: 18px;
  text-transform: uppercase;
}

.vision-card .content {
  position: absolute;
  top: 0;
  left: 60px;
  max-width: 350px;
  color: white;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-card .content h4 {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: max-content;
  display: inline-block;
  color: white;
}

#vision .owl-nav {
  font-size: 30px;
  height: 52px;
}

#vision .owl-prev {
  left: -50px;
}

#vision .owl-next {
  right: -50px;
}

.team-image {
  background: #ffffff;
  padding: 30px 15px;
  margin-bottom: 15px;
}

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

.team-content h3 {
  color: #C92227;
  font-size: 16px;
  font-weight: 600;
}

.team-content p {
  font-size: 14px;
  color:#000000;
}

.section-title p.intro-text {
  text-transform: none;
}

section.team {
  padding-top: 0;
}

img.member-logo {
  max-width: 300px;
}

img.prd-awards {
  position: absolute;
  top: 0;
  width: 80% !important;
  margin-left: 10%;
}

.award-image p{
    color:#000000;
}

img.suppliers-logo {
  max-height: 80px;
  width: auto;
}

ul.suppliers-list {
  text-align: center;
  list-style: none;
}

ul.suppliers-list li {
  display: inline-block;
  margin: 0px 30px 20px;
}

section.map {
  padding: 0;
}
.prd-video {
  max-width: 650px;
  margin: auto;
}
/*----------- //About Page ------*/
/*----------- Product Page ------*/
.pro-banner-line {
  height: 2px;
  width: 40%;
  position: relative;
  background: #000000;
  margin-left: 30%;
  margin-top: 30px;
}

.pro-banner-line:after {
  content: "";
  height: 6px;
  width: 40%;
  position: absolute;
  background: #C92227;
  left: 30%;
  top: -2px;
}

.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-auto-flow: dense;
}

.grid-container .item {
  display: flex;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

.grid-container .item a {
  display: flex;
  width: 100%;
}

.grid-container .item.portrait {
  grid-row: auto;
}

.grid-container .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.filter-buttons {
  padding: 1rem;
  text-align: center;
}

.filter-buttons button {
  background: #D9D9D9;
  border: none;
  font-size: 14px;
  padding: 0.7rem 2rem;
  margin-bottom: 30px;
  height: 60px;
  margin-right: 5px;
}

.filter-buttons button:focus {
  outline: none;
  background: #eee;
}

.filter-buttons button.mixitup-control-active {
  background: #C92227;
  color: white;
}
.filter-buttons button.pactive{background: #C92227; color: white;}
.product-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: #C92227;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;  
  transition-duration: 0.4s !important;
}

.product-content:hover{
  
}

.product-content .content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  
}

.products-box {
  position: relative;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 25px;
  padding-bottom: 80px;
}

.products-box .product-image {
  position: relative;
  z-index: 2;
  width: 100%;
}

.products-box img.abs-bg-design {
  position: absolute;
  top: 50%;
  left: 25px;
  max-width: calc(100% - 50px);
  z-index: 1;
  transform: translate(0px, -50%);
}

.products-box .product-content p {
  color: #fff;
  margin: 0;
}

.products-box .product-content h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.products-box .product-content {
  display: none;
}

.products-box:hover .product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-content .content {
  width: calc(100% - 100px);
}

.product-content .more {
  font-size: 36px;
  color: white;
}
button.add_to_cart.btn-add-to-compair {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
}
.contact-banner-content {
  position: relative;
  top: -100px;
  background: white;
  padding: 50px;
}

.contact-banner-content .form-control {
  height: 45px;
  margin-bottom: 20px;
}

.contact-banner-content textarea.form-control {
  height: auto;
}

section.cmap {
  padding-top: 0;
  padding-bottom: 100px;
}

section.banner-section {
  padding: 0;
  position: relative;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.abs-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  background: #c92227bd;
}

.banner-content.text-left {
  width: 350px;
  position: absolute;
  bottom: 50px;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.banner-content.text-left h1 {
  margin-bottom: 20px;
}

.career-box .details {
  width: calc(100% - 140px);
  margin-left: 20px;
}

.career-box .icon {
  width: 120px;
}

.career-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.job-box a.btn.btn-red.small.btn-apply {
  position: absolute;
  top: 30px;
  right: 0;
}

.career-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.career-box p {
  font-size: 16px;
  margin: 0;
  color: black;
}

.slide__content.animated.slide__content__left.red.bg {
  background: #c92227bd;
  width: 30%;
  bottom: -10px;
}

.slide__content.slide__content__left.left-10 {
  left: 10%;
}

.product-box {
  position: relative;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 25px;
  padding-bottom: 80px;
}

.product-box .product-img {
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 25px;
  width: calc(100% - 50px);
  align-items: center;
}

#Productimage .owl-nav {
  position: absolute;
  text-align: center;
  margin-bottom: 0;
  display: block;
  bottom: -50px;
}

#Productimage .owl-nav div {
  position: initial;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #C92227;
  border-radius: 50%;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 10px;
}

.product-full-details .nav-tabs li a {
  width: 300px;
  text-align: center;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  background: #F4D3D4;
}

.product-full-details .nav-tabs li.active a {
  background: #C92227;
  color: white;
  border: none;
}

.tab-content {
  border: 3px solid #C92227;
  padding: 25px;
}

.product-full-details .nav-tabs>li {
  background: #f4d3d4;
}

table.table-responsive.pdetails-tbl th,
table.table-responsive.pdetails-tbl td {
  padding: 15px 30px;
}

table.table-responsive.pdetails-tbl tr {
  border: 2px solid white;
}

table.table-responsive.pdetails-tbl th {
  background: #C92227;
  min-width: 275px;
  color: white;
  font-weight: 300;
}

table.table-responsive.pdetails-tbl td {
  background: #E6E7E7;
  width: 100%;
}

table.pdetails-tbl {
    width: 100%;
}

.single-product-details {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

section.single-product-page.p-0 {
  position: relative;
}

.product-red-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 65%;
  bottom: 0;
  background: #c92227bd;
}

.single-product-details h1 {
  font-size: 2.5rem;
  max-width: 70%;
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}

.product-full-details .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.product-full-details .nav-tabs {
  border-bottom: 0;
}

.page-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

h2.title.inline-border-red {
  display: inline-block;
  border-bottom: 5px solid #C92227;
  padding-bottom: 20px;
}

table.table-responsive.pdetails-tbl .title-tr td {
  background: #C92227;
  color: white;
  font-weight: 600;
  font-size: 20px;
}

table.table-responsive.pdetails-tbl .blank-tr td {
  background: white;
}

table.table-responsive.pdetails-tbl .img-tr td {
    background: white;
    width: auto;
}

table.table-responsive.pdetails-tbl.comparison-table tr {
    display: flex;
}

table.table-responsive.pdetails-tbl .img-tr th {
  background: white;
}

table.table-responsive.pdetails-tbl .img-tr td:first-child {
  padding-left: 0;
}

table.table-responsive.pdetails-tbl .img-tr td:last-child {
  padding-right: 0;
}

table.table-responsive.pdetails-tbl .img-tr h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.deletecarts {
    position: absolute;
    right: -15px;
    top: -15px;
    border: none;
    background: #C92227;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
}

.career-content p b {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.career-content p{
  font-size: 15px;
  color: #000000;
}


.btn-big-apply {
  width: 300px;
  line-height: 35px;
  margin-top: 30px;
}

#applynowbox .modal-dialog {
  width: 900px;
  max-width: 900px;
}

#applynowbox .form-group label {
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 30px;
}

#applynowbox .modal-dialog .modal-content {
  padding: 30px;
  padding-top: 60px;
}

button.btn-close {
  color: white;
  position: absolute;
  top: -45px;
  right: -15px;
}

#applynowbox .title {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
}

.contact-form-title h4 {
  color: #021A47;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.contact-form-title {
  margin-bottom: 30px;
}

.contact-form-title h4:after {
  content: "";
  height: 2px;
  width: 50px;
  background: #021A47;
  position: absolute;
  top: 8px;
  margin-left: 15px;
}

.contact-form .form-control {
  background: #EFEFEF;
  border-radius: 0;
  padding: 12px 20px;
}

.contact-details .detail-content .detailbox .icon {
  width: 50px;
  margin-right: 30px;
}

.detailbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-details .detail-content .detailbox .content {
  width: calc(100% - 80px);
}

.contact-details .detail-content .detailbox .content h3 {
  font-size: 16px;
  font-weight: 600;
}

.address h2 {
  background: #EFEFEF;
  padding: 20px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.address-box {
  padding: 15px 30px;
  transition: 0.5s;
}

.address-box p{
  padding: 15px 0px;
  transition: 0.5s;
  color: #000000;
}

.address-box:hover p{
  background-color: #C92227;
  color: #fff !important;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  padding: 10px;
  
}

.address-box b {
  font-weight: 600;
}

a.compare-btn {
  position: fixed;
  display: inline-block;
  top: 150px;
  right: 0;
  z-index: 99999;
  background: #c92227;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 10px;
}

span.badge.cart-count-indicat {
  position: absolute;
  top: 3px;
  background: #c92227;
  right: 3px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 2px solid white;
  font-weight: 600;
}

form#addcartform {
  display: inline-block;
}

.gallery img.img-responsive {
  margin-bottom: 10px;
}

.gallery h4 {
  font-size: 16px;
}

.blog-banner-text .abs-background {
  width: 50%;
}

.blog-banner-text .banner-content.text-left {
  width: 40%;
}

.blog-banner-text .banner-content.text-left h1 {
  font-weight: 700;
}

.blog-comment label {
  font-size: 16px;
  padding: 0;
}

.blog-comment .form-control {
  min-height: 50px;
}

.btn-full-width {
  width: 100%;
}

.bg-reg-white-title h2 {
  background: #c92227;
  padding: 15px 35px;
  color: white;
  margin-bottom: 30px;
  font-weight: 600;
}

ul.share-social {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
}

ul.share-social li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  font-size: 30px;
}

ul.share-social li a {
  color: #C92227;
}

/*----------- //Product Page ------*/
.csr-box {
  position: relative;
}

.csr-box .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #C92227a8;
  padding: 10px 20px;
}

.csr-box .content h3 {
  font-size: 18px;
  color: white;
}

a.rm-btn {
  color: #C92227;
  background: white;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 20px;
  line-height: 30px;
}

.csr-content .content p b, strong {
  color: #000000;
  font-weight: 600;
}

.csr-content p{
    color: #000000;
}

.service-form .form-control {
  padding: 12px 20px;
}

.form-group label {
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
}

.testi-box {
  display: flex;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

.testi-box .image {
  width: 35%;
}

.testi-box .content {
  width: 65%;
}

.testi-box .content p.description {
  font-size: 12px;
}

.testi-box .content .date {
  margin: 0;
  font-size: 14px;
}

.testi-box .content h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
}

.testi-box .content {
  width: 65%;
  padding: 20px 5px 20px 25px;
}

.spare-parts .nav li.active {
  background: #C92227;
  color: white;
}

.spare-parts .nav li {
  width: 100%;
  display: block;
  background: #D9D9D9;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

.spare-parts .nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.product-content.small .more {
  font-size: 24px;
  color: white;
}

.product-content.small .content {
  width: calc(100% - 30px);
}

.product-content.small {
  padding: 10px;
}

.products-box .product-content.small p {
  font-size: 12px;
}

.products-box .product-content.small h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.tab-content.no-border {
  border: none;
  padding: 0;
}

.single-spare-content h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.single-spare-content p b {
  font-weight: 600;
}

.products-box.flex-h100 {
  display: flex;
  height: 100%;
  align-items: center;
}

.sparepart-full-details .nav-tabs>li {
  background: #f4d3d4;
  min-width: 250px;
  text-align: center;
}

.sparepart-full-details .nav-tabs li.active a {
  background: #C92227;
  color: white;
  border: none;
}

.sparepart-full-details .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.sparepart-full-details .nav-tabs {
  border-bottom: 0;
}

.sparepart-full-details .tab-content>.active {
  display: block;
  opacity: 1;
}

ul.download-list {
  list-style: none;
  padding: 0;
  color: #C92227;
  font-weight: 600;
}

ul.download-list li {
  margin-bottom: 10px;
}

#GetQuote button.btn-close {
  top: 22px;
  right: 22px;
}

#GetQuote .modal-header {
  background: #C92227;
}

#GetQuote .modal-dialog {
  max-width: 900px;
}
.spare-parts-buttons {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.spare-parts-buttons a {
    width: 100%;
    padding: 10px 10px;
    background: #D9D9D9;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spare-parts-buttons a.active {
    background: #C92227;
    color: white;
    font-weight: 600;
}
.spare-parts-section .preview-pic.tab-content {
  border: none;
  padding: 0;
}
.spare-parts-section li {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}
.spare-parts-section li + li {
  margin-top: 15px;
}

section.breadcrumb {
  background: #C92227;
  padding: 20px 0;
  margin: 0;
}
.breadcrumb-title p {
  margin: 0;
}
.breadcrumb-title p a {
  color: white;
}
.breadcrumb-title p span {
  color: white;
}

/* Timeline */

section.timeline-section {
  padding: 60px 0;
  background: #C92227;
  color: #fff;
  font-weight: 400;
  position: relative;
  overflow-x: scroll;
  width: 5000px;
}

img.timeline-img {
  width: 220px;
  margin-left: -110px;
  position: absolute;
  padding: 10px;
  border: 2px dashed white;
}

.timeline li:nth-child(odd) img.timeline-img {
  top: -200px;
}

.timeline li:nth-child(even) img.timeline-img {
  bottom: -200px;
}

.timeline-container {
  position: relative;
  width: 8500px;
  padding: 0 100px;
  min-height: 600px;
}

/* width */
::-webkit-scrollbar {
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.timeline {
	width:8000px;
	height: 20px;
	list-style: none;
	text-align: justify;
	position: absolute;
  padding: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgb(217 217 217) 41%, rgb(217 217 217) 59%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(217 217 217)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgb(217 217 217) 41%, rgb(217 217 217) 59%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgb(217 217 217) 41%, rgb(217 217 217) 59%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgb(217 217 217) 41%, rgb(217 217 217) 59%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgb(217 217 217) 41%, rgb(217 217 217) 59%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
}

.timeline:after {display: inline-block; content: ""; width: 100%;}

.timeline li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #D9D9D9;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.timeline li:before {
	display: inline-block;
	content: attr(data-year);
	font-size: 26px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
	top: -250px;
}
.timeline li:nth-child(even):before {
	bottom: -250px;
}

.timeline li:after {
	display: inline-block;
	content: attr(data-text);
  font-size: 16px;
  line-height: 24px;
  width: 280px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	     -o-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	     -o-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

/* End Timeline */

.training-commissioning .tab-content>.active {
    display: block;
    opacity: 1;
}

.training-commissioning .tab-content {
    border: none;
    padding: 0;
    margin-top: 40px;
}

.training-commissioning ul.nav.nav-tabs {
    justify-content: center;
    border-bottom: 0;
}

.training-commissioning .nav-tabs>li {
    background: #D9D9D9;
    min-width: 250px;
    text-align: center;
}

.training-commissioning .nav-tabs li.active a {
    background: #C92227;
    color: white;
    border: none;
}
.training-commissioning .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* Thankyou Page*/

.thankyou-box {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    margin: auto;
    margin-top: 125px;
}
.thankyou-box p {
    text-align: center !important;
    margin: 0;
}
img.thankyou-icon {
    max-width: 80px;
    margin-bottom: 15px;
}

/* Thankyou Page*/
/*RS css work */	
#subcat button{ max-width:195px; width:100%; margin-bottom:10px; height: auto;} 
.blog-img .blog-hover{ display: none;}
.blog-img:hover .blog-hover{position: absolute;
  bottom: 0;
  background: #FF0000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* width: 120px; */
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  opacity: 0.75;
  font-weight: 600; display: block;
  transition: 5s ease !important;
}
.blog-img:hover .blog-hover a{ font-size: 20px;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #E6232E;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #E6232E;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #000;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68A4C4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
  color:#C92227;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

/* .team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
} */

.team .member:hover .social a,
.team .member:hover .social i {
  line-height: 0;
  font-size: 18px;
}

.fade.in {
    opacity: 1;
}
.speak{
    background-color: #c92227;
    color: white;
}

.speak h2{
    text-align: right !important;
}

.speakp{
    text-align: right !important;
}
.speakbtn{
    background-color: #ffffff !important;
    opacity: 100% !important;
    color: #000;
    float: right;
    margin-right: 9px;
}

.expert{
    background-color: #000000;
    color: white !important;
    
}

.expert h2, p{
    color: #ffffff;
    text-align: left !important;
}

.newsp p{
    color: #000000;
}
.expertbtn{
    background-color: #ffffff !important;
    opacity: 100% !important;
    color: #000;
    margin-right: 9px;
}
#sync2 .item h1{
font-size: 18px;
}
#sync2 .synced .item{
background: #C92227;
}
#sync2{ width:105px; float:left; }
#sync2 .owl-item{ width:100px !important; box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    margin-right: 10px !important;
    border-radius: 5px; cursor:pointer;
    margin-top: 5px;
    border: .5px solid #C92227;
}


/*--------------------------------------------------------------
		# Header
		--------------------------------------------------------------*/
		.headcont{
			justify-content: center !important;
		}
		
		#header {
		  height: 125px;
		  transition: all 0.5s;
		  z-index: 997;
		  transition: all 0.5s;
		  background: #1e4356;
		}

		#header.header-transparent {
		  background: rgb(0 0 0 / 80%);
		  padding-top: 20px,
		}

		#header.header-scrolled {
		  background: rgb(0 0 0 / 80%);
			height: 125px;
		}

		#header .logo h1 {
		  font-size: 28px;
		  margin: 0;
		  padding: 4px 0;
		  line-height: 1;
		  font-weight: 400;
		  letter-spacing: 3px;
		  text-transform: uppercase;
		}

		#header .logo h1 a,
		#header .logo h1 a:hover {
		  color: #fff;
		  text-decoration: none;
		}

		#header .logo img {
		  padding: 0;
		  margin: 0;
		  max-height: 40px;
		}

		#main {
		  margin-top: 0px;
		}

		/*--------------------------------------------------------------
		# Navigation Menu
		--------------------------------------------------------------*/
		/**
		* Desktop Navigation 
		*/
		.navbar {
		  padding: 0;
		}

		.navbar ul {
		  margin: 0;
		  padding: 0;
		  display: flex;
		  list-style: none;
		  align-items: center;
		}

		.navbar li {
		  position: relative;
		}

		.navbar a,
		.navbar a:focus {
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  font-family: "Open Sans", sans-serif;
		  font-size: 15px;
		  color: #fff;
		  white-space: nowrap;
		  transition: 0.3s;
		}

		.navbar a i,
		.navbar a:focus i {
		  font-size: 12px;
		  line-height: 0;
		  margin-left: 5px;
		}

		.navbar a:hover,
		.navbar .active,
		.navbar .active:focus,
		.navbar li:hover>a {
		  color: #ffffff;
      background-color: #C92227;
		}

		.navbar .dropdown ul {
		  display: block;
		  position: absolute;
		  left: 14px;
		  top: calc(100% + 30px);
		  margin: 0;
		  padding: 10px 0;
		  z-index: 99;
		  opacity: 0;
		  visibility: hidden;
		  background: #fff;
		  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		  transition: 0.3s;
		}

		.navbar .dropdown ul li {
		  min-width: 200px;
		}

		.navbar .dropdown ul a {
		  padding: 10px 20px;
		  font-size: 14px;
		  text-transform: none;
		  color: #000000;
		}

		.navbar .dropdown ul a i {
		  font-size: 12px;
		}

		.navbar .dropdown ul a:hover,
		.navbar .dropdown ul .active:hover,
		.navbar .dropdown ul li:hover>a {
		  color: #ffffff;
      background-color: #C92227;
		}

		.navbar .dropdown:hover>ul {
		  opacity: 1;
		  top: 100%;
		  visibility: visible;
		}

		.navbar .dropdown .dropdown ul {
		  top: 0;
		  left: calc(100% - 30px);
		  visibility: hidden;
		}

		.navbar .dropdown .dropdown:hover>ul {
		  opacity: 1;
		  top: 0;
		  left: 100%;
		  visibility: visible;
		}

		@media (max-width: 1366px) {
		  .navbar .dropdown .dropdown ul {
			left: -90%;
		  }

		  .navbar .dropdown .dropdown:hover>ul {
			left: -100%;
		  }
		}

		/**
		* Mobile Navigation 
		*/
		.mobile-nav-toggle {
		  color: #fff;
		  font-size: 28px;
		  cursor: pointer;
		  display: none;
		  line-height: 0;
		  transition: 0.5s;
		}

		@media (max-width: 991px) {
		  .mobile-nav-toggle {
			display: block;
		  }

		  
		}

		.navbar-mobile {
		  position: fixed;
		  overflow: hidden;
		  top: 0;
		  right: 0;
		  left: 0;
		  bottom: 0;
		  background: rgba(17, 38, 48, 0.9);
		  transition: 0.3s;
		}

		.navbar-mobile .mobile-nav-toggle {
		  position: absolute;
		  top: 15px;
		  right: 15px;
		}

		.navbar-mobile ul {
		  display: block;
		  position: absolute;
		  top: 55px;
		  right: 15px;
		  bottom: 15px;
		  left: 15px;
		  padding: 10px 0;
		  background-color: #fff;
		  overflow-y: auto;
		  transition: 0.3s;
		}

		.navbar-mobile a,
		.navbar-mobile a:focus {
		  padding: 10px 20px;
		  font-size: 15px;
		  color: #1e4356;
		}

		.navbar-mobile a:hover,
		.navbar-mobile .active,
		.navbar-mobile li:hover>a {
		  color: #68A4C4;
		}

		.navbar-mobile .getstarted,
		.navbar-mobile .getstarted:focus {
		  margin: 15px;
		}

		.navbar-mobile .dropdown ul {
		  position: static;
		  display: none;
		  margin: 10px 20px;
		  padding: 10px 0;
		  z-index: 99;
		  opacity: 1;
		  visibility: visible;
		  background: #fff;
		  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		}

		.navbar-mobile .dropdown ul li {
		  min-width: 200px;
		}

		.navbar-mobile .dropdown ul a {
		  padding: 10px 20px;
		}

		.navbar-mobile .dropdown ul a i {
		  font-size: 12px;
		}

		.navbar-mobile .dropdown ul a:hover,
		.navbar-mobile .dropdown ul .active:hover,
		.navbar-mobile .dropdown ul li:hover>a {
		  color: #68A4C4;
		}

		.navbar-mobile .dropdown>.dropdown-active {
		  display: block;
		}
    .dropdown-toggle::after{display:none;}
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a.no-hover{ background:none}
    /*.nav-btn{border:1px solid; padding: 15px !important;}*/
    .nav-btn:hover{border:1px solid #C92227;}
    .lg-sub-html h4{color: #fff;}
    .lg-sub-html{ bottom:25px;}

    .inertop{
      padding-top: 140px;
    }

    .ptext{
      text-align: center !important;
    }
    .vision-card p{ color:#fff;}

    .flags{
      width: 10% !important;
    }

    
/* Portfolio Section - Home Page
------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-secondary);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--color-inverse);
  background-color: var(--color-primary);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: rgba(var(--color-box-background-rgb), 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: rgba(var(--color-default-rgb), 0.7);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--color-default-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
  background: #C92227;
  color: white;
}

.productpara p{
    color: #000000;
}



/*Responsive*/

@media only screen and (max-width: 991px) {
  #vision .owl-prev, #vision .owl-next{ display: none;}
  .vision-card .content{ left: 15px;}
.filter-buttons button{ width: 100%; margin-bottom: 15px;
  height: auto;}
  
.vision-card p {
    color: #fff;
    font-size: 11px;
}

.single-product-details h1 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 50px;
}

.text-white {
    margin-bottom: 0;
    font-size: 12px;
}

.procont{
    display: none;
}

.product-full-details .nav-tabs li a {
    width: 185px;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    border: 0;
    background: #F4D3D4;
}

.tab-content {
    border: 3px solid #C92227;
    padding: 0px;
    font-size: 10px;
}




table.table-responsive.pdetails-tbl th {
    background: #1E1E1E;
    min-width: 145px;
    color: white;
    font-weight: 300;
}


section{padding:30px 0;}
ul.footerSM{ float: left;margin-top: 60px;}

.journey-text{ width: 90%; padding: 35px 5%; position: relative;}
.navbar-brand{display: block;}
a.navbar-brand{
  width: 50px;
} 
.banner__slider { margin-top: 59px;}
.inertop{ padding-top: 59px;}
.about-banner-content{ top:0;}
.banner__content--headings h1{ top: 20px;font-weight: 600;font-size: 18px;}
.navbar-toggler:focus{ box-shadow: none;}
.solution-box, .expertise-box{ margin-bottom: 20px;}
.expertise-box{ border:1px solid #000;}
.col-md-3:first-child .expertise-box {
  border-left: 1px solid #000;
}
.navbar-toggler-icon .bi-card-list{ width: 50px; height: 50px; color:#fff;}
.navbar-toggler-icon{width: 50px; height: 50px;}
/* ul.inline.submenu{ background: rgb(0 0 0 / 80%);} */
header .navbar-expand-lg .navbar-nav .nav-link{ padding:5px !important;}
li.no-logo{ display: none !important;}
.btn{ font-size: 10px; padding: 10px;}
.slide .slide__content--headings .top-title{ font-size: 14px; font-weight: 400; margin-bottom:0px; margin-left:-10px;}
header{ height: 59px;}
#sync2{ display: none;}
#Productimage .owl-nav div{ width: 20px; height: 20px; padding: 0;}
#pdetails, #pspec{ overflow: scroll;}
.single-product .gx-8{ --bs-gutter-x: 5%;}
.product-description{ margin-top:20px;}
.blogs-content img{ width: 100% !important; height:auto !important;}
.banner-content.text-left h1{ margin-bottom: 0;}
.blog-banner-text .banner-content.text-left h1{ font-size: 14px; font-weight: 600;}
.blog-banner-text p.animated, .contact-us p.animated, .career p.animated, .training p.animated, .ccare p.animated, .blogs p.animated, .cstudy p.animated{ display: none;}
.p-0{ width: 100%;}
.abs-background{width: 100%;}
.blog-banner-text .banner-content.text-left{ width:80%;}
.blog-banner-text .abs-background{ width:100%;}
.job-box a.btn.btn-red.small.btn-apply{ position: relative; margin-bottom: 30px;}
#applynowbox .modal-dialog{ width: 96%;}
.glightbox-clean .gnext, .glightbox-clean .gprev{ top:45%;}
#Industries .owl-prev{ left: 0px;background: #fff;padding: 5px}
#Industries .owl-next{right: 0px;background: #fff;padding: 5px;}
#Industries .owl-dots{ display: none;}
#map{ display: none;}
.top-menu{ display: none;}
header.multi-header.single-header{ height: auto !important;}
ul.inline.submenu{ background: rgb(0 0 0 / 80%); height: auto; padding-bottom: 20px;align-items: unset; padding-left: 20px;}
ul.inline.submenu li a{ font-size: 16px !important; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-logo {
    display: none !important;
  }
  .single-product .gx-8{ --bs-gutter-x: 5%;}
  li.no-logo{ display: block !important;}
  ul.inline.submenu{ background: none;}
  /* header .navbar-expand-lg .navbar-nav .nav-link{ padding:5px !important;} */
  .m-5{ margin:1rem!important}
}
@media only screen and (min-width: 1200px) {
  .nav-logo {
    display: none !important;
  }
  .single-product .gx-8{ --bs-gutter-x: 5%;}
}

/****** new Header****/
.top-menu{ background: #fff; width: 100%;}
.top-menu ul{ display: inline-block; float:right}
.top-menu ul a{padding: 10px 0;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; margin-right: 30px;}
  .navbar ul{ height: 100px;}
  .single-header .top-menu {display: none;}
  header.multi-header.single-header{ height: 100px;}
  .navbar ul.dropdown-menu{
    height: auto;
  }
  .icon-box:hover .title{ color: #fff;}
  
  
  
  
  @media screen and (max-width: 600px){

  .mobiletime{
    display:inline;
    background: #c92327;
  }

  .webtimeline{
    display: none;
  }
}
  