@charset "UTF-8";
/* Created by Osborne Technology Web Services */

/* Body */
body {
	font-family: Verdana;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	margin: 5%;
	overflow-x: auto;
}
/* Styling for bootstrap body */
#boot_body{
	background-color: black;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
	background-color: #FFFFFF;
 	border-radius: 24px;
	border-style: outset;
	border-width: 7px;
	border-color: #a9a9a9;
}
/* Styling footer information */
#footer_section{
	background-color: rgba(209,203,203,1.00);
	border-radius: 24px;
	color: black;
}
#footer_section a{
	color: black;
	text-decoration: underline;
}

/* Navigation */
header {
	width: 100%;
	min-height: 250px;
	background-color: #ffffff;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}

/* Osborne Technology Logo */
#OT{
	position: relative;
	min-height: 182px;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	width: 600px;
}

/* Dell Expert Network Logo */
#Dell{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
}

/* Extreme Networks Logo */
#Extreme{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 15%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
}

/* Cisco Partner Logo */
#Cisco{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 15%;
	right: 45px;
	height: 200px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
}

.Partnership{
	padding-left: 75px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
nav {
	width: 100%;
	display: block;
}
header nav ul {
	list-style: none;
	text-align: center;
	margin-left: 20px;
}
nav ul li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	display: inline-block;
}
ul li a {
	color: rgba(69,151,209,1.00);
	text-decoration: none;
}
ul li:hover a {
	color: #000000;
}

/* Main body of index page */
.hero {
	background-color: rgba(209,203,203,1.00);
	padding-top: 25px;
	text-align: center;
	font-size: 1.4em;
	margin: 5%;
	border-radius: 24px;
}
/* Styling for hero class anchor tag */
.hero a{
	color: #000000;
}
/* Styling for hero class anchor tag on-hover effect */
.hero a:hover{
	color: #000000;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.banner {
	background-color: #2D9AB7;
	background-image: url(../../../AppData/Roaming/Adobe/Dreamweaver%20CC%202019/en_US/Configuration/Temp/Assets/eamC026.tmp/images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
/* More info */
footer {
	background-color: #FFFFFF;
}
.footer_column {
	text-align: center;
	border-top-style: ridge;
	border-top-color: #000000;
	margin-left: auto;
	margin-right: auto;
}
.footer_column form{
	text-align: center;
}
/* Changing pointer for contact form areas */
input[type=submit]{
	cursor: pointer;
}
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;
}
.copyright {
	text-align: center;
	top: 10px;
	position: relative;
	background-color: #717070;
	color: #FF4700;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
 	border-radius: 17px;
	left: 0;
	right: 0;
	display: block;
	line-height: 75px;
	bottom: 0;
}
.copyright_con{
	text-align: center;
	top: 10px;
	position: relative;
	background-color: #717070;
	color: #FF4700;
	text-transform: uppercase;
	font-weight: lighter;
	border-top-width: 2px;
 	border-radius: 17px;
	left: 0;
	right: 0;
	display: block;
	line-height: 55px;
	bottom: 0;
}

/* Styling social media icons */
.fa {
  padding: 22px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #000000
} 
.SM{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../../../AppData/Roaming/Adobe/Dreamweaver%20CC%202019/en_US/Configuration/Temp/Assets/eamC026.tmp/images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: block;
}
.hidden {
	display: none;
}

/* BEGIN STYLING CONTACT US PAGE */
.footer_column_contact{
	text-align: center;
	width: 100%;
	margin-left: 5%;
}
.footer_column_contact form{
	text-align: center;
	width: 50%;
}
h3{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p{
	width: 100%;
	text-align: center;
}

.map{
	text-align: right;
	float: right;
	margin-right: 15%;
	border: 0;
	height: 200px;
	outline: none;
	
}
.hour{
	width: 100%;
	vertical-align: middle;
}

/* BEGIN STYLING SERVICES PAGE */
.service ul{
	width: 20%;
	margin: auto;
	text-align: center;
}
.container_service{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #FFFFFF;
 	border-radius: 24px;
	border-style: outset;
	border-width: 7px;
	border-color: #a9a9a9;
}
input[type=text], input[type=email]{
	width: 600px;
}
#comment1{
	width: 600px;
	height: 50px;
}

/* Mobile */
@media (max-width: 766px) {
nav {
	width: 100%;
	display: block;
}
header nav ul {
	list-style: none;
	text-align: center;
	margin-left: -15px;
}
nav ul li {
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	margin-right: 10px;
	margin-left: auto;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	display: inline-block;
}
ul li a {
	color: rgba(69,151,209,1.00);
	text-decoration: none;
}
ul li:hover a {
	color: #000000;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
/* Body */
body {
	font-family: Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	font-size: 10px;
}
/* Styling for bootstrap body */
#boot_body{
	background-color: black;
}
/* Styling footer information */
#footer_section{
	background-color: gray;
	border-radius: 24px;
	color: white;
	font-size: 14px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
	background-color: #FFFFFF;
 	border-radius: 24px;
	border-style: outset;
	border-width: 7px;
	border-color: #a9a9a9;
}
/* Navigation */
header {
	width: 100%;
	min-height: 250px;
	background-color: #ffffff;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
.copyright {
	text-align: center;
	top: 10px;
	position: relative;
	background-color: #717070;
	color: #FF4700;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
 	border-radius: 17px;
	left: 0;
	right: 0;
	display: block;
	line-height: 75px;
	bottom: 0;
	font-size: 8px;
}
.copyright_con{
	text-align: center;
	top: 14px;
	position: relative;
	background-color: #717070;
	color: #FF4700;
	text-transform: uppercase;
	font-weight: lighter;
	border-top-width: 2px;
 	border-radius: 17px;
	left: 0;
	right: 0;
	display: block;
	height: 200px;
	line-height: 75px;
	bottom: 0;
	font-size: 8px;
}
/* Osborne Technology Logo */
#OT{
	position: relative;
	height: 175px;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-left: 5px;
	width: 100%;
	right: 20px;
}


/* Dell Expert Network Logo */
#Dell{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	width: 100%;
	padding-right: 25%;
}

/* Extreme Networks Logo */
#Extreme{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
	width: 100%;
	right: 45px;
	height: 125px;
}

/* Cisco Partner Logo */
#Cisco{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 15%;
	right: 45px;
	height: 200px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
	
}

.Partnership{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* Styling social media icons */
.fa {
  padding: 22px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #000000
} 
.SM{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* BEGIN STYLING CONTACT US PAGE */
.footer_column_contact{
	text-align: center;
	width: 90%;
}
.footer_column_contact form{
	text-align: center;
	width: 100%;
	padding-top: 350px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
h3{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p{
	width: 100%;
	text-align: center;
}

.map{
	text-align: center;
	border: 0;
	height: 100%;
	width: 100%;
	outline: none;
	margin-right: 5%;
	margin-left: auto;
}
iframe{
	width: 100%;
	align-content: center;
	margin-left: 4%;
	}
.hour{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

/* BEGIN STYLING SERVICES PAGE */
.service ul{
	width: 100%;
	margin: auto;
	text-align: center;
}
.service{
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	}
.container_service{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #FFFFFF;
 	border-radius: 24px;
	border-style: outset;
	border-width: 7px;
	border-color: #a9a9a9;
}
footer form{
	width: 100%;
}
input[type=text], input[type=email]{
	width: 200px;
}
#comment1{
	width: 200px;
	height: 50px;
}
}

/* TABLETS */
@media (min-width: 767px)and (max-width: 1366px) {
	body{
	font-size: 1em;
	font-family: Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Styling for bootstrap body */
#boot_body{
	background-color: black;
}
.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;
}
nav {
	width: 100%;
	display: block;
}
header nav ul {
	list-style: none;
	text-align: center;
	margin-left: 20px;
}
nav ul li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	display: inline-block;
}
ul li a {
	color: rgba(69,151,209,1.00);
	text-decoration: none;
}
ul li:hover a {
	color: #000000;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.footer_column {
	width: 100%;
}
.copyright_con {
	text-align: center;
	top: 10px;
	position: relative;
	background-color: #717070;
	color: #FF4700;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
 	border-radius: 17px;
	left: 0;
	right: 0;
	display: block;
	line-height: 75px;
	bottom: 0;
	font-size: 14px;
}
/* BEGIN STYLING SERVICES PAGE */
.service ul{
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 32px;
}
.container_service{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #FFFFFF;
 	border-radius: 24px;
	border-style: outset;
	border-width: 7px;
	border-color: #a9a9a9;
}
/* BEGIN STYLING CONTACT US PAGE */
.footer_column_contact{
	text-align: center;
	width: 100%;
}
.footer_column_contact form{
	text-align: center;
	width: 80%;
	margin-left: 5%;
	margin-right: auto;
	vertical-align: middle;
}
h3{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p{
	width: 100%;
	text-align: center;
}

.map{
	text-align: center;
	border: 0;
	height: 100%;
	width: 100%;
	outline: none;
	margin-right: 25px;
	padding: 8px;
}
.hour{
	width: 100%;
	vertical-align: middle;
}
input[type=text], input[type=email]{
	width: 300px;
}
#comment1{
	width: 300px;
	height: 50px;
}

/* Osborne Technology Logo */
#OT{
	position: relative;
	min-height: 175px;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-left: 5px;
	width: 100%;
	right: 20px;
}


/* Dell Expert Network Logo */
#Dell{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	width: 33%;
	height: 135px;
	padding-right: 15%;
	float: left;
}

/* Extreme Networks Logo */
#Extreme{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
	width: 33%;
	right: 10%;
	height: 125px;

}

/* Cisco Partner Logo */
#Cisco{
	position: relative;
	padding-bottom: -15px;
	vertical-align: middle;
	padding-top: 50px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	float: left;
	width: 33%;
	height: 135px;
	
}

.Partnership{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}
