.header {
   position: relative;
   overflow: hidden;
   height: 100vh;
   min-height: 696px;
}

.videobg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height:100%;
 width: auto;
  height: auto;
  z-index: -100;
}

.overview_bg { 
    padding-bottom: 52px;
}

.navbar-light {
  background-color: transparent !important;
}

.nav-item {
    display: inline-block;
    margin: 10px 5px;
}

.navbar-light .navbar-nav .nav-link {
  text-decoration: none;
 padding: 8px 20px;
 font-weight: bold;
 letter-spacing: 2px;
 color: white;
 border-bottom: 2px solid #272727;
 transition: 0.6s ease;
 font-size: 13px;
}


/* Rectangle Out */
.hvr-rectangle-out {
  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: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fc4e0a;
  -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;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;text-decoration: none;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.autopart img {
width: 100%;
}


.navbar-light .navbar-nav .nav-link:hover {
  background-color: black;
  border-bottom: 1px solid #fc4c07;
  color: #fc4c07;
}



.reno {
  background:url(image/black.jpg)no-repeat;
  width: 100%; 
  padding-bottom: 20px;
  background-size: cover;
}

.feat_icon {
  width: 35px;
  padding-right: 45px;
}






.feat_content h5 {
  color: white;
}

.feat_content {
  color: #8f8e8e;
}

.reno_box {
    padding-bottom: 43px;
}

.reno_left {
    padding-top: 100px;
}

.reno_right {
    padding-top: 52px;
}

 

.reno_right_content {
    position: absolute;
    top: 87px;
}

.reno_right {position: relative;}

.reno_right_content h1 {
  color: white;
font-size: 27px;
}

.reno_right_content p {
  color: white;
font-size: 13px;
}

.reno_right_content span{
  display: block;
  color: white;
  font-size: 34px;
  font-weight: bold;
}

.reno_right {
  text-align: right;
}


.header_text {
    text-align: center;
    padding: 200px 0 ;
}

.header_text  h1 {
    font-size: 85px;
    font-weight: bold;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    color: transparent;
}


.header_text h2 {
  padding-bottom: 40px;
    color: #fc4e0a;
}

.header_text a {
    padding: 15px 30px;
    color: white;
    background-color: black;
    font-size: 18px;
    font-weight: bold;
}

.autopart {
  background-color: #e3e3e3;
  width: 100%; 
  background-size: cover;
  padding-bottom: 67px;
}

.autopart {
  text-align: center;
}

.autopart h1 {
    color: black;
    padding-top: 45px;
}

.autopart span {
  color: #fc4e0a;
}

.autopart h5 {
    text-transform: uppercase;
}


/*autopart*/

.wheel {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 15px 0;
  cursor: default;
}

.wheel .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.wheel img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.wheel h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.wheel a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 42px 0 0;
  padding: 5px 11px;
}

.overlay p {
    color: #808080;
    padding: 20px 25px;
    font-size: 17px;
}

.wheel a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.wheel:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wheel:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wheel:hover h2,.wheel:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.wheel:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/*--style--*/

.style {
  background:url(image/style.jpg)no-repeat;
  width: 100%;
  height: 438px;
 position: absolute;
 background-position: center center;
  background-size: cover;
}

.style_img img {
    width: 100%;
}

.style h1 {
    color: white;
    text-transform: uppercase;
}

.style p {
    color: white;
    font-size: 23px;
}

.heding-font h1 {
  font-size: 51px;
  font-weight: bold;
}

.style_content span {
  color: #fc4e0a;
}

.style_content h1 {
   padding: 84px 0;
}

.style_image_content {
  background: #1f1e20;
  height: 218px;
}

.style_image_content h4 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    line-height: 32px;
}

.style_image_content h5 {
    color: #797878;
    padding-top: 9px;
    padding-bottom: 32px;
}

.style_image_content a {
background: #fc4e0a;
color: white;
padding: 10px 20px;
font-size: 18px;
font-weight: bold;
}

.style_top {
  padding-bottom: 80px;
  position: relative;
top: 365px;
margin-bottom: 385px;
}

/* Underline From Center */
.hvr-underline-from-center {
  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;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: black;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;

}

.style_image_content a:hover {
  text-decoration: none;
}


.partner_logo img {
    padding: 0px 91px;
}

.partner_logo img:hover {
  filter: brightness(0.7) saturate(150%) contrast(0%) hue-rotate(44deg);
  transition-duration: 1s;

}

.partner_logo {
  padding-bottom: 80px;
}

.testimonial {
  background:url(image/test2.jpg)no-repeat;
  width: 100%;
  height: 462px;
  background-size:cover;
  position: relative;
  background-position: center center;
  top: 57px;
}

.test_content span {
  color: #fc4e0a;
}


.test_content{
  margin-top: 252px;
}

.slider_box {
  width: 100%; 
  background:#c7c6c5;

}


.tom {
  padding-top: 15px;
  padding-bottom: 15px;

}

.tom_content h4 {
  margin-bottom: 0px;
}


.tom_content h5{font-style: italic;
color: #868484;
}


.tom img {
  float: left;
  padding-right: 15px;
}


.para p {
  margin-top: 24px;
  font-size: 20px;
}

/* footer */


.footer_bg {
  background: #2d2d2d;
  width:100%;
  height: 420px;

}


.footer_logo {
    margin-top: 27px;
}

.footer1_content p{
  padding-top: 35px;
color: #7e7c7c;
font-size: 16px;
padding-right: 15px;
}

.social_footer {
  color: #7e7c7c;
  font-size: 18px;
}


.social_footer a {
  color: #7e7c7c;
  padding-right: 5px;
  transition: 0.3s;
}


.social_footer a:hover {
  color: #fc4e0a;
}

.footer2_head {
color: white;
}

.footer2_list ul {
  list-style: none;
  padding-left: 0px;
}

.footer2_list a {
    color: #7e7c7c;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.footer2_list a:hover {
  color: #fc4e0a;
}

.footer2_list {
    margin-top: 33px;
}




.footer3_head {
    color: white;
}

.footer3_list ul {
  list-style: none;
  padding-left: 0px;
}

.footer3_list a {
    color: #7e7c7c;
    font-size: 16px;text-decoration: none;
    transition: 0.3s;
}

.footer3_list a:hover {
  color: #fc4e0a;
}

.footer3_list {
    margin-top: 33px;
}

.footer2 {
    margin-top: 52px;
}


.footer3 {
    margin-top: 52px;
}

.footer4 {
    margin-top: 52px;
}

.footer_head {
  color: white;
}

.footer4_list {
    margin-top: 33px;
}

.footer4_list p {
    color: #7e7c7c;
    font-size: 16px;
    transition: 0.3s;
}

.footer4_list p:hover{
  color: white;
}


.copyright p {
  color: white;

    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top:67px;
}


.far.fa-play-circle {
    position: absolute;
    left: 151PX;
    top: 109px;
    font-size: 46px;
    color: white;
}

.style_img {
    position: relative;
}





/* about style */


.about_header_bg {
background:url(image/shelby.jpg)no-repeat;
  width: 100%;
  height: 273px;
  background-size: cover;
}

.about_left {
    margin-top: 45px;
}


.abt_head_cont h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 60px;
    padding-top: 54px;
}

.about_R img {
    width: 100%;
}

.about {
  background: #333333;
  width: 100%; 

}

.about_L h1 {
    color: white;
    font-weight: bold;
}

.about_L span {
color: #fc4e0a;
}

.about_L {
    padding-top: 50px;
}

.about_L p {
    padding-right: 45px;
    color: #8f8d8c;
    font-size: 18px;
    padding-top: 4px;
padding-bottom: 42px;
}

.about_R {
    margin-top: 134px;
}

.offer {
  background:url(image/offer.jpg)no-repeat;
  width: 100%;
  height: 389px;
  background-size: cover;
}


.offer_content { 
    margin-top: 89px;
}

.offer_content h5 {
    text-align: center;
    color: white;
    font-size: 22px;
}

.offer_content h4 {
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.offer_content p {
    text-align: center;
    color: #8f8e8e;
    font-size: 19px;
    padding-top: 16px;
}

.offer_button input {
  border: 2px solid #8f8e8e;
background-color: transparent;
color: #8f8e8e;
padding: 8px 34px 8px 8px;
font-weight: bold;
}



.offer_button { 
    margin-top: 34px;
    text-align: center;
}


.offer_button button {
   border: 2px solid #fc4e0a;
   background-color: transparent;
   color: #8f8e8e;
   padding: 8px 13px 8px 13px;
   margin-left: 12px;
   font-weight: bold;
}






/* over */


.overview_bg {
  background: #333333;
  width: 100%; 
}

.overview_bg {
  text-align: center;
}

.overview_bg h1 {
  color: black;
  padding-top: 50px;
  font-weight: bold;
}

.overview_bg span {
  color: #fc4e0a;
}



.overview_box {
    margin-top: 60px;
}

.overview_box h1 {
  padding-top: 1px;
}

.overview_box h2 {
    color: white;
    font-size: 28px;
    padding-top: 22px;
}

.overview_box p {
    color: #8f8e8e;
    font-size: 18px;
    padding-top: 20px;
}

.overview_box:hover img {
  filter: brightness(0) invert(1);
  -webkit-transition: all .9s ease;
}

.overview_box:hover {
    border: 2px solid grey;
    padding: 21px 20px;
    -webkit-transition: all .9s ease;
}

.overview_box:hover h2 {
  color: #fc4c07;
  -webkit-transition: all .9s ease;
}

/*--help--*/

.help {
  background:url(image/help.jpg)no-repeat;
  width: 100%; 
  background-size: cover;
}

.help h1 {
    color: white;margin-bottom: 0px;
    font-weight: bold;
}

.help p {
    color: #8f8e8e;
    font-size: 23px;
}

.help h1 span{
  color: #fc4c07;
}

.help_L {
    padding-top: 25px;
}

/* Round Corners */
.hvr-round-corners {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

.help_R a {
    float: right;
    color: white;
}

.help_R a {
    float: right;
    color: white;
    padding: 10px 15px;
    background: #8f8e8e;
    font-weight: bold;
    text-decoration: none;
     margin: 36px auto;
}

/*--contact--*/

.contact_header_bg {
  background:url(image/shelby_contact.jpg)no-repeat;
  width: 100%;
  height: 275px;
  background-size: cover;
}

.contact_logo {
  background: #333333; 
  width: 100%;
}

.contact_box:hover {
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(252, 76, 7, 0.9);
    -webkit-transition: all .9s ease;
}

.contact_box:hover img {
  filter: brightness(0) invert(1);
 -webkit-transition: all .9s ease;
}

.contact_box:hover h2 {color: #fc4e0a;
 -webkit-transition: all .9s ease;}


.contact_box h2 {
    color: white;
}

.contact_box p {
    color: #9c9a9a;
    padding-top: 20px;
}

.contact_box img {
    padding-bottom: 10px;
}

.contact_head_cont h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 60px;
    padding-top: 54px;
}

.contact_box {
    margin: 62px 0px;
    border: 2px solid #656363;
    padding: 30px 16px;
}


/*gallery*/


.gallery_header_bg {
  background:url(image/galley_bg.jpg)no-repeat;
  width: 100%;
  height: 275px;
  background-size: cover;
}

.gallery_bg {
  background:url(image/gallery_box_bg1.jpg)no-repeat;
  width: 100%;
  height:1028px;
  background-size: cover;
}




* {
  margin: 0;
  box-sizing: border-box;
}

:root {
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.618;
  font-weight: 400;
}

body {
  background-color: #2d2d2d;

}

.items a {
  color: #1abc89;
}

.items a:hover {
  opacity: .8;
}

.items p {
  font-size: 1.2rem;
  color: rgba(245, 245, 245, 0.5);
}

.small {
  font-size: 1rem;
  margin-top: 1em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;

}

header {
  text-align: center;
  padding-bottom: 3rem;
}

.items h1 {
  font-size: 2.6rem;
  line-height: 1.2em;
  padding-bottom: 1rem;
  font-weight: 600;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

circle {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

text {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-anchor: middle;
  letter-spacing: 1px;
  font-weight: 600;
}



.svg-masked-text {
  fill: white;
}

image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
  margin: 5px;
  cursor: pointer;
  background-color: #3b3e46;
  border-radius: 2px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02), inset 0 0px 0px 1px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.item:hover circle,
.item:hover image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.options button {
  width: 12px;
  height: 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
button.dark {
  background-color: #2f3238;
}
button.light {
  background-color: #f9f9f9;
}

.options {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.options button {
  margin-left: .5rem;
}

.light {
  background-color: #f9f9f9;
  color: #1a1a1a;
}
.light p {
  color: rgba(26, 26, 26, 0.5);
}
.light .item {
  background: #f5f5f5;
}
.light .svg-text {
  fill: rgba(0, 0, 0, 0.1);
}


.item {
    margin: 15px 15px;
}

text{
  font-size: 20px;
}

.items {
    margin: 50px 0px;
}

/*--blog--*/

.blog_header_bg {
  background:url(image/blog_header_bg.jpg)no-repeat;
  width: 100%;
  height: 275px;
  background-size: cover;
}

.blog_box { 
    padding-bottom: 50px;
}

.blog_box1 {
  margin-top: 70px;
border: 1px solid gray;
padding: 20px 20px;
}

.blog_box1 a {
   color: grey;
   font-size: 15px;
}

.blog_box1 img {
    padding-bottom: 10px;
    width: 100%;
}

.blog_box1 p {
    color: white;
    font-size: 19px;
    margin-top: 11px;
}
 

.blog_box {
    background: #2d2d2d; 
    width: 100%;
}

.blog_form_bg {
  background:url(image/blog_form_bg.jpg)no-repeat;
  width: 100%; 
  background-size: cover;
   padding-bottom: 50px;
}

.blog_form_bg h1 {
  font-size: 51px;
font-weight: bold;
color: white;
margin-top: 60px;
margin-bottom: 34px;
}

.blog_box1:hover a {color: #fc4c07;
-webkit-transition: all .9s ease;
}

.blog_form_bg span {
  color: #fc4c07;
}

.blog_form_bg p{
  color: #7a7878;
  font-size: 21px;
}


.message_area textarea{
  width: 100%;
  border: 2px solid white;
background: #00000070;
margin-top: 24px;
color: gray;
padding-left: 14px;
padding-top: 8px;
font-size: 15px;
height: 118px;
}

.blog_input_top input {
  width: 100%;
  font-size: 15px;
padding: 10px 68px 10px 12px;
color: #fff;
background: #00000070;
border: 2px solid white;
}

.message_area button {
    border: 2px solid #fc4e0a;
    background-color: transparent;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    margin-left: 234px;
    color: white;
    margin-top: 24px;
    

}

.blog_form_R {
    margin-top: 74px;
}


 

 
 


.blog_box1:hover {
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(252, 76, 7, 0.9);
    -webkit-transition: all .9s ease;
}



/*--media query--*/









@media (max-width: 1200px) {

    /*--index--*/
  .partner_logo img {
    padding: 0px 91px;
}

.style_top {
  margin-bottom: 333px;
}

.partner_logo img {
  padding-top: 15px;
}

.partner_logo {
    padding-bottom: 26px;
}

.heding-font h1 {
  margin-left: 15px;
}

/*about*/

.overview_box p {
  font-size: 17px;
}

.overview_bg { 
    padding-bottom: 60px;
}

.help {
  padding-bottom: 24px;
}

/*--blog--*/

.blog_box {
  padding-bottom: 70px;
} 

.blog_form_bg {
  padding-bottom: 55px;
}

.blog_form_bg p {
  font-size: 19px;
}

.blog_form_L  {
  width: 75%;
}

.blog_form_R {
  margin-top: 117px;
}


}


 @media (max-width: 992px) {



/*--gallery--*/
.abt_head_cont h1 {
  font-size: 57px;
}

/*--contact--*/

.contact_head_cont h1 {
  font-size: 50px;
}

 
.footer4_list p { 
    font-size: 14px; 
}

.footer3_list a { 
    font-size: 14px; 
}

.footer2_list a { 
    font-size: 14px; 
}

.footer1_content p { 
    font-size: 14px; 
}

.copyright p { 
    margin-top: 95px;
}

/*--blog*/

.abt_head_cont h1 {
    font-size: 50px;
}
 
.blog_box1 p { 
    font-size: 17px; 
}
 


.blog_form_bg h1 {
  font-size: 45px;
  margin-top: 49px;
}

.blog_form_bg p {
  font-size: 17px;
}

 

.footer4_list p {
font-size: 14px;
}

.footer3_list a {
  font-size: 14px;
}

.footer2_list a {
  font-size: 14px;
}

.footer1_content p {
  font-size: 14px;
}

/*--about*/

.about_left {
    margin-top: 0px;
}

.about_L p {
  padding-bottom: 18px;
}

.about_L h1 {
  padding-bottom: 33px;
}

 

.offer_content {
    margin-left: 0px;
}

.offer_button {
    margin-left: 0px;
    text-align: center;
}

.about { 
    padding-bottom: 30px;
}

.overview_box p {
    font-size: 14px;
}

.overview_box h2 { 
    font-size: 22px; 
}




/*--index--*/

 .reno_left {
    padding-top: 74px;
}

.reno_right_content h1 {
  font-size: 23px;
}

.reno_right_content span {
  font-size: 24px;
}

.reno_right_content p {
  font-size: 12px;
}

.reno_right_content {
  position: absolute;
top: 81px;
}

.overlay p {
  font-size: 15px;
}

.wheel a.info {
  margin: 0px;
}

.style_image_content a {
  font-size: 14px;
}

 

.para p {
    margin-top: 42px;
    font-size: 17px;
}

.partner_logo img {
    padding: 12px 21px;
}

.slider_box {
  padding-bottom: 15px;
}



 }



 @media (max-width: 768px) {

/*--index*/


.reno_right_content {
    position: absolute;
    top: 92px;
    left: 100px;  
}
 

.reno_right_content h1 {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .reno_right_content span {
    font-size: 31px;
}

.reno_right_content p {
    font-size: 14px;
}

.reno_box {
    padding-bottom: 16px;
}

.reno_left {
    padding-top: 62px;
}

.reno_right {
    text-align: center;
}

 

 
 

.header_text h1 {
  font-size: 58px;
}

.header_text h2 {
  font-size: 22px;
}

.header_text a {
  padding: 12px 23px;
  font-size: 14px;
}

.heding-font h1 {
  font-size: 40px;
}

.autopart h5 {
  font-size: 15px;
}

.wheel a.info {
    margin-top: 35px;
}

.overlay p {
  font-size: 17px;
}

 

.style p {
  font-size: 21px;
}

.far.fa-play-circle {
  position: absolute;
left: 47%;
top: 47%;
}

.style_image_content a {
  padding: 8px 16px;
  font-size: 13px;
}

.style_image_content h4 {
    font-size: 19px; 
}

.style_image_content h5 {
  padding-bottom: 16px;
}

.partner_logo img {
  padding-top: 31px;
}

.para p { 
    font-size: 13px;
    padding-bottom: 17px;
}

.slider_box {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.footer1_content p {
  font-size: 15px; 
}


/*--about--*/

.about_L h1 {
  font-size: 40px;
}

.about_left {
    margin-top: 26px;
}

 .about { 
    padding-bottom: 65px;
}

.about_R {
    margin-top: 18px;
}

.offer_content {
  margin-left: 0px;
  text-align: center;
}

.offer_content h5 {
  font-size: 18px;
}

.offer_content h4 {
  font-size: 28px;
}

.offer_content p {
  font-size: 22px;
  padding-top: 3px;
}

.offer_button {
  margin-left: 0px;
}

.overview_bg h1{
  font-size: 40px;
}

.overview_bg {
  padding-bottom: 60px;
}

 

.help h1 {
  font-size: 27px;
}

.help p {
  font-size: 19px;
}

.help_R a { 
  margin-top: 56px;
  font-size: 13px;
  padding: 7px 11px;

}

.help_L {
  padding-top: 41px;
}

/*--gallery--*/

.gallery_bg {
  height: 1492px;
}


/*--blog--*/

.blog_box {     text-align: center; 
  padding-bottom: 70px;
}

.blog_form_bg h1 {
    font-size: 40px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.blog_form_bg p {
  font-size: 15px;
padding: 0px 104px;
}

.blog_form_L {
    width: 100%;
}

 

.blog_form_bg {
  text-align: center;
}

 .blog_form_bg { 
    padding-bottom: 35px;
}

.message_area textarea {
  margin-top: 20px;
}

.blog_form_R {
    margin-top: 33px;
}

.message_area button {
  margin-left: 0px;
}
 

.copyright p {
  font-size: 13px;
}

/*--contact--*/

.contact_head_cont h1 {
    font-size: 40px;
}

.contact_box {
  width: 50%;
  margin-left: 180px;
  margin-bottom: 0px;
}


.contact_logo { 
    padding-bottom: 60px;
}
 


}


@media (max-width: 640px) { 

/*--about--*/

.help { 
  text-align: center;
}

.help_R a {
float: none;
margin-top: 17px;
}

.overview_box {
    width: 50%;
    margin: 30px auto ;

}

.overview_bg h1 { 
    padding-bottom: 48px;
}



}
 





 @media (max-width: 576px) {


/*--index--*/

.header img{
  width: 75%;
}

.header_text h1 {
    font-size: 50px;
}

.header_text h2 {
    font-size: 20px;
}

.header_text a {
    padding: 10px 20px;
    font-size: 13px;
}

.reno_right {
  text-align: right;
}

 

.reno_right {
    padding-top: 12px;
    width: 100%; 
}

.reno_right_content {
    position: absolute;
    top: 53px;
    left: 0px;
}

 

.heding-font h1 {
    font-size: 30px;
}



.autopart h5 {
    font-size: 13px;
}

 

  .wheel h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 12px;
}

.wheel a.info {
  padding: 5px 7px;
font-size: 13px;
margin-top: 0 px;
}

 

.heding-font h1 {
    font-size: 27px;
}

.style p {
    font-size: 17px;
}

.style1  {
    margin-bottom: 70px;
}

.style_top {
  margin-bottom: 288px;
}


/* about*/

.about_L h1 {
    font-size: 27px;
}

.about_L p {
  font-size: 15px;
}

.about {
    padding-bottom: 71px;
}

 

.offer_content {
  margin-left: 0px;
}

.offer_button {
    margin-left: 0px;
}

.offer_button input {
  color: white;
}

.overview_bg h1 {
    font-size: 27px;
}

.overview_box h2 {
  font-size: 25px;
}

.overview_box p {
  font-size: 16px;
}


.about_header_bg img {
    width: 75%;
}

.abt_head_cont h1 {
    font-size: 40px;
}

.help_L { 
    text-align: center;
}

.help_R a {
  margin-top: 25px;
  float: left;
  margin-left: 216px;

}

.help {
  padding-bottom: 44px;
}


/*--gallery--*/

.gallery_header_bg img {
    width: 75%;
}

.gallery_bg {
    height: 2872px;
}

.gallery_head_cont h1 {
    font-size: 40px;
}

/*--blog--*/

.blog_header_bg img {
    width: 75%;
}

 

.blog_box1 p {
  font-size: 14px;
}
 
.blog_form_bg h1 {
    font-size: 27px;
  }

.blog_form_bg p {
    font-size: 13px;
  }

.blog_input_top input {
margin-bottom: 15px;

}

.message_area button {
  margin-left: 0px;
}

 

 

.blog_head_cont h1 {
    font-size: 40px;
}

/*--contact--*/

.contact_header_bg img {
    width: 75%;
}

.contact_box p {
    color: #9c9a9a;
    font-size: 12px;
}

 

.contact_box {
  margin-left: 135px;
}

.contact_box img {
  width: 40%;
}
 



  }



 @media (max-width: 480px) { 


/*--index--*/

.reno_right_content h1 {
    font-size: 23px; 
}

.reno_right_content span {
    font-size: 25px;
}

.reno_right_content p {
    font-size: 11px;
}

.reno_right_content {
    position: absolute;
    top: 46px; 
}

.wheel {
width: 65%;
margin-left: 92px;
}

/*--about--*/

.offer_content { 
    margin-top: 59px;
}

.offer_content p{
  font-size: 19px;
}

.help_R a { 
    margin-left: 176px;
}

/*--blog--*/

  .blog_box1 p {
    font-size: 13px;
}

.message_area textarea {
    margin-top: 0px;
}

/*--contact--*/

.contact_box p { 
    font-size: 10px;
}

.contact_box img {
    width: 35%;
}

.contact_box h2 { 
    font-size: 20px;
}

.contact_logo { 
    padding-bottom: 63px;
}


}





@media (max-width: 360px) { 

/*--index--*/

.reno_right_content {
    position: absolute;
    top: 36px;
}


.reno_right_content h1 {
    font-size: 16px;
}

.reno_right_content span {
    font-size: 19px;
}

.reno_right_content p {
    font-size: 8px;
}

.heding-font h1 {
    margin-left: 0px;
}

.wheel { 
  width: 100%;
  margin-left: 0px;
}

.overlay p {
    font-size: 15px;
}

.para p {
    font-size: 12px; 
}


/*--about--*/

.offer_content h5 {
    font-size: 15px;
}

.offer_content h4 {
    font-size: 24px;
}

.offer_content p {
    font-size: 14px;
}

.offer_content {
    margin-top: 89px;
} 

.help p {
    font-size: 17px;
}

.help_R a {
    margin-left: 119px;
}

/*--blog--*/

.blog_form_bg p {
  padding: 0px;
}

/*--contact--*/

.contact_box {
    margin-left: 43px;
}

.contact_box  {
  width: 75%;
}



}
