/*
* Theme Name: Freebird Security Solutions
* Description: Custom theme
* Version: 1.0
* Author: KPDI
* Author URI: https://www.kpd-i.com/
*/


article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
header{
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
header .container{
	max-width: 1200px;
	margin:0 auto;
}

@media screen and (max-width: 900px) {
	header .container{
		margin:0 3%;
	}
}

body {
	font-family: 'Raleway', sans-serif; 
}

h1,h2,h3,h4,h5,h6{
	font-size: 40px;
	color: #000000;
	margin:0;
	font-family: 'Raleway', sans-serif;
}
h1,h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 40px;
}
p{
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height:25px;
}
a{
	font-weight: 400;
	color:#005581;
	text-decoration: none;
}

.flexContainer {
	display:flex;
}

.asterisk {
	font-size: 12px;
}

.content h4{
	margin:60px 0 40px;
}

.red {
	color:#e30202;
}

.blue {
	color:#007ab9;
}

button, .lbdesign_button {
	border-radius: 20px;
	background: #005581!important;
	border:none;
	color:white;
	padding:15px 5%!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	display: table!important;
	margin: auto;
	-webkit-font-smoothing: antialiased;
}

.left {
	/*display:inline-block!;*/
	margin: 0 100% 0 0%;
}

.right {
	/*display: table!important;*/
	margin-right:0;
}

button:hover, .lbdesign_button:hover   {
	background: #4178b8!important;
	transition:0.5s;
}

/*Header*/
.support-bar{
	background: #004a70;
}
.support-bar ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	padding:5px 0px 5px 0px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.support-bar ul li a{
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	position: relative;
	padding-bottom: 0;
	font-weight: 600;
	padding-right: 0;
}
.support-bar ul li img{
	position: relative;
	top: -10px;
	margin-right: 8px;
}


#menu-main-navigation{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	height:100px;
} 

#menu-main-navigation a{
	padding: 37px 15px 28px;
	font-size: 16px;
	font-weight: 500;
}

#menu-main-navigation a:hover{
	color: #007ab9;

}

#menu-main-navigation > li {
	display:flex;
	flex-direction: column;
	align-items: center;
}

#menu-main-navigation > li:first-child {
	padding-left:50px;
}

#menu-main-navigation > li:after {
	content:'';
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #d4d5d7;
	visibility:hidden;
}

#menu-main-navigation > li:hover::after {
	visibility:visible;
}


.nav a {
	font-family: 'Raleway', sans-serif;
}

.navigation{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
}
.navigation .fa{
	font-size: 16px;
	color: #005581;
	margin-left: 16px;
}

.sub-menu{
	display: none;
}

.sub-menu li{
	list-style:none;
	text-align: center;
	margin: 0px 15px;
}


#menu-main-navigation > li:hover .sub-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	-webkit-justify-content:center;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	top:60px;
	z-index: 9;
	background: #d4d5d7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	background-clip: padding-box;
	border-bottom: 100px solid rgba(255,255,255,0);
	border-top: 40px solid rgba(255,255,255,0);
}

#menu-main-navigation .sub-menu a{
	font-weight: 400;
	color: #000000;
	padding: 0!important;
}

.mobileSubMenu {
	width: 100%;
	z-index: 9;
	background: #d4d5d7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 20px;
	display:none;
}

.nav{
	position: relative;
}

.current_page_parent > a, .current-menu-ancestor > a { 
	font-weight: 700!important; 
	color:#000000; 
}

#menu-main-navigation > li.current_page_item > a { 
	font-weight: 700; 
	color:#000000; 
}

.sub-menu > li.current_page_item > a { 
	font-weight: 700!important; 
	color:#000000; 
}


#menu-item-123{
	margin-left: 50px;
}
#hamburger{
	color: #005581;
	font-size: 36px;
	/*position: absolute;*/
	display: none;
}
#closeNav{
	color: #005581;
	font-size: 36px;
	/*position: absolute;*/
	display: none;
}
#mobile-nav{
	display: none;
}

#mobile-nav p{
	font-size: 18px;
	font-weight: 400;
	color: #005581;
	text-decoration: none;
	text-align: center;
	margin:0;
}

#mobileSearch {
	display:none;
	font-family: 'Raleway', sans-serif;
}

.mobile-controls{
	/*position: relative;*/
	display: none;
}

/*Header ends*/
/*HomePage*/

.container-content, .container-content-search {
	max-width: 800px;
	margin:0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.container-services{
	max-width: 800px;
	margin:0 auto;
	padding: 0px 5%;

}
.container-testimonial{
	max-width: 800px;
	margin:0 auto;
	padding:20px 0px 20px 0px;
}
.container-content ul{
	font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding-left: 16px;
}

.container-content ul li{
	padding: 5px 0;
}

.services{
	background: #005581;
/*	padding-bottom: 30px;
	padding-top: 30px;*/
}
.service{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction: column;
	-webkit-align-items:center;
	align-items: center;
	min-width:100px;
}
.service img{
	    margin-bottom: 13px;
}
.service-row{
	display: -webkit-flex;
	   display: flex;
	   -webkit-align-items: center;
	   align-items: center;
	   -webkit-justify-content: center;
	   justify-content: center;
	   -webkit-flex-direction: row;
	   flex-direction: row;
	   -webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
	   -webkit-flex-flow: row wrap;
	   flex-flow: row wrap;
	   -webkit-align-content: flex-end;
	   align-content: flex-end;
}
.services h2{
	margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 17px;
    font-size: 24px;
}
.services p{
	text-align:center;
	color:#fff;
	padding-bottom: 30px;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 16px;
}
.service h3{
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.box-shadow{
	box-shadow: 1px -1px 11px #888888;
	/*margin-top: 40px;*/
}
.request-quote h3{
	text-align: center;
	font-weight: 300;
	color: #005581;
	text-transform: uppercase;
	font-size: 36px;
}
.request-quote-containter{
	position: absolute;
	width: 100%;
}
.request-quote-button{
	position: absolute;
	background: #007ab9;
	right: 0;
	top:-33px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items:center;
	box-shadow: -1px 4px 17px #888888;
}
.request-type h4{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}
.request-type h4:hover{
	color: #ebd800;
}
.request-icon{
	padding-top: 5px;
}
.request-type .fa{
	margin-left: 6px;
	margin-right: 10px;
}
.request-type span{
	font-weight: 300;
}
/*Generic Code*/

.downloads-container{
	max-width: 800px;
	margin: 0 auto;
}
.downloads-box{
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.24);
	padding: 30px;
	margin-bottom: 5%;
	margin-top: 40px;
}

.downloads-box h2 {
	font-size: 20px;
	margin-left: 20px;
	text-transform: capitalize;
}

.downloads{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
}

.downloadItems{
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}


.download{
	position: relative;
	width: calc(25% - 20px);
	margin: 10px;
	min-width:120px;
}

.download1 {
	position:relative;
	height:150px;
	width:100%;
}

#image1 {
	width: 40%;
	position: absolute;
	left: calc(50% - 20%);
	top:calc(50% - 50px);
}

.download img:nth-child(1){
	width: 100%;
	/*height:100%;*/
}
.download img:nth-child(2){
	position: absolute;
	left: calc(50% - 20%);
	/*top: calc(50% - 20%);*/
	width:40%;
}
.download p{
	padding-left: 10px;
	color:#03557d;
	margin:0;
	text-transform: capitalize;
}
 
.download-file {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-top: -4px;
}

.featured-thumbnail{
	height: 50vh;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.featured-thumbnail-container{
	max-width: 800px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.featured-thumbnail-copy{
	position: absolute;
	bottom: 10%;
}
.featured-thumbnail-copy h1{
	font-weight: 600;
	color: #fff;
}

.featured-thumbnail-copy p {
	color:white;
}

.flex-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items:center;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
.testimonial{
	background: #f4f4f4;
/*	padding-top: 20px;
	padding-bottom: 20px;*/
}
.testimonial-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
}
.testimonial-title h3{
	font-size: 16px;
    color: #005581;
    margin-bottom: 40px;
}
.testimonial-title h4{
	font-size: 15px;
	font-weight: 300;
	color: #005581;
	margin-left: 10px;
}
.testimonial p{
	font-size: 24px;
	color: #005581;
	font-weight: 300;
	margin:0;
	margin-top:15px;
	display:inline;
	line-height:1.3;
}
.testimonial a{
	font-size:16px;
	font-weight: 600;
}

.readMoreContent {
		display:none;
}

.request-quote{
	padding: 40px 0px 40px 0px;
}
.container-content h1{
	font-size: 24px;
	text-align: center;
	color:black;
}

.content h4{
	font-size: 20px;
	margin-top: 40px;
}
.client-logos-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0;
}

.client-logo {
	width:calc(25% - 20px);
	margin:10px;
}

.client-logo img{
	width:100%;
}


/*Generic ends*/
/*Form general inquire*/

.inputs div{
	display:flex;
	align-items:center;
	justify-content: space-between;
}

form p{
	margin: 0;
	padding:0;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color:red;
	display:none;
}

.inquiries-form{
	max-width: 800px;
	margin: 40px auto;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.24);
	padding: 30px 45px 30px 45px;
}

.inquiries-form p {
	color:red;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin:0;
	display:none;
}

.inquiries-form .flexContainer {
	align-items: center;
	align-content: center;
	align-self: center;
	justify-content: space-between;
	margin: 22px 0 10px 0;
}

.inquiries-form label{
	display: block!important;
	/*margin-bottom: 5px!important;*/
	/*margin-top: 22px;*/
	font-size: 15px!important;
	font-family: 'Raleway', sans-serif!important;
	font-weight: 400!important;
	color: #004a70!important;
}
.inquiries-form label span{
	display: inline-block;
	color: #e30202;
}
.inquiries-form input{
	width: 100%;
	padding: 10px;
	font-size: 12px;
	color: #000;
	border: 1px solid #cecece;
	background: #f5f5f5;
}

input[type="text"], input[type="email"], textarea{
	background: #f5f5f5;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.inputs {
	margin-bottom: 30px;
}

.inputs div {
	margin-bottom: 5px;
}

input.error, textarea.error, select.error{
	border: 2px solid red!important;
}

input.valid, textarea.valid, select.valid {
	border: none!important;
}

.inquiries-form select{
	width: 100%;
	padding: 10px!important;
	font-size: 12px;
	border: 1px solid #cecece;
	height: 36px!important;
	background: #f5f5f5;
}
.submit-button{
	display:block;
	text-align: right;
}

/*NINJA STYLING*/
.nf-before-form-content, .nf-after-form-content {
	display:none;
}

#thankyou {
	display:block;
	color:#333;
	text-align: center;
}

.nf-error-msg {
	font-size: 14px;
	font-family: 'raleway', sans-serif;
	font-weight: 600;
	position:absolute;
	top:0;
	right:0;
	margin-right: 0!important;
}

.nf-field-label {
	margin-bottom: 5px!important;
}

#nf-field-13, #nf-field-17{
	    background: #333333;
	    margin-top: 15px;
	    padding: 15px 20px;
}

/*hide recaptcha label except for screenreaders*/
#nf-field-18-wrap label, #nf-field-19-wrap label {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/*END: NINJA STYLING*/


.inquiries-text{
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: center;
	margin-top: 40px;
}

.inquiries-text p {
	font-weight:400;
}

.inquiries-text a {
	font-weight: 800;
}

.inquiries-text span {
	font-weight: 800;
	color:#005581;
}

.inquiries-text span a {
	text-decoration: underline;
}


textarea{
	width: 100%;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #cecece;	
}
input[type="submit"], .submit {
	/*width: 100px!important;*/
	border-radius: 18px;
	text-transform: uppercase;
	color: #fff!important;
	background: #333333;
	margin-top: 15px;
	padding:15px 20px;
}

input[type="submit"]:hover{
background: #005581;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}

.container-content > div:last-child.accordion {
	margin-bottom: 40px;
}

.accordionItem {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}

.accordionTitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items:center;
	justify-content:space-between;
	border: 1px solid #e1e1e1;
	padding: 10px 20px 10px 20px;
}

.accordionTitle:hover {
	cursor:hand;
	cursor:pointer;
}

.accordionTitle h2{
	font-size: 15px;
	color: #007ab9;
	font-weight: 700;
	margin-right: 26px;
	flex-basis:15%;
}

.accordionTitle p{
	flex-basis:75%;
}

.accordionTitle div{
	flex-basis:10%;
	text-align: right;
}

#faqAccordionTitle h2{
	flex-basis:initial;
}

.accordionHide, .accordionContent {
	display:none;
}

.accordionContent {
	border: 1px solid #e1e1e1;
	padding: 27px 20px 27px 20px;
	border-top: 0px;
	background: #f5f5f5;
}

.faqAccordionContent {
	border: 1px solid #e1e1e1;
	padding: 27px 20px 27px 20px;
	border-top: 0px;
	background: #f5f5f5;
}

.accordionContent h1, .accordionContent h2, .accordionContent h3, .accordionContent h4, .accordionContent h5, .accordionContent h6 {
	font-size: 16px;
	color: black;
	font-weight: 700;
	margin-right: 26px;
}

.accordionContent li {
	font-weight:300;
	padding: 5px 0;
	font-family: 'Raleway', sans-serif;
}

.inputContainer{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
}
.inputBox{
	width: 80%;
	position:relative;
}
.inputBox .fa{
	color:#005581;
	left: 7px;
	top:7px;
	position: absolute;
}
.inputBox input[type="text"]{
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 30px;
	margin:0;
	background: white;
	font-size: 14px;
}

#search{
	cursor: pointer;
	margin-top: 37px;
}

#searchsubmit {
	border: 0px;
	background: #005c8c;
	color: white;
	border-radius: 50px;
	margin-left: 30px;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	text-transform: capitalize;
	width: 80px;
	min-height:33px;
	padding:0;
}

.searchBarContainer {
	position:relative;
	max-width:500px;
	margin: 0 auto;
}

#cancel {
	position:absolute;
	top:-70px;
	right:-70px;
    font-size: 30px;
    color:#005581;
}

#cancel:hover {
	cursor: pointer;
}

/*Security page starts*/

.checkItems {
	display:flex;
	align-items: center;
}

.checkItems img {
	font-size: 50px;
	color:blue;
	margin-right:20px;
}

.checkItems p {
	font-size: 15px;
}

/*Security page ends*/


/*Search page starts*/


.resultContent {
	/*margin: 40px;*/
	
	padding: 30px 30px 30px 0;
	margin-left: 40px;
	/*width:80%;*/
}

body > div.main > div.container-content-search > div > section > div > p > a:nth-child(2) {
	display:none;
}

.searchResult {
	display:flex;
	justify-content: space-between;
	align-items: center;
}


#searchHR {
	border:1px solid #eeeeed;
	width:80%;
	margin: 10px auto;
}
.searchResult .fa{
	font-size: 30px;
	color: #005c8c;
	margin-left: 30px;
	margin-right: 40px;
}

.searchResult:hover {
	background:#eeeeed;
}

.searchResult h2, .searchResultNone h2 {
	color: #005c8c;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
}

.searchResult h3{
	color: #005c8c;
	font-size: 18px;
	text-decoration: underline;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

strong.search-excerpt { 
background-color:yellow;
color:blue;
}

/*END*/
.search-header{
	background: #eeeeed;
	padding: 40px;
}
.searchContainer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	max-width: 800px;
	margin: 0 auto;
}
.searchResults{
	width: 50%;
	margin:10px 0;
}


.searchResults h1{
	font-weight: 600;
	color: #004a70;
}
.searchResults p{
	color: #004a70;
	margin:0px;

}
.searchFor{
	margin-left: 7px!important;
	font-weight: 600;
}
.search-again{
	width: 50%;
}
.yourSearch{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	margin-top: 9px;
}
.search-again h3{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 13px;
	margin-top: 10px;
}
.search-again .inputBox{
	background:#fff;
}
.entry-content{
	margin-top: 40px;
	margin-bottom: 40px;
}
.entry-content h1{
	text-align: left!important;
	color: #004a70;
}
/*Search page ends*/
/*Testimonials Page*/
.testimonials-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.testimonials-info h4{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	margin-left: 10px;
}
.testimonials-info h3{
	font-size: 15px;
	color: #fff;
}
.testimonials p{
	line-height: 25px;
	color:#fff;
}
.testimonial a {
	/*display:block;*/
	margin:10px 0;
}
.testimonials{
	background: #005581;
	padding:20px 52px 20px 52px;
	margin-bottom: 9px;
}
.testimonials:nth-child(2n+0){
	background: #006ca4;
}


/*Flex Slider*/

.mobile {
	position:absolute;
	bottom:0;
	right:54%;
	height:90%;
}

.mobile img {
    /*width: 200px;*/
    height: 100%;
}

.flex-nav-next{
	display: none;
}
.flex-nav-prev{
	display: none;
}
.flexslider .slides > li{
	position: relative;
}

#slideImage{
	width:100%;
}

.slide-content{
	position:absolute;
	left: 49%;
	top: 28%;
	width: 46%;
	max-width:400px;
}

.slide-content h1{
	font-weight: 800;
	font-size: 36px;
	color: #fff;
}
.slide-content p{
	color:#fff;
	font-size: 16px;
}
.slide-button a{
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 300;
	background: #ebd800;
	padding: 12px 17px 12px 17px;
	border: 6px solid #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
.slide-button{
	margin-top: 40px;
}
/*Flex Slider Ends*/

/*Footer Starts*/
footer{
	background:#232323;
}
footer p{
	margin:0;
	color: #ebd800;
}
footer a{
	color: #ebd800;
	font-weight: 300;
	font-size:14px; 
}
footer a:hover{
	color:#fff;
}
footer ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction: column;
	list-style-type: none;
	padding-left: 0;
	line-height: 25px;
}
footer p{
	font-size: 12px;
	line-height: 20px;
}
footer h3{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin:0;
}
.footer-container{
	max-width: 800px;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 50px;
}

.footer-container h1{
	color:white;
	font-style: 18px!important;
}

.footer-container input{
	width:50%;
}

.footer-mobile{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	width: 45%;
}
.footer-list .fa{
	font-size: 40px;
	color: #ebd800;
	margin-top: 25px;
}
.footer-list .fa:hover{
	color:#fff;
}
#menu-privacy-footer{
	margin-top: 34px;
}
.search-container{
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 999;
	padding: 80px;
	display: none;
	box-shadow: 1px 1px 14px #000000;
}
.search-container form{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

/*footer*/

footer form h1 {
	padding:0;
}

.mc4wp-form-fields {
	display:flex;
	justify-content: space-between;
	align-items: center;

}

#ninja_forms_widget-2 {
	list-style: none;
}

#nf-field-21-wrap .nf-field-label {
	width:0;
	padding:0;
}

#nf-form-4-cont .nf-form-title h3{
	font-size: 20px;

}

nf-fields-wrap {
	display:flex;
	flex-direction:column;
	
	/*align-items:flex-end;*/
}


#mc_embed_signup_scroll {
	display:flex;
	margin: 0;
	flex-direction: row;
	width: 100%;
	/*height:60px;*/
	align-items: center;
	justify-content: space-between;
	/*margin: 0 auto;*/
}

#mc_embed_signup_scroll h1{
	color:white;
	font-size: 20px;
}

.subscribeForm {
	display:flex;
	position:relative;
}

#mc_embed_signup_scroll input[type="button"], #mc_embed_signup_scroll input[type="submit"] {
	border:none;
	padding:18px 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 0;
	border-bottom:1px solid #333;
	background: #005581;
	width:120px;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color:white;
}

#mc_embed_signup_scroll input[type="email"] {
	border:none;
	padding:18px 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin: 0;
	background: black;
	color:white!important;
	width:250px;
}

#mc_embed_signup_scroll input[type="submit"] {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}


#mc_embed_signup_scroll input::-webkit-input-placeholder {
color: white !important;
}
 
#mc_embed_signup_scroll input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
#mc_embed_signup_scroll input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
#mc_embed_signup_scroll input:-ms-input-placeholder {  
color: white !important;  
}

#subscribe-result {
	color: white;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

.footerHR {
	border: 1px solid black;
    margin: 40px 0;
}

.footer-list ul {
	padding-left: 0;
}

#nf-form-4-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nf-form-4-cont  .nf-error-msg {
	top:-15px;
}


#wp-subscribe {
	background: none;
}

#wp-subscribe p {
	display:none;
}

#wp-subscribe {
	color:white!important;
}

#wp-subscribe-form-1 input{
	margin-top: 0;
}

/*Footer Ends*/


/* 404 page */
.notFoundContent {
	min-height: 35vh;
	margin-top: 5vh;
}
.notFoundContent h1 {
	font-size: 34px;
	text-align: left;
	color: black;
	font-weight: 700;
}
.notFoundContent p{
	margin: 10px 0 40px 0;
}
.notFoundContent label{
	margin-bottom: 10px;
}
.notFoundInputContainer {
	margin-top: 10px;
}
.notFoundInputBox #s {
	padding-left: 40px;
	font-size: 14px;
}

#notFoundI {
	left: 10px;
    top: 13px;
    font-size: 20px;
}
.notFoundContentForm {
	width: 70%;
}
.notFoundContentForm #searchsubmit{
	border-radius:50px;
	padding:15px 40px;
	width:150px;
	margin-left: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

/* 404 page ends */



/*Mobile Tablet*/

@media screen and (max-width: 1150px) {
	header .container{
		padding:0 3%;
	}
}

@media screen and (max-width: 1025px) {
	.navigation{
		display: none;
	}
	.nav {
		margin:0;
	}
	.mobile-top{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		align-items: center;
		-webkit-align-items:center;
		justify-content: space-between;
		-webkit-justify-content:space-between;
		width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
	#hamburger{
		display: block;
		cursor: pointer;
	}
	.mobile-controls{
		display: block;
	}
	#mobile-nav{
	width: 100%;
	margin-bottom: 28px; /*add margin-bottom*/
	}
	#mobile-nav ul{
		list-style: none;
		padding-left: 0;
		text-align: center;
	}
	#mobile-nav li{
		/*padding: 20px;*/
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#mobile-nav a{
		font-size: 18px;
		padding: 20px;
	}
	#mobileSearch {
		display:block;
	}
	.support-bar{
		order:2;
	}
	.support-bar ul{
		-webkit-justify-content: center;
	    justify-content: center;
	}
	.support-bar {
		display:none;
	}
	.sub-menu{
		padding-right: 0px;
	}
	.flex-row{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	header .container {
	     padding: 0;
	     margin:0; 
	}
}

@media screen and (max-width: 930px) {
	#menu-main-navigation > li:first-child {
		padding-left:40px;
	}
}

@media screen and (max-width: 900px) {
	.client-logos-container {
		padding:0!important;
	}
	.resultContentNone {
		margin: 0 40px;
	}
	.container-content {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.featured-thumbnail-copy{
		left:5%;
	}
	.search-container {
		position:fixed;
		top:0;
		bottom:0;
	}
	.searchBarContainer {
		top:50%;
	}

	/*.menu-item:hover .sub-menu{
		display:none;
	}*/
}

@media screen and (max-width: 768px){
	.container-content{
		margin-top: 0;
		margin-bottom: 0;
	}
	.container-services{
		flex-wrap:wrap;
		justify-content: center;
	}
	.container-testimonial{
		padding: 20px;
	}
	.featured-thumbnail h1{
		font-size: 30px;
	}
	.downloads-box{
		padding: 10px;
	}
	#image1 {
	top:calc(50% - 41px);
	}
	.slide-content {
	    top: 3%;
	    width: 80%;
	    text-align: center;
	    right: calc(50% - 10%);
	    left:10%;
	    max-width:initial;
	}
	.slide-content h1 {
	    font-size: 30px;
	}
	.slide-content p {
	    margin: 5px 0;
	}
	.slide-button {
		margin-top: 25px;
	}
	.slide-button a {
		padding:10px 20px;
	}
	.mobile {
	    right: calc(50% - 100px);
    	width: 200px;
    	height: 240px;
	}
	.mobile img {
	    width: 200px;
	    height: 240px;
	}
	#subscribe {
	    width: 80%;
	}
	footer form {
	    height: initial; 
    	flex-direction: column;
	}
	#nf-form-4-cont {
		flex-direction: column;
	}
	#nf-form-4-cont .nf-form-title {
		margin: 0 0 20px;
	}
	#mc_embed_signup_scroll {
		flex-direction:column;
	}
	#mc_embed_signup_scroll h1{
		margin-bottom: 20px;
	}
	.notFoundContentForm {
	    width: 100%;
	}
	#cancel {
		right:-40px;
	}
	.client-logo {
	    width: calc(33% - 20px);
	}
}

@media screen and (max-width: 670px) {
	.service-row {
		height:250px;
		align-content: space-around;
	}
	.service-row a {
		width:30%;
	}
}

@media screen and (max-width: 588px) {
	.client-logo {
		width:50%;
	}
	.client-logo img {
		width:100%;
	}
	.testimonials {
		padding:15px;
	}
	.services h2 {
		font-size: 30px;
	}
	.accordionTitle {
		flex-direction: column;
		position: relative;
		margin: 40px 2.5% 0;
		padding-bottom: 31px;
		align-items:flex-start;
	}

	#faqAccordionTitle {
		flex-direction: row;
		align-items: center;
		padding-bottom: 10px;
		margin: 20px 0 0;
	}

	#faqAccordionTitle div{
		position:static;
	}

	.accordionTitle p{
		margin-bottom: 0;
	}
	.accordionTitle div {
		position: absolute;
		bottom: -29px;
		right: 10px;
	}
	.accordionContent {
		margin: 0 2.5%;
	}

	#accordion_content {
	margin: 0;
	}
	.request-quote h3 {
		font-size: 33px
	}
	.container-content h1 strong {
		display:block;
	}
	#clientContent strong {
		display:inline;
	}
	.downloadItems {
	    flex-wrap: wrap;
	}
	.resultContent {
	     margin: 0px; 
	     max-width: 90%;
	}
	.searchResult .fa{
		margin-right: 0px;
		margin-left: 0;
	}
	#searchHR {
		width:100%;
	}
	.searchResult {
		padding:0 5%;
	}
	.searchResult:hover {
		background:none;
	}
	.searchContainer {
		flex-direction: column;
	}
	.searchResults, .search-again {
		width:100%;
	}
	.request-quote h3 {
		font-size: 30px;
	}
	.testimonial a {
		display:block;
		margin:30px 0;
	}
	.search-container {
    	padding: 80px 40px;
	}
	#cancel {
		top:-60px;
		right:-20px;
	}
	.footer-container {
		/*padding:0px 5% 80px 10%;*/
		flex-wrap:wrap;
	}
	.footer-mobile {
		width:100%;
	}
	.footer-mobile:last-child {
		margin-top: 20px;
	}
	.footer-list {
		width:40%;
	}
	#menu-privacy-footer {
		margin-top: 0;
	}
	#subscribe {
	    width: 100%;
	}
	#subscribeTitle strong {
		display:inline-block;
	}
	.mobile-top{
		padding-left: 20px;
		padding-right: 20px;
	}
	.inquiries-text {
		padding: 0 5%;
	}
	.slide-button a {
	font-size: 14px;
	border: 4px solid #000000;
	}
	.subscribeForm {
		width:90%;
	}
	#mc_embed_signup_scroll input[type="email"] {
		width:70%;
	}
	#mc_embed_signup_scroll input[type="submit"] {
		width:30%;
	}
	#mc_embed_signup_scroll h1 strong {
		display:inline-block;
	}
	.client-logo {
	    width: calc(50% - 20px);
	}
}

@media screen and (max-width: 530px) {
	.slide-content {
		width: 100%;
		margin:0 auto;
		left:0;
	}
	.subscribeThankyou {
		font-size:16px;
	}
	.inquiries-form {
		padding: 30px 15px 15px 15px;
	}
	.nf-response-msg .inquiries-form {
		padding:30px;
	}
	.notFoundContentForm #searchsubmit {
		margin-left: 10px;
		width:100px;
		padding:15px 0;
	}

}

@media screen and (max-width: 430px) {
	.slide-content p {
	    font-size: 14px;
	}
	.subscribeForm {
		width:100%;
	}
	.notFoundInputBox #s {
		font-size: 12px;
	}
	#searchsubmit {
		margin-left: 10px;
	}
	.search-container {
		padding: 80px 20px;
	}
	#cancel {
		right:0px;
	}
}

@media screen and (max-width: 414px) {
	.content h4{
		margin:40px 0;
	}
	.request-quote{
		padding: 23px;
	}
	.support-bar ul li a{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction:column;
		flex-direction: column;
		align-items: center;
		-webkit-align-items:center;
		text-align: center;
	}
	.support-image{
		margin-bottom: -6px;
	}
	.support-bar ul li img{
		margin-right: 0px;
	}
	.submit-button {
		text-align: center;
	}
	.service {
		min-width:90px;
		width: 33%;
		margin-bottom: 20px;
	}
	.container-services {
	     padding: 0px; 
	}
	.download {
    	width: calc(50% - 20px);
    	min-width:0;
	}
	.request-quote strong {
		display:block;
	}
	.footer-container{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.footer-mobile{
		width: 100%;
		align-items: baseline;
		-webkit-align-items:baseline;
	}
	.footer-list:first-child {
		width:60%;
	}
	.footer-list:last-child {
		width:40%;
	}
	footer a {
		font-size: 12px;
	}
	footer h3 {
	    font-size: 14px;
	}
	footer p {
		width:80%;
	}
	.subscribe input[type="button"] {
		font-size: 12px;
		padding: 22px 5px;
	}
	#subscribe-result {
		font-size: 14px;
	}
	#mc_embed_signup_scroll input[type="email"], #mc_embed_signup_scroll input[type="submit"] {
		font-size: 14px;
	}
	#mc_embed_signup_scroll h1 {
		font-size: 16px;
	}
}


@media screen and (max-width: 395px) {
    .slide-button a {
		padding:10px;
	}		
	.mobile {
	    right: calc(50% - 110px);
	    width: 220px;
	    height: 260px;
	    bottom:-40px;
	}
	.mobile img{
	    width: 100%;
	    height: 100%
	}
	.subscribe input[type="button"] {
		width: 94px!important;
	}
	.subscribeForm {
		width:100%;
	}
	#mc_embed_signup_scroll input[type="email"], #mc_embed_signup_scroll input[type="submit"] {
		padding:16px;
	}
}

@media screen and (max-width: 368px) {
	.g-recaptcha {
		transform: scale(0.77)!important;
		-webkit-transform: scale(0.8)!important;
		transform-origin:0 0!important;
	}
	.notFoundInputBox #s {
		padding-left: 30px;
	}
	#notFoundI {
		left:7px;
	}
}


@media screen and (max-width: 320px) {
	.mobile-top{
		padding-left: 10px;
		padding-right: 10px;
	}
	#mobile-nav li {
		padding: 17px 0;
	}
	body > header > div.nav > div > div.mobile-top > h1 > a > img {
		width:184px;
	}
	#subscribe input[type="email"], #subscribe input[type="submit"] {
	    padding: 13px;
	    font-size: 14px;
	}
	.footer-list:first-child {
	    width: 40%;
	}
	footer p {
		width:100%;
	}
	.footer-list:last-child {
	    width: 45%;
	}
	.slide-content {
		top:6%;
		right:0;
		width:100%;
	}
	.slide-content h1 {
	    font-size: 25px;
	}
	.accordionContent h1, .accordionContent h2, .accordionContent h3, .accordionContent h4, .accordionContent h5, .accordionContent h6 {
		font-size: 15px;
	}
	.slide-button a {
		padding:10px 5px;
	}		
}


/*TO ADD TO MAIN CSS:*/

.accordionContainer {
	margin-bottom: 60px;
}

label.error {
	font-weight: 600;
	color:red;
	text-align: right;
}

.vError {
	color:red;
	font-weight: 400;
}

#mc4wp_form_widget-2 {
	width:100%;
}

/*Table styling*/

table {
	width:100%;
	/*min-width:600px;*/
}

@media screen and (max-width: 768px) {
	table {
	        display: block;
	        height:100%;
	        overflow:scroll;
	}

}


td {
	font-family: 'Raleway', sans-serif;
	padding:0 20px;
	font-size: 14px;
	min-width:150px;
}

tr {
	height:33px;
}

tbody {
	border:1px solid #3F99B4;
}
tbody tr:first-child{
	background: #015584;
	color:white;
	height: 35px;
	font-weight: 600;
	font-size: 18px;
}
tbody tr:nth-child(2){
	background: #3F99B4;
	color:white;
	height: 35px;
	font-weight: 600;
	font-size: 14px;
}

tbody > tr:nth-child(1) > td > span {
	font-weight: 600!important;
	font-size: 18px;
}

tbody > tr:nth-child(2) > td > span {
	font-weight: 600!important;
}

/*FAQ ACCORDION*/
#faqAccordionItem a {
	color:black;
	text-decoration: underline;
}

/* section title */
#accordionSectionH1 {
	text-align: left;
	color:#005A88;
	margin: 40px 0 20px;
	font-weight: 500;
	font-size: 24px;
}

/* lists */
#faqAccordionItem li {
	font-weight: 600;
}
#faqAccordionItem li > ul {
	padding-left: 50px;
}
#faqAccordionItem li > ul > li{
	font-weight: 300;
	list-style-type: disc;
}

/* Titles within dropdowns */
#faqAccordionItem h1, #faqAccordionItem h2, #faqAccordionItem h3, #faqAccordionItem h4, #faqAccordionItem h5, #faqAccordionItem h6 {
	font-size: 16px;
	color:#005A88;
}

/*Accordion 2 (wireless network page)*/
#container-content2 {
	padding-top: 0;
}







