/* BASIC css start */
.factory-image {
background-image:
url("/design/kglobal/main/factory500x315.gif");
border-radius: 50%;
height: 500px;
width: 692px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
top: 680px;
opacity:;
}

.success-text {
text-align:center;
position: relative;
top:25%;
left:50%;
transform: translate(-50%, -50%);
color:white;
}

.img1 {
float: right;
}


.div1 {
width:700px;
font-size: 30px;
text-align: left;
padding:; 
background-image:linear-gradient(rgba(153,230,153, 0.8), rgba(153,230,153, 0.2));
box-shadow: 3px 3px black;
border-radius:10px;
position:absolute;
left:10px;
top:20px;
}

.div2, .div3, .div4, .div5 {
font-size: 14px;
}

.div2, .div3, .div4 {
line-height: 1.8;
padding: 20px;
border-radius: 30px;
border:solid 1px;
margin-left: 20px;
width:180px;
height:350px;
position:absolute;
top:120px;
}

.div2 {
background:#ccffcc;
left:10px;
}

.div3 {
background:#ccccff;
left:225px;
}

.div4 {
background:#ffccff;
left:440px;
}

.div5 {
position: absolute;
left:10px;
top: 550px;
color: black;
line-height: 2;
}


/* BASIC css end */

