@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap");
.helv {
  font-family: "HelveticaNeu Bold" !important;
}

@font-face {
  font-family: "HelveticaNeu Bold";
  src:
    url("fonts/helveticaneubold-webfont.woff") format("woff"),
    url("fonts/helveticaneubold-webfont.woff2") format("woff2"),
    url("fonts/HelveticaNeuBold.ttf") format("truetype");
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  color: #666666 !important;
  line-height: 20px;
  background: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
  margin: 0 !important;
}

p {
  font-size: 14px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(193, 193, 193, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border: 2px solid #55555500;
}

/* links */
ul li a,
ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

a,
button {
  text-decoration: none;
  font-size: inherit;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  text-decoration: none;
  color: #da1d39;
}
.mail:hover {
  text-decoration: none;
  color: #da193d !important;
}
a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
}
.trans,
.trans:after,
.trans:hover .head:after,
.trans:before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.underline {
  text-decoration: underline;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-capital {
  text-transform: capitalize !important;
}

.disebled {
  pointer-events: none;
  color: #999999;
}
.z-10 {
  z-index: 10;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.op0,
.op_0 {
  opacity: 0;
}

@media (min-width: 1250px) {
  .container {
    width: 1200px;
  }
}
.flex {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  /*width: 100%;*/
  /* flex-wrap: wrap; */
}
.txt_upper {
  text-transform: uppercase !important;
}
.txt_lower {
  text-transform: lowercase !important;
}
.hidden {
  display: none;
}

/* ========================================= */
/* =============FONT SIZE CLASSES============== */
/* ========================================= */
.fsize8 {
  font-size: 8px;
}
.fsize10 {
  font-size: 10px !important;
}
.fsize12 {
  font-size: 12px !important;
}
.fsize13 {
  font-size: 13px;
}
.fsize14 {
  font-size: 14px !important;
}
.fsize16 {
  font-size: 16px !important;
}
.fsize18 {
  font-size: 18px !important;
}
.fsize20 {
  font-size: 20px !important;
  line-height: 25px !important;
}
.fsize22 {
  font-size: 22px !important;
}
.fsize24 {
  font-size: 24px !important;
  line-height: 30px !important;
}
.fsize26 {
  font-size: 26px;
}
.fsize28 {
  font-size: 28px;
}
.fsize30 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.fsize36 {
  font-size: 36px !important;
  line-height: 36px !important;
}
.fsize40 {
  font-size: 40px !important;
  line-height: 48px !important;
}
.fsize50 {
  font-size: 50px !important;
}
.fsize60 {
  font-size: 60px !important;
}
.fsize70 {
  font-size: 70px !important;
}
.fsize80 {
  font-size: 80px;
}
.fsize90 {
  font-size: 90px;
}
.fsize100 {
  font-size: 100px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  FONT-WEIGHT
/*-----------------------------------------------------------------------------------*/
.font100 {
  font-weight: 100;
}
.font300 {
  font-weight: 300;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font600 {
  font-weight: 600 !important;
}
.font700 {
  font-weight: 700;
}
.font900 {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  SPACING
/*-----------------------------------------------------------------------------------*/
.space0 {
  margin-top: 0px !important;
}
.space5 {
  margin-top: 5px !important;
}
.space10 {
  margin-top: 10px !important;
}
.space15 {
  margin-top: 15px !important;
}
.space20 {
  margin-top: 20px !important;
}
.space25 {
  margin-top: 25px !important;
}
.space25 {
  margin-top: 25px !important;
}
.space30 {
  margin-top: 30px !important;
}
.space40 {
  margin-top: 40px !important;
}
.space50 {
  margin-top: 50px !important;
}
.space60 {
  margin-top: 60px !important;
}
.space70 {
  margin-top: 70px !important;
}
.space80 {
  margin-top: 80px !important;
}
.space90 {
  margin-top: 90px !important;
}
.space100 {
  margin-top: 100px !important;
}
.space170 {
  margin-top: 170px !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.m-auto {
  margin: 0 auto;
}
.mbtm0 {
  margin-bottom: 0 !important;
}
.mtop0 {
  margin-top: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 200px;
}
.pt-100 {
  padding-top: 200px;
}

.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 200px;
}
.pb-100 {
  padding-bottom: 200px;
}

/*-----------------------------------------------------------------------------------*/
/*  TETX-COLOR
/*-----------------------------------------------------------------------------------*/
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.txt-grey {
  color: #666 !important;
}
.txt-dgrey {
  color: #999 !important;
}
.txt-red {
  color: #ed1c24 !important;
}
.bg_white {
  background: #fff !important;
}
.list-unstyled {
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
.ov_y_hidden {
  overflow-y: hidden;
}
.block {
  display: block;
}
.hide {
  display: none !important;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u_line {
  text-decoration: underline;
}
.disabled,
.disabled a {
  cursor: not-allowed;
}
.visible-xs {
  display: none;
}

input::placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 500;
}
.block_btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
}
.block_btn:hover {
  border-color: #ed1c24;
  color: #ffffff;
  text-decoration: none;
}
.red_btn {
  background: transparent;
  border-color: #ed1c24;
  color: #ed1c24;
}
.sm-btn {
  padding: 8px 15px !important;
}
.reverse_red_btn {
  border-color: #ed1c24;
  color: #fff;
}
.reverse_red_btn:after,
.reverse_red_btn:before {
  width: 100% !important;
}
.hor-overlap.reverse_red_btn:hover:before {
  width: 0 !important;
}

.combo-btn .block_btn {
  margin-right: 16px;
  display: inline-block;
}
/*.red_btn:hover{
   border-color: #000 !important;
    color: #000 !important;
}*/
.hide_scroll {
  overflow: hidden !important;
}

/* Animation */

.op1 {
  animation-delay: 0.1s;
}
.op2 {
  animation-delay: 0.2s;
}
.op3 {
  animation-delay: 0.3s;
}
.op4 {
  animation-delay: 0.4s;
}
.op5 {
  animation-delay: 0.5s;
}
.op6 {
  animation-delay: 0.6s;
}
.op7 {
  animation-delay: 0.7s;
}
.op8 {
  animation-delay: 0.8s;
}
.op9 {
  animation-delay: 0.9s;
}
.op10 {
  animation-delay: 1s;
}

.wht_btn:hover {
  /*  border-color: #000 !important; */
  color: #000 !important;
}

.hor-overlap.wht_btn:before,
.hor-overlap.wht_btn:after {
  background: #fff !important;
}

.hor-overlap:before,
.hor-overlap:after,
.hor-overlap span:before,
.hor-overlap span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background-color: #ed1c24;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  z-index: -9;
}
.hor-overlap:after,
.hor-overlap span:before {
  left: auto;
  right: 0;
}
.hor-overlap span:before,
.hor-overlap span:after {
  transition-delay: 0.1s;
}
.hor-overlap:hover:before,
.hor-overlap:hover:after,
.hor-overlap:hover span:before,
.hor-overlap:hover span:after {
  width: 100%;
}
.hor-overlap:active {
  background-color: #f82d2d;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* makes sure it stays on top */
}
.preload-logo {
  opacity: 0;
}

.drop {
  left: 0;
  top: 0;
}
.fillbar {
  position: absolute;
  background: #ed1c24 !important;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 99;
  overflow: hidden;
}
.fillbar.lt {
  right: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fillbar.rt {
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.object.active .op0 {
  opacity: 1;
  -webkit-transition-delay: 0.62s !important;
  -moz-transition-delay: 0.62s !important;
  -ms-transition-delay: 0.62s !important;
  transition-delay: 0.62s !important;
}

.object.active .fillbar.lt,
.object.active .fillbar.rt {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -ms-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.object.active .fillbar.lt {
  transform: translate(101%, 0) translate3d(0, 0, 0);
  -webkit-transform: translate(101%, 0) translate3d(0, 0, 0);
  -moz-transform: translate(101%, 0) translate3d(0, 0, 0);
  -ms-transform: translate(101%, 0) translate3d(0, 0, 0);
}
.object.active .fillbar.rt {
  transform: translate(-100%, 0) translate3d(0, 0, 0);
  -webkit-transform: translate(-100%, 0) translate3d(0, 0, 0);
  -moz-transform: translate(-100%, 0) translate3d(0, 0, 0);
  -ms-transform: translate(-1000%, 0) translate3d(0, 0, 0);
}

/*CSS FOR HEADER*/
#header-outer {
  position: relative;
  background: #fbfbfb;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.498) 35%, rgba(255, 255, 255, 0.8) 100%); */
  /* background-color: rgba(255, 255, 255, 0); */
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 20px 30px 25px;
}
.logo {
  box-shadow: 0 1px 2px #33333340;
  border-radius: 5px;
}
/* #header-outer.sticky,.dark_header.sticky{
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 1px 5px #33333322;
  animation:fadeIn .2s linear;
  -webkit-animation:fadeIn .2s linear;
  -moz-animation:fadeIn .2s linear;
} */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header-outer.sticky .l_logo {
  display: none;
}
.l_logo {
  border-radius: 5px;
}
#header-outer.sticky .d_logo {
  display: block !important;
}
header .logo img,
footer .d_logo {
  width: 200px;
  padding: 5px;
  background: #fff;
}
.dark_header #header-outer {
  position: static;
}
.dark_header #header-outer {
  padding-bottom: 30px;
}
header .menu {
  position: relative;
}
header > .flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dropmenu {
  position: relative;
}
.dropmenu:after {
  content: "\f0d7";
  color: #fff;
  font-family: FontAwesome;
  position: relative;
  position: absolute;
  right: 6px;
  top: 4px;
}
.dark_header .dropmenu:after,
.sticky .dropmenu:after {
  color: #333 !important;
}
.submenu li {
  display: block;
}
.submenu {
  background: #fff;
  position: absolute;
  width: 210px;
  top: 100%;
  padding-bottom: 10px !important;
  left: 0px;
  padding: 5px;
  z-index: 99;
  box-shadow: 0 3px 3px #33333311;
  display: none;
  max-height: 400px;
  overflow-y: scroll;
}
.dropmenu:hover .submenu {
  display: block;
}
.submenu li a {
  color: #333 !important;
  padding: 7px 20px 2px !important;
  line-height: 18px !important;
  display: block !important;
  border-bottom: 1px solid #ededed;
}
.submenu li a:hover {
  color: #ed1c24 !important;
}
/*.logo{
    padding: 0 50px;
  }
*/
.user {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  right: -25px;
}
.hamburger {
  padding: 15px 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  display: none;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

#about {
  margin-bottom: 0 !important;
}
/* #home .menu .project_menu{
  background: #fff !important;
}
 */
.menu .project_menu {
  background: transparent;
  padding: 0 0 0 30px;
}
.menu ul li a {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
}

.menu ul li a:hover {
  color: #ed1c24;
}
.dark_header .menu ul li a {
  color: #000 !important;
}
.dark_header .menu ul li a:hover {
  color: #ed1c24 !important;
}
.dark_header .menu ul li a.quick_btn:hover {
  color: #fff !important;
}
.dark_header .menu .quick_btn {
  border-color: #000;
}
.menu .quick_btn {
  padding: 10px 18px !important;
  border: 1px solid #ffffff00;
  background: #ed1c24;
  text-align: center;
  position: relative;
  overflow-y: hidden;
  border-radius: 5px;
}
.menu .quick_btn:hover {
  border-color: #ed1c24;
  color: #fff;
}
.info_bx.pt-30 {
  padding-top: 10px;
}
.change_lang {
  margin-bottom: 10px;
}
.change_lang a {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
}
.dark_header .change_lang a {
  color: #000;
}
.dark_header .change_lang a:last-child:before {
  color: #000;
}
.change_lang a:last-child:before {
  content: "/";
  color: #fff;
  font-weight: 600;
  position: relative;
  left: -1px;
}

.change_lang a:hover,
.change_lang a.active {
  color: #999 !important;
  text-decoration: none;
}
/* CSS FOR HEAT DESTORATION EFFECT */
#live_banner,
.wrap {
  /* position: relative;*/
  height: 100%;
}
#live_banner {
  position: relative;
}
#live_banner:after {
  content: "";
  background-image: radial-gradient(
    circle,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.2443032212885154) 35%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.value_content p {
  font-size: 13px !important;
  line-height: 18px !important;
}

canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) scale(1) !important;
}
.slide-wrapper {
  display: none;
}
#live_banner .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
}
.big_tit {
  color: #333;
  font-size: 56px;
  line-height: 60px;
  font-weight: normal;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-family: "HelveticaNeu Bold" !important;
}
.med_tit {
  font-size: 46px;
  color: #333;
  font-family: "HelveticaNeu Bold" !important;
}
.tiny_tit {
  color: #999999;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#why_coco .para {
  width: 500px;
}
#why_coco ul li {
  margin-right: 14px;
}
.para {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.intro__content {
  position: relative;
  max-width: 25em;
  padding: 1em 11vw;
}
.intro__content:first-child {
  margin-bottom: 1em;
  color: #787c81;
}
.intro__text {
  margin: 0;
}

.dummynav {
  position: absolute;
  z-index: 10;
  top: 40%;
  padding: 0 0 0 4.75em;
  pointer-events: none;
  -webkit-transform: translateY(-50%) translateY(calc(100% / 7 * 2));
  transform: translateY(-50%) translateY(calc(100% / 7 * 2));
}

.dummynav__item {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  color: rgba(255, 255, 255, 0.3);
}

.dummynav__item--active {
  padding: 0.5em 0;
  opacity: 0;
}
.scroll_down {
  width: 10px;
  height: 100%;
  border-radius: 100%;
  line-height: 10px;
  position: relative;
  top: 35px;
  cursor: pointer;
}

.scroll_down a {
  height: 100%;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  /* display: block; */
  text-align: center;
  font-weight: 700;
  z-index: 99;
  width: 10px;
  height: 58px;
  border-radius: 100%;
  text-decoration: none !important;
}
.scroll_down a span {
  display: block;
}
.scroll_down a:before {
  content: "";
  position: absolute;
  background: url(../img/Line.png) no-repeat 0 100%;
  background-size: contain;
  top: 0;
  left: 0;
  width: 10px;
  height: 90px;
  /* background: #fff; */
  z-index: 999;
}
.intro {
  position: absolute;
  bottom: 6.8em;
  left: 1em;
  padding: 5em;
  z-index: 99;
}
.intro__title {
  color: #fff;
  font-size: 3.5em;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  margin-left: -0.1em;
  letter-spacing: 1px;
  width: 750px;
  font-family: "HelveticaNeu Bold" !important;
}

.intro .para {
  font-size: 14px;
  font-weight: 700;
  margin: 0.5em 0;
  color: #000;
  width: 340px;
}

/* Css for who we are */
.why_banner.img-wrap {
  width: 95%;
  height: 103%;
}
#why_coco .big_tit {
  letter-spacing: 2px;
}
.img-wrap {
  position: relative;
  right: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.binex_btn {
  display: flex;
}
.binex_btn .block_btn {
  margin-right: 20px;
}
.lhs_content {
  padding-bottom: 3em;
}
#our_product,
#why_us {
  background: #f1f1f1;
}
.product_list {
  display: grid;
  gap: 6;
}
.product_bx {
  padding-right: 2em;
  margin-top: 2rem;
}
#product .product_bx:hover .tiny_tit a {
  color: #1076bd;
}
.product_bx .wt_icon {
  display: none;
}
.product_bx:hover .wt_icon {
  display: block;
}

.product_bx:hover .bl_icon {
  display: none;
}
.product_bx .cat_img {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
.product_bx .cat_name,
.product_bx .prod_desc {
  color: #171717;
}
.product_bx .cat_name {
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.product_bx .prod_desc {
  width: 190px;
}
.product_bx a {
  text-decoration: none !important;
}
/* .product_bx img{
  width: 130px;
} */
/*  css for our client */
#our_clients {
  background: #f9f9f9;
}
.logo_brd {
  border: 1px solid #cccccc;
  border-top: none;
  border-right: none;
}
.logo_bx img {
  width: auto !important;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.logo_bx {
  padding: 2.6em 0;
  min-height: 181px;
  display: flex;
  align-items: center;
}
.logo_brd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_brd:first-child,
.logo_brd:nth-child(5),
.logo_brd:nth-child(9),
.logo_brd:nth-child(13) {
  border-left: none;
}
.logo_brd:nth-child(13) {
  border-right: 1px solid #ccc;
  border-bottom: none;
}
.logo_brd:nth-child(9),
.logo_brd:nth-child(10),
.logo_brd:nth-child(11),
.logo_brd:nth-child(12) {
  /* border-bottom: none; */
}
#our_clients .owl-carousel .owl-item {
  border: 1px solid #ccc;
}
.owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 0 !important;
}
.owl-dots .owl-dot.active {
  border: 2px solid #333333 !important;
}
.owl-dots {
  top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 100%;
  display: inline-block;
}

/* 
#client-carousel .item>.row{
 border: 1px solid #cccccc;
  border-bottom: none;
} */

/*
css for testimonial*/
#testimonial {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.big_tag h3 {
  font-size: 10em;
  line-height: 0.67em;
  color: #f6f6f6;
  text-transform: uppercase;
}
#testimonial .slick-slide {
  width: calc(100% + 0px);
}
#testimonial .slider,
#testimonial .slick-list,
#testimonial .slick-track,
#testimonial .sliderContainer,
#testimonial .slick-slide {
  height: 100% !important;
}
#testimonial .slick-slide {
  align-items: flex-start;
}
#testimonial .para {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  text-align: left;
}
#testimonial .slide_img {
  width: 80% !important;
  margin-top: 65px;
}
#testimonial .slick-next {
  left: 315px !important;
}
#testimonial .slick-prev {
  left: 266px !important;
}
#testimonial .slick-prev,
#testimonial .slick-next,
#testimonial .pagingInfo,
#testimonial .dummy_pagingInfo {
  color: #ed1c24 !important;
}
.author {
  text-transform: capitalize;
  font-size: 16px;
}
.qt_icon {
  position: absolute;
  width: 100%;
}
#testimonial .gray_bx {
  position: absolute;
  top: 10%;
  width: 40%;
  left: 100px;
  height: 60% !important;
}
#testimonial .progressBarContainer {
  width: 150px;
}

/*Css for footer*/
footer {
  background: #f9f9f9;
  position: relative;
}
.inner_footer {
  padding: 75px 75px 0 75px;
  position: relative;
}
.white_bx {
  background: #fff;
  padding: 40px;
}
/* footer .ft_content{
    padding-left: 15em;
} */
footer h4 {
  font-size: 1.8em;
}
.recruite,
.site_map,
.ft_menu,
.product_link {
  width: 50%;
}
.site_map {
  padding-left: 10px;
}
.btm_footer {
  padding: 25px 0;
  justify-content: space-between;
}
.btm_footer li,
.btm_footer li a {
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
  font-weight: 500;
  padding-right: 15px;
}
.btm_footer p {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.btm_footer li a:hover {
  color: #666;
  text-decoration: none;
}
.list {
  overflow: hidden;
}
.list li {
  list-style-type: none;
  padding: 4px 0 8px 0;
  line-height: 13px;
  /* display: block; */
}
.list-heading {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.list-heading h2 {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 19px;
  width: auto;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 1px solid #999;
}
.list-heading:before {
  background: #999999;
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 36%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 10px;
}
.list-heading:after {
  background: #999999;
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 36%;
  width: 10px;
}
.list-heading.active:before {
  transform: rotate(0deg);
}
.list-heading.active h2,
.list-heading:focus h2 {
  position: relative;
  color: #666;
}
.list-text {
  display: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 10px;
}
.list-text li {
  padding: 0 !important;
}
.list-text li a {
  color: #999;
  display: block;
  padding: 3px 8px;
  line-height: 15px !important;
}
.ft_menu li a,
.product_link a {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  width: auto;
  line-height: 28px;
  padding-bottom: 3px;
}
.ft_menu li a:hover,
.product_link a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.product_link ul {
  padding-left: 1em;
}
.scroll_top {
  position: absolute;
  right: 30px;
  height: 60px;
  bottom: 16px;
  top: auto;
  /* width: 22px; */
}
.scroll_top a {
  color: #000 !important;
}
/* .scroll_top.scroll_down:before {
    content: none;
  } */
.scroll_top a:before {
  content: "";
  top: auto !important;
  background: url(../img/black_line.png) no-repeat 0 100% !important;
  bottom: 10px;
  height: 117px !important;
  left: -2px;
  width: 14px;
}

/*start css for about us*/
.about_banner {
  background-repeat: no-repeat;
  background-size: cover;
}
.bread li:after {
  content: "/";
}
.bread li:last-child:after {
  content: none;
}
.bread.gray_bread li,
.bread.gray_bread li a {
  color: #999 !important;
}
.bread li,
.bread li a {
  font-weight: 700;
  font-size: 11px;
  padding-right: 8px;
  text-transform: uppercase;
  color: #ed1c24 !important;
}
#why_us .product_bx {
  width: 50%;
  padding-top: 2em;
}
#why_us .product_bx img {
  width: 90px;
}
#our_product .cat_img img {
  width: 120px;
}

#why_us .product_bx .cat_img {
  height: 110px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
#why_us .para {
  width: 400px;
}

/*css for vans*/
.van_banner .back-img {
  background-size: contain !important;
}
.p_brand li {
  width: 100px;
}
.p_brand li img {
  width: 80px;
}

/* css for products page*/
.fullscreen-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#all_product .product_bx {
  padding-bottom: 4em;
}
#all_product .cat_img {
  height: 225px;
  display: flex;
  align-items: center;
}
#all_product .cat_img img {
  width: 225px;
}
#all_product .cat_name,
#all_product .cat_name a {
  color: #333;
}
#all_product .allproduct_list li a {
  color: #999;
  text-transform: capitalize;
}
#all_product .allproduct_list li a:hover {
  color: #ed1c24;
}
#all_product .allproduct_list ul {
  padding-right: 21px;
}
#all_product .cat_name {
  font-size: 16px;
}

#binex_bg {
  height: 60%;
  background: #f6f6f6;
  overflow: hidden;
}

#all_product,
#blog_list,
#blog_single {
  padding: 50px;
  background: #f6f6f6;
}
.box {
  background: #fff;
  padding: 1.5em;
}
#blog_list .box {
  padding-bottom: 5em;
}
#blog_list .para {
  width: 400px;
}

/* start css for our location page */
.location_bx {
  padding: 2em 0 1em 0;
}
.location_bx h5 {
  margin-bottom: 10px;
}
.location_bx p,
.location_bx a {
  color: #666 !important;
  font-weight: 500;
}
.location_bx address {
  min-height: 76px;
}
.q_cntct p {
  margin-bottom: 4px !important;
}
.br_add,
.s_add {
  width: 50%;
}
#loc_bg {
  height: 100%;
  overflow: hidden;
}
.q_cntct .underline:hover {
  color: #ff0000 !important;
}

/*css for blog*/
.blog_banner .upload_info span {
  color: #fff;
}
.blog_banner .upload_info .tags {
  display: inline-block;
  padding-left: 15px;
}
.ellipse_right,
.ellipse_left {
  align-items: flex-start;
}
.ellipse_right img,
.ellipse_left img {
  position: relative;
  z-index: 9;
  transition: all 0.2s linear;
}
.ellipse_right img {
  margin-right: -4.5em;
  margin-left: 10px;
}
.ellipse_left img {
  margin-left: -4.5em;
  margin-right: 10px;
}
.ellipse_left:hover img,
.ellipse_right:hover img {
  transform: rotateX(180deg);
  transition: all 0.2s linear;
  transform-origin: 50% 50%;
}
.upload_info .tags span {
  text-decoration: underline;
  padding-right: 5px;
}
.upload_info span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 900;
}
.post_tit h2 {
  color: #666666 !important;
  font-size: 24px;
  margin-top: 15px;
}

.post_bx .upload_info span {
  color: #999 !important;
}
.post_bx {
  padding-top: 3em;
}
.post_bx a {
  text-decoration: none !important;
}
.post_bx:hover .post_tit h2 {
  color: #ed1c24 !important;
}
.post_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.post_img img {
  width: 100%;
}
.post_img:after {
  content: "";
  background: rgba(237, 28, 36, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.post_bx:hover .post_img:after {
  opacity: 1;
}

#blog_single .para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#explore_service {
  padding: 9em 0 3em 0;
}
#explore_service .img_block img {
  width: 300px;
}
#explore_service h4 {
  font-weight: 400;
  font-size: 20px;
  position: relative;
}
#explore_service a {
  text-decoration: none !important;
}
.f_block a span:first-child,
.l_block a span:first-child {
  letter-spacing: 1.5px;
}
.f_block a span,
.l_block a span {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.f_block,.l_block{
  width: 300px;
}*/

#product .product_bx:hover .tiny_tit a {
  color: #ed1c24 !important;
}

/* CSS FOR SERVICE PAGE */
.servic-box {
  margin-bottom: 40px;
}
.service-img {
  background: #f5f5f5;
  padding: 2rem 1rem;
  text-align: center;
  max-height: 18rem;
}
.service-name {
  font-size: 20px;
}

/*css for product inner page*/
.product_num {
  color: #333;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs label {
  order: 1;
  display: block;
  padding: 1rem 1.5rem 0 0.2rem;
  margin-right: 0.1rem;
  cursor: pointer;
  color: #999999;
  background: transparent;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem 0.2rem;
  background: #fff;
  border-top: 1px solid #cccccc;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  color: #ed1c24;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.key_point li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #666666;
  /* font-weight: 400; */
}
.key_point li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #999999;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.sliderContainer {
  position: relative;
}

.slick-slide {
  font-size: 30px;
  text-align: center;
  display: flex !important;
  height: 500px !important;
  align-items: center;
  justify-content: center;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

.progressBarContainer {
  position: absolute;
  bottom: 40px;
  width: 270px;
  left: 90px;
}

.progressBarContainer div {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  float: left;
  position: absolute;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 1px;
  background-color: #333333;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #ed1c24;
  width: 0%;
  height: 1px;
  position: relative;
  z-index: 99;
}

.gray_bx {
  background: #f9f9f9;
}
.text-xs {
  font-size: 10px;
}
#order_summary table thead {
  background: #393939;
}
#order_summary table thead th {
  color: #fff;
  padding: 20px 15px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  border: 0 !important;
}
#order_summary .remove {
  cursor: pointer;
  color: #ec424b;
  text-align: center;
  display: block;
}

.part_no {
  margin-bottom: 0;
}
#order_summary table tr td {
  vertical-align: middle;
}
.slide_img {
  width: 100% !important;
  margin: 0 auto;
}
.slick-counter {
  position: absolute;
  top: 5px;
  left: 5px;
  background: yellow;
  padding: 5px;
  opacity: 0.8;
  border-radius: 5px;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.slick-prev,
.slick-next {
  font-size: 11px !important;
  text-transform: uppercase;
  line-height: 0;
  font-weight: 500;
  letter-spacing: 1.5px;
  position: absolute;
  color: #333 !important;
  z-index: 999;
}
.product_gallery {
  padding-top: 1.2em;
}
button.slick-next {
  left: 430px !important;
  right: auto !important;
}
.slick-prev,
.slick-next {
  left: 376px !important;
  top: auto !important;
  bottom: 20px;
  width: auto !important;
}
.pagingInfo,
.dummy_pagingInfo {
  font-size: 12px;
  position: absolute;
  letter-spacing: 4px;
  color: #333;
}
.pagingInfo,
.dummy_pagingInfo {
  bottom: 31px;
  left: 38px;
}
.slick-arrow:hover {
  color: #ed1c24 !important;
}

/* css for guideline */

.guideline ul li a {
  display: block;
  height: 8px;
  width: 2px;
  margin: 24px auto;
  cursor: pointer;
  padding: 8px 0;
  opacity: 1;
  position: relative;
  box-sizing: content-box;
}
/*.guideline ul li:last-child{
  opacity: 0;
}*/
.guideline ul li a.current span {
  border: 2px solid #b50202;
}
.guideline ul li a.current span:before {
  background: #b50202;
}

.guideline ul li a span {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin: 0 auto 0 -13px;
  display: block;
  position: absolute;
}
.guideline ul li a span:before {
  height: 5px;
  position: relative;
  width: 5px;
  display: block;
  background: #b50202;
  margin: 5px auto;
  /* top: -10px; */
  border-radius: 100%;
  content: "";
}

.guideline {
  position: fixed;
  right: 1.5rem;
  top: 30%;
  padding-right: 8px;
  opacity: 0;
}
.guideline.white ul li a span:before,
.guideline.white ul li a.current span:before {
  background: #b50202;
}
.guideline.white ul li a.current span {
  border-color: #b50202 !important;
}

a.disable,
.disable span {
  color: #a9a9a9 !important;
  cursor: not-allowed;
}
footer .disable {
  color: #666 !important;
}
#privacy-policy .para p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
#privacy-policy ol li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

/*CSS FOR CONTACT US*/
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 7px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -90%, 0);
  opacity: 1;
}
.form-control {
  border: none !important;
  border-bottom: 1px solid #999999 !important;
  border-radius: 0 !important;
  padding-left: 0.4rem;
  margin-bottom: 45px;
  padding: 0.375rem 0.55rem !important;
}
.form-group label {
  color: #999999;

  text-transform: uppercase;
}
#cnt_form .block_btn {
  background: transparent;
}
textarea.form-control {
  height: 100px;
}

/* for tabs */
.all-products {
  background: #f6f6f6;
}
.all-products .tab {
  padding: 1.5rem;
  margin: 1rem 0.2rem;
}
.all-products .tabs {
  justify-content: center;
}
.all-products .tabs .tab {
  border: 0;
}

.all-products .tabs label {
  padding: 3rem !important;
  font-size: 16px !important;
  border-radius: 5px;
  margin: 0.5em 0.5em;
  width: 19%;
  text-align: center;
  color: #333;
  position: relative;
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-transform: capitalize !important;
}
.all-products .tabs input[type="radio"]:checked + label {
  background-color: #e6212a;
  color: #fff;
}

.all-products .tabs input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e6212a;
  clear: both;
}

/* For cta */
.cta {
  background-color: #ed1c24;
  padding: 2rem;
}
.cta .flex {
  justify-content: space-between;
  align-items: center;
}
.request-cta {
  background-image: url(/img/cta-banner.jpg);
  background-attachment: fixed;
  position: relative;
}
.request-cta:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta.newsleter {
  border-radius: 5px;
}

/* for newsletter */
.form-subscribe {
  max-width: 600px;
  margin: 0 auto;
}
.form-subscribe .input-group {
  position: relative;
  height: 70px;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.form-subscribe .form-control {
  background-color: hsla(0, 6%, 43%, 0);
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px !important;
  letter-spacing: 1px;
  border-color: #fff !important;
  color: #0d0d0d;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-right: 10px;
}
.form-subscribe .form-control::placeholder {
  color: #8a8a8a;
  font-size: 15px !important;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.form-subscribe .block_btn {
  background-color: transparent !important;
  position: absolute;
  right: 10px;
}

/* for social media */
.social {
  padding: 0;
}
.social li {
  display: inline-block;
  margin: 5px 3px !important;
}
.social li a {
  font-size: 20px;
  padding: 5px 1px;
}
.social li a i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #efefef;
  text-align: center;
  line-height: 42px;
}
.social li a .fa-facebook {
  background-color: #327ebb;
}
.social li a .fa-twitter {
  background-color: #2caae1;
}

.social li a .fa-youtube-play {
  background-color: #d83226;
}
.social li a .fa-linkdin {
  background: #f70765;
}

.social li a img {
  border-radius: 100%;
}
.contact-links {
  padding-left: 20px !important;
}
.contact-links li {
  position: relative;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
  padding-left: 30px;
  list-style-type: none;
  margin-top: 15px;
}
.contact-links li a {
  color: #999999;
  font-size: 14px !important;
}
.contact-links li i {
  position: absolute;
  left: 0px;
  color: #7c7c7c;
  font-size: 16px;
  top: 5px;
}

/* Hero banner 2 */
.hero-v2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
.hero-banner {
  background-image: url(../img/product/header-products-hu-1980x925-1.jpeg);
  background-size: cover;
}
.hero-v2 .intro {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  /* display: flex; */
  align-items: center;
}
.hero-v2 .intro__title {
  color: #000;
  font-size: 3rem !important;
  width: 100%;
}
.hero-v2 .intro .para {
  color: #999;
  width: 90% !important;
  font-weight: 500;
}
.hero-v2 .inner-content {
  padding: 8rem 5rem 2rem;
}

.product-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
}
.product-btn .btns-list {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.btns-list div {
  padding: 1.5rem 1rem !important;
  font-size: 16px !important;
  text-align: center;
  justify-content: center;
  text-align: center;
  color: #333;
  position: relative;
  background: #f1f1f1;
  display: flex;
  font-weight: 600;
  align-self: center;
  border-right: 1px solid #d3d3d3;
  text-transform: capitalize !important;
}
.btns-list div.active {
  background-color: #e6212a !important;
  color: #fff;
}

.menu ul li a {
  color: #868686;
}
.quick_btn {
  color: #fff !important;
}

.hero-v3 {
  display: flex;
  align-items: center;
}
.hero-v3 .hero-banner {
  background: #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
.hero-v3 .right-aside {
  position: relative;
  left: 3rem;
  z-index: 9;
  top: -2rem;
}
.hero-v3 .intro__title {
  text-transform: uppercase;
  color: #000;
  font-family: "HelveticaNeu Bold";
}
.hero-banner {
  position: relative;
}
.hero-v3 .para {
  color: #999;
  width: 100% !important;
  font-weight: 500;
}
.pro-img {
  position: relative;
  right: -4rem;
}
.hero-v3 .intro {
  position: relative !important;
  left: 0 !important;
  right: 6rem;
  bottom: 0;
  top: 10rem;
}
/* .hero-banner:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d83226ce;
} */
.hero-v3:after {
  content: none !important;
}

/* CSS FOR PRELOADER */
#preloader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #preloader  path{
      stroke-dasharray: 450; 
      stroke-dashoffset:500;
      
  } */

/* for innerpage banner */
/* .inner-page header .menu ul li a{
  color: #fff !important;
} */
.inner-page header .menu .submenu li a {
  color: #333 !important;
  display: block;
  line-height: 18px !important;
}
.inner-page header .menu .submenu li a:hover {
  background: #f1f1f1 !important;
}
.inner-banner {
  height: 20rem;
  display: flex;
  align-items: end;
}
.inner-banner .inner-content {
  padding: 20px 50px 25px;
}

.team_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team_img {
  width: 210px;
  height: 240px;
}
.team_img img {
  object-fit: cover;
  width: 100%;
}
.member_name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #222;
  margin-bottom: 0;
}
.member_desc {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* for related products */
.back_pg {
  padding: 0;
  font-size: 12px;
  float: left;
}

.product_detail.lhs_content {
  padding-bottom: 0 !important;
}
.productslider-item {
  margin-bottom: 0px;
  margin-top: 4px;
}
.productslider-item .item-inner {
  padding: 10px 0 0 !important;
  display: block;
}
.productslider-item .item-inner,
.productslider-item:hover .item-inner,
.productslider-item:hover .item-inner img,
.productslider-item .item-inner img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  text-decoration: none;
}
.productslider-item .owl-item,
.productslider-item:hover .item-inner {
  /* background: #fff; */
  /* border: 1px solid #d6d6d6; */
  border-radius: 2px;
}
.productslider-item:hover .item-inner img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
}
.related_products {
  background: #efefef;
  padding: 2rem 0 4rem 0;
}
#related_products {
  overflow: hidden;
}
.related_products .product-name {
  color: #494848;
  font-weight: 700;
  background: #d7d7d7;
  font-size: 24px;
  padding: 9px 0;
  margin-bottom: 0;
}
.related_products .product-image img {
  width: 200px !important;
  display: block;
  margin: 20px auto !important;
}
.related_products .owl-item {
  background: #fff;
  /* margin: 0 10px; */
  text-align: center;
  border-right: 1px solid #efefef;
}
.related_products .product-name {
  color: #494848;
  font-weight: 700;
  background: #d7d7d7;
  font-size: 24px;
  padding: 9px 0;
  margin-bottom: 0;
}
.productslider-item:hover .product-name {
  color: #000 !important;
}
.related_products .product-name sup {
  font-size: 13px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #6b6b6b;
  border-color: #b9b9b9;
  box-shadow: 0 1px 15px -8px #333;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 35px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  background: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
  margin-right: 5px;
}
.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 29px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
  margin-left: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 0;
  position: absolute;
  z-index: 1;
  font-family: FontAwesome;
  display: block;
  float: left;
  color: #4c4c4c;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 2px solid #d3d3d3;
  border-radius: 100%;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 7px;
}
.owl-theme .owl-controls .owl-buttons {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 41%;
  right: 15px;
  background-color: #fff;
  padding-left: 15px;
}

.owl-container .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-container .owl-wrapper,
.owl-container .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-container .owl-item {
  float: left;
}

.quote-contact {
  padding: 15px !important;
  background: #f2f2f2;
  border: 1px solid #dee2e6;
}
.quote-contact ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.quote-contact ul li {
  margin-right: 20px;
  font-size: 16px;
}
.quote-contact ul li strong {
  display: block;
}

.qty-container {
  display: flex;
  align-items: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 50px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  background: #f0f0f0;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}
.contact-info-form {
  box-shadow: 0 1px 10px -6px #333;
  padding: 20px;
}

.accordion {
  background: #f5f5f5;
  padding: 6px;
  position: relative;
}
.accordion-item {
  width: 100%;
  margin: 5px 0;
  padding: 10px 12px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.accordion-item .question {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.question__text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.accordion-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.accordion-item .answer ul {
  padding: 5px 10px;
}
.accordion-item .answer.active {
  max-height: 300px;
}
.accordion-item .answer__text {
  margin: 8px;
}
.accordion-item .answer ul li {
  margin-bottom: 3px;
}
.accordion-item .answer ul li a {
  color: #999;
  text-transform: capitalize;
  line-height: 16px;
  display: inline-block;
}
.accordion-item .answer ul li a:hover {
  color: #da1d39;
  text-decoration: none;
}

/* css for Hero slider */

.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 1s 0.66667s;
  transition: -webkit-transform 1s 0.66667s;
  transition: transform 1s 0.66667s;
  transition:
    transform 1s 0.66667s,
    -webkit-transform 1s 0.66667s;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* .fnc-slide.m--active-slide {
  z-index: 9;
} */
.fnc-slide .fnc-slide__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding .fnc-slide__inner {
  z-index: 2 !important;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide .fnc-slide__inner {
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__banner {
  background-blend-mode: luminosity;
}
.fnc-slide__banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m--before-sliding .fnc-slide__banner {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__banner {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  /* -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); */
}
.fnc-slide__content {
  display: flex;
  align-items: center;
  background: #fff;
}
.fnc-slide__content .inner-content {
  opacity: 0;
}

.m--before-sliding .inner-content {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.m--active-slide .inner-content {
  opacity: 1;
  transition: all 1s 0.6s ease-in-out;
  z-index: 9;
}

.fnc-slide__content .inner-content {
  padding: 2rem 5rem 2rem;
}
.fnc-slide__content .intro__title {
  color: #000;
  font-size: 3rem !important;
  width: 100%;
}

.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #fff;
  word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}

.fnc-slide__heading-line span {
  display: block;
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
/* .fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
} */
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
  transform: translateY(100%) rotateX(-90deg);
  -webkit-transition: opacity 0.15s 0.15s;
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 9;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  -webkit-transition: -webkit-transform 1s 0.66667s;
  transition: -webkit-transform 1s 0.66667s;
  transition: transform 1s 0.66667s;
  transition:
    transform 1s 0.66667s,
    -webkit-transform 1s 0.66667s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fnc-nav__controls {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.fnc-nav__control {
  padding: 1.5rem 1rem !important;
  font-size: 16px !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  justify-content: center;
  text-align: center;
  color: #333;
  position: relative;
  background: #f1f1f1;
  display: flex;
  font-weight: 600;
  align-items: center;
  border: none;
  border-right: 1px solid #d3d3d3;
  text-transform: capitalize !important;
}
.fnc-nav__control.m--active-control {
  background: #ed1c24;
  color: #fff;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s !important;
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0s 0s !important;
  transition: -webkit-transform 0s 0s !important;
  transition: transform 0s 0s !important;
  transition:
    transform 0s 0s,
    -webkit-transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  -webkit-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */

.example-slider {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition:
    transform 0.7s,
    -webkit-transform 0.7s;
}
.credits-active .example-slider {
  -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.fnc-slide {
  display: grid;
  grid-template-columns: 50% 50%;
}
.fnc-slide__inner {
  overflow: hidden;
  position: relative;
}
.example-slider .fnc-slide-1 .fnc-slide__banner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url("../img/banner/hammer-union.jpeg");
  background-position: right center;
}
.example-slider .fnc-slide-2 .fnc-slide__banner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url("../img/banner/pup-joint.jpg");
}
.example-slider .fnc-slide-3 .fnc-slide__banner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url("../img/banner/swivel-joints.jpg");
}

.example-slider .fnc-slide-4 .fnc-slide__banner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url("../img/banner/steel-hose.jpg");
}

.example-slider .fnc-slide-5 .fnc-slide__banner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
  background-image: url("../img/banner/arkon-adapters.png");
}

.cart-float {
  background: #ed1c24;
  position: fixed;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
.cart-float svg {
  stroke: #fff;
  stroke-width: 2;
  width: 25px;
}
.cart-float .num {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  top: 0;
  border: 1px solid #d8d8d8;
}
.binex_btn .red_btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.download-pdf {
  align-items: center;
}
.add-cart {
  background: #ed1c24;
  color: #fff;
}
.add-cart:hover {
  background: #c4161b;
  box-shadow: 0px 0.5px 10px #3333336c;
}

.add-cart:after,
.add-cart:before {
  content: none;
}
.filter-cat select {
  background-color: #f5f5f5 !important;
  border: none !important;
  padding: 15px !important;
  height: auto !important;
  margin-bottom: 20px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-print-color-adjust: exact;
}
.filter-cat select:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}

.sidebar {
  box-shadow: 0 0px 17px -10px #333;
  border: 1px solid #ececec;
  padding: 12px;
  border-radius: 5px;
  position: relative;
}
.jnt_search .form-control {
  margin-bottom: 20px;
}
.jnt_search {
  position: relative;
}
.jnt_search .search_icon {
  position: absolute;
  right: 10px;
  bottom: 25px;
  background: transparent;
  border: none;
  color: #ed1c24;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
  cursor: pointer;
  background: #fff;
}

/* css for Popup  */
.popup {
  display: none;
  position: fixed;
  padding: 20px;
  width: 500px;
  left: 46%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  background: #fff;
  border-radius: 10px;
  z-index: 20;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  z-index: -1;
}
.brochure-popup .input-group {
  background: #f5f5f5;
}
.brochure-popup input {
  border: none !important;
  padding-right: 10rem !important;
  background: transparent !important;
}

.product_detail .block_btn {
  z-index: 9 !important;
}

#search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffffef;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  transition: all 0.3s linear;
}
#search.show {
  display: flex;
  transition: all 0.3s linear;
}
.inner-search {
  width: 60vw;
}
#search .search_field input {
  width: 85%;
  padding: 15px;
  margin-right: 10px;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.search-close,
.brochure-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ed1c24;
  color: #fff;
  border: none;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
}
.brochure-close {
  top: -1.5rem !important;
  right: -1.5rem !important;
}
.search-close:hover {
  background: #bf0006;
}
.search-result {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  width: 85%;
  margin-top: 10px;
  border-radius: 5px;
}
.search-result li a {
  display: block;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 10px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.search-result li a:hover {
  text-decoration: none;
  background-color: #e4e4e4;
  transition: all 0.3s linear;
}
.certi-img {
  align-items: center;
}
.certi-img img {
  margin-top: 18px;
  padding: 5px;
}
.search-result li span {
  font-size: 12px;
  padding-left: 2px;
  display: inline-block;
  color: #6c6c6c;
}
.sharing a {
  color: #c6161c;
  display: inline-block;
  padding: 4px 5px;
}
.sharing a:hover {
  color: #949494 !important;
}
