* {
	font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
        z-index: 1;
}

#header #phone {
    text-align: right;
    float: right;
    padding-top: 20px;
    padding-right: 30px;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

#header #phone a{
    text-align: right;
    float: right;
    margin-top: -25px;
    padding: 0px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.8);
	color: black;
	padding:0px;
	position: fixed;
	box-shadow: 3px 0 2px black;
	z-index: 3;
}

#header img {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#header ul {
	text-decoration: none;
	padding-top: 40px;
    list-style: none;
}

#header li {
	width: 140px;
	height: 30px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	float: right;
	color: white;
        border-radius: 10px 10px 10px 10px;
        list-style: none;
}

#header a {
    	text-decoration: none;
        list-style: none;
}

.last {
    margin-right: 30px;
}


#header li:hover {
	background-color: rgba(53,157,217,1);
	color: white;

}

#content {
	position: absolute;
	padding:150px 0px 0px 0px;
    top: 0; /* Header Height */
	left: 0;
    width: 100%;
	height: 100%;
	background: url('../images/mainframe2.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
	z-index: -1;
}

#content2 {
	float: left;
	position: absolute;
	padding-top:130px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin-left: 0;
	margin-right: 5%;
    top: 0; /* Header Height */
	min-height: 100%;
    width:100%;
    background-image:    url(../images/secured.svg);
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center; 
	background-color: white;
	z-index: 1;
	box-shadow: 0 0 5px black;
}

#content2 h4 {
    margin-top: 0px;
    padding-top: 20px;
	font-weight: 300;
    text-align: left;
    margin-left: 0px;
	font-size: 25px;
	color: rgba(53,157,217,1);
}

#about {
    padding-top: 20px; 
    box-shadow: 0 0 10px black;
        background-color: rgba(0,0,0,0.9);
}

#about h1 {
    float: center;
    padding-left: 5%;
    font-size: 30px;
    color: white;
    text-shadow: 0 0 0px;
        text-shadow: 0 0 10px black;
    width: 400px;
        padding: 10px;
}

#about h3 {
	font-weight: 500;
    padding-left: 10px;
    text-align: left;
	font-size: 30px;
	color: rgba(53,157,217,1);
}

#about h4 {
	font-weight: 300;
    text-align: left;
    padding-left: 10px;
	font-size: 25px;
	color: rgba(53,157,217,1);
}

.firstp {
       padding-top: 0px; 
}

#content #about p {
    text-align: left;
    padding-top: 0px;
    font-size: 18px;
    color: white;
    margin-left: 5%;
    margin-right: 5%;
}

#services {
    background-color: white;
    padding-top: 20px;
    box-shadow: 0 0 10px 10px #fff;
      background: url('../images/itbusiness.jpg') no-repeat;
  background-size: cover;    
}

#services h1 {
    float: left;
    font-size: 30px;
    color: white;
    text-shadow: 0 0 0px;
        text-shadow: 0 0 10px black;
    background-color: rgba(53,157,217,0.8);
    width: 400px;
        padding: 10px;
}

#services h3 {
	font-weight: 500;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
	font-size: 30px;
	color: rgba(53,157,217,1);
}

#services h4 {
	font-weight: 300;
    text-align: left;
    margin-left: 5%;
	font-size: 25px;
	color: rgba(53,157,217,1);
}

#content #services li {
    color: black;
    text-shadow: 0 0 0px;
    float: none;
    	width: 100%;
    padding-left: 0px;
    margin-left: 0px;
	font-size: 20px;
	text-shadow: 0px 0px 0px black;
	display: inline-block;
	float: center;
    line-height: 0;
    margin-left: 0px;
}

.firstp {
       padding-top: 160px; 
}

#services p {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

.body2{
	background-color: grey;
}

h1 {	

	width: 100%;
	color: white;
	font-size: 50px;
	text-shadow: 0 0 10px black;
	font-style: normal;
	font-weight: 400;
}

h2 {	
	color: rgba(53,157,217,1);
	width: 100%;
	font-size: 30px;
	text-shadow: none;
	font-style: normal;
	font-weight: 500;
}

h5 {	
	color: white;
	font-size: 16px;
	text-shadow: none;
	font-style: normal;
	font-weight: 500;   
        margin-bottom: 0; 
        padding-bottom: 0;   
}

h6 {	

	width: 100%;
	color: white;
	font-size: 25px;
	text-shadow: 0 0 10px black;
	font-style: normal;
	font-weight: 400;
	line-height: 0px;
}


#footer {
	background: #4e4e4e;
	width:100%;
	height:40px;
	position:fixed;
	padding: 0px;
	bottom:0;
	left:0;
	box-shadow: 0px;
	z-index: 2;
}

#footer h2 {
	float: center;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	padding-top: -20px;
	font-weight: 200;
	line-height: 20px;
}

#footer a {
	text-decoration: none;
	color: white;
}

.mainicons {
	position: relative;
	width: 200px;
	color: white;
	font-size: 20px;
}

#content ul {
        margin-left: 0px;  
    padding-left: 0px;
}

#content li {
	width: 250px;
	color: white;
    padding-left: 0px;
    margin-left: 0px;
	font-size: 20px;
	text-shadow: 0px 0px 8px black;
	display: inline-block;
	position: relative;
	float: center;
	line-height: normal;
    margin-left: 0px;
	margin-bottom: 30px;
}

#content p {
	font-size: 15px;
}

#content li p {
    margin-top: -60px;
	font-size: 15px;
}

.dropdown {
    float: right;
	text-decoration: none;
    position: relative;
    display: inline-block;
}

.dropdown a{
	text-decoration: none;
    position: relative;
	color: white;
    display: inline-block;
}

.dropdown-content {
    padding-top: 14px;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 12px;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	line-height: 0;
}

.dropdown-content a {
	min-width: 250px;
    background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}

.dropdown-content a:hover {
	color: white;
    background-color: rgba(53,157,217,1);
	text-decoration: none;
}

.dropdown-content p {
	margin-left: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
	z-index: 100;
}


#faq-form p {
	color: white;
	text-shadow: 0 0 10px black;
        z-index: 10000;
        
}

#faq-form {
  width: 450px;
  margin: 0 auto;
  z-index: 10000;
}

#faq-form input,
#faq-form textarea {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #111;
  padding: 11px 15px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  width: 450px;
  max-width: 500px;
  clear: both;
  margin-top: 30px;
  z-index: 10000;
}

#faq-form input[type="submit"] {
    background: rgba(53,157,217,1);
    color: #fff;
    cursor: pointer;
    width: 450px;
    margin-top: 20px;
    padding: 9px 25px 10px 25px;
    z-index: 10000;
}

#faq-form i {
  float: right;
  clear: both;
  z-index: 10000;
}

#footerlinks {
	background: #4e4e4e;
	width: 100%;
	min-height: 350px;
	padding: 0px;
	bottom:0;
	left:0;
	box-shadow: 0px;
	z-index: 1;
}

#column1{
       padding-top: 10px;
       width: 600px;
}

#column1 p{
       color: white;
       text-decoration: none;
       font-size: 15px;
}


#column1 a{
       color: #a2a2a2;
       text-decoration: none;
       font-size: 13px;
}

#column1 a:hover{
       color: white;
}

#navburger {
      visibility: none;
      display: none;
      float: right;
      position: relative;
      color: white;
      height: 135px;
      font-size: 45px;
      z-index: 1000;
      margin-top: -20px;
      padding-right: 20px;
}

#navburger:hover{
      background: white;
      background-color: rgba(53,157,217,1);
}

#navoptions {
      visibility: none;
      display: none;
}

#phone2 {
      visibility: none;
      display: none;
}

#phone2 a{
      visibility: none;
      display: none;
}

#servicesmobile {
      visibility: none;
      display: none;
}

#phone3 {
      visibility: none;
      display: none;
}

#phone3 {
    left: 78px;
    top: 92px;
    position: fixed;
    font-size: 15px;
    color: white;
    text-decoration: none;
    z-index: 1000 !important;
}

#phone3 a {
    color: white;
    text-decoration: none;
}

#socialmobile {
      visibility: none;
      display: none;
}

#socialmobile {
    right: 20px;
    top: 85px;
    float: right;
    position: fixed;
    font-size: 15px;
    color: white;
    text-decoration: none;
    z-index: 1000 !important;
}


@media screen and (max-width:920px) {

#content2 table {
    width: 90%;
}

#content2 img {
    padding-top: -20px;
}

#content2 h4 {
    padding-top: 20px;
}

#services {
      padding-bottom: 0px;
}

#footerlinks {
      visibility: none;
      display: none;
}

#servicescolumns {
      visibility: none;
      display: none;
}

#servicesmobile {
      visibility: visible;
      display: inline;
}

#header ul {
      visibility: none;
      display: none;
}
#faq-form {
  width: 302px;
}
#faq-form input,
#faq-form textarea {
  width: 302px;
  max-width: 302px;
}
#faq-form input[type="submit"] {
    width: 302px;
}

#navburger {
      padding-left: 5px;
      visibility: visible;
      display: inline-block;
}
#phone {
      visibility: none;
      display: none;
}
#header {
      height: 115px;
}

#header #phone2 {
    visibility: visible;
    display: inline-block;
    text-align: left;
    float: left;
    padding-top: 2px;
    padding-left: 78px;
    padding-right: 230px;
    font-size: 15px;
    color: black;
    text-decoration: none;
    z-index: 1000 !important;
}

#phone3 {
      visibility: visible;
      display: inline-block;
}

#socialmobile {
      visibility: visible;
      display: inline-block;
}

#navoptions ul, #navoptions:active ul { 
                visibility: hidden;
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 100%;
		border-radius: 4px 0 4px 4px;

	}

#navoptions li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

#navoptions:hover ul {
		display: block;
	}
.dropdownmobile {
    float: right;
	text-decoration: none;
    position: relative;
    display: inline-block;
}

.dropdownmobile a{
	text-decoration: none;
    position: relative;
	color: white;
    display: inline-block;
}

.dropdown-content {
    padding-top: 14px;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 12px;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	line-height: 0;
}

.dropdown-content a {
	min-width: 100%;
    background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}

.dropdown-content a:hover {
	color: white;
    background-color: rgba(53,157,217,1);
	text-decoration: none;
}

.dropdown-content p {
	margin-left: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
	z-index: 100;
}

#content2 {
    background-image:    none;
}

}
