body {
  background-color: white;
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: normal;
  background: linear-gradient(#ff4200, #ff7800, #ffb400, ffea00);
}

/*NavBar*/

.navbar-light .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-weight: bold; 
}
.navbar-light .navbar-brand {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.main-header .top-bar {
  overflow: hidden;
  background: #333333;
  line-height: 48px;
  font-size: 14px;
}


.hr2 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.about-us-p {
  font-family: 'Abhaya Libre', serif;
  padding-top: 40px;
  text-align: center;
  font-size: 24px;
  padding-bottom: 2px;
  line-height: normal;
}

.p-padding {
  padding-bottom: 20px;
  padding-top: 16px;
}

.paraStart1 {
  font-weight: bold;
}

.home-body-p {
  font-family: 'Abhaya Libre', serif;
  padding-top: 40px;
  font-size: 20px;
  padding-bottom: 2px;
  line-height: normal;
}

.product-body-p {
  font-family: 'Abhaya Libre', serif;
  padding-top: 40px;
  font-size: 20px;
  padding-bottom: 2px;
  line-height: normal;
  text-align: center;
  position: relative;
}

.home-page-padding-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-p {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.line-height {
  line-height: normal;
}

/* Box */

.su-box {
  margin: 0 0 1.5em 0;
  padding-top: 15px;
}

.su-box-title {
  display: block;
  padding: 5px 15px;
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  background: left bottom url(../images/box-title.png) repeat-x;
}

.su-box-content {
  padding: 15px;
}

.something-in-homepage {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  border-left: 4px solid #000000;
  word-wrap: break-word;
}

.something-in-service {
  background-color: rgba(255, 0, 0, 0.1);
  padding: 8px 12px;
  border-left: 4px solid #ff0000;
  word-wrap: break-word;
}

.table {
  border: 2px solid red;
}

.noselection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: grey;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.product-text-boarder {
  width: auto;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
  border: 2px solid #000000;
  word-wrap: break-word;
}

#holden_product_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

#ford_product_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.axleproduct td {
  border: 1px solid black;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  padding-left: 40px;
  table-layout: fixed;
  text-align: center;
  font-family: 'Verdana', sans-serif;
  width: auto%;
}

th {
  border: 1px solid black;
  font-size: 23px;
  padding: 8px;
  text-align: center;
  width: 100% font-family: 'Verdana', sans-serif;
  color: white;
  background-color: #ff0000;
}

tr:hover {
  background-color: #e0e0e0;
}

/*----------------------SLIDE SHOW HOMEPAGE--------------------------*/

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------Footer---------------------*/

footer.page-footer {
  bottom: 0;
  color: #fff
}

footer.page-footer .container-fluid {
  width: auto
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .6)
}

footer.page-footer a {
  color: #fff
}

.indigo {
    background: rgba(0, 0, 0, 0.85);
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

.font-small {
    font-size: .9rem;
}

.rgba-white-light,
.rgba-white-light:after {
  background-color: rgba(255, 255, 255, .3);
  position: sticky;
}

.indigo {
    background-image: url(https://i.imgur.com/tE3K8Td.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.indigo:before {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    content: '';
    width: 100%;
    height: 2000px;
}

.copyright-text {
  position: relative;
}


/*==========TOP BAR===========*/

/*===========Services==============*/

.services {
  font-size: 19px;
  font-weight: normal;
  font-family: 'Verdana', sans-serif;
  line-height: normal;
}

li {
  line-height: 150% font-family: 'Abhaya Libre', serif;
}

/*============Contact Us===============*/



/*=============== Landing=Page================*/

#showcase {
  background-image: url(https://i.imgur.com/mwGMG41.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

#showcase h1 {
  font-size: 50px;
  line-height: 1.2;
  color: white;
}

#showcase h5 {
  font-size: 25px;
  line-height: 1.2;
  color: white;
}

#showcase p {
  /*font-size: 25px;*/
  max-width: 600px; 
  line-height: 1.2;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

/*==============Landing=page=end=============*/


/*=============About_Us-Section 2==============*/

.about_us-2 {
  background-color: black;
  color: white;
}

/*=============About_Us-Section 2==============*/

/*==========Testimonials==========*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

/*.TESTMONIALS_SLIDER p{
  padding-top: 10px;
}*/

.page-footer .font-small .indigo {
  color: white;
}

.TESTMONIALS_SLIDER h3 {
  position: sticky;
}

/*#container3 {
  position: relative;
}*/


.item-1, 
.item-2, 
.item-3 {
  position: absolute;
  display: block;
  
  width: 60%;
  
  font-size: 2em;

  animation-duration: 40s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  overflow: hidden;
}

.item-1{
  animation-name: anim-1;
  line-height: 1.7rem; 
  text-align: center;
  font-size: 17px;
}

.item-2{
  animation-name: anim-2;
  line-height: 1.7rem; 
  text-align: center;
  font-size: 17px;
}

.item-3{
  animation-name: anim-3;
  line-height: 1.7rem; 
  text-align: center;
  font-size: 17px;
}

@keyframes anim-1 {
  0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 20%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 20%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 20%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}
.TESTIMONIALS_AFTER_BEFORE:after {
  color: white;
}

/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/

.section-content-block {
  padding: 80px 0 80px 0;
  background: #FFFFFF;
}
.section-pure-white-bg {
  background: #FFFFFF !important;
}
.section-pure-black-bg {
  background: #000000 !important;
}
.section-secondary-bg {
  background: #FAFAFA !important;
}
.section-heading-wrapper {
  margin-bottom: 32px;
}
.section-heading-wrapper h2 {
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 32px;
  font-weight: 700;
}
.section-heading-wrapper h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.section-heading-wrapper-alt {
  margin-bottom: 32px;
}
.section-heading-wrapper-alt h2 {
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 700;
}
.section-heading-wrapper-alt h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #5e5e5e;
}
.home-page-section-sub-heading {
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  color: #777777;
}
.service-block-1 {
  font-weight: bold;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  margin: 0px 0px 32px 0;
  padding: 16px 16px;
}
.service-block-1 h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
}
.service-block-1 h3:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #3969F7;
}
.service-block-1 span.fa {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 32px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
  transform: rotateY(0deg);
}
.service-block-1:hover h3:after {
  background: #6a8ef9;
  width: 90px;
}
.service-block-1:hover span.fa {
  opacity: 0.5;
  transform: rotateY(360deg);
}
/*-----  SERVICE BLOCK 02 ----*/
.service-block-2 {
  overflow: hidden;
  background: #fafafa;
  position: relative;
  margin: 0px 0 30px 0px;
  padding: 16px 16px;
}
.service-block-2 .service-info {
  overflow: hidden;
}
.service-block-2 .service-info h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
}
.service-block-2 .service-info h3:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #CCCCCC;
}
.service-block-2 .fa {
  float: left;
  font-size: 24px;
  margin: 6px 12px 0 0;
}
.service-block-2:hover {
  background: #f9f9f9;
}
.service-block-2:hover h3:after {
  background: #6a8ef9;
  width: 90px;
}
.service-block-2:hover span.fa {
  opacity: 0.9;
}
.service-border {
  border: 1px solid #CCCCCC;
}
.service-border:hover {
  border: 1px solid #3969F7;
}
.service-featured-block [class^="service-block-"] {
  background: #3969F7;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-featured-block [class^="service-block-"] h3 a {
  color: #FFFFFF;
}
.service-featured-block [class^="service-block-"] h3:after {
  background: #CCCCCC;
}
.service-featured-block [class^="service-block-"] .fa {
  color: #FFFFFF;
}
.service-featured-block [class^="service-block-"]:hover {
  background: #fafafa;
  color: #333333;
}
.service-featured-block [class^="service-block-"]:hover h3 > a {
  color: #0837c2;
}
.service-featured-block [class^="service-block-"]:hover .fa {
  color: #333333;
}
.service-no-padding [class^="col-"] {
  padding: 0px;
}
.service-no-padding [class^="service-block-"] {
  padding: 42px 42px 42px 24px;
  margin-bottom: 0px;
}
.service-odd-column {
  background: #f7f7f7;
}
.service-featured-img {
  -webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.05);
  margin-top: 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-block-1 span.fa {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 32px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.3;
    transform: rotateY(0deg);
}