/*!
Theme Name: Apptroops Child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apptroops
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

apptroops is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	padding-top: 10px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {

}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
	color: #333;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 15px 0 0 36px;
}
.phoneandsearch p, .phoneandsearch a {
	color: #fff;
	text-decoration: none;
}
.phoneandsearch{
	padding-top: 15px;
}
li.ctabutton a, a.paoc-popup-click {
	background: #fff;
	color: #000;
	padding: 4px 20px 5px;
	border-radius: 20px;
	text-decoration: navajowhite;
}
.headertaglineandmenu {
	position: relative;
}
.absolutepo {
	position: absolute;
	right: 0;
	bottom: 8px;
}
li.ctabutton a:hover, a.paoc-popup-click:hover {
	background: #153d6d;
	color: #fff;
}
.logo img {
	padding-top: 20px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.paoc-cb-popup-body{
	background-color: rgba(225, 225, 225, 0.7) !important;
}
.paoc-credit-wrp {
	display: none !important; 
}
.paoc-popup-margin {
	overflow: hidden !important;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.tagline {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	background: url("images/taglinebgd.png") no-repeat;
	color: #fff;
	padding: 10px 0 11px;
	background-size: 100%;
	font-size: 13px;
}
header#masthead {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.paoc-popup-content .col-lg-8 h3 {
	color: #fff;
	font-weight: 200;
	font-size: 23px;
	margin-top: 50px;
}
.paoc-popup-content .col-lg-8 h3 span {
	color: #ffef68;
	font-weight: 400;
}
.paoc-cus-close-txt, .paoc-popup-snote {
	display: none;
}
header#masthead.whitebg {
	background: #fff;
	padding-bottom: 15px;
	box-shadow: 3px -8px 13px #000;
}
header#masthead.whitebg .tagline {
	color: #333;
}
.whitebg a {
	color: #333;
}
.whitebg li.ctabutton a {
	background: #e9001b;
	color: #fff;
}
.whitebg .phoneandsearch p, .whitebg .phoneandsearch a {
	color: #333;
}
header.entry-header {
	display: none;
}
.maincontent {
	text-align: center;
}
.maincontent .widget-title, .special3section .widget-title {
	font-weight: 300;
	font-size: 20px;
	background: url("images/tittlebg.jpg") no-repeat center bottom !important;
	background-size: 160px !important;
	padding-bottom: 6px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #464c5e;
}
.special3section .widget-title {
	color: #fff !important;
	text-align: center;
	margin: 0 0 45px !important;
	font-weight: 300 !important;
}
body .greybox .widget-title {
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}
.greybox p {
	text-align: center;
	letter-spacing: 2px;
}
.blockquote {
	text-align: center;
	color: #454c5e;
	letter-spacing: 2px;
}
.blockquote i {
	font-size: 24px;
	line-height: 42px !important;
	font-weight: 500;
}
.blockquote blockquote {
	border: 5px solid #454c5e !important;
	padding: 30px 0;
}
.special3section h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 600;
	margin: 15px 0 25px;
}
body .special3section p {
	color: #fff;
	letter-spacing: 2px;
	line-height: 31px;
	text-align: left;
}
.maincontent h2 {
	font-size: 33px;
	font-weight: 600;
	color: #464c5e;
	margin: 0 0 25px;
}
.maincontent p {
	margin-top: 40px;
	font-size: 20px;
	color: #464c5e;
}
.maincontent p span {
	font-size: 17px;
	color: #000;
}
a.explore {
	font-size: 15px;
	text-decoration: none;
	background: url(images/colorfullcta.png);
	color: #fff;
	padding: 5px 40px;
	background-size: 100%;
	font-weight: 500;
}
#pg-2-0 > .panel-row-style{
	background-size: 67%;
}
.maincontent.darkarea .widget-title {
	color: #fff;
}
body .container {
	max-width: 1160px;
}

.blurbg {
	background: rgba(255, 255, 255, 0.1);
	padding: 28px 30px 65px;
	margin: 0 0 50px;
	box-shadow: box-shadow: 0 5px 35px rgba(0,0,0,.1);
}
.thumbnail img {
	margin: 0 0 35px;
	height: 40px;
	width: auto;
}
.whitebg .title {
	color: #fff;
	font-weight: 600;
	margin: 13px 0 30px;
}
.whitebg .excerpt {
	color: #fff;
	font-size: 13px;
	margin: 0 0 35px;
}

#pg-2-1 > .panel-row-style{
	background-attachment: fixed;
}
.bluetitle {
	color: #73c9ff;
	font-size: 17px;
}
.serviceboxes {
	padding: 0 25px;
	background: url("images/sborder.jpg") no-repeat center right;
	transition: all 0.5s ease;
}
.row.whitebg {
	margin-top: 50px;
}
a.redbutton {
	background: #e9001b;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 15px;
}
.entry-footer {
	display: none;
}
a.bluebutton {
	background: #749dc7;
	color: #333;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 20px;
}
.circles .rowboxes {
	text-align: center;
	float: left;
	width: 18%;
	background: #fff;
	margin: 0 11px 0px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	padding: 20px 0;
	transition: all 0.5s ease;
}
.circles .rowboxes:hover {
	transform: scale(1.03);
	transition: transform .2s;
	cursor: pointer;
}
.circles .rowboxes p {
	font-size: 14px;
	color: #777;
}
.blockquote.grey blockquote {
	background: #fff;
	border: none !important;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
}
.blockquote {
	margin: 0;
}
.circles .widget .widget p {
	font-size: 14px;
	margin: 19px 0;
}
.circles img {
	width: auto;
	height: 65px;
}
.roundedcorners {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-radius: 0 35px 0 35px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	margin-bottom: 30px;
}

.features .widget_text.panel-widget-style {
	min-height: 391px;
	text-align: center;
	padding: 130px 30px 0;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease;
}
.features .widget-title {
	font-size: 20px;
	color: #fff;
	margin: 0 0 35px;
}
.features .textwidget {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.featuresarea.panel-row-style {
	background-attachment: fixed;
	background-size: cover;
}
.features .widget_text.panel-widget-style:hover {
	box-shadow: 0 5px 35px rgba(0,0,0,.1) !important;
	cursor: pointer;
	transform: scale(1.03);
	transition: transform .2s;
}
#pg-2-0, #pg-2-1, #pg-2-2, #pg-2-3, #pl-2 .so-panel {
	margin-bottom: 0 !important;
}
.blogstart {
	padding: 20px 20px;
	background: #ecf2f8;
	margin: -1px 15px;
	position: relative;
	top: -23px;
	border-radius: 2px;
	text-align: justify;
	transition: all 0.5s ease;
}
.blogstart h4 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0 15px;
	font-weight: 600 !important;
	text-align: left;
}
.blogstart span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.blogstart p {
	font-size: 13px;
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
.blogposts img {
	width: 100%;
	max-height: 240px;
}

.blogposts a.bluebutton {
	background: #2865b1;
	color: #fff;
	padding: 5px 39px;
	font-weight: 600;
}
.bluebutton.btwo {
	background: transparent;
	box-shadow: 0 5px 35px rgba(0,0,0,.3);
	color: #2865b1;
}
.bluebutton.btwo:hover {
	background: #2865b1;
	cursor: pointer;
	color: #fff;
}
.owl-carousel .owl-item {
	float: left;
	position: relative;
}
.owl-carousel.owl-theme {
	position: relative;
	padding: 50px 40px 30px;
	overflow: hidden;
}
.owl-dots {
	display: none;
}
#pg-2-5, #pg-308-1, #pg-308-3, #pl-308 .so-panel {
	margin: 0 !important;
}
#contentbottom {
	background: url("http://54.236.4.42/wp-content/uploads/2021/08/bluebg.jpg");
	padding: 50px 0;
}
.owl-theme .item {
	background: #fff;
	box-shadow: 0 5px 12px rgba(0,0,0,.1);
	padding: 30px 50px 30px;
	
}
.panel-grid-cell p {
}
.panel-grid-cell .widget-title {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.contacttitle {
	color: #fff;
	font-size: 21px;
	margin: 0 0 30px;
}
.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 19px;
	font-size: 13px;
}
.wpcf7-form p {
	margin: 0 0 15px;
}
.wpcf7-form textarea {
	height: ;
	height: 150px;
}
.wpcf7-form input.wpcf7-submit {
	width: auto;
	background: #f53752;
	color: #fff;
	padding: 13px 30px;
}
li.widget {
	list-style: none;
}

#contentbottom .col-lg-8 {
	padding: 45px 0 0 100px;
	color: transparent;
}
.contactlists {
	margin: 0;
	padding: 0;
	text-align: left;
}
.contactlists li {
	list-style: none;
	color: #fff;
	padding: 13px 35px 13px;
	font-size: 14px;
	font-weight: 600;
	background: url("images/check.png") no-repeat left center;
}
.owl-nav .owl-prev,  .owl-nav .owl-next {
	position: absolute;
	top: 49%;
	border: none;
	background: #bcbcbd;
	font-size: 50px;
	line-height: 25px;
	border-radius: 28px;
	color: #fff;
	padding: 3px 11px 8px;
}
.owl-nav .owl-prev{
	left:22px;
}
.owl-nav .owl-next{
	right:22px;
}
body .owl-carousel p {
	color: #777 !important;
	font-size: 14px;
	text-align: justify;
	line-height: 27px;
	margin: 15px 0;
}
.qq {
	width: 30px;
	margin-top: 30px;
}
body .owl-carousel img.attachment-post-thumbnail {
	position: absolute;
	top: -50px;
	width: 100px;
	left: 42.9%;
	border-radius: 50px;
	border: 4px solid #13284c;
}
.owl-theme .item h4 {
	font-size: 15px;
	text-align: left;
}
a.redbutton:hover {
	background: #fff;
	color: #e9001b;
}
.serviceboxes:hover {
	transform: scale(1.03);
	cursor: pointer;
	transition: transform .2s;
}
.owl-theme .item h5 {
	color: #999;
	text-align: left;
	font-size: 13px;
}
#colophon {
	padding: 50px 0 0;
	color: transparent;

}
.post, .page {
	margin: 0;
}
#copyright {
	background: #1f2f58;
	padding: 10px 0;
	color: #fff;
}
.footercontactinfo {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.footercontactinfo li i {
	margin-right: 10px;
	font-size: 13px;
	color: #464c5e;
}
.footercontactinfo li {
	margin: 11px 0;
	list-style: none;
	color: #464c5e;
	font-size: 14px;
}
footer#colophon .menu {
	margin: 0;
	padding: 0;
}
footer#colophon .menu li {
	list-style: none;
	margin: 0 0 5px;
}
footer .widgettitle {
	color: #464c5e;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 23px;
}
footer#colophon .menu li a {
	text-decoration: none;
	color: #464c5e;
	font-size: 13px;
}
.socialmedia {
	margin: 0;
	padding: 0;
}
.socialmedia li {
	display: inline-block;
	padding: 0 12px 0 0;
}
.copyright {
	font-size: 13px;
	padding-top: 5px;
	text-align: right;
}
.socialmedia li a {
	color: #fff;
}
#subheader {
	text-align: center;
	padding:15vw 0 10vw;
}
#subheader h1 {
	color: #fff;
	font-size: 2.7vw;
	font-weight: 600;
	margin: 0 0 15px;
}
#subheader p {
	color: #fff;
	font-size: 1.5vw;
	font-weight: 300;
}
.speciallists {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
}

.speciallists .col-lg-6 {
	padding: 20px 20px 0 60px;
	color: #fff;
	background: url("images/listbg.png") no-repeat center left;
	background-size: 46px;
	position: relative;
	font-weight: 500;
	min-height: 67px;
}
.speciallists .col-lg-6 span {
	position: absolute;
	left: 16px;
	top: 22px;
	font-weight: 600;
}


.speciallists2 .col-lg-6 {
	padding: 21px 20px 0 60px;
	color: #333;
	background: url("images/bbb.png") no-repeat center left;
	background-size: 46px;
	position: relative;
	font-weight: 400;
	min-height: 86px;
}
.speciallists2 .col-lg-6 span {
	position: absolute;
	left: 9px;
	top: 30px;
	font-weight: 600;
	
}
.special3section img {
	max-height: 250px;
	width: auto;
	max-width: none;
}
.special3section .textwidget {
	background: rgba(255, 255, 255, 0.4);
	padding: 50px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
}

#pg-308-1, #pl-308 .so-panel, #pg-308-0, #pg-308-2 {
	margin-bottom: 0 !important;
}
#page.site {
	background: url("images/rounde.jpg") no-repeat center top;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
}
.aboxes {
	text-align: center;
}
.aboxes .widget-title {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	padding-top: 75px;
margin: 0 0 36px;
}
.aboxes .textwidget {
	color: #fff;
}
.aboxes .widget_text {
	min-height: 282px;
}
.whiteangles .textwidget {
	background: url("images/listbg.png") #3b4889 no-repeat 9px 0px;
	color: #fff;
	padding: 11px 13px 0px 75px;
	border-radius: 50px;
	box-shadow: 0 4px 16px rgba(0,0,0,.4);
	position: relative;
	min-height: 57px;
	line-height: 19px;
	font-weight: 400;
}
.whiteangles .textwidget span {
	position: absolute;
	left: 24px;
	top: 18px;
}
.featureimage {
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 30px 0 5px;
}

#primary .post-thumbnail {
	display: none;
}
.featureimages {
	position: relative;
}
.featureimages .post-thumbnail {
	position: absolute;
	width: 100%;
	top: -65%;
	padding: 0 55px;
}
#subheader.subpages {
	text-align: left;
	padding: 21vw 0 10vw;
}
#subheader.subpages h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#subheader.subpages p {
	font-size: 1.3vw;
}

#primary.subpages {
	background: #fff;
}
.about-section-1 .widget-title {
	text-align: center;
	color: #454c5e;
	text-transform: capitalize;
	font-size: 2.4vw;
	margin: 0 0 25px;
}
.about-section-1 p {
	color: #454c5e;
	line-height: 28px;
}
.brochure {
	background: #0040b2;
	color: #fff;
	text-decoration: none;
	padding: 10px 35px;
	border-radius: 8px;
	box-shadow: 0px 5px 7px #999;
}
.brochure:hover {
	background: #e9001b;
	color: #fff;
}
.threeboxes-about {
	text-align: center;
}
.threeboxes-about .panel-grid-cell {
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	padding: 30px 0 !important;
	border-radius: 10px;
}
.threeboxes-about .widget-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
}
.about-section-2 .widget-title {
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 35px;
}
.textleftalign .widget-title {
	text-align: left;
}
.textleftalign p {
	color: #fff;
}
.about-section-3 .widget-title {
	color: #fff8cf;
	font-weight: 600;
	font-size: 35px;
	text-transform: capitalize;
}
.about-section-3 p {
	color: #fff;
}
.about-section-4 blockquote {
	background: #fff;
	text-align: center;
	padding: 37px 25px;
	font-size: 22px;
	line-height: 45px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
}
.threeboxes-about .panel-grid-cell:hover {
	transform: scale(1.09);
	transition: transform .2s;
	cursor: pointer;
}
.indussss {
	margin: 0;
	padding: 0;
}
.indussss li {
	font-weight: 300;
	color: #464c5e;
	letter-spacing: 1px;
	padding: 4px 0;
	list-style: none;
}
.storefront li {
	text-align: left;
}
.indussss li i {
	color: red;
}



.main-navigation ul ul {
	display: block;
	background: #fff;
}

.main-navigation li li {
	padding: 10px 25px;
}


.bluebigbutton {
	background: #05275a;
	color: #fff;
	text-decoration: navajowhite;
	font-weight: 300;
	padding: 5px 40px;
	border-radius: 50px;
	width: 75%;
	display: block;
	text-align: center;
	margin: 15px auto 0;
}
.bluebigbutton:hover {
	background: #e9001b;
	color: #fff;
}
.yellowtext {
	margin: 0;
	padding: 0;
}
.yellowtext li {
	margin: 0 0 25px;
	padding: 12px 25px;
	color: #ffde5b;
	list-style: none;
	border: 1px solid #fff;
	border-radius: 43px;
}

.yellowtext li:hover {
	background: #fff;
	color: #333;
	cursor: pointer;
	transform: scale(1.03);
	transition: transform .2s;
}

.fourboxes .col-lg-6 .forks {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	margin: 10px 10px;
	padding: 20px 10px 20px 70px;
	border: 1px solid #fff;
	text-align: left;
	position: relative;
	min-height: 115px;
	letter-spacing: 1px;
	font-weight: 400;
}
.fourboxes .col-lg-6 .forks span {
	font-size: 50px;
	position: absolute;
	left: 18px;
	top: 13px;
	font-weight: 600;
}
.boxone {
	background: #05275a;
	border-radius: 150px;
	text-align: left;
	color: #fff;
	padding: 15px 0px 15px 100px;
	position: relative;
	margin: 0 0 15px;
	min-height: 85px;
}
.blueboxes ul {
	margin: 0;
	padding: 0;
}
.blueboxes ul li {
	display: inline-block;
	margin-right: 20px;
}
.boxone span {
	position: absolute;
	left: 23px;
	background: #fff;
	color: #000;
	padding: 8px 0 0;
	width: 50px;
	text-align: center;
	height: 50px;
	border-radius: 100px;
	font-size: 25px;
	font-weight: 600;
	top: 20%;
}
.blueboxes ul li::before {
	content: ".";
	font-size: 45px;
	line-height: 0;
	position: relative;
	top: ;
	top: -3px;
	left: -4px;
}
.boxone h4 {
	color: #76c1f6;
	font-size: 20px;
	letter-spacing: 1px;
}
.whitebox {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 25px 0;
	border: 1px solid #fff;
}
.whitebox ul {
	margin: 0;
	padding: 0;
}
.whitebox ul li {
	margin: 20px 0 0;
}
.whitebox h4 {
	color: #4fbfff;
	font-size: 22px;
	letter-spacing: 1px;
}
.whitebox li {
	letter-spacing: 1px;
}
#subheader.subpages.teadteaming h1 {
	font-size: 70px;
	text-align: center;
}

#subheader.subpages.teadteaming {
	text-align: left;
	padding: 16vw 0 5vw;
}
.page-template-red-teaming #primary.subpages {
	background: transparent;
}
.teamingone {
	background: #fff;
	padding: 35px 0;
}
.teamingone h4 {
	font-size: 20px;
	font-weight: 300;
	color: #464c5e;
}
.redtitle {
	color: #d50005;
	font-weight: 600;
}
.teamingtwo p {
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}
.teamingthree .widget {
	text-align: center;
	margin: 0 !important;
}
.teamingthree .widget img {
	width: 50%;
}
.teamingfour {
	border-top: 5px solid #ce0200;
}
.teamingfive .widget-title, .teamingfive h2, .teamingfive p {
	color: #fff;
}
.teamingfive .widget-title, .teamingfive h2, .teamingeight p, .teamingeight .widget-title, .teamingeight h2, .teamingeight p {
	color: #fff;
	line-height: 40px;
}
.teamingfive{
	background-position: top !important;
}
.darktitle .widget-title {
	color: #333;
	font-weight: 500;
}
.darktitle p {
	color: #464c5e;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 16px;
}
.teamingsix .widget-title {
	font-weight: 600;
}
.teamingsix ul {
	margin: 0;
	padding: 0;
}
.teamingsix ul li {
	list-style: none;
	padding: 0 0 15px;
}
.teamingsix ul li i {
	color: #bd0616;
	font-size: 11px;
}
.teamingsix .container {
	box-shadow: 0 0 19px #444;
}
.teamingseven .widget-title {
	color: red;
	font-weight: 600;
}
.dottedbox {
	border: 3px dotted #333;
	padding: 25px 30px;
	border-radius: 35px 0px 35px 0px;
	color: #464c5e;
	letter-spacing: 1px;
}
.teamingeight p {
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 31px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 300;
}
.leftaligned {
	text-align: left;
}
.hoverzoomin img:hover{
	transform: scale(1.03);
	transition: transform .2s;
	cursor: pointer;
}

.iconboxes h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0 10px !important;
}
.iconboxes .panel-widget-style {
	text-align: center;
	background-size: 100% !important;
	padding: 70px 20px 30px;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	min-height: 280px;
}
.iconboxes p {
	font-size: 14px;
}
.nochecks li {
	background: transparent;
}

.maincontent.darkarea.blacktext .widget-title {
	color: #454c5e;
}
.blacktext .contactlists li {
	color: #454c5e;
	background: transparent;
	padding-left: 0;
	margin: 0 0 8px;
}
.blacktext .contactlists li i {
	color: #e24c4b;
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	top: 2px;
}
.withbullets {
	margin: 0;
	padding: 0;
}
.withbullets li {
	color: #fff;
	letter-spacing: 1px;
	margin: 15px 0;
}
.listimg {
	margin: 0;
	padding: 0;
	text-align: left;
}
.listimg .one {
	background: url("images/1b.png") no-repeat;
	background-size: 500px;
}
.listimg .two {
	background: url("images/2b.png") no-repeat;
	background-size: 500px;
}
.listimg .three {
	background: url("images/3b.png") no-repeat;
	background-size: 500px;
}
.listimg .four {
	background: url("images/4b.png") no-repeat;
	background-size: 500px;
}
.listimg li:hover{
	transform: scale(1.03);
	transition: transform .2s;
	cursor: pointer;
}
.listimg li {
	padding: 10px 0 15px 69px;
	color: #fff;
	font-weight: 500;
	
}
.greentext .contactlists li {
	color: #454c5e;
	background: url("images/gcheck.png") no-repeat left center;
}
.shadowbox {
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	padding: 50px 100px;
}
.shadowbox li.r1, .shadowbox li.r2 {
	list-style: none;
	padding: 15px 70px;
	background: url("images/r1.png") no-repeat;
	background-size: 81%;
	color: #fff;
	font-weight: 600;
}
.shadowbox li.r2 {
	background: url("images/r2.png") no-repeat;
	background-size: 92%;
	margin-top: 25px;
}
.maincontent.greentext .widget-title {
	color: #454c5e;
}
.shadowbox .redarea {
	color: #c90000;
	letter-spacing: 2px;
	margin: 0 0 25px;
	font-weight: 600;
}	
.redbullets {
	margin: 0;
	padding: 0;
	text-align: left;
}
.whiteboxes .innersec {
	border: 1px solid #fff;
	
	color: #fff;
	padding: 10px 10px;
	
}
.whiteboxes .innersec p {
	color: #fff;
	font-size: 15px;
	margin: 20px 0 0;
}
.whiteboxes .innersec .innerw {
	background: rgba(225, 225, 225, 0.2);
	min-height: 200px;
	padding: 0px 25px;
}
.innerw h4 {
	padding: 30px 0 0;
}
.allhover:hover {
	cursor: pointer;
	transform: scale(1.03);
	transition: transform .2s;
}
.whitebgtext {
	margin: 0 0 10px !important;
}
.whitebgtext span {
	background: #fff;
	padding: 5px 35px;
	border-radius: 50px;
	color: #454c5e !important;
}
.withborder {
	padding: 55px;
	background: url("images/withborder.png") no-repeat;
	background-size: 100%;
	font-size: 24px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.withborderb {
	padding: 55px;
	background: url("images/withborderb.png") no-repeat;
	background-size: 100%;
	font-size: 24px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color: #fff;
}

.tagbox {
	padding: 0;
	margin: 0;
}


.tagbox li {
	display: inline-block;
	color: #fff;
	width: 22%;
	margin: 10px 1%;
	border: 1px solid #fff;
	padding: 10px 5px;
}
.specialboxes .widget_text {
	border: 1px solid #fff;
	text-align: center;
	padding: 20px 15px;
}
.specialboxes .widget_text h4 {
	color: #9ae8ff;
	font-weight: 600;
}
#sp-ea-666.sp-easy-accordion > .sp-ea-single {
	background: transparent !important;
	border: none;
	margin: 0 0 5px;
}
#sp-ea-666.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

#sp-ea-666.sp-easy-accordion > .sp-ea-single > .ea-header a {
	color: #7cdfff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 8px 18px;
	background: rgba(255, 255, 255, 0.3);
}

.main-navigation ul ul ul {

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
	left: -325px;
}
#mega-menu-wrap-menu-1{
	background: transparent !important;
}
.mega-custom-icon.mega-menu-link {

	font-size: 14px !important;
}
.mega-sub-menu .mega-menu-item {
	margin: 10px 0 !important;
}
li.mega-menu-column {
	min-height: 260px !important;
}

.main-navigation li li a:hover {
	color: #fff !important;
}
.careerspage h1 {
	color: #454c5e;
	font-weight: 300;
}

.careerspage h3 {
	color: #454c5e;
	font-size: 25px;
	margin: 0 0 25px;
}
.career-section-2 {
	color: #fff;
	text-align: center;
}
.career-section-2 h1 {
	margin-bottom: 0;
}
.career-section-2 p {
	letter-spacing: 1px;
}
.career-section-2 p a {
	background: #fff;
	color: #1d397f;
	text-decoration: none;
	font-weight: 700;
	padding: 5px 25px;
	border-radius: 25px;
	box-shadow: 0 0 6px #fff;
}
.career-section-2 p a:hover {
	background: #1d397f;
	color: #fff;
}

.career-section-2 .textwidget {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	border: 1px solid #fff;
	box-shadow: 0px 0 6px #fff;
}
.career-section-3 {
	text-align: center;
	background: #f4f4f5;
}
.career-section-3 h1 {
	color: #454c5e;
	font-weight: 600;
	font-size: 45px;
	margin: 0 0 10px;
}
.career-section-3 .boxes .panel-grid-cell {
	background: url("http://54.236.4.42/wp-content/uploads/2021/10/3-1.png") no-repeat;
	padding: 45px 50px 0px 35px;
	background-size: 100%;
	min-height: 280px;
}
.panel-grid-cell .widget-title {
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}
.career-section-3 .widget-title {
	font-size: 20px;
	color: #454c5e;
}
.careerspage h1 b {
	color: #ed0101;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 1px;
}
#career-section-4 h1 {
	color: #79cbff;
	font-weight: 300;
	margin-bottom: 10px;
}
#career-section-4 h1 b {
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 1px;
}
.trbg {
	margin: 0;
	padding: 0;
	text-align: center;
}
.trbg li {
	display: inline-block;
	color: #454c5e;
	font-weight: 300;
	padding: 15px 20px;
	margin: 24px 25px;
	box-shadow: 0px 4px 12px #bec6d6 inset;
	border-radius: 50px;
	min-width: 25%;
	text-align: center;
}
#career-section-4 h4 {
	color: #fff;
	margin-bottom: 25px;
}
.newsletter {
	margin: 0;
	padding: 0;
	text-align: center;
}
.newsletter li {
	display: inline-block;
}
.newsletter li input {
	background: transparent;
	box-shadow: 0 8px 23px #bec6d6 inset;
	border-radius: 25px 0 0 25px;
	border-top: 1px solid #fff;
	padding: 15px 30px;
}
.newsletter li.emailbutton input {
	border-radius: 0 25px 25px 0;
	padding: 19px 32px;
	box-shadow: 0 0;
	background: #ac0036;
	border: none;
	position: relative;
	left: -4px;
}
.case-section-1 .box1 {
	text-align: center;
	color: #fff;
	padding: 80px 35px 0px;
	background-size: 100% !important;
	min-height: 300px;
	position: relative;
}
.case-section-1 .box1 img {
	position: absolute;
	left: 30%;
	top: -39px;
	width: 100px;
}
.case-section-1 .box1 a {
	position: absolute;
	width: 55%;
	left: 23%;
	color: #454c5e;
	background: #ffe400;
	text-decoration: none;
	bottom: 0;
	padding: 4px 0;
	border-radius: 7px;
	box-shadow: 0 0 4px #ffe400;
}
.case-section-1 .box1 h3 {
	font-size: 18px;
	font-weight: 600;
}
.contacttagline span {
	color: #fffd77;
	font-weight: 500;
}
#subheader.subpages.contactpage {
	padding: 17vw 0 10vw;
}
.contactpage .featureimages .post-thumbnail{
	top: -50%;
}
.contact-section-1 {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.cboxes .panel-grid-cell {
	text-align: center;
	border: 1px solid #fff;
}
.cboxes .widget {
	margin: 10px !important;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 35px 0 5px;
	min-height: 315px;
}
.cboxes .widget a {
	color: #fff;
	text-decoration: none;
}
.blogpage {
	text-align: center;
}
.columns-one .multicolumns {
	float: left;
	width: 45%;
}
.columns-one .multicolumns.postcontent {
	width: 55%;
	padding: 37px;
}
.columns-two .postcontent h3 {
	font-size: 20px;
}
.columns-three {
	width: 28.5%;
	float: left;
	margin: 0 2.4% 50px;
}
.columns-three .postcontent {
	padding: 0 20px;
}
.columns-three .postcontent h3 {
	font-size: 20px;
}
.columns-one {
	clear: both;
}
.columns-two {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.columns-one .row {
	margin: 0 1.5%;
}
.columns-one img {
	max-height: 350px;
}
.columns-one, .columns-two {
	margin-bottom: 50px;
}
.columns-two .postcontent {
	text-align: left;
	padding: 15px 40px;
}
#primary.subpages.contactpage {
	background: #fff;
	padding: 100px 0;
}

.uptodate {
	text-transform: uppercase;
	color: #777;
	font-weight: 300;
	font-size: 14px;
}
.postcontent h3 {
	color: #464c5e;
	font-size: 22px;
	font-weight: 600;
}
.postexss {
	color: #464c5e;
	font-size: 14px;
	margin-top: 15px;
}
.moremargin {
	padding: 0;
	box-shadow: 0 4px 21px 0 rgba(0,0,0,.19) !important;
	border-radius: 5px;
	overflow: hidden;
}
.postexss p {
	line-height: 27px;
}
.postcontent p a {
	background: #2865b1;
	color: #fff;
	text-decoration: none;
	padding: 5px 35px;
	border-radius: 5px;
}




header#masthead.whitebg .mega-menu-link {
	color: #464c5e !important;
}

.transparentaccordians .ea-body {
	background: transparent !important;
}
.transparentaccordians .collapsed {
	color: #788a96 !important;
}
.transparentaccordians i.fa {
	color: #e60b0b !important;
}
body.single .featureimage {
	background: transparent;
	border: none;
}
body.single-post #primary {
	background: #f6f6fc;
	padding: 25px 40px 25px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	margin-bottom: 50px;
}
body.single #page {
	background-color: #f6f6fc !important;
}
#reply-title {
	display: none;
}
#comment, #commentform input  {
	background: #eeeef4;
}

#commentform #submit {
	background: #054ba3;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 12px 30px;
}
.opebg {
	background: rgba(255, 255, 255, 0.1);
	padding: 31px 0;
}
.listimg .one.red{
	background: url("images/one.png") no-repeat;
	background-size: 500px;
}
.listimg .two.red{
	background: url("images/two.png") no-repeat;
	background-size: 500px;
}

.listimg .three.red{
	background: url("images/three.png") no-repeat;
	background-size: 500px;
}
.listimg .four.red{
	background: url("images/four.png") no-repeat;
	background-size: 500px;
}
.listimg .five.red{
	background: url("images/five.png") no-repeat;
	background-size: 500px;
}
.listimg .six.red{
	background: url("images/six.png") no-repeat;
	background-size: 500px;
}
.mega-sub-menu {
	background-color: #f7f7f7 !important;
	box-shadow: 0 5px 35px rgba(0,0,0,.1) !important;
}
.mega-sub-menu .mega-sub-menu{
	box-shadow: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul .notbold a.mega-menu-link.mega-custom-icon {
	font-weight: 400 !important;
}

  .bluesection b {
	color: #fff;
	font-weight: 600;
}
.bluesection p {
	margin: 0;
}

 ul {
	margin: 0;
	padding: 0 0 0 14px;
	margin-bottom: 50px;
}
.bluesection li {
	color: #fff;
	font-size: 15px;
	margin-top: 4px;
}
.teamingthree {
	margin-top: 80px;
}
.specialheading p {
	text-align: left;
}
.specialheading .widget-title {
	text-align: left;
	color: #025ccb;
	font-size: 35px;
	font-weight: 600;
	text-decoration: none;
}
.whitetext .widget-title, .whitetext h2 {
	color: #fff;
}

.iconbox1 .widget-title {
	color: #fff;
	font-size: 20px;
	margin-top: 44px;
}

.iconbox1 .textwidget {
	padding-top: 25px !important;
}
.widget_text.iconbox1 {
	background-size: 100%;
	text-align: center;
	padding: 58px 15px 15px;
	min-height: 344px;
}
.setadate {
	background: #002d92;
	color: #fff;
	text-decoration: none;
	padding: 14px 50px;
	border-radius: 24px;
	position: relative;
	top: 28px;
}

.attatchedboxes .textwidget {
	text-align: center;
	background: #fff;
	padding: 0 15px 20px;
	border-radius: 10px;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	min-height: 265px;
}
.attatchedboxes .textwidget h4 {
	font-size: 16px;
	margin: -25px 0 18px;
}
.attatchedboxes .textwidget img {
	position: relative;
	top: -40px;
}
.attatchedboxes .textwidget p {
	font-size: 14px;
}

.bluebuttonsix {
	background: #002e92;
	color: #fff;
	text-decoration: none;
	padding: 11px 30px;
	font-size: 14px;
	border-radius: 23px;
}
.setadate:hover, .bluebuttonsix:hover {
	color: #fff;
}

.hoverzoomin img {
	transition: all 0.5s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: transparent;
	font-weight: 400 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:hover {
	color: #000 !important;
}


#subheader.subpages.contactpage.privacypolicy {
	padding: 17vw 0 0vw;
}
#primary.pppppp .entry-content {
	margin: 0;
}
.policypage .widget-title {
	font-weight: 600;
	position: relative;
}
.policypage .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 150px;
	background: #404040;
	height: 3px;

}

.whitebutton {
	background: #fff;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	padding: 4px 30px;
	border-radius: 23px;
}


body #wpsm_accordion_1278 .wpsm_panel-title a {
	font-family: 'Poppins', sans-serif !important;
	display: inline !important;
}
body #wpsm_accordion_1278 .ac_title_class {
	padding: 0 !important;
}
body #wpsm_accordion_1278 .wpsm_panel-default > .wpsm_panel-heading {
	padding: 15px !important;
}
body #wpsm_accordion_1278 .wpsm_panel-default {
	border: none !important;
	background-color: #fff !important;
	margin: 0 0 15px !important;
	border-radius: 27px !important;
}
body #wpsm_accordion_1278 .ac_open_cl_icon{
	background-color: transparent;
	padding-top: 2px !important;
	padding-bottom: 12px !important;
}

body.single .maincontent {
	text-align: left;
}

.mob-expand-submenu i {
	font-size: 14px !important;
}

body .mobmenu-right-panel{
	width: 100%;
}

body .mob-menu-logo-holder .mob-retina-logo {
	display: block;
	padding-left: 25px;
	position: relative;
	top: 5px;
}
.mob-menu-right-bg-holder {
	background-repeat: no-repeat;
	background-size: 155px;
	background-position: 20px 15px;
}

body .mob-cancel-button {
	font-size: 24px !important;
}
.mobmenu-right-panel .mob-cancel-button {
	color: #333;
	left: -12px;
	top: 15px;
}
body .mob-menu-right-bg-holder {
	background-repeat: no-repeat;
	background-position: 20px 15px;
	background-size: 155px;
}

body .mobmenu-content{
	padding-top: 40px;
}
.whiteheader .mob-menu-logo-holder {
	margin: 0;
	background: #fff;
	height: 55px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
}
.whiteheader i {
	color: #000 !important;
}

.onlymobile{
	display:none;
}
.clear {
	clear: both;
}
.featureboxes{
	display:none;	
}
@media only screen and (min-width:320px) and (max-width:768px){
	.page-template-blue-teaming #page.site, .page-template-red-teaming #page.site {
	background-size: cover !important;
}
	.onlymobile{
	display:block;
}

	.serviceboxes{
		background: transparent;
	}
	.serviceboxes{
		margin: 0 0 50px;
	}
	.owl-theme .item{
		padding: 30px 17px 30px;
	}
	.owl-carousel.owl-theme{
		padding: 50px 0 0;
	}
	body .owl-carousel img.attachment-post-thumbnail{
		left: 30%;
	}
	.owl-nav .owl-prev, .owl-nav .owl-next{
		display: none;
	}
	#contentbottom .col-lg-8 {
		padding: 0 15px 0;
	}
	.socialmedia, .copyright, footer{
		text-align: center;
	}
	.maincontent h2{
		font-size: 20px;
	}
	.maincontent p{
		font-size: 15px;
	}
	.featureimages .post-thumbnail{
		display: none;
	}
	.iconboxes p {
		font-size: 17px;
	}
	
	.iconboxes .panel-widget-style {
		text-align: center;
		background-size: 100% !important;
		padding: 130px 50px 70px;
		background-repeat: no-repeat !important;
		background-position: center top !important;
	}
	.iconboxes h3{
		font-size: 22px;
		margin: 10px 0 30px !important;
	}
	.serviceboxes{
		padding-top: 35px;
	}
	.blurbg{
		padding: 28px 30px 0;
	}
.circles .rowboxes {
	text-align: center;
	float: left;
	width: 45%;
	background: #fff;
	box-shadow: 0 5px 35px rgba(0,0,0,.1);
	padding: 20px 0;
	margin: 0 7px 16px;
}
#hideonmobile .textwidget {
	display: none;
}
.featureboxes {
	float: left;
	width: 49%;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	padding: 20px 10px;
	margin: 0 1px 3px;
}
.featureboxes img {
	width: auto;
	margin: 0 0 10px;
	height: 35px;
}
.featureboxes .title {
	color: #fff;
	font-size: 10px;
	margin: 10px 0 20px;
}
.featureboxes{
	display:block;	
}
	#hideonmobile {
	display: none;
}
	.mob-standard-logo {
	display: block !important;
	padding-left: 16px;
	padding-top: 8px;
}
}





#copyright .socialmedia li i {
	color: #fff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-icon-left li a.mega-menu-link {

}
.zoomin:hover, .attatchedboxes .widget:hover, .widget_text.iconbox1:hover {
	transform: scale(1.03);
	transition: transform .2s;
	
}
.zoomin, .attatchedboxes .widget, .widget_text.iconbox1{transition: all 0.5s ease; cursor:pointer;}
.blogposts:hover .blogstart {
	transform: scale(1.03);
	cursor: pointer;
	transition: all 0.5s ease;
}
.footercontactinfo a {
	color: #464c5e;
	text-decoration: none;
}

