/* HOME PAGE START */

.containerbox {
	position: absolute;
	top: 10px;
	left: 20px;
  	width: 25%;
}
.container1 {
  	position: absolute;
	bottom: 150px;
	left: 175px;
  	width: 200px;
}
.container2 {
  	position: absolute;
	bottom: 200px;
	left: 400px;
  	width: 175px;
}
.container3 {
  	position: absolute;
	bottom: 150px;
	left: 600px;
  	width: 150px;
}
.container4 {
  	position: absolute;
	bottom: 100px;
	left: 775px;
  	width: 125px;
}
.container5 {
  	position: absolute;
	bottom: 50px;
	left: 925px;
  	width: 100px;
}
.container1:hover .overlay {
  	height: 100%;
	opacity: 1;
}
.container2:hover .overlay {
  	height: 100%;
	opacity: 1;
}
.container3:hover .overlay {
  	height: 100%;
	opacity: 1;
}
.container4:hover .overlay {
  	height: 100%;
	opacity: 1;
}
.container5:hover .overlay {
  	height: 100%;
	opacity: 1;
}

.overlay {
	border-radius: 50%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: #fd230a;
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
	opacity: 0;
  	transition: .5s ease;
	cursor: pointer;
}
.front-text {
  	white-space: nowrap; 
  	color: white;
  	font-size: 26px;
  	position: absolute;
  	overflow: hidden;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.front-image {
	border-radius: 50%;
  	display: block;
  	width: 100%;
  	height: auto;
}

/* HOME PAGE END */

/* NAVIGATION START */

/* Buttons Start */
.btn {
  border: none;
  border-radius: 5px;
  width: 10vw;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1vw;
  background-color: red;
  padding: 17px 17px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.btn span {
  position: relative; 
  z-index: 1;
}
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20vw;
  width: 20vw;
  background: black;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/* Buttons End */

/* Page Header Start */

#pageheader {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	background-color: white;
}
#navigation {
  float: left;
  display: block;
  Width: 70%;
  height: 150px;
  margin: auto;
}
.center {
        display: table-cell;
        width: 100%;
        height: 100px;
        padding: 10px;
        vertical-align: middle;
}
#logo
{
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 150px;
}
.linebar {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	text-align: center;
	background-color: black;
	display: block;
}

/* Page Header End */

/* NAVIGATION END */

/* OTHER PAGES START */

.mainsection {align-content: center; margin: 0px auto;}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Top textbox Start */

.frameouter {
	position: static;
	}
.frame {
	Width: 940px;
	passing: 0;
	margin: 0 auto;
	}
.frameimage-about {
	display: inline-block;
	float: left;
	height: 514px;
	text-align: left;
	overflow: hidden;
	border-radius: 0px 10px 10px 0px;
	}
.frameimage {
	display: inline-block;
	float: left;
	width: 450px;
	text-align: left;
	overflow: hidden;
	border-radius: 0px 10px 10px 0px;
	}
.frametext {
	display: inline-block;
	float: left;
	width: 450px;
	height: 257px;
	padding: 20px;
	text-align: left;
	background-color: #C0C0C0;
	border-radius: 10px 0px 0px 10px;
	}
.frametext50 {
	display: inline-block;
	float: left;
	width: 450px;
	height: 474px;
	padding: 20px;
	text-align: left;
	background-color: #C0C0C0;
	border-radius: 10px 0px 0px 10px;
	}
.frametext100 {
	display: inline-block;
	float: left;
	width: 900px;
	padding: 20px;
	text-align: left;
	background-color: #C0C0C0;
	border-radius: 10px 10px 10px 10px;
	}

/* Top textbox End */

/* Form Section Start */

.col-frame {
  position: relative;
  border-radius: 10px;
  background-color: #C0C0C0;
  padding: 20px;
  width: 900px;
  margin: 0 auto;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 70%;
  margin-top: 6px;
}
.col-center {
  float: left;
  width: 50%;
  margin-top: 6px;
  text-align: center;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.framelink {
	position: absolute;
	right: 50px;
	width: 300px;
	padding: 20px;
	text-align: left;
	background-color: red;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
input[type=submit] {
  background-color: red;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}
input[type=submit]:hover {
  background-color: red;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* Machines Start */

.mach-frame {
  background-color: #C0C0C0;
  padding: 20px;
  /*width: 1280px;*/
  width: 80%;
  margin: 0 auto;
  border: 5px solid red;
  border-radius: 25px;
}
.mach-50a {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 6px;
  overflow: hidden;
}
.mach-50b {
  /*float: left;*/
  display: inline-block;
  width: 50%;
  margin-top: 6px;
  text-align: left;
  overflow: hidden;
}
.mach-image {
  display: block;
  /* width: 75%;
  height: auto; */
  width: 30vw;
  height: 30vw;
  border: 5px solid red;
  border-radius: 50%;
  overflow: hidden;
}
.spec1 {width: 39%; display: inline-block; vertical-align: top;}
.spec2 {width: 60%; display: inline-block;}

/* Machines End */

/* OTHER PAGES END */

/* FOOTER START */

.footer {
	background-color: red;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow: auto; 
	height: 100%;
	border-top: 5px solid black;
}
hr.footerbar {
  border: 3px solid black;
}

.footerleft {float: left; display: inline-block; color: black; width: 40%;}
.footerright {float: right; display: inline-block; color: black;}
.footlinks {color: black;}

/* FOOTER END */
