/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;  
  overflow-x: hidden;
}

main {overflow-x: hidden;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.carousel-caption h1 span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  max-width: 380px;
  margin: 0 auto 20px auto;
  line-height: 26px;
}
.carousel-caption p a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 auto;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  position: relative;
}
.carousel-item .container {
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel .container .carousel-caption {position: unset;}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../img/bg-overlay.png');
  background-size: 100% 100%;
}
.about-tata-brief {
    height: 340px;
    margin-top: -200px;
    position: relative;
    z-index: 999;
}
.about-tata-brief .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    background: rgb(2,0,36);
    background: linear-gradient(228deg, rgba(2,0,36,1) 0%, rgba(0,174,237,1) 0%, rgba(1,201,245,1) 100%);
    padding: 50px;
}
.about-tata-brief img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -40px;
}
.about-tata-brief h2 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  min-width: 320px;
}
.about-tata-brief h2 span {
  color: #0E1B38;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
.about-tata-brief p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
.tw-usp {
  padding: 80px 0;
}
.tw-usp .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tw-usp span {
  font-size: 14px;
  text-transform: uppercase;
  color: #0E1B38;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.tw-usp span i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 22px;
  color: #CED6E0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing {background: #F7F7F7; padding: 80px 0;}
.marketing .service-card {
  background: #ffffff;
  padding: 50px 30px ;
  min-height: 380px;
}
.marketing .service-card img {margin-bottom: 30px; height: 45px;}
.marketing .service-card h2 {
    font-size: 18px;
    color: #272B36;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.marketing .service-card p {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.showcase {
  padding: 80px 0;
}
.showcase .row {min-height: 600px;}
.showcase .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.showcase h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #0E1B38;
  margin-bottom: 30px;
}
.showcase h2 span {
  color: #DD1921;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.showcase p {
  max-width: 400px;
  font-size: 18px;
  color: #828282;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.showcase .col-md-5 .vid-thumb {
  position: absolute;
  height: 100%;
}
.showcase .col-md-5 .vid-thumb img {
  height: 100%;
  max-height: 550px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
.showcase .col-md-5 .vid-thumb span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcase .col-md-5 .vid-thumb span img {height: 60px;}

.products {
  padding: 80px 0;
  background: #F7F7F7;
}
.products h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #0E1B38;
  margin-bottom: 50px;
  text-align: center;
}
.products h2 span {
  color: #DD1921;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.products .item {
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}
.products .item h4 {
  color: #272B36;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 50px 20px;
}
.products .item h4 span {
  display: block;
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.products .owl-theme .owl-dots {display: none;}

.products .owl-theme .owl-nav {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.products .owl-carousel .owl-stage-outer {z-index: 10;}

.products .owl-nav button.owl-prev {
  margin-left: -30px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
  outline: none;
}
.products .owl-nav button.owl-prev:focus {border-color: transparent; border: 0;}
.products .owl-nav button.owl-next:focus {border-color: transparent; border: 0;}
.products .owl-nav button.owl-next {
  margin-right: -30px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
  outline: none;
}
.clients {padding: 80px 0; border-bottom: 1px solid #EBECEE;}
.clients .container {display: flex; align-items: center; justify-content: center;}
.clients .container img {
    opacity: 0.5;
    height: 150px;
    margin: 0 20px;
    filter: grayscale(100%);
}
.clients .container img:hover {
    opacity: 1;
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}
.certification {padding: 80px 0;}
.certification h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #0E1B38;
  margin-bottom: 50px;
}
.certification p {
  color: #828282;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.certification .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certification .container .cert-left {width: 70%;}
.certification .container .cert-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cert-right img {margin: 10px 0;}

.testimonials {
  padding: 80px 0;
  background: url('../img/testimonials-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #0E1B38;
  margin-bottom: 50px;
  text-align: center;
}
.testimonials h2 span {
  color: #DD1921;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.testimonials .testimonial-text {
  margin: 0 0.75rem;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
  color: #828282;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  min-height: 300px;
}
.testimonials .user-detail {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.testimonials .user-detail img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.testimonials .user-detail .user-name {
  color: #272B36;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-left: 20px;
}
.testimonials .user-detail .user-name span {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: block;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.bg-dark {background-color: transparent !important;transition: all 0.3s ease-in-out;}
.navbar-nav {justify-content: flex-end; width: 100%;}
.navbar-expand-md .navbar-nav .nav-link {padding-right: 15px; padding-left: 15px; font-family: 'Poppins', sans-serif; font-size: 14px;}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}
.navbar-brand img {
    height: 71px;
}
.sticky {
  background: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}
.sticky .navbar-brand img {transition: all 0.3s ease-in-out; height: 50px;}
.sticky .nav-link {color: rgba(0,0,0,.5) !important;}
.sticky .nav-link:hover {color: rgb(232 59 47) !important;}
.sticky .active>.nav-link {color: rgba(0,174,237,1) !important;}

footer {
  background: #272B36;
  padding: 80px 0 40px 0;
}
footer h4 {
  color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    height: 38px;
    display: flex;
    align-items: center;
}
footer a, footer p {
  display: block;
    color: #aeb4c7;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
footer a:hover {color: #ffffff; text-decoration: none;}
footer .social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .social-icons a {
  margin: 0 5px;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}
footer .social-icons a:hover {
  color: #ffffff;
}
/* footer .social-icons a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #ffffff;
} */
footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3D3A3A;
  padding: 20px 0;
  margin-top: 40px;
}

.about-main {
  background: url('../img/about-bg.png');
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prod-main {
  background: url('../img/prod-det-bg.png');
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.about-main h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.about-main p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}
.about-main p i {
  margin: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-size: 16px;
}
.about-tata-brief.about-page {margin-top: 0;}
.about-tata-brief.about-page .container {background: none; padding: 50px 0;}
.about-tata-brief.about-page h2 span {color: #DD1921;}
.about-tata-brief.about-page h2 {color: #0E1B38; margin-right: 20px;}
.about-tata-brief.about-page p {color: #0E1B38; max-width: 65%;}
.about-tata-brief.about-page p span {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0E1B38;
}
.about-tata-brief.about-page p a {text-decoration: none;}
.about-tata-brief.about-page p span i {
  background: #DD1921;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.abt-tw-usp {padding: 20px 0 100px 0;}
.abt-tw-usp img {margin-bottom: 50px; width: 100%;}
.abt-tw-usp h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #0E1B38;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abt-tw-usp h2::after {
  content: '';
  background: rgba(91,116,133,0.2);
  height: 1px;
  width: 40%;
}
.abt-tw-usp .about-services {display: flex;}
.abt-tw-usp .about-services .abt-item {
  flex: 1;
  width: 33.33%;
  padding: 0 5px;
}
.abt-tw-usp .about-services .abt-item h4 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #0E1B38;
  margin-bottom: 20px;
}
.abt-tw-usp .about-services .abt-item p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #828282;
  font-weight: 300;
}
.abt-spcl {padding: 50px 0; background: #f7f7f7;}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767px) {
  .clients {overflow: hidden;}
  .clients .container {overflow-x: auto;}
  .certification .container {flex-direction: column;}
  .certification .container .cert-left {width: 100%;}
  .certification h2 {font-size: 30px;}
  .certification p {font-size: 14px;}
  .tw-usp {padding: 60px 0 50px 0;}
  .tw-usp span {margin-right: 0px; white-space: nowrap; margin-bottom: 10px;}
  .about-tata-brief {margin-top: -120px;height: auto;}
  .carousel-caption h1 {font-size: 36px;}
  .about-tata-brief .container {flex-direction: column; padding: 50px 20px;}
  .about-tata-brief h2 {font-size: 30px; min-width: unset; margin-bottom: 20px;}
  .about-tata-brief p {font-size: 14px;}
}
.contact-first {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  padding: 60px 20px;
  background: #f7f7f7;
}
.contact-first .contact-item {
  max-width: 250px;
}
.contact-first .contact-item img {height: 45px; margin-bottom: 20px;}
.contact-first .contact-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #272B36;
}
.contact-first .contact-item h3 span {
  display: block;
  font-size: 14px;
  color: #828282;
  margin-top: 10px;
  font-weight: 400;
  line-height: 20px;
}
.contact-second .contact-second-bg {
  max-height: 490px;
  width: 100%;
}
.contact-second .contact-second-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-form {padding: 0 0 100px 0; background: #f7f7f7;}
.contact-form .container {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 17px #00000029;
  border-radius: 15px;
  margin-top: -100px;
  position: relative;
}
.contact-form .container .contact-left {
  flex: 1;
}
.contact-form .container .contact-left h2 {
  font-size: 36px;
    font-weight: 700;
    color: #0E1B38;
    margin-bottom: 50px;
}
.contact-form .container .contact-left h2 span {
  display: block;
    font-size: 14px;
    font-weight: 600;
    color: #DD1921;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.contact-left .form-group input {
  max-width: 420px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #DFDFDF;
  color: #C9C9C9;
  font-size: 14px;
}
.contact-left .form-group textarea {
  max-width: 420px;
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  border: 1px solid #DFDFDF;
  color: #C9C9C9;
  font-size: 14px;
}
.contact-left .form-group input::placeholder {
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.contact-left .form-group textarea::placeholder {
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.contact-left .contact-btn {
  font-size: 14px;
    background: #DD1921;
    color: #ffffff;
    width: 250px;
    height: 50px;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all ease-in-out 0.3s;
}
.contact-left .contact-btn:hover {
  background: #000000;
  transition: all ease-in-out 0.3s;
}
.contact-left .contact-btn:focus {outline: none;}
.contact-form .container .map {flex: 1;}

@media (max-width:767px) {
  .contact-first {flex-wrap: wrap; padding: 40px 20px;}
  .contact-first .contact-item {
    max-width: 49%;
    min-width: 49%;
    margin-bottom: 20px;
  }
  .contact-form {padding: 0;}
  .contact-form .container {margin-top: -20px; border-radius: 0; flex-direction: column;}
  .contact-form .container .map {margin-top: 40px;} 
} 

.sticky .navbar-toggler {background: #000000 !important;}

.abt-spcl .container .spcl-content h2 {
  font-size: 36px;
    font-weight: 700;
    color: #0E1B38;
    margin-bottom: 30px;
}
.abt-spcl .container .spcl-content h2 span {
  display: block;
    font-size: 14px;
    font-weight: 600;
    color: #DD1921;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.abt-spcl .container .spcl-content p {
  font-size: 16px;
  color: #828282;
  line-height: 26px;
}
.abt-spcl .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abt-spcl .container .spcl-content {flex: 1;}
.abt-spcl .container .spcl-progress {
  flex: 1;
}
.spcl-progress .progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 10px;
  background: rgb(2,0,36);
  background: linear-gradient(228deg, rgba(2,0,36,1) 0%, rgba(1,201,245,1) 0%, rgba(0,174,237,1) 100%);
}
.spcl-progress .progress {margin: 10px 0; height: 25px;}
.about-desc {
  padding: 100px 0;
  text-align: center;
}
.about-desc .container  {max-width: 60%;}
.about-desc h2 {
  color: #0E1B38;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-desc p {
  font-size: 14px;
  color: #828282;
}
.about-motto {
  padding: 100px 0 0 0;
  background: #F7F7F7;
}
.about-motto .container {
  background: url('../img/motto-bg.png');
  background-repeat: no-repeat;
  text-align: center;
  min-height: 380px;
  background-size: 60% 180%;
  background-position: top center;
}
.about-motto h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0E1B38;
  margin-bottom: 30px;
}
.about-motto h2 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #DD1921;
  margin-bottom: 20px;
}
.about-motto p {
  font-size: 14px;
  color: #828282;
  max-width: 70%;
  margin: 0 auto;
}
.products .owl-carousel .owl-item img {height: 300px;}
.prod-details {
  padding: 80px 0;
}
.prod-details .container {
  display: flex;
  justify-content: space-between;
}
.prod-details .container .prod-title {
  flex: 1;
  max-width: 30%;
  margin-right: 30px;
}
.prod-details .container .prod-title h2 {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0E1B38;
  line-height: 38px;
  text-transform: uppercase;
}
.prod-details .container .prod-title a {
  background: #DD1921;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 50px;
}
.prod-details .container .prod-brief {
  flex: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #0E1B38;
  line-height: 28px;
}
.prod-features .container {
  display: flex;
  justify-content: space-between;
}
.prod-features .container img {max-height: 420px; object-fit: cover;}
.prod-features .feature-sec {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  width: 100%;
}
.prod-features .feature-sec .feature-item {
  background: rgba(232, 238, 242, 0.5);
  border-left: 3px solid #DD1921;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.prod-features .feature-sec .feature-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #272B36;
}

.prod-features .feature-sec .feature-item p {
  color: #828282;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.prod-spec {padding: 60px 0;}

.prod-spec .nav-tabs {
  border-bottom: 0;
  justify-content: center;
}

.prod-spec .nav-tabs .nav-link.active {
  background-color: #fff;
  border: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #CED6E0;
  max-width: 240px;
}

.prod-spec .nav-fill .nav-item, .nav-fill>.nav-link {
  max-width: 240px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #272B36;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0;
}
.prod-spec table {
  max-width: 640px;
  margin: 0 auto;
}
.prod-spec table td {
  color: #828282;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
  border-top: 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-left: 0;
}
.prod-spec table td.tbl-title {
  color: #272B36;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background: #f3f6f8;
  border: 1px solid rgba(0,0,0,0.2);
  border-right: 0;
}
.featured-tab {
  display: flex;
  justify-content: space-between;
}
.featured-tab ul {padding: 0; list-style: none; max-width: 32%; width: 100%;}
.featured-tab ul li {
  background: rgba(232, 238, 242, 0.5);
  border-left: 3px solid #00b0ed;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #272B36;
}
.prod-custom {justify-content: center !important;}
.prod-custom-1 {margin: 0 auto !important; padding: 30px 0px !important;}
.prod-features h2 {
  font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0E1B38;
    line-height: 36px;
    margin: 30px 0 15px 0;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  min-width: 660px;
  right: -50px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 20px;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding: 20px 30px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto;
}
.column h3 {
  font-size: 15px;
    font-weight: bold;
    color: #01bdf1;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.column a {
  float: none;
    color: rgba(0,0,0,0.6);
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.column a::before {
content: '';
height: 6px;
width: 6px;
border-radius: 3px;
border: 1px solid #01bdf1;
margin-right: 5px;
}
.column a:hover {
  color: #DD1921;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.dropdown-mega {overflow: unset;font-family: 'Poppins', sans-serif;}
.dropbtn i {font-size: 12px; padding-left: 5px;}
.navbar-dark .navbar-nav .active>.dropdown-mega .nav-link {
  color: #ffffff;
}
.bottom-footer img {
    height: 50px;
}
.tunnel-tab ul {width: 49%; max-width: 49%;}
.featured-tab ul h5 {
  font-size: 16px;
  color: #00b0ed;
}
.featured-tab ul p {
  font-size: 12px;
}
.dropdown-small .dropdown-content {min-width: 260px;}
.dropdown-small .dropdown-content .row .column {width: 100%;}
.bike {
  background: url(../img/bike-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.train {
  background: url(../img/train-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.bus {
  background: url(../img/bus-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.lift {
  background: url(../img/car-lift-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.lift-h {
  background: url(../img/hydraulic-lift.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.vacuum {
  background: url(../img/vacuum-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.foam {
  background: url(../img/foam-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.multiple-img {
  display: flex;
  width: 100%;
  margin: 0 0 40px 0;
}
.tyre-bg {
  background: url(../img/tyre-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.truck-tyre {
  background: url(../img/truck-tyre-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.wheel {
  background: url(../img/wheel-aligner.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.air-comp {
  background: url(../img/air-comp-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.abt-bg {
  background: url(../img/about-bg-new.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.contact-bg {
  background: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.water {
  background: url(../img/water-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.high-p {
  background: url(../img/high-pressure--bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.soft-water {
  background: url(../img/water-softener.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
}
.recycling-desc {
  flex: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #0E1B38;
  line-height: 28px;
}
.recycling-desc ul {
  margin: 20px 0;
}
.recycling-desc h3 {
  font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0E1B38;
    line-height: 36px;
    margin: 15px 0;
}
.diagrams {
  display: flex;
  justify-content: space-between;
}
.diag1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.diag1 span {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
}
.multiple-img img {
  max-height: 420px;
    object-fit: cover;
    flex: 1;
    width: auto;
}
.custom-modal {
  border-radius: 0;
  background: #00b0ed;
  border-radius: 0;
    background: #00b0ed;
    border: 0;
    margin: 0;
    padding: 0;
}
.custom-modal .modal-body {
  padding: 0;
  line-height: 1;
  margin: 0;
}
.res-details {
  padding: 60px 0;
}
.res-details .accordion>.card {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2)!important;
}
.res-details .accordion>.card>.card-header {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.res-details .accordion>.card>.card-header a {
  text-decoration: none;
  padding: 15px;
  display: block;
  background: #00b0ed;
}
.res-details .accordion>.card>.card-header a h5{
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.res-details .accordion>.card>.card-header a h5 i {
  transform: rotate(180deg);
}
.res-details .accordion>.card>.card-header a.collapsed h5 i {
  transform: rotate(0deg);
}
.res-details .accordion>.card>.card-header a.collapsed{
  text-decoration: none;
  padding: 15px;
  display: block;
  background: rgba(0,0,0,.03);
}
.res-details .accordion>.card>.card-header a.collapsed h5{
  font-size: 16px;
  color: #00b0ed;
}
.prod-title-img {max-width: 50%;}
.prod-title-img img {max-width: calc(100% - 20px);}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width:767px) {
  .tw-usp .container {flex-direction: column;}
  .showcase .col-md-5 .vid-thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 250px;
}
.showcase .col-md-5 .vid-thumb img {
  border-radius: 15px;
  width: 100%;
}
.clients .container {
  overflow-x: auto;
  justify-content: flex-start;
}
.testimonials .user-detail {margin-bottom: 30px;}
footer h4 {margin-top: 20px;}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}
.navbar-collapse {
  max-height: 400px;
    overflow-y: auto;
}
.navbar-dark .navbar-nav .active>.nav-link {color: #00b0ed;}
.navbar-dark .navbar-nav .nav-link:hover {color: #DD1921;}
.navbar-dark .navbar-nav .active>.dropdown-mega .nav-link {color: #00b0ed;}
.dropdown-content {
  position: unset;
  width: 100%;
  border-radius: 0px;
  min-width: unset;
  padding: 10px 20px !important;
    box-shadow: none;
    background: rgba(0,0,0,0.05);
}
.navbar-nav {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
}
.sticky .navbar-nav {box-shadow: none;}
.about-main h1 {
  font-size: 36px;
}
.prod-details .container {flex-direction: column;}
.prod-details .container .prod-title {max-width: 100%;}
.prod-details .container .prod-title a {margin-top: 30px; margin-bottom: 30px;}
.prod-details .container .prod-brief {font-size: 14px;}
.prod-features .container {flex-direction: column;}
.prod-features .feature-sec {
  flex-direction: column;
  margin-left: 20px;
  max-width: calc(100% - 40px);
}
.prod-features .feature-sec .feature-item h3 {
  font-size: 14px;
  line-height: 20px;
}
.prod-features .feature-sec .feature-item {padding: 15px;}
.featured-tab {flex-direction: column;}
.featured-tab ul {width: 100%; max-width: unset;} 
.tunnel-tab ul {width: 100%; max-width: unset;}
.prod-title-img {max-width: 100%;}
.prod-title-img img {max-width: 100%; margin-bottom: 20px;}
footer .bottom-footer {flex-direction: column;}
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
  
}
