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: #056136;
    color: white;
  }
  .products-name{
    font-size: 25px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
    background-color: #056136;
    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: 110px;
    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: #056136;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}

input[type=submit]:hover {
  background-color: #056136;
}
#header {
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
}

a{
  color:#00a758;
}
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-blue{
	background-color: #056136;
}
.text-upper{
	text-transform: uppercase;
}
.bg-footer{
	background-color: #35825f;
}



#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: #056136;
  padding:10px 30px;
  color: #056136;
}

.btn-outline-success:hover{
  background: #02a758 !important;
}

.home-about::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 70px;
    background-color: #056136;
    left: 50%;
    transform: translateX(-50%);
}

/*.machine-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 250px;
    background-color: #056136;
    left: 50%;
    transform: translateX(-50%);
}*/

/*.products-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 250px;
    background-color: #056136;
    left: 50%;
    transform: translateX(-50%);
}*/

 .home-about {
    position: relative;
    margin-bottom: 50px;
    color: #056136;
}
h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about-stuff {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin:50px;
}

.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 {
  bottom: -40px;
}
.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;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #056136 !important;
}