body {
  margin: 0;
}

.home-logo {
  width: 300px;
  height: 300px;
}

.home-btn-width {
  width: 399px;
}

.mobile-view {
  display: none;
}

.machine-text {
  font-size: 50px;
  line-height: 2;
  margin-top: 60px;
}

.mob-head {
  display: none;
}

.iso {
  width: 300px;
  height: 100px !important;
}

.certificate {
  padding-left: 15px !important;
}

.process-img {
  height: 500px;
  width: 100%;
}

.machines-img {
  height: 500px;
}

.products-img {
  padding-bottom: 50px;
  height: 450px;
  padding-top: 40px;
}

.machine-name {
  font-size: 25px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fc483a;
  color: white;
}

.products-name {
  font-size: 25px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fc483a;
  color: white;
}

.CLT_Products {
  margin-top: 45px;
}

.BSTMC_Products {
  margin-top: 45px;
}

/*Desktop View*/
@media only screen and (min-width:600px) {
  .home-logo {
    width: 400px;
    height: 400px;
  }

  .left-link {
    text-align: left;
  }

  .home-btn-width {
    width: 100%;
  }

  .h-450 {
    height: 450px;
  }
}

/*Mobile View*/
@media only screen and (max-width: 600px) {
  .right-product {
    margin-top: 40px;
  }

  .machines-img {
    height: 200px;
  }

  .machine-name {
    font-size: 18px;
  }

  .carousel-item .img-box {
    height: 300px;
  }

  .logo {
    height: 60px;
    width: 60px;
    margin-left: -10px;
    margin-top: 5px;
  }

  .get-tuch ul li {
    font-size: 10px;
    margin-left: -10px;
  }

  .cont-head {
    margin-left: -5px;
    margin-top: -60px !important;
    font-size: 15px;
    padding-right: 0px;
  }

  .cont-head h4 {
    font-size: 13px;
  }

  #header .get-tuch i {
    font-size: 16px !important;
  }

  #header .get-tech-line {
    padding: 0px 5px 0px 0px !important;
  }

  .sticky-top {
    margin-top: -10px
  }

  .collection-item-label {
    text-align: center;
    color: white;
    font-size: 16px !important;
    font-style: italic;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .home-h1 {
    font-size: 35px !important;
    line-height: 1;
  }

  .get-btn {
    font-size: 16px;
  }

  .machine img {
    width: 100%;
  }

  .machine img {
    height: 150px;
  }

  .machine-text {
    font-size: 16px;
    margin-top: 25px;
  }

  .home-about {
    font-size: 30px;
  }

  .about-stuff {
    font-size: 16px !important;
    text-align: justify !important;
    margin: 0 !important;
  }

  .know-more {
    font-size: 16px;
    text-align: center;
  }

  .cert-name {
    padding-top: 15px;
  }

  .footer-logo {
    margin-left: 30px;
  }

  .footer-2 {
    margin-top: 20px;
  }

  .footer-3 {
    margin-top: 20px;
  }

  .footer-4 {
    margin-top: 20px;
  }

  .contact-form {
    margin-left: 18px;
  }

  .address {
    margin-top: -30px;
  }

  .mob-head {
    display: block;
  }

  .desk-head {
    display: none;
  }

  .certificate {
    padding-left: 25px !important;
  }

  .process-img {
    height: 200px;
    width: 100%;
  }

  .cont-div {
    padding-left: 0px;
    margin-left: -2px;
  }
}

.contact-us {
  margin-top: 50px;
  padding-left: 20px;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #fc483a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}

input[type=submit]:hover {
  background-color: #fc483a;
}


#header {
  background: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
}

a {
  color: #fc483a;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

#header .get-tuch {
  display: inline-block;
}

.top20 {
  margin-top: 20px;
}

#header .get-tuch i {
  display: inline-block;
  font-size: 34px;
  margin-right: 7px;
  vertical-align: text-bottom;
  margin-bottom: 5px;
}

#header .get-tuch>ul {
  display: inline-block;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#header .get-tuch ul li h4,
#header .get-tuch ul li p {
  padding: 0;
  margin: 0;
}

#header .get-tech-line {
  display: inline-block;
  padding: 0 15px 0 25px;
  vertical-align: top;
}

@media only screen and (min-width:600px) {}

.bg-red {
  background-color: #fc483a;
}

.text-upper {
  text-transform: uppercase;
}

.bg-footer {
  background-color: #fc483a;
}



#backtotop {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop::after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 45px;
  color: #fff;
}

#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}

#backtotop:active {
  background-color: #555;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.collection-item-label {
  padding-top: 60px;
  text-align: center;
  color: white;
  font-size: 25px;
  font-style: italic;
}

.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-h1 {
  font-size: 62px;
  line-height: 1;
}

.btn-outline-success {
  border-color: #fc483a;
  padding: 10px 30px;
  color: #fc483a;
}

.btn-outline-success:hover {
  background: #02a758 !important;
}

.btn:hover {
  background: black !important;
}

.home-about::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 70px;
  background-color: #fc483a;
  left: 50%;
  transform: translateX(-50%);
}

/*.machine-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 250px;
    background-color: #fc483a;
    left: 50%;
    transform: translateX(-50%);
}*/

/*.products-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 250px;
    background-color: #fc483a;
    left: 50%;
    transform: translateX(-50%);
}*/

.home-about {
  position: relative;
  margin-bottom: 50px;
  color: #fc483a;
}

h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-stuff {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;

}

.logos-container {
  margin: 0 115px 0 115px;
  position: relative;
  max-width: 100%;
}

.logos-container .collection {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.logos-container .collection__items {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.logos-container ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.logos-container li:first-child {
  margin-left: 0;
}

.logos-container li {
  margin: 20px 8px;
  opacity: 1;
  text-align: center;
  padding: 20px 15px;
  box-shadow: 0;
  transition: box-shadow 0.3s ease;
}

.logos-container .collection-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logos-container .collection-item-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.collection-item-image {
  margin-bottom: 1.5rem;
}

.logos .carousel {
  margin: 0 auto;
  padding: 0 68px;
}

.logos .carousel .carousel-item {
  text-align: center;
  overflow: hidden;
  height: 160px;
}

.logos .carousel .carousel-item .img-box {
  background: #fff;
  padding: 9px;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.4);
}

.logos .carousel .carousel-item img {
  margin: 0 auto;
}

.logos .carousel-control-prev,
.logos .carousel-control-next {
  width: 68px;
  background: none;
}

.logos .carousel-control-prev i,
.logos .carousel-control-next i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.logos .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.logos .carousel-indicators li,
.logos .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 1px 4px;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.logos .carousel-indicators li {
  background: #999;
  border-color: transparent;
}

.logos .carousel-indicators li.active {
  background: #555;
}

/*whats app float*/

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 80px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px black;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {

  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

.backup button:hover{
  background-color: #22903B !important;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*tabs*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fc483a;
  border-color: #dee2e6 #dee2e6 #fc483a;
  color: #fff;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .85rem;
  border-top-right-radius: .85rem;
}


/*photo gallery*/
.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}


/*parsley validation*/
.parsley-errors-list {

  font-size: 0.9em;
  line-height: 0.9em;
  margin-top: -5px;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.navbar-nav .nav-link {
  font-size: 14px !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}


/* banner */
.carousel-caption {
  top: 87%;
}


.background-overlay {
  position: absolute;
  z-index: 3;
  top: 90%;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 4;
}

@media(max-width:1180px) {
  .carousel-caption h5 {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
  }

  .carousel-caption p {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
  }

  .carousel-caption {
    top: 25%;
  }
}

@media(max-width:980px) {
  .carousel-caption {
    top: 70%;
  }

  .carousel-caption h5 {
    font-size:16px !important;
  }

  .carousel-caption p {
    font-size: 1rem !important;
  }

  .carousel-caption .btn {
    display: none;
  }
  .background-overlay {
    position: absolute;
    z-index: 3;
    top: 65%;
    left: 0;
    width: 100%;
    height: 35%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}


.box8{
  border: 1px inset #D9DADB;
  border-style: ridge;
  box-shadow: #000;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
}
  

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}



/* .contact-form-wrapper {
  padding: 90px 0;
} */

.contact-form {
  padding: 10px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #0078F9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #0078F9;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #0078F9;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #1b87fa;
}
