@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
--text-color: #777;
--primary-color: #1f6c43;
--primary-color2:#b0cb1e;
--secondary-color: #1c1b17;
}

.text-primary{
  color: var(--primary-color) !important;
}

.text-secondary{
  color: var(--primary-color2) !important;
}
.bg-primary{
  background-color: var(--primary-color) !important;
}

.tyre-safety li{
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
}

.tyre-safety b{
  color: var(--primary-color2);
}

.tyre-safety h3, .moreImages h3, .newsTitle{
  border-bottom: 1px solid var(--bs-gray-300);
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.tyre-safety h3::before, .moreImages h3::before, .newsTitle::before{
  position: absolute;
  content: '';
  right: 0;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background: var(--primary-color2);
  border-radius: 30px;
}

.tyre-safety bi{
  font-size: 10px;
}
.tyre-safety.tyre-safety-dont bi{
  font-size: 8px;
}

/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/
.offcanvas {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}

body {
overflow-x: hidden;
font-family: "Manrope", sans-serif;
}

.whats-fix {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999;
}

.whats-fix a {
  display: block;
}

.whats-fix a img {
  width: 150px;
}


.rigt-fixed a {
  position: fixed;
  right: 0;
  top: 30%;
  background: #d20000;
  border-radius: 8px 0px 0px 8px;
  z-index: 999;
  writing-mode: vertical-rl;
  padding: 15px 7px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.rigt-fixed a span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.5);
  margin: 5px 0px 4px;
}

.rigt-fixed a span::before {
  transform: rotate(90deg);
  display: inline-block;
}


.top-left{
display: flex;
margin-bottom: 5px;
justify-content: end;
font-size: 15px;
}

.top-left li{
  list-style: none;
  font-weight: 300;
}

.top-left li a{
  text-decoration: none;
color: var(--bs-white);
  border-right: 1px solid rgba(255,255,255,0.5);
  padding: 0 12px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.top-left li a i{
  padding-right: 4px;
  color: var(--primary-color2);
}

.top-left li:last-child a{
   border-right: 0px solid rgba(255,255,255,0.5);
}

.top-left li a:hover{
  color: var(--primary-color2);
}

#google_translate_element{
padding-left: 12px;
height: 28px;
position: relative;
overflow: hidden;
margin-top: -3px;
}

header {
  padding: 6px 0;
  width: 100%;
  position: absolute;
  z-index: 99;
/*  background: linear-gradient(360deg, transparent 0%, rgba(0, 0, 0, 0.7) 90%);*/
  background: rgba(0,0,0, 0.75);
}


.logo img {
  width: 300px;
}

.m-logo{
width: 230px;
}

.navbar {
  padding: 0px;
}

#navbarTogglerDemo02 {
  justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  position: relative;
}

.navbar-light .navbar-nav .nav-link::before {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../images/tyre-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  transform: scale(.8) translateX(-6px);
  opacity: 0;
  transition: transform .4s cubic-bezier(.22,.61,.36,1),opacity .35s;
  left: -4px;
background-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
  color: var(--primary-color2);
}

.navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-link.active::before{
  opacity: 1;
  transform: scale(1);
}

.tyre-st a{
padding: 0px !important;
color: var(--bs-white) !important;
font-weight: 600 !important;
display: flex;
align-items: center;
}

.navbar-light .navbar-nav .nav-item.tyre-st .nav-link::before {
display: none;
}

.tyre-st a img{
width: 27px;
position: relative;
left: 2px;
}

.tyre-st a i{
 font-style: normal;
padding: 2px 8px 2px 8px !important;
background: var(--primary-color);
border-radius: 0 10px 10px 0;
}

.dropdown-toggle::after {
  display: inline-block;
  border: none;
}

.dropdown-item {
font-size: 15px;
padding: 10px 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.dropdown-item:focus, .dropdown-item:hover {
color: var(--bs-white);
background-color: var(--primary-color);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.top-cnt {
  display: flex;
  align-items: center;
  position: relative;
}


.banner {
  position: relative;
  overflow: hidden;
}


/*.carousel-item::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
background: linear-gradient(360deg, rgba(0, 0, 0, 0.7)  20%, transparent 80%);
opacity: 0.5;
}
*/
.carousel-inner .carousel-item {
/*  height: 630px;*/
  display: flex;
  align-items: center;
/*   background: linear-gradient(360deg, rgba(0, 0, 0, 0.7)  20%, transparent 80%);*/
}

.ban1{
 height:100%;
 display:flex;
 align-items:center;
 justify-content:center;
}

.carousel-caption.ban1 h2, .carousel-caption.ban2 h2{
    font-weight:800;
}

.ban3 {
  right: 48%;
  left: 12%;
  color: #fff;
  padding: 15px;
  text-align: left;
  bottom: auto;
  background:rgba(0,0,0,0.7); 
}

.ban3.b3{
    left: 50%; 
    right:12%;
}

.ban4{
  top:18%;
  left:10%;
  text-align:left;
  right:50%;
}

.carousel-caption h6{
  text-transform: uppercase;
}

.carousel-caption h2 {
  font-size: 45px;
  font-weight: 600;
/*  text-shadow: 0 2px 4px #222;*/
}

.carousel-caption p {
  line-height: 26px;
}

.carousel-caption a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--primary-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px 12px 22px;
  color: #fff;
  margin-right: 10px;
  border-radius: 30px;
}

.carousel-caption a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.carousel-caption a:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.carousel-caption a:hover {
  color: var(--secondary-color);
}

.carousel-caption a span {
display: inline-block;
transition: 0.7s;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
position: absolute;
right: 20px;
top: 12px;
}


.carousel .carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
}

.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}

.carousel-inner > .carousel-item .carousel-caption, .ban-img{
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption, .carousel .carousel-item.active .ban-img{
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}


.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

section{
overflow-x: clip;
}
.sec-1{
padding: 50px 0;
}

.sec1-bx{
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 80px 0px rgba(30, 22, 22, 0.08);
border-top: 2px solid var(--primary-color);
padding: 40px 30px;
height: 100%;
border-bottom-right-radius: 20px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
position: relative;
z-index: 9;
}

.sec1-bx h4{
font-size: 20px;
font-weight: 600;
color: var(--secondary-color);
display: flex;
align-items: center;
}

.sec1-bx h4 img{
width: 60px;
/*background: var(--primary-color);*/
margin-right: 15px;
/*border-bottom-right-radius: 10px;*/
}

.sec1-bx p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  margin: 0;
}

.sec1-bx:hover{
transform: translateY(-4px);  
box-shadow: 0px 0px 80px 0px rgba(30, 22, 22, 0.15);
}

.sec-2{
padding: 60px 0;
background:url(../images/track.png) no-repeat 100% 0%; 
background-size:cover;
}

.sec2-left{
  padding: 0 20px;
}

.sec2-left h6{
display: flex;
gap: 10px;
align-items: center;
text-transform: uppercase;
color: var(--secondary-color);
}

.sec2-left h2{
font-size: 34px;
color: var(--primary-color);
font-weight: 600;
}

.sec2-left ul li{
  list-style: none;
  color: var(--secondary-color);
  line-height: 26px;
   font-size: 15px;
}

.sec2-left ul li i{
padding-right: 4px;
font-size: 16px;
color: var(--primary-color);
}

.sec-2 p{
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
}

.sec2-left a{
text-decoration: none;
background:var(--primary-color);
color: var(--bs-white);
font-size: 15px;
padding: 12px 18px;
border-radius: 30px;
}

.sec2-left a i{
  padding-left: 4px;
}

.btn-hover{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.btn-hover::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:var(--primary-color2);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.btn-hover:hover::before{
-webkit-transform: scale(2);
transform: scale(2);
}

.sec-3{
padding: 60px 0;
background:url(../images/sec3-bg.jpg) fixed; 
position: relative;
background-size: cover;
z-index: 9;
overflow: hidden;
}

.sec-3::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:#000;
  z-index: -1;
  opacity: 0.85;
}

.sec3-title h6 {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  color: var(--bs-white);
  justify-content: center;
}

.sec3-title h2{
font-size: 34px;
 color: var(--bs-white);
font-weight: 600;  
}

.sec3-title p {
  font-size: 15px;
  line-height: 26px;
 color: var(--bs-white);
}


.sec-4{
padding: 60px 0;
background:url(../images/sec4bg.jpg); 
background-size: cover;
}

.sec4-title h6 {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  color: var(--secondary-color);
  justify-content: center;
}

.sec4-title h2 {
  font-size: 34px;
  color: var(--primary-color);
  font-weight: 600;
}

.sec4-title p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  padding-bottom: 30px;
}

.sec4-bx{
display: flex;
border-bottom: 1px solid var(--bs-gray-300);
padding: 12px 0;
margin-bottom: 12px;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec4-bx::before{
position: absolute;
content: '';
right: 0;
bottom: -3px;
width: 6px;
height: 6px;
background: var(--primary-color2);
border-radius: 30px;
}

.sec4-bx:hover{
border-bottom: 1px solid  var(--primary-color2);
}

.sec4-bx i{
background: var(--primary-color);
width: 50px;
height: 50px;
margin-right: 18px;
color: var(--bs-white);
font-size: 20px;
text-align: center;
line-height: 48px;
}

.sec4-bx div{
  width: 80%;
}

.sec4-bx h4{
font-size: 22px;
margin-bottom: 3px;
}

.sec4-bx p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  margin: 0;
}


.sec-5{
padding: 50px 0;
position: relative;
background:url(../images/sec5bg.jpg) center; 
background-size:cover; 
z-index: 9;
}

.sec-5::before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #031e10;
z-index: -1;
opacity: 0.9;
}

.sec-5 h5{
color: var(--primary-color2);
}

.sec-5 small{
  color: var(--bs-white);
}

.sec-5 ul li{
display: inline-block;
color: var(--bs-white);
border: 1px solid var(--bs-gray-600);
padding: 15px 40px;
border-radius: 30px;
margin: 15px;
width: 45%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
text-transform: uppercase;
}

.sec-5 ul li i{
  padding-right: 10px;
}

.sec-5 ul li:hover{
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  color: var(--secondary-color);
}

.sec-6{
padding: 50px 0;
position: relative;
overflow: hidden;
}

.sec6-bx a {
  text-decoration: none;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0, 0.1);
  margin: 15px 15px 25px;
  padding:15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  background: var(--bs-white);
  position: relative;
}

.sec6-bx .mrk{
opacity:0.1;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.sec6-bx a:hover {
  transform: scale(1.05);
}

.sec6-bx h6{
display: inline-block;
background: var(--primary-color2);
padding: 2px 5px;
color: var(--bs-white);
font-size: 15px;
}

.sec6-bx h5{
  font-size: 16px;
  border-bottom: 1px solid var(--bs-gray-200);
  padding-bottom: 8px;
  color: var(--secondary-color);
  transition: .6s;
-webkit-transition: .6s;
-moz-transition: .6s;
}

.sec6-btm{
font-size: 14px;
letter-spacing: 1px;
}

.sec6-btm span{
  opacity: 0;
  transition: .6s;
-webkit-transition: .6s;
-moz-transition: .6s;
visibility: hidden;
color: var(--bs-white);
}

.sec6-btm i{
position: absolute;
left: 30px;
transition: .6s;
-webkit-transition: .6s;
-moz-transition: .6s;
font-size: 16px;
color: var(--primary-color);
padding-top: 2px;
display: inline-block;
}

.sec6-bx:hover .sec6-btm i{
  left: 86%;
  color: var(--bs-white);
}

.sec6-bx:hover .sec6-btm span{
  opacity: 1;
  visibility: visible;
}

.sec6-bx a:hover{
  background:var(--primary-color); 
}

.sec6-bx:hover h5 {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: var(--bs-white);
}


.slick-pre, .slick-nxt{
  display: none !important;
}

.sec-7{
  background:url(../images/sec7-bg.jpg) center; 
  background-size: cover;
  padding:40px 0;
}

.sec-7 h2{
color: var(--bs-white);
font-size: 34px;
font-weight: 600;
}

.sec-7 p{
color: var(--bs-white);
}

.sec-7 a, .contact-right button {
  text-decoration: none;
  background: var(--primary-color);
  color: var(--bs-white);
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 30px;
}

.sec-8{
padding: 70px 0;
/*background:#d8f0e3 url(../images/tire-vector.png) no-repeat 0px 100px; */
background: url(../images/tire-vector.png) no-repeat 45% 130px; 
background-size: 450px;
}


.sec8-left h6 {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.sec8-left h2 {
  font-size: 34px;
  color: var(--primary-color);
  font-weight: 600;
}


.index-form .form-control {
  height: 50px;
  border-radius: 0;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #9cbdac;
  font-size: 15px;
}

.index-form textarea.form-control{
  height: auto;
}

.form-control:focus {
  border-color: none;
  box-shadow:none;
}


.index-cnt .sendbtn {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border: 0;
  transition: .4s;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

.in-banner{
  padding: 200px 0 0;
}

.bner-txt{
background: var(--primary-color);
position: relative;
bottom: -10px;
z-index: 55;
padding: 20px 15px;
clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
-webkit-clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
-moz-clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
}

.bner-txt h1{
font-weight: 700;
color: var(--bs-white);
margin-bottom: 10px;
}

.bner-txt ul{
margin: 0;
padding: 0;
display: flex;
}

.bner-txt ul li{
  list-style: none;
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}

.bner-txt ul li:nth-child(1)::after {
content: '';
display: inline-block;
vertical-align: middle;
width: 25px;
height: 1px;
margin: -2px 8px 0 8px;
background: rgba(255,255,255,0.7);
}

.bner-txt ul li a{
  text-decoration: none;
  color: var(--bs-white);
}

.abt-bnr{
  background:url(../images/about-banner.jpg) center; 
  background-size: cover;
}

.why-bnr{
  background:url(../images/why-banner.jpg); 
  background-size: cover;
}

.cer-bnr{
  background:url(../images/cer-banner.jpg) center; 
  background-size: cover;
}

.msg-bnr{
  background:url(../images/banner-chairman-message.jpg) center; 
  background-size: cover;
}

.product-bnr{
  background:url(../images/product-bnr.jpg) center; 
  background-size: cover;
}


.ky-tit{
font-weight: 700;
color: var(--primary-color);
position: relative;
}

.ky-tit::after {
display: block;
height: 2px;
content: '';
position: absolute;
bottom: -8px;
width: 30px;
left: 0;
background: var(--bs-gray-400);
}

.ky-list{
padding-left: 0;
margin: 0;
}

.ky-list li{
  list-style: none;
  font-size: 15px;
line-height: 32px;
color: var(--text-color);
}

.ky-list li i{
  color: var(--primary-color);
  padding-right: 5px;
}


.abt2{
padding: 50px 0;
}


.history-box h5 {
  font-size: 28px;
  color: var(--secondary-color);
  font-weight: 800;
letter-spacing: 1.5px;
  line-height: .8;
  text-transform: none;
  margin: 0 0 39px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.history-box:hover h5 {
 color: var(--primary-color2);
}

.history-box:hover .hisbar{
  background: var(--primary-color);
}

.history-box .hisbar {
  position: relative;
  height: 2px;
background: #ececec;
  margin: 0 0 51px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.history-box .hisbar::before {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 6px solid var(--primary-color);
  position: absolute;
  left: 0;
  top: -9px;
  border-radius: 50%;
  z-index: 1;
  content: '';
}

.history-box span {
  display: block;
  font-size: 14px;
  color: #9aa1b0;
  line-height: .8;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin: 0 0 25px;
}

.history-box p {
  color: var(--text-color);
  line-height: 26px;
  font-size: 15px;
  padding-right: 30px;
  text-align: justify;
}

.inner-matter{
padding: 60px 0;
}

.inner-matter h2{
font-size: 34px;
color: var(--primary-color);
font-weight: 600;
position: relative;
}

.inner-matter h2::before{
position: absolute;
content: '';
left: 0;
bottom: -4px;
width: 30px;
height: 2px;
background: #d1d1d1;
}

.inner-matter p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
}
.cer-out{
  filter: drop-shadow(0 0px 1px rgba(0, 0, 0, 0.2));
  margin:15px 0;
}


.cer-bx{
  padding: 15px 5px;
  position: relative;
  clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
-webkit-clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
-moz-clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
background: var(--bs-white);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.cer-bx:hover{
  transform: scale(1.05);
}


.pro-bx a{
  text-decoration: none;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0, 0.1);
  margin: 15px 0;
  padding: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  background: var(--bs-white);
  position: relative;
}

.pro-bx p{
  margin: 0;
  font-weight: 600;
}

.pr-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pr-name p::after{
position: relative;
content: '';
display: inline-block;
width: 40px;
height: 1px;
background: #d1d1d1;
margin: 0px 6px 4px;
transform: translate(50%); 
}

.pr-name.pr-n2{
   display:block;  
}

.pr-name.pr-n2 p{
    font-size:18px;
    color:var(--secondary-color);
}

.pr-name.pr-n2 p::after{
    display:none;
}

.pr-name.pr-n2 span{
    background: var(--primary-color2);
  color: var(--bs-white);
  padding: 2px 8px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.pr-name i{
background: var(--primary-color);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: ;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  padding: 2px 6px;
  font-style: normal;
}


.pro-bx a:hover{
transform: scale(1.04);
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
}

.pro-bx a:hover i{
background:var(--primary-color2); 
}


.pro-details h6{
background: var(--primary-color2);
display: inline-block;
color: var(--bs-white);
padding: 5px 9px;
}

.pro-details h5{
color: var(--primary-color2);
font-size: 22px;
padding-top: 12px;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 5px;
}

.pro-details ul{
padding: 0;
}

.pro-details ul li{
  list-style: none;
  font-size: 15px;
line-height: 26px;
color: var(--text-color);
}

.pro-details ul li::before {
  content: "\f270";
  display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: 400 !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
color: var(--primary-color);
margin-right: 8px;
}

.single-pro{
position: relative;
}
.pr-outter i{
  position: absolute;
  top: 10px;
  right: 30px;
  background: var(--primary-color);
  color: var(--bs-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: skewX(-17deg);
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  z-index: -1;
}

.pr-outter i::before{
transform: skewX(17deg);
-webkit-transform: skewX(17deg);
-moz-transform: skewX(17deg);
display: inline-block;
}

.single-pro a{
text-decoration: none;
display: block;
position: relative;
z-index: 99;
}

.single-pro::before{
position: absolute;
content: '';
right: -90px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
background-color: var(--primary-color2);
clip-path: polygon(15% 0, 60% 0, 49% 53%, 60% 100%, 15% 100%, 0% 50%);
width: 100%;
height: 100%;
z-index: -1;
}

.single-pro::after{
position: absolute;
content: '';
left: 0px;
background-color: #f2f2f2;
clip-path: polygon(15% 0, 60% 0, 49% 53%, 60% 100%, 15% 100%, 0% 50%);
width: 165px;
height: 110px;
z-index: -2;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}

.single-pro img{
  height: 365px;
  object-fit: contain;
}

.side-client{
display: flex;
align-items: end;
height: 100%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.side-client:hover{
  transform: scale(1.05);
}

.side-client a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-color: var(--primary-color);
  padding:25px 20px;
}

.side-client a::before {
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  display: block;
  height: 0px;
  right: 0px;
  position: absolute;
  bottom: 0px;
  width: 20px;
}

.side-client h6{
background: none;
padding: 0 0 10px;
position: relative;
}

.side-client h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3px;
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,0.5);
}

.side-client a img{
width: 80px;
position: absolute;
right: 15px;
bottom: 15px;
opacity: 0.15;
}

.side-client i{
border: 1px solid var(--bs-white);
width: 40px;
display: flex;
height: 40px;
margin-top: 30px;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.pro-table h6{
display: flex;
gap: 10px;
align-items: center;
text-transform: uppercase;
color: var(--secondary-color);
justify-content: center;
margin-top: 20px;
}

.pro-table h6, .pro-table h4{
text-align: center;
}

.pro-table h4 {
  color: var(--primary-color);
  font-weight: 600;
}

.nav-pills .nav-link {
border-radius: 30px;
padding: 8px 20px;
cursor: pointer;
border: 1px solid var(--bs-gray-300);
color: var(--secondary-color);
margin: 0 8px 8px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
background-color: var(--primary-color);
border: 1px solid var(--primary-color);
}

.pro-table table {
  width: 95%;
margin: auto;
text-align:center;
}

.pro-table table tr:nth-child(2n+1) {
  background: #fff;
}
.pro-table table tr:nth-child(2n) {
  background: #f7f7f7;
}

.pro-table table tr th {
  padding: 10px;
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-left: 1px solid #1b5b39;
border-top: 1px solid #1b5b39;
}

.pro-table table tr td {
  padding: 10px;
  font-size: 15px;
  font-family: var(--text-font-family);
  color: var(--text-color);
}

.mnt-img{
border-radius: 50%;
}

.mnt-details{
display: flex;
border: 2px solid var(--bs-gray-300);
border-radius: 18px;
height: 100%;
align-items: center;
padding: 20px;
}

.mnt-details span{
border: 2px solid #771f6d;
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-left: -50px;
background: var(--bs-white);
font-weight: 700;
font-size: 22px;
color: #771f6d;
}

.mnt-details div{
  width: 90%;
}

.mnt-details li{
  list-style: none;
  line-height: 28px;
  color: var(--text-color);
}

.mnt-details li i {
  padding-right: 4px;
  font-size: 16px;
  color: var(--primary-color);
}


footer{
  position: relative;
  background:url(../images/footer-bg.jpg); 
/*  background: #000 url(../images/footer-bg.png) center;*/
  overflow: hidden;
  background-size: cover;
  z-index: 9;
}

footer::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.95;
}

footer .upper-footer {
  position: relative;
  padding: 35px 15px 15px;
}

footer .upper-footer .ufot {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

footer .upper-footer .ufot .footer-logo::after {
display: block;
height: 90%;
content: '';
position: absolute;
right: 22px;
width: 1px;
top: 5%;
background: rgba(255,255,255,0.2);
}

footer .upper-footer .ufot .footer-logo {
  display: inline-block;
  position: relative;
  min-width: 320px;
}

footer .upper-footer .ufot .footer-logo img {
  width: 270px;
}
footer .upper-footer .ufot .footer-text {
  display: inline-block;
  position: relative;
}

footer .upper-footer .ufot .footer-text p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  color: rgba(255,255,255,.85);
  letter-spacing: 0.3px;
}

footer .upper-footer .social-icons {
  position: relative;
  text-align: right;
  padding: 35px 0;
}
footer .upper-footer .social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

footer .upper-footer .social-icons ul li {
  position: relative;
}

footer .upper-footer .social-icons ul li a {
  text-align: center;
  display: block;
  margin: 0 5px;
}


footer .upper-footer .social-icons ul li a img{
  width: 34px;
}


footer .second-footer .widget .widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  color: var(--bs-white);
}


footer .second-footer .widget .widget-title::after {
  display: block;
  height: 2px;
  margin-top: 0;
  margin-bottom: -12px;
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  left: 0;
  background: var(--primary-color2);
}

footer .second-footer .widget .widget-detail p {
  color: rgba(255,255,255,.75);
  font-family: var(--text-font-family);
  font-size: 15px;
}

footer .second-footer .widget ul.menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .second-footer .widget ul.menu-footer li {
  display: block;
  position: relative;
}

footer .second-footer .widget ul.menu-footer li a {
  display: block;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  color: rgba(255,255,255,.75);
}

footer .second-footer .widget ul.menu-footer li a span {
  font-size: 12px;
  padding-right: 2px;
  color: var(--primary-color2);
}

footer .second-footer .widget .widget-detail h3 {
  color: var(--primary-color2);
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}

footer .second-footer .widget ul.menu-footer li a:hover {
  color: var(--primary-color2);
}

footer .second-footer ul.widget2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .second-footer ul.widget2 li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 16px;
  color: var(--primary-color2);
}

footer .second-footer ul.widget2 li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 15px;
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}


footer .second-footer .widget {
  padding: 55px 0 55px;
  color: #fff;
  position: relative;
}

footer .second-footer {
  border-top: 1px solid rgba(255,255,255,0.2);
  position: relative;
}

.ttm-btn{
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
  display: block;
  font-size: 15px;
  text-align: center;
padding: 14px 30px 14px 30px;
position: relative;
font-weight: 500;
z-index: 1;
 -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
padding: 14px 30px 14px 30px;
text-decoration: none;
color: #fff;
max-width: 250px;
}

.ttm-btn i{
padding-left:8px;
}


.ttm-btn::before {
  content: '';
  position: absolute;
  background: var(--primary-color2);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  z-index: -1;
}

.ttm-btn:hover::before{
width: 100%;
-webkit-transition: .4s all ease-in-out;
-o-transition: .4s all ease-in-out;
transition: .4s all ease-in-out;
}

.ttm-btn:hover{
color: #fff;
border: 1px solid  var(--primary-color2);
}

.fixed-tp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: var(--primary-color);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff !important;
  text-decoration: none;
}

.contact-details{
  background: linear-gradient(rgb(31 108 67 / 76%), rgb(31 108 67 / 76%)), url('https://www.namdhariindtraders.com/images/cnt-bg.jpg') no-repeat center / cover;
  color: white;
  padding: 50px;
  margin-bottom: 50px;
}
.contact-details p{
  color: white;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
  .logo img {
    width: 225px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: var(--bs-black);
  }

  .carousel-caption {
    right: 10%;
    left: 10%;
    padding-top: 0px;
  }

  .carousel-inner .carousel-item {
    height: 500px;
  }

  .carousel-caption h2 {
    font-size: 25px;
  }


  .carousel-caption p {
    font-size: 16px;
    line-height: 24px;
    display:none;
  }
  
  .carousel .carousel-item img {
	object-position: center;
}

.ban3.b3 {
	left: 40%;
	padding:10px;
}
.ban3{
   	padding:10px; 
}

.ban-img .m-tr4{
width: 45% !important;
    position: relative;
    right: -146px;
}

.m4-tyre{
left: 35px !important;
    position: relative;
    font-size: 13px;
}

.m4-tyre img{
object-fit: contain !important;
}

  .sec1-bx {
  margin-bottom: 15px;
  height: auto;
}

.history-box{
margin: 20px;    
}

.mnt-details {
	margin: 20px;
	height: auto;
}

.mnt-img {
	text-align: center;
	width: 310px;
	height: 295px;
}

footer .upper-footer .ufot .footer-logo::after {
display:none;
}

footer .upper-footer .ufot .footer-logo {
	margin-bottom: 15px;
}

footer .upper-footer .ufot {
  flex-direction: column;
}

footer .upper-footer .social-icons ul {
	justify-content: center;
}

footer .upper-footer .social-icons {
	padding: 0 0 35px;
}

footer .second-footer .widget {
	padding: 25px 0 0;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

.carousel-caption {
  right: 15%;
  padding: 0;
}


.carousel-caption h2 {
  font-size: 30px;
}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.carousel-caption {
  right: 20%;
}

.carousel-caption h2 {
  font-size: 40px;
}


}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    background: var(--primary-color);
    color: var(--bs-white);
    box-shadow: none;
  }

  .top-cnt {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
  color: var(--bs-black);
}

.carousel-indicators {
  display: none;
}

.top-left {
  display: none;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo img {
  width: 210px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) {
}
.enq-form {
    margin-left: 20px;
    background: #f2f4f8;
    padding: 30px;
}
.input-grp .form-control {
    padding: 1rem;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    background: none;
    margin: 15px 0;
    font-family: var(--text-font-family);
    font-size: 14px;
}
.enq-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}