@charset "UTF-8";
/* CSS Document */

html{
width:100%;
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

$height-footer: 50px;

a{
 colour:inherit;
} 
body {
	margin-bottom: $height-footer;}
  

.img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

  html body {
  margin-bottom: 100px;
}
html #footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	height: 40px;
	background-color: #b31f1c;
	color: #FFFFFF;
}
html #footer .footer-block {
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 80%;
}
#footer {
	bottom: 0;
	width: 100%;
	position: absolute;
    height: $height-footer;
	background-color: #b31f1c;
}
    
.footer-block {
	font-size: .8em;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
    }

.content_container{
	margin-top:120px;
	background-color:aqua;
	min-height:100%;
	padding:20px;
}
#content_container {
	min-height: 100%;
	width: 100%;
	margin-top: 120px;
}
.slider_wrap {
	height: auto;
	width: 100%;
	position: relative;
}
.white-block {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#green-block_center {
	background-color: #B0C210;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	text-align: center;
}
#blue-block_center {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	text-align: center;
}
#blue-block_center_about {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	text-align: center;
}
#blue-block_center_device {
	display:none;
	
}
.title_green {
	font-family: Roboto;
	font-size: 3em;
	font-weight: 100;
	color: #000000;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	position: relative;
}
#title_white {
	font-family: Roboto;
	font-size: 3em;
	font-weight: 100;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	position: relative;
}
.content_center{
	font-family: 'Roboto';
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: auto;
	width: 70%;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#content_white_center {
	font-family: 'Roboto';
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	height: auto;
	width: 70%;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}

.content_drop {
	font-family: 'Roboto';
	font-size: 1em;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 5px;
	padding: 20px;
	height: auto;
	width: 33%;
	border: thin solid #FFFFFF;
	text-align: left;
	background-color: #000000;
	min-height:300px;
	vertical-align: top;
}
.content_rise {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 1em;
	display: block;
	width:100%;
	height:auto;
	border-bottom: thin solid #FFFFFF;
	color: #fff;
	margin-bottom: 10px;
	background-color: #000000;
	padding-top:6px;
	background-color:#B0C210;
	color:#000000;
	position:absolute;
	right:0px; top:0px;
	
	
}
.content_drop_title{
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}

#CD01, #CD02, #CD03, #CD04, #CD05, #CD06{
	text-align: left;
	column-count: 2;
	column-gap: 20px;
	font-family: 'Roboto';
	font-size: 1em;
	font-weight: 100;
	line-height: 1.3em;	
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: #FFFFFF solid thin;
	padding: 20px;
	padding-top: 60px;
	position:relative;
}

#about{
	text-align: left;
	column-count: 2;
	column-gap: 20px;
	font-family: 'Roboto';
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.3em;	
	width:80%;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

.interact_wrap_white {
	font-family: 'Roboto';
	font-size: 1em;
	color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	border-top: thin solid #FFFFFF;
}
.interact_wrap_green {
	font-family: 'Roboto';
	font-size: 1em;
	color: #B0C210;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	border-top: thin solid #B0C210;
}
#demo_white {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	padding: 10px;
	height: auto;
	width: auto;
	text-transform: uppercase;
	border: thin solid #FFFFFF;
}
#demo_green {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 400;
	color: #B0C210;
	text-align: center;
	display: inline-block;
	padding: 10px;
	height: auto;
	width: auto;
	text-transform: uppercase;
	border: thin solid #B0C210;
}

.readmore_green{
	color:b0c210;
}
.column_blue {
	font-family: Roboto;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	display: inline-block;
	padding: 20px;
	height: auto;
	width: 49%;
	vertical-align: top;
}
.column_blue_contact {
	margin-top: 100px;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: inline-block;
	padding: 20px;
	height: auto;
	width: 49%;
	vertical-align: top;
	
}
#school_logo {
	display: block;
	height: auto;
	width: 200px;
}
.width_force {
	height: auto;
	width: 80%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#overview_image {
	height: auto;
	width: 100%;
}

.control-label_alex{
	display:block;
}

.heading_green {
	font-family: Roboto;
	font-size: 1.5em;
	font-weight: 300;
	color: #000000;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	position: relative;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.fullfit_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #b31f1c;
	border-color: #941a17;
}