@font-face {
    font-family: "myfont";
    src: url(../font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "myfontlight";
  src: url(../font/Montserrat-Light.ttf);
}
@font-face {
  font-family: "myfontreg";
  src: url(../font/Montserrat-Regular.ttf);
}

/*********************************
5. Home
*********************************/

.home-img
{
	padding: 0;
	width: 100%;
    height: 640px;
    padding: 0;
    background-color: #000000;
}
.home_text {
    position: relative;
    bottom: 330px;
    display: inline-block;
    left: 400px;
    color: #ffffff;
}
.background_image
{
    width: 100%;
    height: 640px;
	background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    opacity: 0.5;
}
.cloud_service{
	bottom: 508px; 
	left: 565px;
}
.migration_text{
	bottom: 450px; 
	left: 525px;
}
.training_text{
	bottom: 580px;
}
.training_img{
	height: 900px;
}
 /* **********************
	   Service Body
*********************** */
.service_text{
    padding: 50px 0;
}
.serivce h2{
    font-family: myfontreg;
  }
.serivce p{
    font-family: myfontlight;
    color: #000000;
  }
.service_img{
	padding-top: 25px;
}
.img_service{
    width: 100%;
    height: 435px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.5);
}
.last_cont{
    padding: 25px 0 50px;
}

/* *******************
	   Responsive
******************** */
@media(max-width:1920px){
	.cloud_service, .web_dev{
		bottom: 440px;
    	left: 795px;
	}
}
@media(max-width:1600px){
	.cloud_service{
		left: 700px;
	}
	.web_dev {
		bottom: 360px;
		left: 620px;
	}
}
@media(max-width:1366px){
	.training_text{
		bottom: 420px;
	}
	.training_img{
		height: 640px;
	}
	.web_dev {
		left: 530px;
	}
}
@media(max-width:1280px){
	.cloud_service{
		left: 600px;
	}
	.web_dev {
		left: 460px;
	}
}
@media(max-width:1199px){
	.cloud_img {
		height: 380px;
	}
}
@media(max-width:1024px){
	.home_text {
		left: 240px;
	}
	.cloud_service{
		left: 320px;
	}
	.migration_text{
		left: 380px;
	}
	.web_dev {
		left: 350px;
	}
}
@media(max-width:980px){
	.img_training{
		height: 390px;
	}
	.cloud_img {
		height: 310px;
	}
	.migration_img{
		height: 340px;
	}
}
@media(max-width:800px){
	.home-img {
		height: 480px;
	}
	.background_image {
		height: 480px;
	}
	.home_text {
		left: 140px;
		bottom: 270px;
	}
}
@media(max-width:768px){
	.home_text {
		left: 110px;
	}
}
@media(max-width:640px){
	.img_training {
		height: 460px;
	}
	.migration_img {
		height: 440px;
	}
	.cloud_img {
		height: 440px;
	}
	.background_image {
		height: 390px;
	}
	.home-img {
		height: 390px;
	}
	.home_text h2{
		font-size: 25px;
	}
	.home_text {
		bottom: 210px;
	}
	.service_text {
		padding: 30px 0;
	}
	.img_service {
		width: 80%;
		margin-bottom: 30px;
		position: relative;
    	left: 45px;
	}
}
@media(max-width:530px){
	.background_image {
		height: 320px;
	}
	.home-img {
		height: 320px;
	}
	.home_text {
		bottom: 164px;
		left: 55px;
	}
	.service_text {
		padding: 30px 20px;
	}
	.last_cont {
		padding: 15px;
	}
}
@media(max-width:480px){
	.cloud_img {
		height: 360px;
	}
	.home_text h2 {
		font-size: 22px;
	}
	h2{
		font-size: 25px;
	}
	p{
		font-size: 15px;
	}
}
@media(max-width:414px){
	.background_image {
		height: 260px;
	}
	.home-img {
		height: 260px;
	}
	.home_text {
		bottom: 140px;
		left: 20px;
	}
}
@media(max-width:375px){
	.home_text {
		left: 30px;
	}
	.home_text h2 {
		font-size: 18px;
	}
	.img_service {
		width: 100%;
		left: 0;
	}
	.img_training {
		height: 400px;
	}
}
@media(max-width:320px){
	.background_image {
		height: 200px;
	}
	.home-img {
		height: 200px;
	}
	.home_text {
		left: 20px;
		bottom: 100px;
	}
	.home_text h2 {
		font-size: 16px;
	}
}