/*
Theme Name: farentino
Theme URI:// farentino
Author: Ogilvy Digital
Author URI:
Description:This theme Has been made for farentino website by Ogilvy Team.
version:1.0
tags:one, two
textdomain:

*/

body {
  overflow-x: hidden;
}

* {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', cursive;
  color: #1c1c1c;
}

p {
  color: #4f4f4f;
  line-height: 28px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 18%);
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.custom-logo-link img {
  width: 75%;
  object-fit: contain;
}

#mainSlider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#mainSlider .banner-image {
  background-position: bottom right;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 38%;
}

.banner-content {
  position: relative;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-content .container {
  max-width: 37%;
  margin-left: 5%;
}

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

.main-banner .yellow-box {
  /* background-color: #ffae00; */
  height: 100vh;
  width: 46%;
  position: absolute;
  z-index: 1;
}

/* .main-banner::before{
  width: 0;
  height: 0;
  border-top: 116vh solid #ffae00;
  border-right: 78px solid transparent;
  content: "";
  position: absolute;
  left: 45%;
  z-index: 3;
  top: 0;

} */

/* .banner-content {
  position: relative;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 52% 0%, 46% 100%, 0% 100%);
  overflow: hidden;
  background: #ffae00;
} */

.banner-content .container {
  max-width: 85%;
  margin-left: 10%;
}

.banner-content {
  position: relative;
  bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%);
  overflow: hidden;
  background: #ffae00;
  width: 43%;
}

/* .banner-content-yellow-box{
  bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%);
  overflow: hidden;
  background: #ffae00;
  width: 50%;
  z-index: -1;
} */

#mainSlider2 {
  position: absolute;
  top: 0;
  height: 100vh;
}

.main-banner h2,
.main-banner h1{
  font-size: 70px;
  color: white;
  letter-spacing: 1px;
}

.main-banner p {
  letter-spacing: 0.2px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.main-banner a {
  text-decoration: none !important;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  border: 1px solid white;
  padding: 14px 30px 13px;
  margin-top: 27px;
  transition: 0.5s;
  font-size: 12px;
}

.main-banner a:hover {
  background: white;
  transition: 0.5s;
  color: #ffae00;
}

.ft-social-media-banner {
  color: white;
  left: 6%;
  position: absolute;
  bottom: 35px;
  z-index: 5;
}

.ft-social-media-banner a {
  color: white !important;
  margin-right: 20px;
  transition: 0.5s;
  display: inline-block;
}

.ft-social-media-banner a:hover {
  transition: 0.5s;
  transform: translateY(-4px);
}

.pd-pad-set {
  padding: 5% 0;
  position: relative;
}

.pd-pl-100 {
  padding-left: 11%;
}

.pd-red-subtitle {
  color: #e8090c;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.pd-section-heading {
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.pd-red-outlined {
  text-decoration: none;
  border: 2px solid #f10003;
  color: #f10003;
  padding: 14px 31px 13px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 34px;
  display: inline-block;
  font-weight: 500;
  transition: 0.5s;
}

.pd-red-outlined:hover {
  transition: 0.5s;
  background: #f10003;
  color: #ffffff;
  text-decoration: none;
}

.pd-story-sec .container {
  padding: 0 5%;
}

.pd-story-sec .pd-yellow-box {
  clip-path: polygon(31% 0%, 93% 0%, 73% 68%, 0% 68%, 27% 100%, 0% 97%);
  background: #ffae00;
  height: 100%;
  width: 57%;
  position: absolute;
  left: -25%;
  top: 0px;
  z-index: -1;
}

.pd-story-sec .row {
  align-items: center;
}

.pd-left-news-card img {
  height: 350px;
  object-fit: cover;
  margin-bottom: 15px;
}

.pd-left-news-card p {
  font-size: 15px;
}

.pd-left-news-card .pd-news-title {
  color: #1c1c1ce8;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.pd-left-news-card a {
  color: #f10003;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

#newsHome {
  /* transform: rotate( 90deg); */
  width: 100% !important;
  /* background: red; */
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transform: rotate(270deg); */
  display: flex;
  align-items: baseline;
}

/* 
#newsHome .item {

  height: 76vh;
    background: red;
    position: relative;
}

#newsHome img{
  position: absolute;

  right: 0;
  width: 150px;
  height: 150px;
  object-fit: cover;
  top: 0;
}


#newsHome  .pd-news-title{
  position: absolute;
    text-align: left;
    bottom: 150px;
    transform: rotate(90deg);
    right: -79px;
    width: 275px;
} */

/* #newsHome .owl-stage {
  height: 83vh;
}

#newsHome .owl-item{
  transform: rotate(90deg);
  margin-top: 9%;
} */

.pd-news-sec .card-wrapper-n-s .row {
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.pd-news-sec .card-wrapper-n-s p {
  margin-bottom: 0;
  font-size: 12px;
}

.pd-news-sec .card-wrapper-n-s .pd-news-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 19px;
}

.pd-news-sec h2,.pd-news-sec h1 {
  margin-bottom: 30px;
  font-size: 55px;
}

.pd-news-sec .card-wrapper-n-s .row .col-lg-4 {
  padding-right: 0;
}

.pd-news-sec .card-wrapper-n-s .row .col-lg-8 {
  padding: 10px 15px;
  background: white;
  height: 130px;
  overflow: auto;
}

.pd-news-sec .card-wrapper-n-s a {
  color: #f10003;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.pd-news-sec .card-wrapper-n-s img {
  height: 130px;
  object-fit: cover;
  width: 100%;
  object-position:top;
}

.pd-news-sec .pd-yellow-box {
  clip-path: polygon(57% 0%, 90% 20%, 143% 60%, 102% 137%, 25% 102%, 0% 56%, 41% 2%);
  background: #ffae00;
  height: 100%;
  width: 57%;
  position: absolute;
  right: -34%;
  bottom: 0px;
}

.pd-prod-rage-sec .tab-content {
  position: relative;
  height: 100%;
}

.pd-prod-rage-sec .tab-content .back-tire-rng {
  position: absolute;
  width: 51%;
  right: 22%;
  bottom: 25%;
}

.pd-prod-rage-sec .tab-content .front-vehic-rng {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.pd-prod-rage-sec .nav-link {
  width: 45%;
  text-align: center;
  padding: 10% 0;
  border-radius: 0;
  transition: 0.5s;
  background: #f5f5f5;
  margin: 10px;
}

.pd-prod-rage-sec .nav-link img {
  display: inline-block;
  width: 75px;
  margin: 10px;
  transition: 0.5s;
  filter: contrast(0.1) opacity(0.9);
  height: 53px;
  object-fit: contain;
}

.pd-prod-rage-sec .nav-link p {
  color: #7c7c7c;
  font-size: 14px;
  margin-top: 10px;
  transition: 0.5s;
  font-weight: 500;
}

.pd-prod-rage-sec {
  transition: 0.5s;
  padding-top: 7%;
}

.pd-prod-rage-sec .nav-pills {
  margin: 18px 0;
}

.pd-prod-rage-sec .nav-link.active {
  transition: 0.5s;
  background-color: #f10003;
}

.pd-prod-rage-sec .nav-link.active img {
  transition: 0.5s;
  filter: invert(1);
}

.pd-prod-rage-sec .nav-link.active p {
  transition: 0.5s;
  color: #ffffff;
}

@media (max-width:1590px) {
  .pd-section-heading {
    font-size: 45px;
    line-height: 46px;
  }
}

.pd-prod-rage-sec .pd-yellow-box {
  clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 95%, 0% 85%, 0% 32%);
  background: #ffae00;
  height: 115%;
  width: 57%;
  position: absolute;
  right: -28%;
  bottom: 0px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-expand-lg {
  padding-left: 12.7%;
  text-align: right;
  height: 100%;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.main-menu-bar {
  padding: 5px 4%;
}

#main-menu a.nav-link {
  color: white !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

#main-menu .menu-item {
  position: relative;
  transition: 0.5s;
}

#main-menu .menu-item::after {
  margin-left: -30px;
  position: absolute;
  left: 50%;
  content: "";
  width: 60px;
  height: 3px;
  background: #dc1414;
  top: -30px;
  transform: scale(0);
}

#main-menu .menu-item:hover::after {
  transform: scale(1);
  transition: 0.5s;
}

#main-menu .menu-item.active::after {
  transform: scale(1);
}

.pd-fmt-sec {
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
}

.pd-fmt-sec select {
  padding: 12px 55px 12px 18px;
  margin-right: 8px;
  appearance: none;
  position: relative;
  outline: none !important;
  border-radius: 0 !important;
  border: 2px solid #ffae00;
  font-size: 14px;
  color: dimgrey;
  background: transparent;
}

.pd-fmt-sec .select-wrapper {
  position: relative;
  display: inline-block;
}

.pd-fmt-sec .select-wrapper::after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ffae00;
  content: "";
  position: absolute;
  right: 19px;
  top: 21px;
  z-index: -1;
}

.pd-fmt-sec .submit-form-filter {
  background: #f10003;
  border: none;
  padding: 14px 35px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  transition: 0.5s;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
}

.pd-fmt-sec .submit-form-filter:hover {
  background: #ffae00;
  transition: 0.5s;
}

.pd-fmt-sec .pd-section-heading {
  font-size: 35px;
}

#filterForm {
  margin-bottom: 50px;
}

.pd-prod-card-wrapper {
  text-align: center;
  padding: 20px 30px;
  background: white;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  transition: 0.5s;
}

.pd-prod-card-wrapper:hover {
  background: #ffae00;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 21px 23px -13px #00000036;
}

.pd-prod-card-wrapper:hover p {
  color: white !important;
  transition: 0.5s;
}

.pd-prod-card-wrapper p {
  transition: 0.5s;
}

.pd-prod-card-wrapper .pd-prod-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 2px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.pd-prod-card-wrapper .pd-prod-short-desc {
    color: #4f4f4f;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.pd-prod-card-wrapper img {
  width: 70%;
  display: inline-block;
  margin-bottom: 20px;
  height: 200px;
  object-fit: contain;
  object-position: bottom;
}

.pd-prod-card-wrapper a {
  color: #f10003;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.pd-fmt-sec .pd-yellow-box {
  clip-path: polygon(55% 2%, 52% -3%, 79% 54%, 102% 104%, -6% 99%, 0% 8%, 9% 7%);
  background: #ffae00;
  height: 98%;
  width: 62%;
  position: absolute;
  left: -34%;
  bottom: 4%;
}

.pd-story-sec {
  padding-top: 10%;
}

.pd-story-sec .pd-yellow-box {
  margin-top: 0%;
  height: 100%;
}

.pd-forms-filters form, .pd-forms-filters .pd-search-form {
  display: inline-block;
}

.pd-search-form input {
  padding: 12px 55px 12px 18px;
  margin-right: 8px;
  appearance: none;
  position: relative;
  outline: none !important;
  border-radius: 0 !important;
  border: 2px solid #f10003;
  font-size: 14px;
  color: dimgrey;
  background: transparent;
  margin-left: 10px;
  margin-right: 0;
}

.pd-search-form button {
  background: #f10003;
  color: white;
  border: none;
  margin-left: -5px;
  font-size: 20px;
  font-weight: 100;
  justify-content: center;
  align-items: center;
  height: 49px;
  width: 50px;
}

.pd-search-form form {
  display: flex;
}

.pd-forms-filters {
  display: flex;
}

#filterForm {
  width: 100%;
}

#filterForm {
  width: 100%;
  display: flex;
}

.pd-fmt-sec .select-wrapper {
  max-width: 20%;
  flex: 0 0 20%;
  margin-right: 8px;
}

.pd-fmt-sec select, .pd-fmt-sec .submit-form-filter {
  width: 100%;
}

/* about page */

.inner-banner {
  height: 70vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8%;
  background-position: bottom right;
  background-size: 73%;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width:1900px) and (min-width:990px) and (min-height:700px){
    .inner-banner {
      background-size: cover;  
    }
}

@media (min-height:1300px){
    .inner-banner {
      background-size: cover;  
    }
}

.inner-banner .yellow-box {
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%);
  overflow: hidden;
  background: #ffae00;
  width: 43%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.inner-banner h2,
.inner-banner h1{
  z-index: 2;
  position: relative;
  color: white;
  font-size: 55px;
  letter-spacing: 0.8px;
  max-width: 37%;
}

.gradiant-inner {
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, black, transparent);
  height: 16vh;
}

.pd-abt-page-abt-sec img {
  width: 100%;
}

.pd-abt-page-abt-sec .pd-yellow-box {
  clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 100%, 0% 70%, 0% 48%);
  background: #ffae00;
  height: 115%;
  width: 57%;
  position: absolute;
  right: -28%;
  bottom: 0px;
  z-index: -1;
}

.pd-abt-page-abt-sec {
  padding-top: 10%;
}

.chaiman-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  margin: auto;
  box-shadow: -15px -15px #ffae00, 15px 15px #ffae00;
  border: 4px solid white;
  transition: 0.5s;
}

.chaiman-img:hover {
  transition: 0.5s;
  box-shadow: none;
  transform: translateY(-2px);
}

.pd-abt-page-dir-msg-sec {
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  padding: 10% 0;
  background-image: none !important;
  background: #f9f9f9;
}

.pd-abt-page-dir-msg-sec .pd-dark-box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #0000008f; */
  top: 0;
}

.pd-abt-page-dir-msg-sec .pd-yellow-box {
  clip-path: polygon(55% 2%, 52% -3%, 79% 54%, 102% 104%, -6% 99%, 0% 8%, 9% 7%);
  background: #ffae00;
  height: 36%;
  width: 62%;
  position: absolute;
  left: -33.99%;
  bottom: -0.02%;
}

.pd-abt-page-dir-msg-sec h2,
.pd-abt-page-dir-msg-sec h1{
  /* color: white; */
  margin-bottom: 20px;
  font-size: 38px;
  position: relative;
  display: inline-block;
  margin-top: 65px;
}

.pd-abt-page-dir-msg-sec h2 .left-comma,
.pd-abt-page-dir-msg-sec h1 .left-comma{
  font-size: 80px;
  position: absolute;
  top: -26px;
  left: -37px;
}

.pd-abt-page-dir-msg-sec h2 .right-comma,
.pd-abt-page-dir-msg-sec h1 .right-comma{
  font-size: 80px;
  position: absolute;
  top: -26px;
  right: -37px;
}

.pd-abt-page-dir-msg-sec p {
  /* color: white; */
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
  padding: 0 5%;
}

.dir-details {
  text-align: center;
  margin-top: 40px;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 35px !important;
  border: 3px solid #ffae00;
  padding: 20px 40px;
  display: inline-block;
  background: white;
  letter-spacing: 0.4px;
}

.pd-abt-page-v-m-sec {
  padding-top: 7%;
  overflow: hidden;
}

.pd-our-story-img {
  object-fit: cover;
}

.pd-aligned-center {
  align-items: center;
}

.pd-abt-page-v-m-sec .pd-yellow-box {
  clip-path: polygon(31% 0%, 93% 0%, 73% 68%, 0% 68%, 27% 100%, 0% 97%);
  background: #ffae00;
  height: 104%;
  width: 57%;
  position: absolute;
  left: -25%;
  top: 0px;
}

.pd-abt-page-v-m .pd-yellow-box {
  clip-path: polygon(57% 0%, 90% 20%, 143% 60%, 102% 137%, 25% 102%, 0% 56%, 41% 2%);
  background: #ffae00;
  height: 100%;
  width: 57%;
  position: absolute;
  right: -34%;
  bottom: 0px;
}

.main-paragraph {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  font-family: 'Bebas Neue', cursive;
}

ul li {
  color: #4f4f4f;
  line-height: 28px;
}

.pd-cornered-box {
  text-align: center;
  padding: 60px 30px;
  position: relative;
  min-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: white;
}

.vm-mar-10 {
  margin: 10px 0;
}

.pd-cornered-box p {
  width: 80%;
  margin: 10px auto 0;
}

.pd-cornered-box.pd-red p {
  width: 100%;
}

.pd-cornered-box:hover::before, .pd-cornered-box:hover::after {
  width: 100%;
  transition: 0.2s;
  height: 100%;
}

.pd-cornered-box:hover {
  background: #ffae00;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 18px 14px -12px #00000059;
  /* animation-delay: 2s; */
}

.pd-cornered-box.pd-red:hover {
  background: #e8090c;
}

.pd-cornered-box i {
  font-size: 45px;
  color: #1c1c1c;
  margin-bottom: 10px;
}

.pd-cornered-box h2,
.pd-cornered-box h1{
  margin-bottom: 26px;
}

.pd-cornered-box:hover p, .pd-cornered-box:hover h2,.pd-cornered-box:hover h1 {
  transition: 0.5s;
}

.pd-cornered-box:hover p, .pd-cornered-box:hover h2, .pd-cornered-box:hover i, .pd-cornered-box:hover h2 {
  color: white;
  transition: 0.5s;
  animation-delay: 1s;
}

.pd-cornered-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100px;
  height: 100px;
  border-top: 3px solid #ffae00;
  border-left: 3px solid #ffae00;
  transition: 0.5s;
}

.pd-cornered-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100px;
  height: 100px;
  border-bottom: 3px solid #ffae00;
  border-right: 3px solid #ffae00;
  transition: 0.5s;
}

.pd-cornered-box.pd-red::before {
  bottom: 0px;
  border-bottom: 3px solid #e8090c;
  border-left: 3px solid #e8090c;
  top: auto;
  border-top: none;
  transition: 0.5s;
}

.pd-cornered-box.pd-red::after {
  top: 0px;
  border-top: 3px solid #e8090c;
  border-right: 3px solid #e8090c;
  bottom: auto;
  border-bottom: none;
  transition: 0.5s;
}

.pd-cornered-box p {
  margin-bottom: 10px;
}

.pd-contact-page-form-sec {
  padding-top: 7%;
  padding-bottom: 5%;
  overflow: hidden;
}

.pd-contact-page-form-sec form {
  width: 100%;
}

.pd-contact-page-form-sec form input, .pd-contact-page-form-sec form textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 8px 10px;
  color: dimgrey;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  background: #efefef;
  border: none;
}

input[type="file"] {
  padding-left: 0 !important;
  border: none !important;
  background: transparent !important;
}

.pd-contact-page-form-sec textarea {
  max-height: 150px;
}

.wpcf7 {
  width: 100%;
}

.pd-form-sec {
  width: 60%;
  background: white;
  padding: 60px 50px;
  box-shadow: 0px 0px 41px 0 #8080802b, 0px 51px 64px -44px #80808000;
  margin: 0;
  margin-top: 50px;
}

.pd-form-sec .row {
  margin: 0;
}

.cont-form-after {
  width: 46%;
  position: absolute;
  left: 53%;
  bottom: -40px;
}

.pos-rel {
  position: relative
}

.pd-contact-page-form-sec label {
  margin-bottom: 2px;
}

.pd-contact-page-form-sec input[type="submit"] {
  background: #f10003;
  border: none;
  padding: 14px 35px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  transition: 0.5s;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.pd-contact-page-form-sec input[type="submit"]:hover {
  transition: 0.5s;
  background: #ffae00;
}

.pd-contact-page-form-sec .back-tire-rng-cont {
  position: absolute;
  width: 27%;
  right: 100px;
  bottom: 9%;
}

.pd-contact-page-form-sec .pd-yellow-box {
  clip-path: polygon(53% 0%, 89% 20%, 143% 60%, 100% 137%, 51% 100%, 0% 89%, 6% 49%);
  background: #ffae00;
  height: 110%;
  width: 57%;
  position: absolute;
  right: -28%;
  bottom: 0px;
}

.mw-60 {
  max-width: 60%;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -31px;
  font-size: 11px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  position: absolute;
  bottom: 0;
}

.pd-contact-inf a {
  display: block;
  text-align: center;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  transition: 0.5s;
}

.pd-contact-inf a:hover {
  transition: 0.5s;
  color: #f10003;
}

.pd-contact-inf h2,.pd-contact-inf h1 {
  margin-bottom: 80px;
  font-size:55px;
}

.pd-contact-inf p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
}

.pd-contact-inf i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 38px;
  margin-bottom: 35px;
  color: #848484;
  transition: 0.5s;
}

.pd-contact-inf .cont-inf-wrapper {
  text-align: center;
  padding: 30px;
  background: #ececec8f;
  min-height: 212px;
  position: relative;
  box-shadow: 0px 11px 29px -23px #00000078;
  transition: 0.5s;
}

.pd-contact-inf .col-lg-4 {
  position: relative;
  transition: 0.5s;
}

.pd-contact-inf .col-lg-4::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffae00;
  left: 50%;
  top: -33px;
  margin-left: -60px;
  transition: 0.5s;
}

/* .pd-contact-inf .col-lg-4::after{
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #ffae00;
  right: 0;
  bottom: -15px;
} */

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

.pd-contact-inf .col-lg-4:hover::before {
  top: -45px;
  transition: 0.5s;
}

.pd-contact-inf .col-lg-4:hover .cont-inf-wrapper {
  background: white;
  transition: 0.5s;
  transform: translateY(10px);
}

.map-section-contact {
  overflow: hidden;
}

.map-section-contact iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -10px;
}

.pd-contact-inf {
  padding-bottom: 10%;
}

.pd-sust-right-main {
  width: 80%;
}

.pd-aligned-center {
  align-items: center;
}

.pd-sust-sec .pd-yellow-box {
  clip-path: polygon(20% 1%, 90% 21%, 144% 60%, 102% 137%, 50% 100%, 0% 83%, 0% 30%);
}

.pb-7 {
  padding-bottom: 7%;
}

.sust-card-content {
  padding: 35px;
}

.sust-card-content p {
  line-height: 30px;
}

.sust-card {
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0px 6px 28px -13px #00000042;
  transition: 0.5s;
  background: white;
}

.sust-card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
  box-shadow: 0px 15px 28px -13px #00000042;
}

.sust-card:hover img {
  transition: 0.5s;
  filter: brightness(0.8);
}

.sust-card img {
  height: 210px;
  object-fit: cover;
  transition: 0.5s;
}

.sust-card span {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  color: #4f4f4f;
}

.sust-card h4 {
  margin-bottom: 12px;
  line-height: 32px;
}

.sust-card a {
  margin-top: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 8px 25px;
  border: 1px solid;
}

.eco-label-img {
  height: 350px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 22px;
  margin-top: 10px;
}

.eco-label-section ul {
  font-weight: 400;
  text-transform: uppercase;
}

.eco-label-section ul li {
  margin-bottom: 5px;
}

.eco-label-section .pd-yellow-box {
  clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 101%, 0% 77%, 0% 48%);
  background: #ffae00;
  height: 115%;
  width: 57%;
  position: absolute;
  right: -29%;
  bottom: 18%;
  z-index: -1;
}

.pd-sust-works-sec .pd-yellow-box {
  clip-path: polygon(57% 18%, 87% 48%, 143% 60%, 102% 52%, 44% 100%, 37% 56%, 41% 2%);
  background: #ffae00;
  height: 83%;
  width: 57%;
  position: absolute;
  page-break-after: always;
  bottom: 0px;
  left: -27%;
}

.pd-innov-tech-cars-sec .inv-tech-card {
  text-align: center;
  padding: 30px 20px;
  background: white;
  height: 100%;
  box-shadow: 0px 0px 59px -43px #00000066, 0px 23px 45px -43px #00000066;
  /* border: 1px solid #ffae0073; */
  transition: 0.5s;
  font-size: 15px;
}

.pd-innov-tech-cars-sec .inv-tech-card:hover {
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 0px 59px -43px #00000066, 0px 40px 45px -43px #00000066;
}

.pd-innov-tech-cars-sec .inv-tech-card img.inv-tech-logo {
  margin-bottom: 22px;
  width: 112px;
}

.pd-innov-tech-cars-sec .inv-tech-card h3 {
  margin-bottom: 20px;
}

.pd-innov-tech-cars-sec {
  padding-top: 0;
  padding-bottom: 0;
}

.pd-innov-tech-cars-sec .pd-yellow-box {
  clip-path: polygon(55% 2%, 52% -3%, 79% 54%, 102% 104%, -6% 99%, 0% 8%, 9% 7%);
  background: #ffae00;
  height: 75%;
  width: 62%;
  position: absolute;
  left: -34%;
  bottom: 16%;
}

.pd-inov-bottom-sec .pd-yellow-box {
  clip-path: polygon(31% 0%, 93% 0%, 73% 68%, 0% 68%, 27% 100%, 0% 97%);
  background: #ffae00;
  height: 113%;
  width: 57%;
  position: absolute;
  left: -24.95%;
  top: -23%;
  z-index: -1;
}

.pd-inov-bottom-sec {
  overflow: visible;
  padding-top: 5%;
}

.pd-pl-7 {
  padding-left: 7%;
}

.pd-inov-bottom-sec p {
  font-weight: 500;
  line-height: 33px;
}

.eco-label-section h3 {
  margin-bottom: 12px;
}

.pd-cat-card-wrapper {
  text-align: center;
  margin-bottom: 15px;
  padding: 20px;
  transition: 0.5s;
  margin-top: 20px !important;
  background: white;
}

.pd-cat-card-wrapper img {
  height: 250px;
  object-fit: contain;
  margin-bottom: 25px;
  object-position: bottom;
}

.pd-cat-card-wrapper h4 {
  transition: 0.5s;
}

.pd-cat-card-wrapper:hover {
  transition: 0.5s;
  background: #ffae00;
  transform: translateY(-5px);
  box-shadow: 0px 16px 75px -26px #00000061
}

.pd-cat-card-wrapper:hover h4 {
  color: white;
}

.pd-prod-cat-sec .pd-section-heading {
  margin-bottom: 30px;
}

.pd-prod-cat-sec .pd-yellow-box {
  /* clip-path: polygon(53% 0%, 68% 40%, 158% 60%, 113% 170%, 67% 100%, 0% 50%, 0% 50%);
  background: #ffae00;
  height: 100%;
  width: 57%;
  position: absolute;
  right: -30%;
  top: 0px; */
  clip-path: polygon(55% -6%, 100% 0%, 35% 100%, 0% 104%, -6% 99%, 0% 8%, 9% 7%);
  background: #ffae00;
  height: 72%;
  width: 62%;
  position: absolute;
  left: -23%;
  top: -0.1%;
}

.pd-prod-cat-sec {
  padding-top: 7%;
}

.pd-prod-sec-page .pd-section-heading {
  margin-bottom: 50px;
}

.pd-just-center {
  justify-content: center;
}

.pd-prod-sec-page .pd-prod-card-wrapper img {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  height: 230px;
  object-fit: contain;
  object-position: bottom;
}

.pd-footer .pd-yellow-box {
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%);
  overflow: hidden;
  background: #ffae00;
  width: 43%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pd-footer {
  position: relative;
  padding: 7% 0;
  overflow: hidden;
  /* border-top: 5px solid #ffae00; */
  /* background: #ffae00; */
  box-shadow: 0px -13px 31px -26px #0000005c;
}

.pd-footer-menu {
  list-style: none;
  padding: 0;
  padding-left: 1px;
}

.pd-footer-menu a.nav-link {
  color: #1c1c1c;
  transition: 0.5s;
  padding-left: 0;
  padding: 4px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.pd-footer-menu a.nav-link:hover {
  color: #ffae00;
  transition: 0.5s;
  transform: translateY(-2px);
}

.pd-30 {
  padding-left: 30px;
}

.pd-footer h5 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #e8090c;
}

.p-r-5 {
  padding-right: 5%;
}

.pd-footer .footer-para {
  color: white;
  margin-top: 30px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

.pd-footer span i {
  margin-right: 12px;
  color: white;
  transition: 0.5s;
}

.pd-flex {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.pd-flex p {
  margin: 0;
  transition: 0.5s;
}

.pd-footer .pd-yellow-sec a {
  color: white;
  transition: 0.5s;
}

.pd-flex:hover a {
  transition: 0.5s;
  color: #e8090c;
}

.pd-flex:hover span i {
  transition: 0.5s;
  color: #e8090c;
}

.pd-social-footer {
  margin-top: 50px;
}

.pd-social-footer a {
  padding-right: 24px;
  font-size: 24px;
  padding-left: 20px;
  transition: 0.5s;
  display: inline-block;
}

.pd-social-footer a:hover {
  transition: 0.5s;
  color: #e8090c;
  transform: translateY(-2px);
}

.pd-footer-creadit {
  text-align: center;
  background: #1c1c1c;
}

.pd-footer-creadit p {
  margin: 0;
  color: wheat;
  padding: 6px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.pd-footer-creadit a {
  color: #e8090c;
}

.pd-footer .footer-tire-rng {
  position: absolute;
  right: -8%;
  height: 90%;
  bottom: -5%;
}

.pd-footer .back-vehic-footer {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0.2;
  bottom: 0;
}

.pd-news-sec, .pd-abt-page-v-m, .pd-inov-bottom-sec, .pd-sust-works-sec, .pd-abt-page-abt-sec {
  padding-bottom: 10%;
}

.pd-contact-page-form-sec, .pd-abt-page-v-m-sec, .pd-prod-rage-sec {
  padding-top: 10%;
}

.pd-prod-cat-sec {
  padding-bottom: 10%;
  padding-top: 10%;
}

.pd-footer .pd-30 {
  padding-top: 20px
}

.pd-sust-single {
  padding: 10% 0;
}

.pd-sust-single .pd-yellow-box {
  clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 100%, 0% 70%, 0% 48%);
  background: #ffae00;
  height: 115%;
  width: 57%;
  position: absolute;
  right: -28%;
  bottom: 0px;
  z-index: -1;
}

#product_inner_slider img {
  height: 350px;
  object-fit: contain;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffae00;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #ffae00;
  ;
}

.sticky {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  transition: 0.5s;
  box-shadow: 0px 2px 15px -5px #00000045;
}

.sticky .logo-wrap .custom-logo-link img {
  width: 75%;
  object-fit: contain;
  height: 70px;
  transition: 0.5s;
}

.header {
  transition: 0.5s;
}

.sticky #main-menu a.nav-link {
  color: #1c1c1c !important
}

.sticky #main-menu .menu-item::after {
  top: -18px;
  transition: 0.5s;
}

.sticky .logo-wrap .custom-logo-link img {
  width: 68%;
}

.n-card-s-desc {
  line-height: 20px;
  height: 25px;
  overflow: hidden;
  margin-top: 6px;
}

.pd-aligned-cent-flex {
  display: flex;
  align-items: center;
}

#news_inner_slider .owl-item img {
  height: 350px;
  object-fit: cover;
}

#newsHome {
  max-height: 83%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */

#newsHome::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */

#newsHome::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */

#newsHome::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */

#newsHome::-webkit-scrollbar-thumb:hover {
  background: #ffae00;
}

.pd-sust-single img.w-100 {
  height: 400px;
  object-fit: cover;
}

.pd-404-sec {
  padding-bottom: 10%;
  padding-top: 10%;
}

.btn-search {
  border: none;
  color: white;
  background: #ffae00;
  margin-left: 20px;
  height: 35px;
  width: 35px;
  font-size: 12px;
  transition: 0.5s;
  outline: none !important;
  border-radius: 0 !important;
}

.btn-search:hover {
  transition: 0.5s;
  background: #f10003;
}

.search-model .modal {
  justify-content: center;
  align-items: center;
  background: #000000e8;
}

.search-model .modal-dialog {
  height: 88%;
  margin-top: auto;
  display: flex;
}

.search-model .modal-content {
  margin: auto;
}

.search-model .close {
  position: absolute;
  right: 0 !important;
  top: -3px !important;
  background: white !important;
  padding: 0 !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 100% !important;
  color: red !important;
  outline: none;
}

.search-model .modal-content {
  background-color: #191919c7;
}

.search-model .modal-header, .search-model .modal-footer {
  border: none;
}

.search-model .screen-reader-text {
  display: none;
}

.search-model input[type="text"] {
  padding: 10px;
  width: 100%;
  background: #424242;
  border: none;
  outline: none !important;
  color: white;
  font-weight: 300;
  border-radius: 0 !important;
}

.search-model input[type="submit"] {
  text-transform: uppercase;
  padding: 10px 20px;
  background: #ffae00;
  color: white;
  border: none;
  border: none !important;
}

.search-model #searchform div {
  display: flex;
}

.search-model .modal-body {
  padding-bottom: 30px;
}

.pd-search-result-section {
  padding: 10% 0;
}

.pd-search-result-section ul {
  list-style: none;
  padding: 0;
}

.pd-search-result-section li a {
  font-family: 'Bebas Neue', cursive;
  color: #1c1c1c;
  font-size: 26px;
}

.pd-search-result-section li {
  margin: 15px 0;
  background: #dadada;
  padding: 20px 20px 17px;
  transition: 0.5s;
}

.pd-search-result-section li:hover {
  transition: 0.5s;
  transform: translateY(-2px);
  box-shadow: 0px 28px 19px -19px #00000038;
}

.search-submit {
  border-radius: 0 !important;
  outline: none !important;
}

.pd-fmt-sec select {
  text-transform: capitalize;
}

.pd-fmt-sec .no-result-filter {
  margin: 18px;
  padding: 20px;
  background: white;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  z-index: 9;
  position: relative;
}

.pd-fmt-sec .pd-search-form input {
  background: white;
}

.pd-fmt-sec .pd-yellow-box {
  bottom: 9.5%;
}

.pd-fmt-sec select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none !important;
}

#newsMobile img {
  height: 300px;
}

#newsMobile .bg-white {
  padding: 20px;
}

#newsMobile {
  display: none;
}

#filterSlider .owl-stage-outer {
  max-height: 425px;
}

.pd-sust-sec {
  padding-bottom: 9%;
}

#mySpriteSpin {
  width: 350px !important;
  height: 300px !important;
  cursor: -webkit-grab;
}

.rot-note p {
  margin: 0;
  font-size: 10px;
  text-align: right;
  line-height: 10px;
}

.rot-note {
  position: absolute;
  z-index: 1;
  top: -60px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
}

.rot-note i {
  color: #ffae00;
  margin-right: 3px;
}

.pd-prod-rage-sec {
  overflow: hidden;
}

#mainSlider2 .owl-prev, #mainSlider2 .owl-next {
  background: #02020273 !important;
  width: 36px;
  height: 36px;
  border-radius: 0 !important;
  font-size: 27px;
  line-height: 0;
  color: white;
  margin-top: -5px;
  outline: none !important;
  border: none !important;
  transition: 0.5s;
}

#mainSlider2 .owl-prev:hover, #mainSlider2 .owl-next:hover {
  color: white;
  background: #ffae00 !important;
  transition: 0.5s;
}

#mainSlider2 .owl-nav {
  text-align: right;
  margin-top: -50px;
  z-index: 9;
  position: relative;
  margin-right: 10px;
}

#mainSlider1 .owl-nav {
  display: none !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0  !important;
    background: initial;
    background-color: #ffae00 !important;
    font-size: 14px  !important;
    padding: 10px 25px  !important;
    outline:none !important;
    box-shadow:none !important;
}

.page-template-contact .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    position: relative;
    font-size: 12px;
}

.page-template-contact .wpcf7-not-valid-tip {
    position: relative;
    bottom: 18px;
}

.pd-priv-pol-sec ul li{
   color: #4f4f4f !important;
    line-height: 32px;
    font-weight: 300;
}

@media (min-width:1590px){
    .pd-priv-pol-sec p{
        font-size:17px;
    }
}

/* ================ responsive ================== */

@media (min-width:992px) {
  .pd-n-row-height {
    height: 615px;
  }
  #mainSlider2 .owl-nav {
    text-align: right;
    margin-top: -50px;
    z-index: 9;
    position: relative;
  }
  #mainSlider2 .owl-prev, #mainSlider2 .owl-next {
    background: white;
  }

}

@media (min-width:1590px) {
  .pd-pad-set {
    padding: 75px 0;
  }
  .pd-contact-page-form-sec form input, .pd-contact-page-form-sec form textarea {
    padding: 14px 10px;
    font-size: 16px;
  }
  #filterSlider .owl-stage-outer {
    max-height: 450px;
  }
  .pd-prod-card-wrapper {
    padding: 55px 30px;
  }
  .pd-story-sec .pd-yellow-box {
    margin-top: 0%;
  }
  #main-menu a.nav-link {
    font-size: 16px;
  }
  .pd-prod-cat-sec .pd-cat-card-wrapper h4 {
    margin-top: 20px;
    font-size: 32px;
  }
  .pd-sust-sec .pd-r-10 {
    padding-right: 10%;
  }
  .pd-contact-inf a {
    font-size: 20px;
    line-height: 36px;
  }
  .pd-contact-inf p {
    font-size: 20px;
    line-height: 30px;
  }
  .pd-prod-rage-sec .tab-content .back-tire-rng {
    width: 45%;
    right: 29%;
    bottom: 31%;
  }
  .pd-prod-rage-sec {
    padding-top: 150px;
  }
  .pd-prod-rage-sec .nav-pills {
    margin: 0;
    margin-top: 18px;
  }
  .pd-prod-rage-sec .tab-content .front-vehic-rng {
    position: absolute;
    bottom: 0;
    width: 89%;
    right: 8%;
  }
  .custom-logo-link img {
    width: 60%;
  }
  #main-menu a.nav-link {
    padding: .5rem 18px !important;
  }
  .pd-fmt-sec .pd-section-heading {
    font-size: 40px;
  }
  #filterForm {
    width: 100%;
    display: flex;
  }
  .pd-fmt-sec .select-wrapper {
    max-width: 20%;
    flex: 0 0 20%;
    margin-right: 8px;
  }
  .pd-fmt-sec select, .pd-fmt-sec .submit-form-filter {
    width: 100%;
  }
  .pd-abt-page-abt-sec img {
    width: 90%;
  }
  p {
    line-height: 32px;
    font-size: 18px;
  }
  .pd-section-heading {
    font-size: 55px;
    line-height: 55px;
  }
  .inner-banner h2,.inner-banner h2 {
    font-size: 65px;
  }
  .pd-abt-page-dir-msg-sec p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .dir-details {
    font-size: 22px !important;
  }
  .pd-contact-page-form-sec .back-tire-rng-cont {
    bottom: 16%;
    right: 140px;
  }
  .pd-contact-page-form-sec .pd-yellow-box {
    clip-path: polygon(53% 0%, 89% 20%, 143% 60%, 100% 137%, 51% 100%, 0% 87%, 6% 49%);
    height: 128%;
  }
  .sust-card img {
    height: 290px;
  }
  .sust-card-content {
    padding: 50px;
  }
  .pd-cat-card-wrapper {
    padding: 50px;
    margin: 0;
  }
  .pd-fmt-sec .pd-yellow-box {
    bottom: 0%;
  }
  .page-template-home-page .pd-news-sec, .pd-abt-page-v-m, .pd-prod-cat-sec, .pd-sust-single, .pd-inov-bottom-sec, .pd-sust-works-sec, .pd-sust-single, .pd-contact-inf, .pd-search-result-section, .pb-7, .pd-abt-page-dir-msg-sec {
    padding-bottom: 150px;
  }
  .pd-abt-page-abt-sec, .pd-prod-cat-sec, .pd-sust-single, .pd-sust-single, .pd-contact-page-form-sec, .pd-search-result-section, .pd-abt-page-dir-msg-sec, .pd-abt-page-v-m-sec {
    padding-top: 150px;
  }
}

@media (max-width:1590px) {
  .main-banner h2,.main-banner h2  {
    font-size: 60px;
  }
  .pd-prod-rage-sec .nav-link img {
    display: inline-block;
    width: 60px;
    margin: 10px;
    transition: 0.5s;
    filter: contrast(0.1) opacity(0.9);
    height: 45px;
    object-fit: contain;
  }
  .pd-fmt-sec select {
    padding: 12px 34px 12px 18px;
    font-size: 12px;
    min-height: 50px;
    text-transform: capitalize;
    background: transparent;
  }
  .pd-search-form form {
    min-height: 50px;
  }
  .pd-search-form button {
    height: 50px;
  }
  .pd-search-form input {
    font-size: 12px;
  }
  .pd-fmt-sec .pd-yellow-box {
    bottom: 0px;
    left: -34%;
  }
    .pd-priv-pol-sec p,
    .pd-priv-pol-sec ul li,
    .pd-priv-pol-sec h2,
    .pd-priv-pol-sec h1{
        text-align:left !important
    }
  
}

/* ======== responsive mobile ============= */

@media (max-width:992px) {
  .ft-social-media-banner .ft-soacial-media-wrapper {
    max-width: 50%;
  }
  #mySpriteSpin {
    width: 76% !important;
    height: 340px !important;
    margin: auto;
    margin-bottom: 30px;
  }
  .pd-cat-card-wrapper img {
    height: 125px;
  }
  #newsMobile {
    display: block;
  }
  #newsHome {
    display: none;
  }
  .pd-fmt-sec select {
    background-color: white;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none !important;
  }
  .inner-banner {
    height: 45vh;
    background-size: cover;
  }
  .inner-banner h2, .inner-banner h2 {
    font-size: 25px;
    max-width: 100%;
    text-align: left;
  }
  .pd-fmt-sec .owl-theme .owl-dots .owl-dot.active span, .pd-fmt-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #f10003a1;
  }
  .pd-fmt-sec .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #f10003a1;
  }
  .main-menu-bar, .pd-mob-nav-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:993px) and (max-width:1100px) {
  #mySpriteSpin {
    width: 100% !important;
    height: 300px !important;
  }
  .navbar-expand-lg {
    padding-left: 0;
  }
  #main-menu a.nav-link {
    font-size: 9px;
  }
  .inner-banner {
    height: 32vh;
    background-size: cover;
  }
  .pd-footer .footer-tire-rng {
    width: 300px;
    height: auto;
  }
  .pd-contact-page-form-sec .pd-yellow-box {
    clip-path: polygon(53% 0%, 89% 20%, 143% 60%, 100% 137%, 51% 100%, 0% 89%, 5% 55%);
  }
  .eco-label-section .pd-yellow-box {
    height: 69%;
    bottom: 46%;
  }
  .pd-prod-cat-sec .pd-yellow-box {
    top: -1%;
    width: 62.5%;
  }
  /* banner height */
  #mainSlider, .banner-content {
    height: 600px;
  }
  #mainSlider .banner-image {
    background-position: left;
    height: 600px;
  }
  .ft-social-media-banner {
    position: relative;
    top: -100px;
    height: 0;
  }
  .pd-prod-rage-sec .nav-link {
    margin: 5px;
    width: 44%;
  }
  .pd-prod-rage-sec .pd-yellow-box {
    clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 95%, 0% 85%, 0% 40%);
  }
}

@media (min-width:1100px) and (max-width:1365px) {
  .navbar-expand-lg {
    padding-left: 5%;
  }
  #main-menu a.nav-link {
    font-size: 10px;
  }
  .inner-banner {
    height: 50vh;
    background-size: cover;
  }
  .pd-prod-rage-sec .nav-link {
    margin: 5px;
    width: 44%;
  }
  .pd-prod-rage-sec .pd-yellow-box {
    clip-path: polygon(18% 0%, 90% 20%, 143% 60%, 102% 137%, 51% 95%, 0% 85%, 0% 40%);
  }
}

@media (max-width:992px) {
  .pd-footer .footer-para {
    line-height: 28px;
  }
  .banner-content .container {
    max-width: 100%;
  }
  .pd-padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mob-logo {
    width: 210px;
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .pd-mob-nav-bar {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
  }
  .navbar-expand-lg {
    width: 100%;
    align-items: flex-end;
    text-align: right;
  }
  .navbar-dark .navbar-toggler {
    margin-left: auto;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(31 30 36);
    border-color: rgb(31 30 36);
    box-shadow: none !important;
  }
  .header {
    background: white;
    padding: 10px 0;
  }
  #main-menu {
    height: 100vh;
    text-align: center;
    padding-top: 50px;
  }
  .main-banner-content h2,.main-banner-content h1 {
    font-size: 40px;
    text-align: center;
  }
  .main-banner-content p {
    text-align: center
  }
  .pl-50 {
    padding-left: 15px;
  }
  h2, h1 {
    font-size: 35px;
    text-align: center;
  }
  .about-home-sec h2,.about-home-sec h2 {
    margin-top: 15px;
  }
  p, h1, h2, h3, h4, h5, div {
    text-align: center;
  }
  .header {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sticky {
    background: white;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
    outline: none;
  }
  .logo-wrap .custom-logo-link img {
    margin-top: -12px;
  }
  .custom-logo-link {
    width: 75%;
    z-index: 9;
    position: relative;
  }
  .header.sticky .custom-logo-link img {
    margin-top: 5px;
  }
  .whiteMenu {
    background: white;
  }
  #main-menu .menu-item {
    padding: 5px 6px;
  }
  .logo-wrap {
    text-align: left;
  }
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .header-phone-menu .nav-link {
    width: fit-content;
    margin: auto;
  }
  .pd-logo-col {
    position: absolute;
    width: 250px;
    display: unset;
    max-width: initial;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
  .pd-logo-col {
    height: 100%;
    top: -9px;
  }
  .sticky .pd-logo-col {
    top: -16px;
  }
  #main-menu a.nav-link {
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    color: #1c1c1c !important;
  }
  #main-menu .menu-item::after {
    bottom: 0;
    top: auto;
  }
  .mw-60 {
    max-width: 100%;
  }
  .pd-form-sec {
    width: 100%;
    padding: 30px 20px;
  }
  .pd-contact-page-form-sec .back-tire-rng-cont, .cont-form-after {
    display: none;
  }
  form div {
    text-align: left !important;
  }
  .pd-pad-set {
    padding: 40px 0;
  }
  .pd-contact-inf {
    padding-bottom: 60px;
  }
  .pd-contact-inf .col-lg-4 {
    margin-bottom: 45px;
  }
  .mt-100 {
    margin-top: 40px;
  }
  .pd-contact-inf .col-lg-4:hover::before {
    top: 0;
  }
  .pd-contact-page-form-sec .pd-yellow-box {
    width: 80%;
  }
  .pd-footer .footer-tire-rng {
    width: 189px;
    height: auto;
    right: -73px;
    left: auto;
    bottom: -25px;
  }
  .pd-footer {
    background: #ffae00;
  }
  .pd-footer .pd-flex {
    justify-content: center;
    display: block;
  }
  .pd-footer .logo-wrap {
    text-align: center;
  }
  .pd-social-footer {
    margin-bottom: 30px;
  }
  .pd-footer {
    padding: 80px 0;
  }
  .pd-30 {
    padding-left: 15px;
  }
  .pd-footer-menu a.nav-link {
    letter-spacing: 1.3px;
    color: #ffffff;
  }
  .pd-contact-page-form-sec, .pd-abt-page-v-m-sec, .pd-prod-rage-sec {
    padding-top: 80px;
  }
  .pd-abt-page-abt-sec .pd-yellow-box {
    display: none;
  }
  .pd-sust-works-sec {
    padding-bottom: 80px;
  }
  .pd-sust-sec {
    padding-top: 80px;
  }
  .pd-sust-works-sec .pd-yellow-box {
    bottom: 50%;
    height: 40%;
  }
  .inner-banner .yellow-box {
    width: 50%;
  }
  .pd-sust-single {
    padding: 80px 0;
  }
  .btn-search {
    position: absolute;
    z-index: 9;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    bottom: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-model .close {
    right: 15px !important;
  }
  .eco-label-section ul {
    text-align: center;
    list-style: none;
    padding: 0;
  }
  .pd-innov-tech-cars-sec .col-lg-4 {
    margin: 20px 0;
  }
  .pd-innov-tech-cars-sec .pd-yellow-box {
    height: 600px;
  }
  .pd-inov-bottom-sec .pd-yellow-box {
    height: 825px;
    margin-top: -51px;
  }
  .pd-inov-bottom-sec {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .eco-label-section {
    padding-top: 80px;
  }
  .pd-our-story-img {
    margin-bottom: 20px;
  }
  .eco-label-section .t-cars-img {
    width: 150px !important;
    margin-top: 20px;
  }
  .eco-label-section .eco-label-img {
    width: 100% !important;
  }
  .pd-pl-7 {
    padding-left: 15px;
  }
  .sticky #main-menu .menu-item::after {
    top: -10px;
  }
  .pd-prod-cat-sec, .pd-abt-page-dir-msg-sec, .pd-abt-page-abt-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-prod-cat-sec .pd-yellow-box {
    height: 500px;
    top: -2px;
    width: 68.5%;
  }
  .pd-abt-page-dir-msg-sec .pd-yellow-box, .pd-abt-page-v-m-sec .pd-yellow-box {
    height: 450px;
  }
  .pd-abt-page-v-m {
    padding-bottom: 80px;
  }
  .pd-abt-page-v-m .pd-yellow-box {
    height: 650px;
  }
  .sticky #main-menu .menu-item::after {
    bottom: 3px;
    top: auto;
  }
  .modal {
    z-index: 9999;
  }
  .p-r-5 {
    padding-right: 15px;
  }
  .pd-footer span i {
    display: none;
  }
  .main-banner h2 ,.main-banner h1{
    font-size: 22px;
    text-align: left;
  }
  /* banner height */
  #mainSlider, .banner-content {
    height: 400px;
  }
  #mainSlider .banner-image {
    background-position: left;
    height: 400px;
  }
  .main-banner p {
    display: none;
  }
  .main-banner a {
    font-size: 8px;
    padding: 8px 12px 7px;
    margin-top: 15px;
  }
  .banner-content .container {
    text-align: left;
  }
  .pd-prod-rage-sec .nav-pills {
    justify-content: center;
  }
  .pd-prod-rage-sec .nav-link {
    width: 40%;
    margin: 5px;
  }
  .main-banner .yellow-box {
    height: 100%;
  }
  .ft-social-media-banner {
    position: relative;
    top: -70px;
    height: 0;
  }
  .ft-social-media-banner .ft-soacial-media-wrapper {
    text-align: left;
  }
  .ft-social-media-banner a {
    margin-right: 16px;
  }
  .pd-prod-rage-sec .tab-content .front-vehic-rng {
    position: relative;
    margin-top: 50%;
  }
  .pd-prod-rage-sec .nav-link p {
    font-size: 12px;
  }
  .pd-prod-rage-sec .pd-yellow-box {
    height: 60%;
    clip-path: polygon(59% 0%, 90% 0, 143% 60%, 102% 137%, 57% 100%, 0% 85%, 0% 32%);
    width: 64%;
  }
  .pd-story-sec .pd-yellow-box, .pd-fmt-sec .pd-yellow-box {
    height: 500px;
  }
  .pd-fmt-sec .pd-yellow-box {
    left: -34%;
  }
  .pd-story-sec img {
    margin-bottom: 40px;
  }
  .pd-pl-100 {
    padding-left: 15px;
  }
  .pd-news-sec .card-wrapper-n-s img {
    width: 100%;
  }
  .pd-left-news-card {
    background: white;
    margin-bottom: 25px;
  }
  .pd-left-news-card div {
    padding: 10px;
  }
  .pd-news-sec .pd-yellow-box {
    height: 650px;
  }
  .pd-n-row-height {
    margin-bottom: 40px;
  }
  .pd-story-sec .pd-yellow-box {
    margin-top: -8px;
  }
  .pd-forms-filters, #filterForm {
    display: block;
  }
  #filterForm {
    margin-bottom: 20px;
  }
  .pd-fmt-sec .select-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .pd-search-form input {
    font-size: 12px;
    width: 100%;
    margin: 0;
  }
  .pd-forms-filters form, .pd-forms-filters .pd-search-form {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .pd-search-result-section {
    padding: 80px 0;
  }
  .pd-story-sec .pd-yellow-box {
    margin-top: 0px;
  }
}

@media (max-width:600px) {
  .pd-prod-rage-sec .pd-yellow-box {
    height: 550px;
  }
  .pd-section-heading {
    font-size: 34px;
    line-height: 44px;
  }
  .pd-contact-inf .cont-inf-wrapper {
    min-height: auto;
  }
  #mySpriteSpin {
    width: 100% !important;
    height: 274px !important;
    margin-bottom: 29px;
  }
}

@media (max-width:400px) {
  .main-banner a {
    display: none;
  }
  .pd-prod-rage-sec .nav-link {
    padding: 5% 0;
  }
  /* banner height */
  #mainSlider, .banner-content {
    height: 370px;
  }
  #mainSlider .banner-image {
    background-position: 58%;
    height: 370px;
  }
  .pd-prod-rage-sec .nav-link {
    width: 46%;
  }
  .banner-content {
    width: 50%;
  }
  .pd-prod-rage-sec .pd-yellow-box {
    clip-path: polygon(59% 0%, 90% 0, 143% 60%, 102% 137%, 57% 100%, 0% 76%, 0% 32%);
   }
}

@media (max-width:330px) {
  .banner-content {
    width: 55%;
  }
  .main-banner h2,.main-banner h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .pd-prod-rage-sec .nav-link p {
    font-size: 10px;
  }
  .pd-prod-rage-sec .pd-yellow-box {
    height: 400px;
  }
  .ft-social-media-banner a {
    margin-right: 10px;
    font-size: 12px;
  }
  .pd-cat-card-wrapper img {
    height: 80px;
  }
  .pd-cat-card-wrapper h4 {
    font-size: 17px;
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (min-width:2000px) {
    .pd-prod-rage-sec .tab-content .back-tire-rng {
        width: 32%;
    }
    
    .pd-prod-rage-sec .tab-content .front-vehic-rng {
        width: 70%;
    }
}


@media (max-width: 600px){
    .pd-fmt-sec select {
        background-color: transparent;
    }
}


#mySpriteSpin {
    width: 100% !important;
    height: 400px !important;
    cursor: -webkit-grab;
    object-fit: contain;
}

#mySpriteSpin .spritespin-canvas{
    object-fit: fill;
    width: 400px !important;
    margin: auto !important;
    height: 400px !important;
}

@media (max-width:420px){
    #mySpriteSpin .spritespin-canvas{
    width: 280px !important;
    height: 280px !important;
    }
    #mySpriteSpin{
        height:300px !important;
    }
}



.page-template-about .pd-abt-page-abt-sec img{
    border:5px solid white;
}

.page-template-careers .sust-card img {
    height: auto;
}

.page-template-careers .modal {
    z-index:99999;
}

.page-template-careers .modal-backdrop.show{
    z-index:9999;
}

@media (max-width: 992px){
    .pd-careers-sec .modal-dialog {
        max-width: 100%;
    }
}


@media (min-width: 992px){
    .pd-careers-sec .modal-dialog {
        max-width: 50%;
    }
}

.modal{
    padding-left:0 !important;
}

.pd-car-nav{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pd-car-nav .active{
    background: #ffae00 !important;
    border-radius: 0;
    color:white;
}

.pd-car-nav a{
    font-size: 14px;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #1c1c1c;
    border: 1px solid #ffae00;
    border-radius: 0 !important;
    margin: 0 5px;

}

@media (max-width: 768px){
    .pd-car-nav li {
        width: 100%;
        margin: 5px 0;
    }
    .pd-car-nav{
        display:block;
    }
}

.ind-tyre-hov-link{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    transition:0.5s;
    background: transparent;
    padding: 10px 20px;
}

.ind-tyre-hov-link .red-link{
    display: block;
    text-align: left;
    transition: 0.5s;
    font-size: 12px;
    background: #e8090c;
    margin: 0 5px 10px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
}

.ind-tyre-hov-link .red-link:hover{
    transition: 0.5s;
    background: white;
    color: #e8090c;
}

.pd-cat-card-wrapper:hover>.ind-tyre-hov-link{
    display:block;
    transition:0.5s;
}

@media (min-width:2500px){
	.container{
		max-width:2400px;
	}
}

.custom-logo-link img{
	height:93px;
	object-position:left;
}
