.wrapper {
    overflow: hidden !important;
}

.main-bg-img {
    width: 100%;
    height: 1200px;
    /* height: 100vh; */
	margin-bottom:-10px;
}

.first-screen {
    position: relative;
}

.tag-line {
	font-family: 'Oswald';
    left: 0;
    text-align: center;
    margin-left: 0;
	/*color: #d21a1a;*/
    top: 130px;
	text-transform:uppercase;
}
.tag-line h2 {
    /* font-size: 50px; */
	/* line-height:60px; */
}
.mouse-pointer{
	margin-top:20px;
	-webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@keyframes mouse-pointer {
    0%, 20%, 50%, 80%, 100%{
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    40%{
        transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
    }
    60%{
        transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -moz-transform: translateY(-15pxx);
        -webkit-transform: translateY(-15px);
    }
}

.mouse-pointer p {
    margin: 0px;
    text-transform: none;
    font-weight: 100;
    font-family: sans-serif;
}
  
.machine-oil img, .overlay, .tag-line, img.awards, img.ceo-background {
    width: 100%;
}

.icon1, .icon2, .icon3, .icon5, .icon6, .icon7, .icon8, .icon9, .tag-line {
    position: absolute;
}

.icon1 {
    top: 10%;
    left: 50px;
    width: 180px;
}
.icon2 {
    top: 30%;
    left: 120px;
}
.icon3 {
    top: 45%;
    left: 30%;
}
.icon4 {
    position: absolute;
    top: 10%;
    left: 26%;
}
.icon5 {
    top: 30%;
    right: 14%;
}
.icon6 {
    top: 10%;
    right: 25%;
    /*width: 90px;*/
}
.icon7 {
    top: 50%;
    left: 60%;
    /*width: 100px;*/
}
.icon8 {
    top: 16%;
    right: 10%;
    /*width: 130px;*/
}
.icon9 {
    bottom: 25%;
    left: 45%;
    z-index: 999;
}
.intrective-machine {
    width: 100%;
    background: url('../img/home/bg-machine-main.jpg');
    background-size: 100% 4680px;
	background-repeat:no-repeat;
}
.machine {
    width: 800px;
    margin: auto;
    position: relative;
}
img.machine-img-bottom{
	margin:-227px auto 0 53px;
	margin-bottom:-450px;
}
.machine-img {
    width: 100%;
    height: auto;
    margin-top: 300px;
    z-index: 9;
    position: relative;
}

.lever-1 {
    position: absolute;
    top: 895px;
    left: 270px;
    z-index: 3;
    transform: rotate(-45deg);
    transform-origin: left center;
}
.on {
    transition: transform 1s;
    transform: rotate(45deg);
}
.bottle {
    width: 100%;
}
.step1,
.step2,
.step3,
.step4 {
    width: 50%;
    position: absolute;
}
.step1 {
    top: 800px;
    right: 0;
}
.step2 {
    top: 1350px;
    left: 0px;
}
.step3 {
    top: 2095px;
    right: -100px;
}
.step4 {
    top: 2790px;
    left: 70px;
}
.step5 {
    position: absolute;
    top: 3330px;
    left: 0;
    width: 70%;
}
.meter-pin {
    position: absolute;
    top: 905px;
    left: 106px;
    z-index: 9;
    width: 20px;
    transform: rotate(-145deg);
    transform-origin: 10px 40px;
}
.moving-pin {
    animation: rotate-pin 3s;
    transform: rotate(130deg);
}
@keyframes rotate-pin {
    0% {
        transform: rotate(-145deg);
    }
    25% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(145deg);
    }
    75% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(130deg);
    }
}
.drag {
    position: absolute;
    top: 1461px;
    right: 108px;
    z-index: 9;
    /*overflow: hidden;*/
    width: 178px;
    height: 34px;
    padding-top: 3px;
    padding-bottom: 5px;
}
#slider2,
#slider3,
.drag1,
.drag2,
.drag3 {
    position: relative;
}
.drag1 {
    right: -50px;
}
.drag2 {
    right: -70px;
    top: 4px;
}
.drag3 {
    right: -100px;
    top: 8px;
}
.drager {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #890000;
}
#slider2 {
    top: 11px;
}
#slider3 {
    top: 21px;
}
input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
    height: 5px;
	 display: block;
	 margin:1px;
	 line-height:inherit;
	 cursor:pointer;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #354773;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #35c789;
    cursor: pointer;
    margin-top: -3px;
}
input[type="range"]:focus {
    outline: 0;
}
.machine-img {
    pointer-events: none;
}
.back-top > img,
.carousel-indicators li,
.close:focus,
.close:hover,
.drager,
.lever-1,
.owl-controls .owl-buttons div,
.owl-controls .owl-page,
.red-button,
.top-vector,
.video-thum img,
button.close,
img.bar,
span.plus {
    cursor: pointer;
}
/*button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}*/
#slider2,
#slider3,
.step1,
.step2,
.step3,
.step4 {
    display: none;
}
.wheel {
    width: 80px;
    position: absolute;
    top: 2188px;
    left: 233px;
    z-index: 999;
}
.wheel img {
    width: 100%;
    transform-origin: center center;
}
.filter-wrap {
    position: absolute;
    top: 1320px;
    right: 142px;
    z-index: 9999;
}
.filter-left {
    transform: rotate(-180deg);
    position: relative;
    left: -3px;
    animation: filterleft 0.5s infinite alternate ease-in-out;
}
.filter-right {
    position: relative;
    left: -1px;
    animation: filterleft 0.5s infinite alternate-reverse ease-in-out;
}
@keyframes filterleft {
    to {
        top: -18px;
    }
    from {
        top: 0;
    }
}
.Machine-Process-mask1 {
    mask-image: url('../img/home/filter-first-step.png');
    -webkit-mask-image: url('../img/home/filter-first-step.png');
    mask-repeat: no-repeat;    
    -webkit-mask-repeat: no-repeat;
}
.First-Step-filter-wrap{
	position: absolute;
    top: 821px;
    left: 132px;
    z-index: 9999;
}
.First-Step-filter-wrap-Inner{
	position: relative;
}
.First-Step-filter-left{
	position:absolute;
	top:-4px;
}
.First-Step-filter-Frame{
	position:absolute;
	width: 120px;
    left: -30px;
    top: -16px;
	z-index:5;
}
.First-Step-filter-leftMove {
    /*transform: rotate(-180deg);*/
    position: relative;
    left: 0px;
    animation: FirstStepfilterleft 0.5s infinite alternate ease-in-out;
}
.First-Step-filter-rightMove {
    position: relative;
    left: -1px;
    animation: FirstStepfilterleft 0.5s infinite alternate-reverse ease-in-out;
}
@keyframes FirstStepfilterleft {
    to {
        top: -18px;
    }
    from {
        top: 0;
    }
}
.switch-wrap {
    position: absolute;
    top: 3005px;
    right: -100px;
	z-index:9;
}
.bottle-wrapper,
.bottles,
.red-button,
.tray {
    position: relative;
}
.red-button {
    top: -111px;
	left: -145px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.red-button-move {
    top: -74px;
}
.machine-oil {
    position: absolute;
    top: 50.35%;
    width: 157px;
    left: 293px;
    z-index: 99999;
}
.oil-wrap {
    position: absolute;
    top: 64.35%;
    z-index: 99;
    right: 128px;
    background: #fcd876;
    width: 24px;
    height: 174px;
    overflow: hidden;
    /*border-radius: 50%;*/
    text-align: center;
}
.oil-wrap img {
    height: auto;
    width: 56px;
    position: relative;
    z-index: 99;
}
.oil {
    width: 100%;
    height: 174px;
    background: #354773;
    position: relative;
    top: 0;
    z-index: 0;
    transition: top 2s;
}
.oil-fill {
    top: -155px;
}
.APAG-HeartBeat-Bar-wrap {
    z-index: 99;
    overflow: hidden;
    text-align: center;
	width: 46px;
    /*background-color: #fcd876;*/
	background: url('../img/home/heartbeat-bar-filled.png');
    height: 40px;
    position: absolute;
    top: -74px;
    left: 11px;
}
.APAG-HeartBeat-Bar-wrapp img {
   /*height: auto;
    width: 46px;
    position: relative;
    z-index: 99;*/
}
.APAG-HeartBeat-Bar {
    width: 100%;
    height: 40px;
    /*background-color: #354773;*/
	/*background-color:transparent;*/
	background: url('../img/home/bg-heart-beat-bar.png');
    position: relative;
    left: 0;
    z-index: 0;
    transition: left 3s;
}
.APAG-HeartBeat-Bar-fill {
    left: 46px;
}
.APAG-HeartBeat-Bar-unfilled{
	left:0;
}
#temp {
    position: absolute;
    top: 59.7%;
    right: 107px;
    z-index: 99;
    font-size: 15px;
    font-weight: 700;
    color: #631414;
}
.bottle-wrapper {
    width: 156%;
    margin-left: -28%;
    overflow: hidden;
	margin-top:-18px;
}
.bottle-wrapper-inner{
	/*background: url(../../assets/images/APAG-bg-Final-Filling.png);*/
}
.bottles {
    width: 2640px;
    height: 423px;
    padding-top: 10px;
    left: 900px;
    top: -30px;
    z-index: 99;
    overflow: hidden;
}
.single-bottle {
    margin-top: 13px !important;
}
.single-bottle {
    display: inline-block;
    margin-right: 50px;
}
.single-bottle img {
    width: 90px;
    float: left;
}
.roller {
    width: 100%;
}
.tray {
    height: 101px;
    margin-left: -900px;
    z-index: 2;
}
.APAG-Packing-Carton {
    position: absolute;
    z-index: 9999;
}
@keyframes bottles-animation {
    0% {
        left: 900px;
    }
    15%,
    17% {
        /*left: 546px;*/
		left: 589px;
    }
    32%,
    34% {
        /*left: 115px;*/
		left: 444px;
    }
    49%,
    51% {
        /*left: -325px;*/
		left: 301px;
    }
    66%,
    68% {
        /*left: -755px;*/
		left: 155px;
    }
    83%,
    85% {
        /*left: -1196px;*/
		left: 13px;
    }
	100% {
		left: -131px;
    }
}
.last-drop {
    width: 15px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: 0px;
    transform: scale(0);
}
.last-drop-move {
    animation: drops 15s infinite;
}
.bottles-move,
.tray-move {
    animation: bottles-animation 15s infinite;
}
@keyframes drops {
    0%,
    15%,
    32%,
    49%,
    66%,
    83%,
	97% {
        top: -90px;
        transform: scale(0, 10);
    }
    16%,
    33%,
    50%,
    67%,
    84%,
	98% {
        top: -30px;
        transform: scale(0.5, 10);
    }
    100%,
    17%,
    34%,
    51%,
    68%,
    85% {
        top: 60px;
        transform: scale(0, 10);
    }
}
