@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
.server {
    background-color: #ffffff;
}
.server h1 {
    padding-top: 3em;
	font-size: 32px;
}
.thumbnail p span {
    font-size: 16px;
    flex: column;
    display: flex;
}
.server .gallery .ico {
    width: 64px;
    height: 64px;
    float: left;
}
.gallery .thumbnail .fl {
    flex: column;
	display: flex;
}
.gallery .thumbnail p {
    flex: column;
	display: flex;
}






/* Navigation */
header {
	width: 100%;

	background: linear-gradient(180deg,rgba(0,0,0,0.80), rgba(0,0,0,0.20));
	
	z-index: 10000;
	position: absolute;
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 5%;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 5%;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	padding-top: 5em;
}
/* Hero Section */
.hero {
	z-index: -10;
	background-image: url("../images/herobanner.jpg");
	/*background-attachment: fixed;*/
   background-repeat:repeat-x;
	width: 100%;
	height: 800px;
    background-size: cover;
}

.hero h1 {
	font-size: 64px;
   
}


.light {
	font-weight: bold;
	color: #717070;
}
.hero .tagline {
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* value Section */
.text_column {
	width: 44%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}


.hero_description {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 35px;
	display: inline-block;
    padding-top: 2em;	
	padding-bottom: 2em;
	width: 80%;
	
}

.value {
	
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 35px;
	display: inline-block;
    padding-top: 1em;	
	padding-bottom: 1em;
	width: 80%;
	
}


.hero_header .text_column {
    width: 42%;
	
}


.value_banner {	
	background-image: url("../images/valuebanner.jpg");
   background-repeat:repeat-x;
	width: 100%;
	height: 400px;	
	background-size: cover;
	
}


/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
	text-align: center;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 80%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;	
	padding-left: 10%;
	padding-right: 10%;
}

.thumbnail {
	width: 28%;
	text-align: left;
	float: left;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 0%;
	float: left;
	height: 180px;
}

.gallery .thumbnail h1 {
    color: #222;
    font-size: 40px;
    text-align: center;
    padding-top: 6em;
	background-color: aliceblue;
}
.gallery .thumbnail h2 {
	color: #222;
	font-size: 24px;
	float: left;
	text-align: left;
	
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #fff;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
	float: left;
}




.value .gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.value .thumbnail {
	width: 31%;
	text-align: center;
	float: left;
	margin-top: 35px;
	color: #ffffff;
	margin-left: 1%;
	margin-right: 1%;
}

.container .value h1 {
	color: #ffffff;
	text-align: center;
	padding-top: 0.5em;
	font-size: 32px;
}

.value .thumbnail h2 {
	color: #ffffff;
}

.value .gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #ffffff;
	
}
 .value .gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff;
}
.value .thumbnail p {
	text-align: left;
}
.container .server h1 {
    color: #000000;
    text-align: center;
}





/* intro Section */
.about_banner {
	
	background-image: url("../images/aboutbanner.jpg");
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	padding-left: 10%;
	padding-right: 10%;
}

.blue_tit{
	font-size:24px;
	color: aqua;
	border-bottom: 2px solid;
	line-height: 48px;
	width: 4em;
	margin-left: 64px;
	padding-top: 64px;
	font-weight: bold;	
}


.intro_normal {
	width: 24.5em;
	margin-left: 96px;
	color: #FFFFFF;
	text-align: left;
    letter-spacing: 2px;
	padding-top: 3em;
	margin-top: 0px;
	font-weight: normal;
    font-size: 1.5em;
}

.intro {
	width: 24.5em;
	margin-left: 96px;
	color: #FFFFFF;
	text-align: left;
    letter-spacing: 2px;
	/*padding-top: 3em;*/
	margin-top: 0px;
}
.intro_description {
	margin-left: 96px; 
	font-size:16px;
	color: #FFFFFF;
	text-align: left;
	width: 33em;

	font-weight: lighter;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	margin-right: 64px;
	flex: column;
	display: flex;
}

p.intro_description {
	flex: initial;
    line-height: 48px;
	height: 48px;
	border-bottom: 1px dashed rgba(255,255,255,0.66);
	
	
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	background: rgba(0,0,0,0.88);
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	caption-side: top;
	padding-left: 10%;
	padding-right: 10%;
}
footer {
	display: inline-block;
}

p.footer_inf{color: #ffffff;
font-size: 12px;}

p.footer_logo{color: #ffffff;
font-size: 12px;}

.hidden {
	display: none;
}
.gallery .thumbnail ul {
    width: auto;
    text-align: left;
	padding-left: 5em;
	margin-top: 0;
}
header a .logo {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.container header nav {
    margin-top: 1em;
}





/* Mobile */
@media (max-width: 375px) {
	
	
.hero {
	z-index: -10;
	background-image: url("../images/herobanner.jpg");
	/*background-attachment: fixed;*/
   background-repeat:repeat-x;
	width: 100%;
	height: 500px;
	
}	
	
.hero h1 {
font-size: 30px; 
line-height: 32px;
padding-bottom: 0.5em;
	padding-right: 10%;
	padding-left: 10%;
}
	
.hero .tagline {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 10%;
	padding-left: 10%;
}	
	
		
	
	
	
	
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
	
	
.value_banner {

    height: 500px;
    background-size: cover;
}	
	
	
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.intro {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.intro_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.value .thumbnail {
    margin-top: 1em;
	
	}
	
.about_banner {
	background-image: url("../images/aboutbanner.jpg");
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	padding-left: 10%;
	padding-right: 10%;
}	
	
	
	
	
.blue_tit {
    margin-left: 0%;
}
		
	
	

.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}









/* Small Tablets */
@media (min-width: 375px)and (max-width: 767px) {
	
	
	
	
	
.hero {
	z-index: -10;
	background-image: url("../images/herobanner.jpg");
	/*background-attachment: fixed;*/
   background-repeat:repeat-x;
	width: 100%;
	height: 500px;
}	
	
.hero h1 {
font-size: 32px; 
	padding-top: 8em;
		padding-right: 10%;
	padding-left: 10%;
}
	
.hero .tagline {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
		padding-right: 10%;
	padding-left: 10%;
}	
	

	
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.hero {
    background-size: cover;
}		
		
	
	
	
.value_banner {
    height: 500px;
    background-size: cover;
}		
	
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.intro {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.intro_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 80%;
	margin-left: 20%;
}
.intro {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10%;
	text-align: left;
	font-size: 24px;
		
}
.intro_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.about_banner {
	padding-left: 10%;
	padding-right: 10%;

}
	
	.blue_tit {
    margin-left: 0%;
}
	
p.intro_description {
   
    line-height: normal;
    border-bottom: 1px dashed rgba(255,255,255,0.66);
    text-align: left;
	
}	
	
	
.about_banner {   
    height: 700px;
}	
	
	
	
.footer_column {
	width: 100%;
}
}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.hero {
	z-index: -10;
	background-image: url("../images/herobanner.jpg");
	/*background-attachment: fixed;*/
   background-repeat:repeat-x;
	width: 100%;
	height: 600px;
}	
	
.hero h1 {
font-size: 48px; 

}
	
.hero .tagline {
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}	
	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 40%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.about_banner {
	margin-top: 0px;
	padding-top: 0px;
	height: 700px;
}
	
	

	
	
}
