@charset "UTF-8";
/* Apart from SASS Plain CSS in SASS file is done by old UI Developer */
.text-grey {
  color: #717171;
}

.mob_menu span::before, .mob_menu span::after {
  content: "";
  display: inline-block;
}

.products, .product_intro .formAll h3 img + span, .submenu {
  display: flex;
  flex-direction: column;
}

.product_intro .formAll h3, .top_bar {
  display: flex;
  flex-direction: row;
}

* {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

a, a:hover {
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.info {
  background: DarkGray;
  box-shadow: 0 0 1px rgba(169, 169, 169, 0.25);
  color: #fff;
}

.alert {
  background: DarkRed;
  box-shadow: 0 0 1px rgba(139, 0, 0, 0.25);
  color: #fff;
}

.success {
  background: DarkGreen;
  box-shadow: 0 0 1px rgba(0, 100, 0, 0.25);
  color: #fff;
}

.side_menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.side_menu li {
  list-style-type: none;
  display: flex;
}
.side_menu .images_col {
  width: 100px;
  height: 100px;
  background-color: #777;
}
.side_menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* start style property for pitstop web site */
body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

header {
  width: 100%;
  /* position: absolute; */
  position: static;
  top: 0;
  left: 0;
  z-index: 100;
}
.main-header.stricky{
  /* position: static; */
}
.owl-stage-outer{
  height:77vh;
}
.border_red{
  border: solid 3px #ed4a29;
  padding-left:15px;
  padding-right:15px;
}

section {
  width: 100%;
  padding: 30px 0;
}

footer {
  width: 100%;
  background: #171717;
  padding-top: 30px;
}

.top_bar {
  width: 100%;
  height: 30px;
  background-color: #c70007;
  align-items: center;
}

.navigation {
  width: 100%;
}

@media (max-width: 992px) {
  .main_nav {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .main_nav {
    background: #0a0a0a;
    border-bottom: 1px solid #414040;
    padding: 0 30px;
    position: relative;
  }
}

@media screen and (min-width: 100px) and (max-width: 768px){
  .row__flex{
    display:block !important;
    padding-top:0 !important;
  }

  .flex_control {
    display: flex;
    justify-content: center !important;
}
  .navbar-collapse{
    display:none;
  }
  .flex_control input[type=checkbox], input[type=radio]{
    position: absolute !important;
    left:0;
 }
 .span_class {
  padding-left: 5px;
  font-size: 12px !important;
  }
  .wrapp {
    position: relative;
    width: 100% !important;
    height: 400px;
    background-color: #414040;
    margin: 0 !important;
}
  .wrapp span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}
.owl-stage-outer{
  height:auto !important;
}
.col-lg-3{
  width: 100% !important;
}
.wrapper_col_panel {
  justify-content: left !important;
}
.select-styled{
  font-size: 12px !important;
}

.main-body .main-link{
  /* right:0 !important; */
  left:0 !important; 
}
.products__btn {
  margin-top: 20px;
  display: flex !important;
  flex-direction: column !important;
  width: 100px !important;
}
.products__btn a{
  border-bottom: solid 1px #fff;
}

}


iframe{
  right:0 !important;
}


.logo {
  width: 200px;
  padding: 20px 0;
}

.logo a {
  width: 100%;
}

.logo a img {
  width: 100%;
}

.mob_menu {
  display: none;
}
@media (max-width: 768px) {
  .mob_menu {
    display: inline-block;
    cursor: pointer;
    height: 30px;
  }
}
.mob_menu span {
  width: 40px;
  background: #fff;
  height: 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mob_menu span::before, .mob_menu span::after {
  position: absolute;
  width: 40px;
  background: #fff;
  height: 5px;
  display: inline-block;
  top: 15px;
  bottom: -15px;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mob_menu span::before {
  top: -15px;
  bottom: 15px;
}
.mob_menu.active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob_menu.active span::before, .mob_menu.active span::after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.min_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .min_nav {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .min_nav {
    flex-direction: row;
  }
}

.min_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}

@media (max-width: 768px) {
  .min_nav > ul {
    position: absolute;
    width: 100%;
    background-color: #0a0a0a;
    left: 0;
    top: 100%;
    padding-bottom: 0px;
    max-height: 0;
    overflow: auto;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    flex-direction: column;
  }
  .min_nav > ul.open {
    max-height: calc(100vh - 109px);
    padding-bottom: 10px;
  }
}

.min_nav ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
}
.min_nav ul li > a {
  padding: 5px 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  transition-duration: 1.2s;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .min_nav ul li > a {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .min_nav ul li:not(:first-child) > a {
    margin-top: 10px;
  }
}
.min_nav ul li > a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #c70007;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .min_nav ul li.hasChild {
    flex-direction: column;
  }
}
.min_nav ul li.hasChild:hover > a {
  border-radius: 20px 20px 0px 0px;
}
.min_nav ul li.hasChild > a:before {
  border-radius: 20px 20px 0px 0px;
  padding-bottom: 20px;
}
.min_nav ul li > a span {
  position: relative;
  z-index: 1;
}
.min_nav ul li .active {
  background-color: #c70007;
}
.min_nav ul li .active:before {
  content: "";
  display: none;
}

.min_nav > ul > li:hover > a:before {
  top: 0;
  opacity: 1;
  transition-duration: 0.4s;
}

.submenu {
  position: absolute;
  top: 40%;
  width: 200px;
  background: #c8352a;
  border-radius: 0px 10px 10px 10px;
  border-top: 1px solid #ddd;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .submenu {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    display: none;
  }
}
.submenu li {
  background-color: #c70007;
  -webkit-transition: background ease-in-out 0.4s;
  -ms-transition: background ease-in-out 0.4s;
  -o-transition: background ease-in-out 0.4s;
  transition: background ease-in-out 0.4s;
}
.submenu li a {
  width: 100%;
}

.min_nav > ul > li:hover > a + .submenu, .submenu:hover {
  pointer-events: all;
  opacity: 1;
  top: 100%;
  -webkit-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
@media (max-width: 768px) {
  .min_nav > ul > li:hover > a + .submenu, .submenu:hover {
    position: initial;
  }
}

.submenu > li:hover {
  background-color: #ddd;
}
.submenu > li:hover a {
  color: #c70007;
}

.submenu > li a.active {
  color: #c70007;
  background-color: #ddd !important;
  border-radius: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .banner {
    margin-top: 110px;
  }
}

.banner_section {
  height: 81vh;
  background-color: #777;
}

.min_banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.min_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c70007;
  background: -moz-linear-gradient(left, #c70007 0%, #000000 46%);
  background: -webkit-linear-gradient(left, #c70007 0%, #000000 46%);
  background: linear-gradient(to right, #c70007 0%, #000000 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primColor", endColorstr="#000000",GradientType=1 );
  opacity: 0.7;
}

.topForm {
  padding: 0px;
  position: relative;
  top: -160px;
  background-color: rgba(18, 18, 18, 0.9);
  justify-content: flex-end;
  padding-bottom: 41px;
  z-index: 1;
  /* margin-bottom: -60px; */
  margin-bottom:0;
}
@media (max-width: 768px) {
  .topForm {
    top: 0px;
    margin-bottom: 50px;
  }
}

.topForm .form-group input:not([type=radio]), .topForm .form-group select, .topForm .form-group textarea {
  background: none;
  border: solid 1px #717171;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.topForm .form-group textarea {
  height: 90px;
}
.topForm .form-group select.disabled {
  color: #717171;
}
.topForm .form-group select.withValue {
  color: #fff;
}

.topForm h3 {
  width: 100%;
  color: #787878;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0;
  padding: 15px;
}

.topForm button, .prim_btn {
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  background-color: #c70007;
  text-align: center;
  margin-right: 15px;
  border: none;
  outline: none;
  box-shadow: none;
}

.topForm button:hover, .prim_btn:hover {
  transition-duration: 0.2s;
  border-radius: 20px;
  color: #fff;
}

.section_dark {
  background-color: #0a0a0a;
}

.wrapp {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #414040;
}
@media (max-width: 768px) {
  .wrapp {
    width: calc(100% - 115px);
    margin-left: 15px;
  }
}

.wrapp::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 130px;
  top: 0px;
  right: -24%;
  background-position: center;
  background-image: url(../images_NW/home/texter.png);
  background-repeat: no-repeat;
}

.wrapp span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16%;
  left: 10%;
}

.wrapp span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content {
  width: 100%;
  padding-left: 20%;
  padding-top: 30%;
}
@media (max-width: 768px) {
  .home-content {
    width: 90%;
    padding-left: 10%;
  }
}

.home-content p {
  width: 100%;
  position: relative;
  text-align: justify;
  color: #a2a2a2;
  font-size: 18px;
}

.home-content p:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  left: -9%;
  bottom: -31%;
  border-left: solid 1px #a2a2a2;
  border-bottom: solid 1px #a2a2a2;
}

.home-right-con {
  width: 100%;
  padding: 5%;
  margin-top: 70px;
  padding-right: 13%;
}
@media (max-width: 576px) {
  .home-right-con {
    margin-bottom: 30px;
  }
}

.home-right-con h3 {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #c70007;
}

.home-right-con h3 span {
  font-weight: 700;
}

.home-right-con p {
  color: #a2a2a2;
  font-size: 18px;
  text-align: right;
  position: relative;
}

.home-right-con p:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  right: -5%;
  bottom: -31%;
  border-right: solid 1px #a2a2a2;
  border-bottom: solid 1px #a2a2a2;
}

.wrpper_col {
  width: 100%;
  height: 250px;
  background-color: #414040;
  position: relative;
  right: 41px;
  bottom: -50px;
}
@media (max-width: 768px) {
  .wrpper_col {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .wrpper_col {
    width: 85%;
    margin-left: 10%;
  }
}

.wrpper_col span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  right: -11%;
  top: -15%;
}

.wrpper_col span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-section {
  background-image: url(../images_NW/bg-img/servicebg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  position: relative;
}

.bg-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.min_caption {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.min_caption h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 39px;
}

.min_caption h3 span {
  font-weight: 700;
}

.fff {
  color: #fff;
}

.service_grid {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service_grid span {
  width: 50px;
  margin-bottom: 20px;
  display: block;
}

.service_grid span img {
  width: 100%;
}

.service_grid h4 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.service_grid p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.service_grid a {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #c70007;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition-duration: 1.2s;
}

.service_grid a:before {
  content: "";
  display: block;
  width: 30px;
  height: 470px;
  background-color: #fff;
  position: absolute;
  top: -800px;
  left: 50px;
  transform: rotate(-23deg);
  transition-duration: 1.2s;
}

.service_grid a:hover:before {
  content: "";
  top: 130px;
  transition-duration: 1.2s;
}

.testimonial_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial_wrapp h5 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px0;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial_wrapp span {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #777;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 5px #c70007;
}
.testimonial_wrapp span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: centers;
}

.testimonial_wrapp p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 20%;
}

.testimonial {
  background-image: url(../images_NW/bg-img/testimonial.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: #313131;
}

.blog_section {
  background-color: #000;
  padding: 50px 0;
}

.side_menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*align-items: stretch;*/
  /*background: #AD9897;*/
  color: #6C5D5D;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 100%;
}

.side_menu a {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #1d1d1d;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  /* display: flex; */
  display: block;
}

.side_menu a:hover {
  color: #fff !important;
  background: #dc252b;
}

.side_menu a:hover,
.side_menu a.selected {
  background: #444444;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

/* tabs triangle */
.triangle-container {
  position: absolute !important;
  z-index: 10;
  top: 0;
  left: 99.6%;
  width: 30px !important;
  background: transparent !important;
  height: 100%;
}

.triangle-container img {
  position: absolute;
  height: 100%;
  left: 0;
  width: 30px;
}

.tabs .content {
  position: relative;
  color: #6C5D5D;
  transition: opacity 0.1s linear 0s;
  display: none;
  padding-top: 0 !important;
}

.tabs .content.visible {
  display: block;
}

.tabs .content p {
  padding-bottom: 2px;
}

.tabs .content p:last-of-type {
  padding-bottom: 0px;
}

.wrapp-item {
  width: 100%;
  margin-bottom: 20px;
}

.wrapp-item img {
  width: 100%;
}

.wrapp_panel {
  margin-bottom: 50px;
}

.content h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.content h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.view-btn {
  text-decoration: none;
  width: fit-content;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.view-btn:hover {
  background: #000;
}

.shop-item .item-img {
  margin-bottom: 0;
}

.thumb_panel {
  width: 100px;
}

.thumb-content {
  width: 25%;
}

.images_col {
  width: 100px;
  height: 100px;
  background-color: #777;
}

.side_menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb_col {
  padding-left: 16px;
  position: relative;
  padding-top: 10px;
  width: 57%;
  float: left;
}

.thumb_col h5 {
  width: 100%;
  text-transform: uppercase;
  color: #717171;
}

.thumb_col h6 {
  width: 100%;
  text-transform: capitalize;
  color: #717171;
}
.thumb_col span {
  /* position: absolute; */
  bottom: 0;
  font-size: 14px;
  color: #717171;
}

.panel {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.panel span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.panel span a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-top: 590px;
  transition-duration: 0.2s;
  background: none;
}

.panel span a:hover {
  padding-top: 0;
  background: rgba(0, 0, 0, 0.53);
}

.side_menu .images_col {
  width: 122px;
  height: 115px;
  background-color: #777;
  float:left;
}

.side_menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg_red_section {
  padding: 50px 0;
  background: #c70007;
}

.min_caption p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.wrapper_col_panel {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper_col_panel span {
  width: 50px;
  margin-right: 10px;
  display: block;
}

.wrapper_col_panel span img {
  width: 100%;
}

.wrapper_col_panel h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .wrapper_col_panel h3 {
    font-size: 20px;
  }
}

.footer_col_about {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 12%;
}

.footer_logo {
  width: 190px;
  display: block;
  margin-bottom: 30px;
}

.footer_logo img {
  width: 100%;
}

.footer_col_about p {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer_panel {
  width: 100%;
  padding-bottom: 30px;
}

.footer_panel h4 {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.footer_panel ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer_panel ul li {
  list-style-type: none;
}

.footer_panel ul li a {
  width: 100%;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.footer_panel ul li a:hover {
  color: #c70007;
}

.banner .item {
  /* height: 100vh; */
  position: relative;
  height:100%;
}

.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.banner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 100;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .banner .item .cover .header-content h1 {
    margin-top: 200px;
    font-size: 30px;
  }
}

.banner .item .cover .header-content h1 span {
  font-weight: 600;
  color: #c70007;
}

.banner .item .cover .header-content h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  text-align: center;
  padding: 0 17%;
}
@media (max-width: 576px) {
  .banner .item .cover .header-content h4 {
    margin-bottom: 250px;
    font-size: 16px;
    line-height: 25px;
  }
}

.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-next:focus {
  outline: 0;
}

.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}

.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.footer_panel_contact {
  width: 100%;
  margin-bottom: 30px;
}

.footer_panel_contact ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer_panel_contact h4 {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.footer_panel_contact ul li {
  width: 100%;
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.footer_panel_contact ul li a {
  color: #fff;
  word-break: break-all;
}

.footer_panel_contact span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.footer_panel_contact span img {
  width: 100%;
}

.footer_panel_contact ul li span {
  width: 18px;
  position: absolute;
  left: 0;
}

.footer_panel_contact ul li span img {
  width: 100%;
}

.top_border {
  border-top: solid 1px #282828;
  padding-top: 10px;
}

.top_border p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #606060;
}

.number {
  font-family: "Roboto", sans-serif !important;
}

.rowpanel {
  display: flex;
  justify-content: flex-end;
}

.rowpanel ul {
  padding: 0;
  margin: 0;
  display: flex;
  padding-right: 25px;
  border-right: solid 1px #e27a7e;
}
@media (max-width: 576px) {
  .rowpanel ul {
    display: none;
  }
}

.rowpanel ul li {
  list-style-type: none;
  color: #fff;
  font-size: 14px;
  padding-left: 17px;
  font-family: "Roboto", sans-serif !important;
}

.socialmedia {
  width: 100px;
}

.socialmedia ul {
  padding: 0;
  margin: 0;
  display: flex;
  border: none;
}

.socialmedia ul li {
  list-style-type: none;
}

.socialmedia ul li a {
  display: block;
  width: 20px;
  color: #fff;
  text-decoration: none;
}

.navFixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.68);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 100px;
  height: 100px;
  background: none !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
  }
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: none !important;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-prev i {
  font-size: 7.6875rem;
  color: #fff;
  font-weight: 100;
  line-height: 4rem;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  line-height: 3rem;
}
.owl-carousel .owl-nav button.owl-next i.fa-caret-left::before, .owl-carousel .owl-nav button.owl-prev i.fa-caret-left::before {
  content: "‹";
}
.owl-carousel .owl-nav button.owl-next i.fa-caret-right::before, .owl-carousel .owl-nav button.owl-prev i.fa-caret-right::before {
  content: "›";
}

.owl-dots {
  display: none;
}

.testimonial .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0.2;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  pointer-events: none;
}
.testimonial .owl-nav:hover {
  opacity: 0.6;
}
.testimonial .owl-nav button {
  pointer-events: all;
}
.testimonial .owl-nav .owl-next {
  float: right;
}

.product_intro {
  background-size: cover;
}
.product_intro.tyres {
  background: #1d1d1d url(../images_NW/products/tyres.jpg) no-repeat center;
  background-size: cover;
}
.product_intro .formAll {
  top: 0;
  margin: 25px 0 25px;
}
.product_intro .formAll h3 {
  width: 100%;
  color: #f6f6f6;
}
.product_intro .formAll h3 img {
  width: 50px;
}
.product_intro .formAll h3 img + span {
  margin-left: 10px;
}
.product_intro .formAll h3 .sml-info {
  font-style: italic;
  font-size: 12px;
  color: #c70007;
  text-transform: initial;
}

.bread_crumbs {
  margin-top: 125px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #0000007d;
  display: inline-block;
  padding: 0 10px;
}
.bread_crumbs span:first-child {
  color: #c70007;
}
.bread_crumbs span::after {
  content: "›";
  font-size: 15px;
  margin-left: 5px;
}
.bread_crumbs span:last-child::after {
  display: none;
}

.radio_block input {
  display: none;
}
.radio_block label {
  position: relative;
  cursor: pointer;
}
.radio_block label::after, .radio_block label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  z-index: 1;
}
.radio_block label::after {
  width: 14px;
  height: 14px;
  z-index: 2;
  border: 2px solid #c70007;
  top: 4px;
  left: 2px;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.radio_block label span {
  margin-left: 30px;
}
.radio_block input:checked + label::after {
  border: 7px solid #c70007;
}
.radio_block input:checked + label span {
  color: #fff;
}

.sub_pro_name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #c70007;
  border-bottom: 2px solid #121212;
  min-width: 230px;
  width: 25%;
}

.brand_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .brand_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .brand_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .brand_grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10%;
  }
}
.brand_grid a {
  padding: 15px;
  background: #181818;
  border: 3px solid transparent;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  overflow: hidden;
}
.brand_grid a::before, .brand_grid a::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -2px;
  width: 40px;
  right: -40px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@keyframes arrowRot {
  0% {
    -webkit-transform: translate(3px);
    -ms-transform: translate(3px);
    -o-transform: translate(3px);
    transform: translate(3px);
  }
  50% {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
  }
  100% {
    -webkit-transform: translate(3px);
    -ms-transform: translate(3px);
    -o-transform: translate(3px);
    transform: translate(3px);
  }
}
.brand_grid a::after {
  content: "→";
  top: 0px;
  animation-fill-mode: backwards;
  animation: arrowRot 0.7s infinite;
}
.brand_grid a::before {
  background: #c70007;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.brand_grid a:hover {
  border: 3px solid #c70007;
}
.brand_grid a:hover::before, .brand_grid a:hover::after {
  right: -18px;
}
.brand_grid a:hover::before {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.brand_grid a img {
  width: 100%;
}

.prod_bg {
  background: url(../images_NW/products/back1.jpg) no-repeat;
  background-size: cover;
}

.prodDis {
  padding: 20px;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  align-items: flex-start;
}
.prodDis__head {
  position: relative;
  color: #fff;
  font-size: 30px;
  padding: 0 5% 10px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .prodDis__head {
    margin-top: 20px;
  }
}
.prodDis__head::after {
  content: "";
  width: 100%;
  border: 5px solid #c8352a;
  position: absolute;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  bottom: 0;
  left: 0;
}
.prodDis__img {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  background: #171717;
  border-right: 5px solid #c8352a;
  border-top: 5px solid #c8352a;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.prodDis__img img {
  width: 200px;
}

.prod_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .prod_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .prod_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .prod_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products {
  border: 1px solid #c70007;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.products:hover {
  transform: scale(1.05);
}
@keyframes viewMode {
  0% {
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
  }
  33% {
    object-position: 100% 100%;
    -o-object-position: 100% 100%;
  }
  76% {
    object-position: 0% 0%;
    -o-object-position: 0% 0%;
  }
  100% {
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
  }
}
.products:hover .products__img {
  animation-fill-mode: backwards;
  backface-visibility: hidden;
  animation: viewMode 2s ease-in-out forwards;
}
.products__heading {
  font-size: 17px;
  font-weight: 600;
  color: #c8352a;
}
.products__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  padding: 10px 0;
}
.products__dis {
  font-size: 14px;
}
.products__btn {
  margin-top: 20px;
}

.fixed_chat {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: url(../images_NW/icon/side_chat.svg) no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.69);
  border-radius: 50%;
}
.fixed_chat__whatsapp, .fixed_chat__tel, .fixed_chat__assetpop {
  position: relative;
  background: url(../images_NW/icon/whatsapp.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: -60%;
  left: 5px;
  display: inline-block;
  transition: all ease-in-out 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}
.fixed_chat__tel {
  top: -140%;
  background: url(../images_NW/icon/fixed_tel.svg) no-repeat #ddd;
  background-size: 60%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  left: 9px;
}
.fixed_chat__assetpop {
  top: -140%;
  background: url(../images_NW/icon/fixed_assetpop.jpg) no-repeat #ddd;
  background-size: 60%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  left: 9px;
}
.fixed_chat.active .fixed_chat__whatsapp, .fixed_chat.active .fixed_chat__tel, .fixed_chat.active .fixed_chat__assetpop {
  top: -110%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}
.fixed_chat.active .fixed_chat__tel {
  top: -310%;
}
.fixed_chat.active .fixed_chat__assetpop {
  top: -500%;
}

/*# sourceMappingURL=style-sheet.css.map */

.topForm {
  top: 0px;
  background-color: #000000;
}
@media (max-width: 1800px) {
  .topForm {
    /* margin-top: 30% !important; */
  }
}
@media (max-width: 992px) {
  .topForm {
    margin-top: 0% !important;
  }
}
@media (max-width: 768px) {
  .topForm {
    margin-top: 0% !important;
    top: 0px !important;
  }
  .banner {
    margin-top:0px;
  }
}
.prod_bg .brand_grid a {
  height: 155px;
  width: 285px;
  float: left;
  background-size: contain;
}
.prod_bg .brand_grid a div.img {
    background-position: center;
    vertical-align: middle;
    background-size: contain;
    height: 120px;
    background-repeat: no-repeat;
}


/* =======================================start new styles============================================ */
.row__flex{
  display:flex;
  margin:0;
  padding-top:150px;
}
.form_panel{
  height:100%;
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.form_panel h3{
  width:100%;
  font-weight:700;
  color:#ed4a29;
  font-size:30px;
  text-transform:uppercase;
  text-align:center;
}
.topForm{
  padding-bottom:0;
  padding-top:0;
}
.form__group{
  width:100%;
  display:flex;
}
.form__group span{
  width:100%;
  display:block;
  padding:5px;
}
.form__group span img{
  width:100%;
}
.form_control_box{
  width:50%;
  padding:5px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #363636;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #da0000;
}
.select-styled:active, .select-styled.active {
  background-color: #da0000;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #da0000;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}



input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #e90007;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.panel_box{
  height:100%;
}
.flex_control{
  display:flex;
}
.span_class{
  padding-left:5px;
  font-size: 14px;
  position:relative;
  top:-7px;
}
.img_position{
  position:relative;
  top:20px;
}

.header_fixed{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
} 



.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  color: #999;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 44px;
  background: #ca161f;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 12px !important;
  line-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
}
.file-upload-wrapper:hover:before {
  background: #7e060e;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.flex_rows{
  display: flex;
  padding-top: 148px;
}
.flex_boxx{
  display:flex;
  height:100%;
}
.owl-stage-outer {
  height: 100%;
}
.select2-dropdown {
  background-color: #111111;
}
.img_margin{}
.img_margin img{
  margin:15px;
}
.EF_Step_1{}
.EF_Step_1 .col-md-12{
  padding-right: 0;
}

.select2-results__options::-webkit-scrollbar {
  width: 10px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; 
}
#remarks{
  height:60px;
}
.margin_bottom_none{
  margin-bottom:0 !important;
}
.enquiryformHome{
  border: solid 5px red;
  width: 97%;
  padding-bottom: 30px;
}
.wrappX{
  display: flex;
  height:100%;
}
.owl-item{
  height:100%;
}
.owl-stage{
  height:100%;
}
.select2-results__option{
  color:#fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red !important;
  color: white;
}
footer .footerMenuContainer {
  display:none;
  background-color:#141414;
  width:100%;
  position:fixed;
  bottom:0px;
  z-index:1;
}
footer .footerMenuContainer ul {
  margin: 10px 0px;
  padding: 0px;
}
footer .footerMenuContainer ul li {
  width: 15%;
  background: #c70007;
  font-size: 10px;
  padding: 3px;
  border-radius: 10%;
}
footer .footerMenuContainer ul li a {
  background: #c70007;
  color:white;
  border: 0px;
  width: auto;
}
footer .footerMenuContainer .footer-social-link ul li a i::before {
  font-size: 24px;
}