.language{
	left:0;
	bottom:0;
	background-color:#5D6D7E;
	text-align:center;
	color:white;
	width:100%;
}
.language a {
	text-decoration:none;
	color:white;
}
.main-image{
 /* The image used */
  background-image: url("../images/kaastec-erpln-service.jpg");

  /* Full height */
  /*height: 100%; */
  height: 500px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   
	}
	
body {
    color:#34495e;
	font-family: Raleway, Arial, Tahoma, sans-serif;
    font-weight: 400px;
    line-height: 1.6;
	background-color:#F8F8FF;
}

font{
/*font-family: 'PT Sans', sans-serif;*/
font-family: proxima-nova,Helvetica Neue,sans-serif;
color:#F0F3F4;
font-size:30px;	
font-weight:bold;
}

span{
/*font-family: 'PT Sans', sans-serif; */
font-family: proxima-nova,Helvetica Neue,sans-serif;
font-size:40px;
font-weight:bold;
color:#D7DBDD;
text-align: left;
}

h1{
font-family: 'PT Sans', sans-serif;
/*font-family: proxima-nova,Helvetica Neue,sans-serif;*/
color:#FF4500;
text-align: left;
}

@media screen and (max-width: 768px) {
    h1{
        font-size:22px;
    }
	h2{
        font-size:20px;
		font-weight:bold;
    }
	font{
		font-size:14px;
	}
	span{
		font-size:18px;
	}
	
	.main-image{
		height:400px;
	}

}

@media screen and (max-width: 360px) {
    h1{
        font-size:18px;
    }
	h2{
        font-size:16px;
		font-weight:bold;
    }
	font{
		font-size:12px;
	}
	span{
		font-size:16px;
	}
	img{
		width:30%;
	}
	
	.main-image{
		height:200px;
	}
	
	
}

@media screen and (max-width: 375px) {
    h1{
        font-size:18px;
    }
	h2{
        font-size:16px;
		font-weight:bold;
    }
	font{
		font-size:12px;
	}
	span{
		font-size:16px;
	}
	img{
		width:30%;
	}
	
	.main-image{
		height:200px;
	}
	
	
}

h2{
	
	font-family: 'PT Sans', sans-serif; /*new head font*/
    font-weight:bold;
    color: #c0392b;
	margin-top: 15px;
	margin-bottom: 2px;
    text-shadow: none;
    /*font-weight:bold;*/
    line-height: 1.6;
	
}

h3{
	
	color:white;
	font-weight:bold;/*added*/
	
}

h4 {
	/*font-family: Raleway, Arial, Tahoma, sans-serif;*/
	font-family: 'PT Sans', sans-serif; /*new head font*/
    font-weight: 300;
    color: #c0392b;
    margin-top: 15px;
	margin-bottom: 2px;
    text-shadow: none;
    /*font-weight:bold;*/
    line-height: 1.6;
}

h5,h6{
font-family: "Open Sans", Arial, sans-serif;
color: black;
	
}

.middle{
  vertical-align: middle;
}

/*
.div {
  background-position:center;
  background-repeat:no-repeat;
}*/

ul {
    /*border-left: 2px solid #FF8E02;*/
    /*background-color: #FFFDF9;*/
	border-left: 2px solid #0E6251;
	background-color:#D5F5E3;
	color:black;
    list-style-type: none;
    padding: 10px 20px;
}


ol{
list-style-type: none;	
}
.head{
	font-family: "Open Sans", Arial, sans-serif;
}

/*For add the background image on the Jumbotron*/
.jumbotron{ 
max-height:110px !important; /*added - change min to max-height*/
background-color:#5D6D7E;
Color:white;
margin-top:0px;
margin-bottom:20px;
 }

 /*For reduce the height of carousel image */
 .carousel-inner{
  width:100%;
  max-height: 410px !important;
}


/*For removing the left and right arrows for the carousel slider*/
.right.carousel-control, .left.carousel-control {
    display: none;
}

/*For removing the Pagination button or bullets on the slider*/
.carousel-indicators li{display:none;}