﻿.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/SpecialMachinery.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/SpecialMachinery.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_SpecialMachinery.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_SpecialMachinery.jpeg");}
}

#divfix {display: none;}
.iconLeft:before {
font-family: "Font Awesome 5 Duotone"; 
font-weight: 900; 
content: "\f51c";
display: none;
}


/*---------------------- Company Logos Start --------------------------------------*/

#regBlue a {color: #2a24ff; font-weight: 500;}
#regBlue a:hover {color: #2a24ff; font-weight: 500;}

.logo {padding: 0 10px; display: flex; margin: auto;}

/*---------------------- Company Logos End --------------------------------------*/


/*---------------------- Gallery CSS Start---------------------------------------*/

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containergal {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
  width:100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prevgal,
.nextgal {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 22px 18px;
  margin-top: -26px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
    background: rgb(0 0 0 / 0.25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

/* Position the "next button" to the right */
.nextgal {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.prevgal {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prevgal:hover,
.nextgal:hover {
  background-color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.rowgal:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

.column img {
width: 100%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*---------------------- Gallery CSS End---------------------------------------*/

/*---------------------- Form---------------------------------------*/


.FormR {width: 95%; float:right; background-color: transparent; padding-top:0px; padding-left: 14px;}

#ssform {padding: 14px;
padding-top: 0px}

input[type=button], input[type=text], input[type=password], input[type=email]{

    -webkit-appearance: none;
    box-shadow: 0 0 3px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.1em!important;
    margin-bottom: 1%!important;
    margin-right: 1%;
    width: 97%!important;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
	}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #85b358;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px 5px 5px 5px;
}

.regSubscribe {background-color: transparent!important;}

#b6e3d1c7-dfad-4761-9fd6-50097bda0550 {
    width: 99.5% !important;
    -webkit-appearance: none;
    box-shadow: 0 0 5px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.0em!important;
    margin-bottom: 3%;
    margin-right: 1%;
    padding: 5px;
    color: #7e7e7e;
    border-radius: 3px 3px 3px 3px;
}
/*---------------------- Form end---------------------------------------*/
