html,body{
	overflow-y: scroll;
}
#banner-slide{
	margin-top: 50px;
}
.img_div{
    background: url(../icons/icon-chevron-down.svg) no-repeat center center;
  /*  float: right;*/
    height: 24px;
    width: 24px;
    position: absolute;
    right: 5%;
    top: 20px;
}
.up{
	transform: rotate(-180deg);
	animation: left_r 0.3s;
}
.down{
		transform: rotate(0deg);
	    animation: right_r 0.3s;
}
@keyframes left_r
{
from {transform:rotate(0deg);}
to {transform:rotate(-180deg);}
}

@keyframes right_r
{
from {transform:rotate(-180deg);}
to {transform:rotate(0deg);}
}
#products-slide {
    height: 61rem;
}
.products {
    margin-top: 16.8rem;
     height: 35rem;
}
/*#products-idevcloud{
	padding: 42px 19px 0px;
}
#products-idevcloud p{
	background: #fff;
    color: #000;
    text-align: left;
    padding: 11px;
    margin-bottom: 0px!important;
}
#products-idevcloud #products-more{
	    left: 0%;
	    top:10%;
}*/
.ContactMk{
	position: relative;
}
.ContactMk>div{
	width:100%;
	height: 225px;
	overflow: hidden;
	background-image: url(../img/Contactus2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ContactMk_content{
	height: 100%;
	width: 40%;
	float: right;
	padding-right:2px;
}
.ContactMk_content h4{
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 22px;
}
.ContactMk_content p{
	margin: 0!important;
	font-size: 10px;
	line-height: 17px;
}
.ContactMk>div img{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 57%;
	left: 44%;
}
#partners{
	position: relative;
}
#partners p{
width: 100%;height: 80px;line-height: 80px;font-size: 22px;text-align: center;margin: 0px!important;
}
#partners_div2{
	width:100%;height: 225px;overflow: hidden;
}
#partners_div2>div{
	height:100%;width: 100%;display: inline-block;
}
#partners_div2>div img{
	height: 60px;width: 33.2%;float: left;padding: 6px;
}
#products-iwork>div:nth-child(1){
	background-image: url(../img/iWORK/iWork.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	margin:10px auto;
	position: relative;
}

/*#products-iwork>div:nth-child(1)>div:nth-child(1){
	position: absolute;
	height: 50%;
	width: 50%;
	background-image: url(../img/iWORK/i-WORK_iERP_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 0%;
	left: 0%;
	opacity: 0;
}
#products-iwork>div:nth-child(1)>div:nth-child(2){
	position: absolute;
	height: 50%;
	width: 50%;
	background-image: url(../img/iWORK/i-WORK_iMES_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 0%;
	left: 50%;
	opacity: 0;
}
#products-iwork>div:nth-child(1)>div:nth-child(3){
	position: absolute;
	height: 52%;
	width: 52%;
	background-image: url(../img/iWORK/i-WORK_iWMS_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 48%;
	left: 48%;
	opacity: 0;
}	
#products-iwork>div:nth-child(1)>div:nth-child(4){
	position: absolute;
	height: 50%;
	width: 50%;
	background-image: url(../img/iWORK/i-WORK_iMDC_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 50%;
	left: 0%;
	opacity:0;
}
#products-iwork>div:nth-child(1)>div:nth-child(5){
	position: absolute;
	height: 50%;
	width: 50%;
	background-image: url(../img/iWORK/i-WORK_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 25%;
	left: 25%;
	opacity: 0;
}	*/
.products div {
    height: 100%;  
}
#products-iwork>div:nth-child(2){
	padding: 0 20px;
	text-align: left;
}
.products-more{
    padding: 5px;
    border-radius: 15px;
    position: relative;
/*    top: 14%;
    left: 5%;*/
    width: 120px!important;
    height: 30px!important;
    background-color: #f6fbff;
    color: #1990f0;
    margin: auto;
    text-align: center;
}
.idevcloud-img{
	background-image: url(../img/phone2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    height: 150px!important;
    width: 55%!important;
	margin:10px auto;
}
.idevcloud-content{
	padding: 0 20px;
	text-align: left;
}
.idat-img{
	background-image: url(../img/iDAT1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    height: 150px!important;
    width: 85%!important;
	margin:10px auto;
}
.idat-content{
	padding: 0 20px;
	text-align: left;
}
.banner_img1{
	height: 500px;
	width: 100%;
	background-image: url(../img/banner/iWork.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.banner_img2{
	height: 500px;
	width: 100%;
	background-image: url(../img/banner/iDevCloud.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.banner_img3{
	height: 500px;
	width: 100%;
	background-image: url(../img/banner/iDAT.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#products-slide .img {
    margin: 0 6%;
}
#products-slide .img p {
    padding-top: 1.5rem;
}
.font-small2 {
    font-size: 1.3rem;
    margin-bottom: 0px!important;
}