body{
	margin:0px;
	padding:0px;
}
.container-fluid{
	width:100%;
}
.container{
	width:100%;
}
/*content*/
.content{
	height:2260px;
	margin-top:20px;
}
.comp-right{
	width:100%;
	height:auto;
	background-color:;
}
.comp-left{
	width:100%;
	height:300px;
	background-color:;
}
.about-right{
	width:100%;
	height:300px;
	background-color:;
}
.about-left{
	width:100%;
	height:300px;
	background-color:;
}
.products{
	width: 100%;
	height: 50px;
	background-color: ;
}
.products h1{
	font-size:22px;
	text-align: center;
	font-family: Times New Roman;
	color: #544bd0;
}
.products-right{
	width: 100%;
	height: auto;
	background-color: ;
}
.products-left{
	width: 100%;
	height: auto;
	background-color: ;
}
.pro-icon{
  	height: 60px;
  }
  .pro-icon:hover{
  	background-color: #f7f6f6;
  }
  .pro-icon h2{
	  font-size:12px;
  }











@media(min-width:360px){
	.content{
	height:2100px;
   }
   .pro-icon{
	   margin-top:5px;
   }
}

@media(min-width:768px){
	.content{
		height:750px;
	}
	.comp-right{
		height:340px;
		overflow:auto;
	}
	.comp-left{
	height:340px;
    }
	.about-right{
		margin-top:1%;
		height:370px;
	}
	.about-left{
		height:370px;
		overflow:auto;
		margin-top:1%;
	}

	.products h1{
	font-size:35px;
  }
    .products{
      height: 60px;
  }
  .pro-icon{
  	height: 100px;
  }
  .pro-icon h2{
	  font-size:16px;
  }

}


@media(min-width:992px){
	.content{
		height:980px;
	}
	.comp-right{
		height:450px;
		overflow:auto;
	}
	.comp-left{
	height:450px;
    }
	.about-right{
		margin-top:1%;
		height:490px;
	}
	.about-left{
		height:490px;
		overflow:auto;
		margin-top:1%;
	}
	.pro-icon{
  	height: 150px;
  }
  .pro-icon h2{
	  font-size:18px;
	  margin-top:15%;
  }
}

@media(min-width:1280px){
	.comp-right{
	height:570px;
	overflow:none;
  }
	.comp-left{
	height:570px;
	overflow:none;
  }
  .about-right{
	height:610px;
  }
  .about-left{
	  height:610px;
  }
  .content{
	  height:1200px;
  }
  .products{
  	height: 130px;
  }
  .products h1{
  	font-size:50px;
  }
  .pro-icon{
  	height: 160px;
  }
  .pro-icon h2{
	  font-size:20px;
  }
}




























































































