@charset "utf-8";
/* CSS Document */
/*
Theme Name: Pacific Controls Microsoft Azure

Theme URL: http://www.pacificcontrols.net/mspcs-azure/

Author: Almeka

Author URL: http://www.almeka.net/

*/

/* reset style */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: 0 none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset, img {
    border: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

:focus {
    outline: none;
}
input, textarea {
	outline: 0;
}

/* text selection style */
::selection {
	background: #00479d; /* Safari */
	color: #FFF;
	}
::-moz-selection {
	background: #00479d; /* Firefox */
	color: #FFF;
}

/* links */
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	outline: none !important;
}

a:hover {
    text-decoration: underline;
}

/* clear */
.clear {
    clear: both;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100%;
}

h1 {
    font-size: 40px;
    color: #FFF;
	line-height: 48px;
}

h2 {
    font-size: 32px;
    color: #40b6e9;
	margin-top: 20px;
}

h3 {
    font-size: 13px;
	font-weight: bold;
    color: #5c5c5c;
	margin-bottom:5px;
}

h4 {
    font-size: 22px;
    color: #666;
}

h5 {
    font-size: 150%;
    color: #FFF;
}

h6 {
    font-size: 125%;
    color: #FFF;
}

/* page setup */
body {
    background: #FFF;
    font: 13px/18px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
p {
	font: 17px Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	margin-bottom: 20px;
}

/* wrapper setup */
.wrapper {
	position: relative;
	width: 100%;
	float: left;
	
}
.container{
	max-width: 1100px !important;
}

/* header */
header {
	width: 100%;
	float: left;
	background: url(../img/landing-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 40px 0px 0px 0px;
	position: relative;
}
a.microsoft-logo{
	max-width: 200px;
	float: left;
	margin-top: 40px;
}
a.microsoft-logo img{
	width: 100%;
	max-width: 200px;
}
a.cloud-services-logo{
	max-width: 170px;
	float: right;
}
a.cloud-services-logo img{
	width: 100%;
	max-width: 170px;
}

header h1{
	margin:15px 0;
}
.header-box{
	width: 100%;
	background: rgba(3,37,79,.8);
	padding: 45px 65px;
	border-radius: 15px 15px 0px 0px;
	margin-top: 30%;
}
a.galaxy-logo{
	width: 100%;
	text-align: center;
	float: right;
}
a.galaxy-logo img{
	width: 100%;
	max-width: 259px;
}
.header-box p{
	font: 22px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.content-area{
	width: 100%;
	float: left;
	background: #002C73;
	background-size: cover;
	min-height: 500px;
}
.content-box{
	width: 100%;
	float: left;
	background: #FFF;
	border-radius: 0px 0px 15px 15px;
	padding: 40px 60px;
	margin-bottom: 60px;
}
.saas{
	margin-top: 0px;
}
.saas-item{
	padding: 38px 5px 10px 5px;
	border: 2px #2b9fda solid;
	border-radius: 10px;
	text-align: center;
	min-height: 145px;
	position: relative;
	margin-top: 100px;
}
.saas-item figure{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -75px;
	left: 0px;
}
.saas-item figure img{
	max-width: 100%;
}
.saas-item p {
    font-size: 12px;
	line-height: 16px;
    color: #5c5c5c;
	margin-bottom: 0px;
}
figure.certified-logos{
	float: right;
}
figure.certified-logos img{
	width: 100%;
	max-width: 348px;
}
.footer-p{
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 10px;
}
.footer-p a{
	color: #FFF;
}
footer{
	background: #FFF;
	padding: 15px 0px;
}


/*footer*/
.social {
	float: right;
}
ul.social-media {
	width: 135px;
	float: left;
}
ul.social-media li {
	float: left;
	list-style: none;
	margin-left: 6px;
}
ul.social-media li a {
	width: 19px;
	height: 19px;
	display: block;
	background: url(../img/social-media.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
ul.social-media li a.fb {
	background-position: 0px 0px;
}
ul.social-media li a.twt {
	background-position: 0px -20px;
}
ul.social-media li a.in {
	background-position: 0px -40px;
}
ul.social-media li a.g {
	background-position: 0px -60px;
}
ul.social-media li a.yt {
	background-position: 0px -80px;
}
/*Tell a friend*/
#tell-us {
	float: left;
	text-align: right;
	width: 135px;
	height: 20px;
	padding: 0;
}
/* Footer links */	

ul.footer-links {
	float: left;
}
ul.footer-links li {
	float: left;
	border-right: 1px #808080 solid;
}
ul.footer-links li:last-child {
	border-right: none;
}
ul.footer-links li a {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 9px;
	line-height: normal;
	color: #808080;
	font: Arial;
}
ul.footer-links li a:hover {
	text-decoration: underline
}
.copyrights {
	font-size: 9px;
	float: right;
	color: #808080;
	font: Arial;
}

.copyrights {
	font-size: 9px;
	float: right;
	color: #808080;
	font: Arial;
}

.menu {
	position: absolute;
	right: 50px;
	width: 108px;
	height: 62px;
	background: url(../img/contact-us-now.png) no-repeat;
	margin-top: 20%;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	cursor: pointer;
	z-index: 1;
}
.menu:hover{
	margin-top: 19.8%;
}
.chat-button{
	position: fixed;
	right: 10%;
	bottom: 30px;
	width: 108px;
	height: 62px;
	background: url(../img/chat-now.png) no-repeat;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	cursor: pointer;
	z-index: 1;
}
.contact{
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 15px;
}
.contact a{
	color: #666666;
	border-right: 2px #666666 solid;
	padding-right: 15px;
	margin-right: 10px;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.contact a:hover{
	color: #004194;
	text-decoration: none;
}

label {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 20px;
}
.input {
	width: 100%;
	border: 1px #CCC solid;
	padding: 0px 5px;
	height: 36px;
	color: #333;
}
.text-area {
	width: 100%;
	border: 1px #d7d7d7 solid;
	padding: 5px;
	height: 130px;
}
.read-more {
	width: 100px;
	height: 30px;
	background: #666;
	display: block;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	margin-top: 10px;
	float: right;
}
.read-more:hover {
	background: #004194;
	text-decoration: none;
	color: #FFF;
}

.row_for_lines{
	margin:15px 0;
	width:100%;
	border-bottom:1px solid #28a7e1;
	border-top:1px solid #28a7e1;
	background: rgba(0,8,73,.3)
}



/* Media Queries */
@media (max-width: 1380px) {
h1 {
    font-size: 30px;
	line-height: 34px;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
}
a.microsoft-logo{
	max-width: 180px;
	margin-top: 30px;
}
a.cloud-services-logo{
	max-width: 150px;
}
header h1{
	margin:10px 0;
}
.header-box{
	padding: 25px 45px;
	margin-top: 15%;
}
a.galaxy-logo{
	width: 100%;
	text-align: center;
	float: right;
}
a.galaxy-logo img{
	width: 100%;
	max-width: 219px;
}
.header-box p{
	font: 18px/24px Arial, Helvetica, sans-serif;
	margin-top: 20px;
}	
}
@media (max-width: 768px) {
h1 {
    font-size: 20px;
	line-height: 24px;
}
h2 {
    font-size: 18px;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
}
.header-box{
	padding: 25px 35px;
}
a.galaxy-logo{
	margin-bottom: 20px;
}
.header-box p{
	font: 16px/24px Arial, Helvetica, sans-serif;
}
figure.certified-logos{
	float: left;
	margin-bottom: 20px;
}
ul.social-media {
	float: left;
}
.menu {
	margin-top: 200px;
	right: 15px;
}
.menu:hover{
	margin-top: 190px;
}
}
