/*
Theme Name: Xscad
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Seema Jadhav
Author URI: https://www.xscad.com/
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	color: #2b2b2b;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	background: #fff;
}
a {
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #09357a;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 30px !important;
	position: relative !important;
	display: inline-block;
	text-align: left;
}
h1:after {
	position: absolute;
	content: "";
	right: -16px;
	bottom: 8px;
	background: url(images/title_arrow.png) !important;
	width: 10px;
	height: 10px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.blog h1:after, .single-post h1:after, h1.entry-title:after {
	background: none !important;
}
.home h3 {
	font-size: 48px !important;
	color: #fff !important;
	text-align: left;
}
.home h2 {
	font-size: 30px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.home h2:after {
	position: absolute;
	content: "";
	right: -16px;
	bottom: 8px;
	background: url(images/title_arrow.png);
	width: 10px;
	height: 10px;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #f0291e;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
 background: #09357a;
 color: #fff;
 text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-grey-white.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-full {
	display: none !important;
}
button#responsive-menu-button {
	display: none !important;
}
input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #09357a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #09357a;
	color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #09357a;
}
.search-field {
	width: 100%;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #999;
}

:-moz-placeholder {
 color: #999;
}

::-moz-placeholder {
 color: #999;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #999;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
	height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}
/* Alignment */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
.hide2 {
	visibility: hidden;
}
/* Clearing floats */

.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: "";
	display: table;
}
.footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}
/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
/* Separators */

.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
#site-header {
	position: relative;
	z-index: 3;
}
.site-header {
	background: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-webkit-transition: all 0.5s ease 0.6s;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width: calc(100% - 86px);
}
.site-title a, .site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
button#responsive-menu-button {
	display: none !important;
}
.site-navigation ul {
	list-style: none;
	margin: 0;
}
.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-navigation ul ul {
	margin-left: 20px;
}
.site-navigation a {
	color: #122c69;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.site-navigation a:hover {
	color: #f0291e;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #afd35d;
	background-color: #122c69;
}
/* Primary Navigation */


/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}
.secondary-navigation a {
	padding: 9px 0;
}
.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
	display: none !important;
}
.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
	background-color: #444;
}
.menu-toggle:focus {
	outline: 1px dotted;
}
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.hentry {
	margin: 0 auto 0px;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	margin: 0 auto;
}
.page-content {
	margin-bottom: 48px;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
a.post-thumbnail:hover {
	background-color: #999;
}
.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}
.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.entry-title a {
	color: #2b2b2b;
}
.entry-title a:hover {
	color: #f0291e;
}
.site-content .entry-header {
	background-color: #f2f2f2;
	padding: 0 0px 0px;
	margin: 0px;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #f0291e;
}
.sticky .entry-date {
	display: none;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #f0291e;
}
.byline {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}
.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #f0291e;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #f0291e;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content, .entry-summary, .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
	background-color: transparent !important;
	padding: 12px 10px 0;
}
.page .entry-content {
	padding-top: 0;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
	margin-top: 0;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: underline;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-content a.button, .entry-summary a.button, .page-content a.button, .comment-content a.button {
	text-decoration: none;
}
.entry-content table, .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content th, .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	padding: 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	color: #f0291e;
}
.entry-content .more-link {
	white-space: nowrap;
}
/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #f0291e;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}
.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}
.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}
.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}
.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}
.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}
.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}
.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}
.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}
.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}
.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #f0291e;
	color: #fff;
}
.hentry .mejs-controls .mejs-button button:hover {
	color: #f0291e;
}
.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}
/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #f0291e;
	border: 1px solid #f0291e;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content, .format-aside .entry-summary, .format-quote .entry-content, .format-quote .entry-summary, .format-link .entry-content, .format-link .entry-summary {
	padding-top: 0;
}
.site-content .format-link .entry-title, .site-content .format-aside .entry-title, .site-content .format-quote .entry-title {
	display: none;
}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens: auto;
	word-wrap: break-word;
}
.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0px 12px;
	width: 100%;
}
.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}
.post-navigation a:hover, .image-navigation a:hover {
	color: #f0291e;
}
/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #f0291e;
}
.paging-navigation a:hover {
	border-top: 5px solid #f0291e;
	color: #2b2b2b;
}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar, .attachment .post-thumbnail {
	display: none;
}
.attachment .entry-content {
	padding-top: 0;
}
.attachment footer.entry-meta {
	text-transform: none;
}
.entry-attachment .attachment {
	margin-bottom: 24px;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header, .page-header {
	margin: 24px auto;
	max-width: 474px;
}
.archive-title, .page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.taxonomy-description, .author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}
.taxonomy-description p, .author-description p {
	margin-bottom: 18px;
}
.taxonomy-description p:last-child, .author-description p:last-child {
	margin-bottom: 0;
}
.taxonomy-description a, .author-description a {
	text-decoration: underline;
}
.taxonomy-description a:hover, .author-description a:hover {
	text-decoration: none;
}
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 10px;
}
.contributor:first-of-type {
	padding-top: 24px;
}
.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}
.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}
.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.contributor-bio a {
	text-decoration: underline;
}
.contributor-bio a:hover {
	text-decoration: none;
}
.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}
.contributor-posts-link:before {
	content: "\f443";
}
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}
.error404 .page-content .search-form {
	margin-bottom: 24px;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}
.comment-reply-title, .comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 24px;
}
.comment-author .fn {
	font-weight: 900;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}
.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #f0291e;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 30px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #f0291e;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	clear: both;
	color: #3c3950;
	padding: 0 0px;
	position: relative;
	z-index: 2;
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}
.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}
/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #767676;
	padding: 48px 10px 0;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}
.widget a {
	color: #fff;
}
.widget a:hover {
	color: #f0291e;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	margin: 24px 0 12px;
}
.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}
.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}
.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}
.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}
.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}
.widget h6 {
	font-size: 12px;
	line-height: 2;
}
.widget address {
	margin-bottom: 18px;
}
.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}
.widget mark, .widget ins {
	color: #000;
}
.widget pre, .widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
	font-size: 12px;
	line-height: 1.5;
}
.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}
.widget dl, .widget dd {
	margin-bottom: 18px;
}
.widget ul, .widget ol {
	list-style: none;
	margin: 0;
}
.widget li > ol, .widget li > ul {
	margin-left: 10px;
}
.widget table, .widget th, .widget td {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget table {
	margin-bottom: 18px;
}
.widget del {
	color: rgba(255, 255, 255, 0.4);
}
.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget p {
	margin-bottom: 18px;
}
.widget-area .widget input, .widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}
.widget-area .widget input:focus, .widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}
.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	background-color: #f0291e;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}
.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
	background-color: #f0291e;
}
.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
	background-color: #55d737;
}
.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}
.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}
.widget-title, .widget-title a {
	color: #fff;
}
.widget-title a:hover {
	color: #f0291e;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td, .widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: #f0291e;
	color: #fff;
	display: block;
}
.widget_calendar tbody a:hover {
	background-color: #f0291e;
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}
.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}
.widget_twentyfourteen_ephemera .entry-title, .widget_twentyfourteen_ephemera .entry-meta, .widget_twentyfourteen_ephemera .wp-caption-text, .widget_twentyfourteen_ephemera .post-format-archive-link, .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}
.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}
.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}
.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #f0291e;
}
.widget_twentyfourteen_ephemera .entry-content ul, .widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}
.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}
.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}
.widget_twentyfourteen_ephemera .entry-content li > ul, .widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}
.widget_twentyfourteen_ephemera .entry-content th, .widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}
.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}
/* List Style Widgets*/

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
	border-top: 0;
}
.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}
.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
	padding-bottom: 0;
}
/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}
/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 9px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 18px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #f0291e;
}
.content-sidebar .widget a:hover {
	color: #f0291e;
}
.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget mark, .content-sidebar .widget ins {
	color: #2b2b2b;
}
.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}
.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget blockquote {
	color: #767676;
}
.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}
.content-sidebar .widget li > ol, .content-sidebar .widget li > ul {
	margin-left: 18px;
}
.content-sidebar .widget table, .content-sidebar .widget th, .content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget del {
	color: #767676;
}
.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget input, .content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.content-sidebar .widget input:focus, .content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
	background-color: #f0291e;
	border: 0;
	color: #fff;
}
.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
	background-color: #f0291e;
}
.content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}
.content-sidebar .widget .wp-caption {
	color: #767676;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a:hover {
	color: #f0291e;
}
/* List Style Widgets*/

.content-sidebar .widget_archive li, .content-sidebar .widget_categories li, .content-sidebar .widget_links li, .content-sidebar .widget_meta li, .content-sidebar .widget_nav_menu li, .content-sidebar .widget_pages li, .content-sidebar .widget_recent_comments li, .content-sidebar .widget_recent_entries li, .content-sidebar .widget_categories li ul, .content-sidebar .widget_nav_menu li ul, .content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}
/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}
.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}
.content-sidebar .widget_calendar tbody a, .content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}
/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}
.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}
.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #f0291e;
}
.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}
.site-footer, .site-info, .site-info a {
	color: #fff;
}
.footer-sidebar {
	padding-top: 48px;
}
.site-info {
	padding: 15px 10px;
}
#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-info a:hover {
	color: #fff;
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.featured-content-inner {
	overflow: hidden;
}
.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.featured-content .post-thumbnail, .featured-content .post-thumbnail:hover {
	background: transparent;
}
.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}
.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}
.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #f0291e;
}
.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}
.featured-content .cat-links {
	font-weight: 700;
}
.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}
/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}
.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}
.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}
.slider-control-paging li:last-child {
	margin-right: 0;
}
.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}
.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}
.slider-control-paging a:hover:before {
	background-color: #f0291e;
}
.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
	background-color: #f0291e;
}
.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
}
.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}
.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}
.slider-direction-nav a:hover {
	background-color: #f0291e;
}
.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}
.slider-direction-nav .slider-next:before {
	content: "\f429";
}
.slider-direction-nav .slider-disabled {
	display: none;
}
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register, .widecolumn > h2, .widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}
.site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}
.site-main .mu_register input[type="submit"], .widecolumn #submit {
	font-size: inherit;
	width: auto;
}
.care .overlay img {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}

@media screen and (max-width: 400px) {
.talk button, .talk .button, .talk input[type="button"], .talk input[type="reset"], .talk input[type="submit"] {
	background-color: #122c69;
	color: #ffffff !important;
	width: 28% !important;
}
.list-view .site-content .post-thumbnail {
	background: none;
	width: auto;
	z-index: 2;
}
.list-view .site-content .post-thumbnail img {
	float: left;
	margin: 0 10px 3px 0;
	width: 84px;
}
.list-view .site-content .entry-header {
	background-color: transparent;
	padding: 0;
}
.list-view .content-area {
	padding: 0 10px;
}
.list-view .site-content .hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	min-height: 60px;
	padding: 12px 0 9px;
}
.list-view .site-content .cat-links, .list-view .site-content .type-post .entry-content, .list-view .site-content .type-page .entry-content, .list-view .site-content .type-post .entry-summary, .list-view .site-content .type-page .entry-summary, .list-view .site-content footer.entry-meta {
	display: none;
}
.list-view .site-content .entry-title {
	clear: none;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: none;
}
.list-view .site-content .format-aside .entry-title, .list-view .site-content .format-link .entry-title, .list-view .site-content .format-quote .entry-title {
	display: block;
}
.list-view .site-content .entry-meta {
	background-color: transparent;
	clear: none;
	margin: 0;
	text-transform: none;
}
.archive-header, .page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 24px auto 0;
	padding-bottom: 24px;
}
.error404 .page-header {
	border-bottom: 0;
	margin: 0 auto 24px;
	padding: 0 10px;
}
}

@media screen and (min-width: 401px) {
a.post-thumbnail:hover img {
	opacity: 0.85;
}
.full-size-link:before, .parent-post-link:before, .site-content span + .byline:before, .site-content span + .comments-link:before, .site-content span + .edit-link:before, .site-content span + .entry-date:before {
	content: "";
}
.attachment span.entry-date:before, .entry-content .edit-link a:before, .entry-meta .edit-link a:before, .site-content .byline a:before, .site-content .comments-link a:before, .site-content .entry-date a:before, .site-content .featured-post:before, .site-content .full-size-link a:before, .site-content .parent-post-link a:before, .site-content .post-format a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.site-content .entry-meta > span {
	margin-right: 10px;
}
.site-content .format-video .post-format a:before {
	content: "\f104";
}
.site-content .format-audio .post-format a:before {
	content: "\f109";
}
.site-content .format-image .post-format a:before {
	content: "\f473";
}
.site-content .format-quote .post-format a:before {
	content: "\f106";
	margin-right: 2px;
}
.site-content .format-gallery .post-format a:before {
	content: "\f103";
	margin-right: 4px;
}
.site-content .format-aside .post-format a:before {
	content: "\f101";
	margin-right: 2px;
}
.site-content .format-link .post-format a:before {
	content: "\f107";
	position: relative;
	top: 1px;
}
.site-content .featured-post:before {
	content: "\f308";
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.site-content .entry-date a:before, .attachment .site-content span.entry-date:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: 1px;
}
.site-content .byline a:before {
	content: "\f304";
}
.site-content .comments-link a:before {
	content: "\f300";
	margin-right: 2px;
}
.entry-content .edit-link a:before, .entry-meta .edit-link a:before {
	content: "\f411";
}
.site-content .full-size-link a:before {
	content: "\f402";
	margin-right: 1px;
}
.site-content .parent-post-link a:before {
	content: "\f301";
}
.list-view .site-content .hentry {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 48px;
}
.list-view .site-content .hentry:first-of-type, .list-view .site-content .hentry.has-post-thumbnail {
	border-top: 0;
	padding-top: 0;
}
.archive-header, .page-header {
	margin: 0 auto 60px;
	padding: 0 10px;
}
.error404 .page-header {
	margin-bottom: 24px;
}
}

@media screen and (min-width: 594px) {
.site-content .entry-header {
	padding-right: 30px;
	padding-left: 30px;
}
.site-content .has-post-thumbnail .entry-header {
	margin-top: -48px;
}
}

@media screen and (min-width: 673px) {
.search-toggle {
	margin-right: 18px;
}
.search-box .search-field {
	width: 50%;
}
.content-area {
	float: left;
	width: 100%;
}
.site-content {
	margin-right: 33.33333333%;
}
.site-content .has-post-thumbnail .entry-header {
	margin-top: 0;
}
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
	padding-right: 30px;
	padding-left: 30px;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}
.full-width .site-content {
	margin-right: 0;
}
.full-width .site-content .has-post-thumbnail .entry-header, .full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: -48px;
}
#secondary, #supplementary {
	padding: 0 30px;
}
.content-sidebar {
	border: 0;
	float: right;
	margin-left: -33.33333333%;
	padding: 48px 30px 24px;
	position: relative;
	width: 33.33333333%;
}
.grid .featured-content .hentry {
	float: left;
	width: 50%;
}
.grid .featured-content .hentry:nth-child( 2n+1 ) {
	clear: both;
}
.grid .featured-content .entry-header {
	border-color: #000;
	border-style: solid;
	border-width: 12px 10px;
	height: 96px;
	padding: 0;
}
.slider .featured-content .entry-title {
	font-size: 22px;
	line-height: 1.0909090909;
}
.slider .featured-content .entry-header {
	min-height: inherit;
	padding: 24px 30px 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 3;
}
.slider-control-paging {
	background: transparent;
	margin-top: -48px;
	padding-left: 20px;
	width: 50%;
}
.slider-direction-nav {
	clear: none;
	float: right;
	margin-top: -48px;
	width: 98px;
}
.slider-direction-nav li {
	border: 0;
	padding: 0 1px 0 0;
}
.slider-direction-nav li:last-child {
	padding: 0 0 0 1px;
}
.slider-direction-nav a {
	height: 48px;
}
.slider-direction-nav a:before {
	line-height: 48px;
}
}

@media screen and (min-width: 783px) {
/* Fixed Header */

.masthead-fixed .site-header {
	position: fixed;
	top: 0;
}
.admin-bar.masthead-fixed .site-header {
	top: 32px;
}
.masthead-fixed .site-main {
	margin-top: 48px;
}
/* Navigation */

.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
	color: #fff;
}
}

@media screen and (min-width: 810px) {
.attachment .entry-attachment .attachment {
	margin-right: -168px;
	margin-left: -168px;
	max-width: 810px;
}
.attachment .site-content .attachment img {
	display: block;
	margin: 0 auto;
}
.contributor-avatar {
	margin-left: -168px;
}
.contributor-summary {
	float: left;
}
.full-width .site-content blockquote.alignleft, .full-width .site-content blockquote.alignright {
	width: -webkit-calc(50% + 130px);
	width: calc(50% + 130px);
}
.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -168px;
}
.full-width .site-content .alignleft {
	clear: left;
}
.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -168px;
}
.full-width .site-content .alignright {
	clear: right;
}
}

@media screen and (min-width: 846px) {
.comment-list .trackback, .comment-list .pingback, .comment-list article {
	margin-bottom: 36px;
	padding-top: 36px;
}
.comment-author .avatar {
	height: 34px;
	top: 2px;
	width: 34px;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 50px;
}
.comment-list .children {
	margin-left: 20px;
}
.full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: -72px;
}
.featured-content {
	margin-bottom: 0;
}
}

@media screen and (min-width: 800px) {
}

@media screen and (min-width: 1008px) {
.search-box-wrapper {
	padding-left: 182px;
}
.main-content {
	float: left;
}
.site-content .entry-header {
	margin-top: 0;
}
.site-content .has-post-thumbnail .entry-header {
	margin-top: 0;
}
.content-sidebar {
	margin-left: -29.04761904%;
	width: 29.04761904%;
}
.primary-sidebar {
	padding-top: 0;
}
.site-description {
	display: block;
	margin: 0 0 18px;
}
.site-description:empty {
	margin: 0;
}
.secondary-navigation {
	font-size: 11px;
	margin: 0 -30px 48px;
	width: 182px;
}
.secondary-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.secondary-navigation a {
	padding: 10px 30px;
}
.secondary-navigation ul ul {
	background-color: #f0291e;
	position: absolute;
	top: 0;
	left: -999em;
	width: 182px;
	z-index: 99999;
}
.secondary-navigation li li {
	border-top: 0;
}
.secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
	background-color: #f0291e;
	color: #fff;
}
.secondary-navigation ul ul a:hover, .secondary-navigation ul ul li.focus > a {
	background-color: #f0291e;
}
.secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
	left: 162px;
}
.secondary-navigation .menu-item-has-children > a {
	padding-right: 38px;
}
.secondary-navigation .menu-item-has-children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f501";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 26px;
	top: 14px;
	vertical-align: text-bottom;
}
.footer-sidebar .widget, .primary-sidebar .widget {
	font-size: 12px;
	line-height: 1.5;
}
.footer-sidebar .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 25%;
}
.footer-sidebar .widget h1, .primary-sidebar .widget h1 {
	font-size: 20px;
	line-height: 1.2;
}
.footer-sidebar .widget h2, .primary-sidebar .widget h2 {
	font-size: 18px;
	line-height: 1.3333333333;
}
.footer-sidebar .widget h3, .primary-sidebar .widget h3 {
	font-size: 16px;
	line-height: 1.5;
}
.footer-sidebar .widget h4, .primary-sidebar .widget h4 {
	font-size: 14px;
	line-height: 1.7142857142;
}
.footer-sidebar .widget h5, .primary-sidebar .widget h5 {
	font-size: 12px;
	line-height: 2;
}
.footer-sidebar .widget h6, .primary-sidebar .widget h6 {
	font-size: 11px;
	line-height: 2.1818181818;
}
.footer-sidebar .widget code, .footer-sidebar .widget kbd, .footer-sidebar .widget tt, .footer-sidebar .widget var, .footer-sidebar .widget samp, .footer-sidebar .widget pre, .primary-sidebar .widget code, .primary-sidebar .widget kbd, .primary-sidebar .widget tt, .primary-sidebar .widget var, .primary-sidebar .widget samp, .primary-sidebar .widget pre {
	font-size: 11px;
	line-height: 1.6363636363;
}
.footer-sidebar .widget blockquote, .primary-sidebar .widget blockquote {
	font-size: 14px;
	line-height: 1.2857142857;
}
.footer-sidebar .widget blockquote cite, .primary-sidebar .widget blockquote cite {
	font-size: 12px;
	line-height: 1.5;
}
.footer-sidebar .widget input, .footer-sidebar .widget textarea, .primary-sidebar .widget input, .primary-sidebar .widget textarea {
	font-size: 12px;
	padding: 3px 2px 4px 4px;
}
.footer-sidebar .widget input[type="button"], .footer-sidebar .widget input[type="reset"], .footer-sidebar .widget input[type="submit"], .primary-sidebar .widget input[type="button"], .primary-sidebar .widget input[type="reset"], .primary-sidebar .widget input[type="submit"] {
	padding: 5px 15px 4px;
}
.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 18px;
}
.footer-sidebar .widget_twentyfourteen_ephemera .entry-title, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta, .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table, .primary-sidebar .widget_twentyfourteen_ephemera .entry-title, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta, .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 11px;
	line-height: 1.6363636363;
}
.footer-sidebar .widget_archive li, .footer-sidebar .widget_categories li, .footer-sidebar .widget_links li, .footer-sidebar .widget_meta li, .footer-sidebar .widget_nav_menu li, .footer-sidebar .widget_pages li, .footer-sidebar .widget_recent_comments li, .footer-sidebar .widget_recent_entries li, .primary-sidebar .widget_archive li, .primary-sidebar .widget_categories li, .primary-sidebar .widget_links li, .primary-sidebar .widget_meta li, .primary-sidebar .widget_nav_menu li, .primary-sidebar .widget_pages li, .primary-sidebar .widget_recent_comments li, .primary-sidebar .widget_recent_entries li {
	border-top: 0;
	padding: 0 0 6px;
}
.footer-sidebar .widget_archive li:last-child, .footer-sidebar .widget_categories li:last-child, .footer-sidebar .widget_links li:last-child, .footer-sidebar .widget_meta li:last-child, .footer-sidebar .widget_nav_menu li:last-child, .footer-sidebar .widget_pages li:last-child, .footer-sidebar .widget_recent_comments li:last-child, .footer-sidebar .widget_recent_entries li:last-child, .primary-sidebar .widget_archive li:last-child, .primary-sidebar .widget_categories li:last-child, .primary-sidebar .widget_links li:last-child, .primary-sidebar .widget_meta li:last-child, .primary-sidebar .widget_nav_menu li:last-child, .primary-sidebar .widget_pages li:last-child, .primary-sidebar .widget_recent_comments li:last-child, .primary-sidebar .widget_recent_entries li:last-child {
	padding: 0;
}
.footer-sidebar .widget_categories li ul, .footer-sidebar .widget_nav_menu li ul, .footer-sidebar .widget_pages li ul, .primary-sidebar .widget_categories li ul, .primary-sidebar .widget_nav_menu li ul, .primary-sidebar .widget_pages li ul {
	border-top: 0;
	margin-top: 6px;
}
#supplementary {
	padding: 0;
}
.footer-sidebar {
	font-size: 12px;
	line-height: 1.5;
}
.featured-content {
	padding-left: 182px;
}
.grid .featured-content .hentry {
	width: 33.3333333%;
}
.grid .featured-content .hentry:nth-child( 2n+1 ) {
	clear: none;
}
.grid .featured-content .hentry:nth-child( 3n+1 ) {
	clear: both;
}
.grid .featured-content .entry-header {
	height: 120px;
}
}

@media screen and (min-width: 1040px) {
.site-content .has-post-thumbnail .entry-header {
	margin-top: -48px;
}
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
	padding-right: 15px;
	padding-left: 15px;
}
.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
	padding-right: 30px;
	padding-left: 30px;
}
}

@media screen and (min-width: 1080px) {
.search-box .search-field {
	width: 324px;
}
.secondary-navigation, .secondary-navigation ul ul {
	width: 222px;
}
.secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
	left: 202px;
}
.slider .featured-content .entry-title {
	font-size: 33px;
}
.slider .featured-content .entry-header, .slider-control-paging {
	width: 534px;
}
.slider-control-paging {
	padding-left: 24px;
}
.slider-control-paging li {
	margin: 12px 12px 12px 0;
}
.slider-control-paging a {
	height: 24px;
	width: 24px;
}
.slider-control-paging a:before {
	top: 6px;
	left: 6px;
}
}

@media screen and (min-width: 1110px) {
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
	padding-right: 30px;
	padding-left: 30px;
}
}

@media screen and (min-width: 1218px) {
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
	margin-right: 54px;
}
.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
	margin-right: auto;
}
}

@media screen and (min-width: 1260px) {
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	width: -webkit-calc(50% + 18px);
	width: calc(50% + 18px);
}
.site-content blockquote.alignleft {
	margin-left: -18%;
}
.site-content blockquote.alignright {
	margin-right: -18%;
}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
body {
	background: none !important; /* Brute force since user agents all print differently. */
	color: #2b2b2b;
	font-size: 12pt;
}
.site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
	max-width: 100%;
}
#site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
	display: none;
}
.site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
	color: #2b2b2b;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: none;
}
.site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
	background: transparent;
}
.site-title {
	float: none;
	font-size: 19pt;
}
.content-area {
	padding-top: 0;
}
.list-view .site-content .hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.post-thumbnail img {
	margin: 0 10px 24px;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 0;
}
.site-content footer.entry-meta {
	margin: 24px auto;
}
.entry-meta .tag-links a {
	color: #fff;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: block;
}
.archive-title, .page-title {
	margin: 0 10px 48px;
}
.featured-content .hentry {
	margin-bottom: 48px;
}
.featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
	padding-top: 0;
}
.featured-content .post-thumbnail img {
	position: relative;
}
.featured-content .entry-header {
	padding: 0 10px 24px;
}
.featured-content .entry-meta {
	font-size: 9pt;
	margin-bottom: 11px;
}
.featured-content .cat-links {
	font-weight: 900;
}
.featured-content .entry-title {
	font-size: 25pt;
	line-height: 36px;
}
}
/**
 * 13.0 Changes
 * -----------------------------------------------------------------------------
 */

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
	padding: 2px !important;
}
.site-info {
	padding: 0;
	width: 100%;
}
.foo-column {
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.scrollToTop {
	background: #181828 none repeat scroll 0 0;
	border-radius: 50px;
	bottom: 71px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	height: 45px;
	line-height: 20px;
	padding: 10px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	z-index: 99999;
}
.scrollToTop:hover {
	text-decoration: none;
	background: #f0291e;
	color: #fff;
}
/*=------ Banner ------=*/
.banner-wrap {
	position: relative;
	margin-top: 91px;
	background-color: #f2f2f2 !important;
	padding-bottom: 0px;
}
.banner-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 35px;
	z-index: 0;
	background: rgba(255, 255, 255, 0.90);
}
.breadcrumb-container {
	position: relative;
	z-index: 999;
}
.banner-wrap.blog-banner, .banner-wrap.search-banner, .banner-wrap.press-banner {
	display: none !important;
}
body.blog .banner-wrap, body.single-post .banner-wrap, body.category .banner-wrap, body.tag .banner-wrap, body.archive .banner-wrap, body.single-news .banner-wrap {
	display: none !important;
}
body.blog .banner-wrap.blog-banner, body.single-post .banner-wrap.blog-banner, body.category .banner-wrap.blog-banner, body.tag .banner-wrap.blog-banner, body.archive .banner-wrap.blog-banner, body.single-news .banner-wrap.press-banner, body.post-type-archive-news .banner-wrap.press-banner {
	display: block !important;
}
.banner-wrap.project-banner {
	display: none !important;
}
.single-portfolio .banner-wrap.project-banner {
	display: block !important;
}
body.search-results .banner-wrap {
	display: none !important;
}
body.search-results .banner-wrap.search-banner {
	display: block !important;
}
.banner-wrap img {
	height: auto;
	width: 100%;
}
.banner-cnt {
	position: absolute;
	bottom: 7px
}
ul.post-meta {
	margin: 0;
}
ul.post-meta li {
	list-style: none;
}
.banner-cnt .post-meta-key {
	display: block !important;
}
.banner-cnt h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
body.portfolio .banner-cnt h3 {
	color: #042d42;
	font-weight: 700;
	text-align: right;
}
.banner-cnt h3 span {
	font-weight: 700;
}
.banner-cnt p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.site-content .post-thumbnail {
	display: none;
}
.bancont {
	color: #000;
}
.bannerh {
	background: #fff;
}
/*=------ /Banner ------=*/








.post-thumbnail {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.entry-title {
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.09091;
	padding: 8px 15px;
	text-transform: capitalize;
	margin: 0;
}
.full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: 0px;
}
.full-width .site-content .has-post-thumbnail .entry-header, .full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: 0px;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
	background-color: #fff;
}
.site-content .entry-header {
	padding: 0px !important;
	border: 1px solid #ccc;
	margin: 35px 0 20px !important;
}
.entry-content {
	margin: 0 !important;
	padding: 0 0px!important;
}
.entry-content p {
	color: #3c3950;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}
.entry-content p b {
	font-weight: normal;
	color: #333;
	display: block;
}
.site-content {
	display: block;
	float: none !important;
	margin: 0px auto 0px !important;
	max-width: 1170px;
	width: 100%;
	background-color: transparent !important;
	padding: 50px 20px 50px 20px;
	text-align: justify;
	color: #3c3950;
}
.site-content ul {
	margin: 0px 0 30px 15px;
	padding: 0;
}
.site-content ul li {
	background: url(images/title_arrow.png) no-repeat left top 4px;
	margin: 0 0 10px 0px;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #3c3950;
	line-height: 23px;
	font-weight: 500;
	text-align: left;
}
.site-content ul li a:hover {
	color: #f0291e;
}
.site-content strong {
	color: #3c3950;
	font-weight: 700;
}
.site-content a {
	text-decoration: none;
	color: #3c3950;
	font-weight: 500;
}
.site-content a:hover {
	text-decoration: none;
}
.service_list .wpb_content_element {
	margin-bottom: 20px !important;
}
.halflist li {
	float: left;
	width: 50% !important;
}
.figure.post-image {
	width: 100%;
	padding: 0;
	margin: 0;
}
.site-main {
	background: #fff url(images/mainbg.png) no-repeat bottom;
	padding: 0 0 100px 0;
}
.home .site-main {
	background: #fff !important;
}
.site {
	background: #ecf3ff !important;
	position: relative;
	margin: 0 auto;
}
.main-content {
	width: 100%;
}
/*-----------------------------------
        menubar start
----------------------------------- */
.main-menu {
	width: 70%;
	float: right;
	margin: -48px 0 0 0 !important;
}
.ubermenu-skin-white {
	border-top: 0px solid #222 !important;
	border-bottom: 0px solid #eee !important;
	border-left: none;
	border-right: none;
	float: right;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	display: none;
}
.header-main {
	padding: 18px 0 14px 0px;
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
	background: #fff;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.topband {
	position: relative;
	height: 5px;
	width: 100%;
	background: #f72619;
	background: -moz-linear-gradient(left, #f72619 0%, #5f727f 100%);
	background: -webkit-linear-gradient(left, #f72619 0%, #5f727f 100%);
	background: linear-gradient(to right, #f72619 0%, #5f727f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72619', endColorstr='#5f727f', GradientType=1 );
	z-index: 9999;
}
.logo p {
	margin-bottom: 0px !important;
}
.ubermenu .ubermenu-target-text {
	display: inline-block;
	vertical-align: middle;
	font-family: inherit;
	font-size: 16px !important;
	color: #3c3950;
	font-weight: 500 !important;
}
.ubermenu .ubermenu-item-notext>.ubermenu-icon {
	line-height: 0.8em !important;
	padding: 10px 27px 10px 9px;
	font-size: 20px !important;
	border: 2px solid #fff;
}
i.ubermenu-icon.fa.fa-search {
	border: 2px solid #5f727f;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	box-shadow: none;
	padding: 12px 0px !important;
	color: #09357a !important;
	border: 0px solid #fff;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0:first-child:hover > .ubermenu-target {
	box-shadow: none;
	padding: 12px 0px !important;
	color: #f0291e !important;
	border: 0px solid #fff;
	background: url(https://www.xscad.com/wp-content/uploads/2018/12/home_iconR.png) no-repeat 0px;
}
.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
	padding: 1px 0px 1px 10px!important;
	color: #09357a !important;
}
.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: transparent !important;
	color: #f0291e !important;
}
.ubermenu .ubermenu-icon.ubermenu-active {
	color: #f0291e !important;
}
/*menu dropdown space*/
ul.ubermenu-submenu.ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
	background: #fff !important;
	box-shadow: 1px 1px 1px #ccc !important;
	margin-top: 20px !important;
	border: 1px solid #d9d9d9 !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: 0 0 0px rgba(0,0,0,.15) !important;
}
.ubermenu-skin-white .ubermenu-submenu.ubermenu-submenu-drop {
	background: transparent !important;
	border: 0px solid #e9e9e9 !important;
	left: 0;
}
.ubermenu-submenu-id-1531 li:hover .ubermenu-target-text, .ubermenu-submenu-id-1530 li:hover .ubermenu-target-text {
	color: #f0291e !important;
}
/*menu service dropdown space*/
.ubermenu-main .ubermenu-row {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #fff !important;
	border: 1px solid #d9d9d9 !important;
	box-shadow: 1px 1px 1px #ccc;
	margin-top: 19px !important;
	padding: 0px 50px 20px 50px !important;
}
.header-main.sticky .ubermenu-main .ubermenu-row, .header-main.sticky ul.ubermenu-submenu.ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
	margin-top: 6px !important;
}
.ubermenu .ubermenu-submenu .ubermenu-target-text {
	font-size: 14px !important;
	color: #000 !important;
}
.ubermenu .ubermenu-submenu ul li ul li ul li:hover .ubermenu-target-text {
	color: #f0291e !important;
}
.ubermenu .ubermenu-submenu .ubermenu-target-text:hover {
	color: #f0291e !important;
}
.ubermenu .ubermenu-submenu ul li ul {
	padding-left: 0px;
}
.ubermenu .ubermenu-submenu strong {
	margin-left: 0px;
	padding-left: 0px;
	font-weight: 500 !important;
	font-size: 16px !important;
}
.ubermenu .ubermenu-submenu ul li ul li a.ubermenu-target-text {
	color: #ffcc00 !important;
}
li#menu-item-1535, li#menu-item-1511, li#menu-item-1516, li#menu-item-1501, li#menu-item-1504, li#menu-item-1520, li#menu-item-1521, li#menu-item-1523, li#menu-item-1524 {
	margin-left: 0px !important;
	font-weight: 500 !important;
}
.ubermenu-row-id-1492 li .ubermenu-submenu ul li a {
	margin: 0 0 0 10px !important;
	padding: 0px !important;
}
.ubermenu-row-id-1492 li .ubermenu-submenu ul li .ubermenu-target-title:before {
	content: "";
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/menu_arrow.png);
	left: 0;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 8px;
}
.ubermenu-row-id-1492 li .ubermenu-submenu ul li .ubermenu-target-title {
	/* background: url(images/title_arrow.png) no-repeat 0px; */
	padding: 0 0px 0 20px;
	line-height: 29px !important;
	color: #666 !important;
	position: relative;
	margin-left: 20px;
}
.ubermenu .ubermenu-submenu .ubermenu-image {
	margin: 20px 0 !important;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .2s ease-in-out;
}
/*grey menu icon*/
li#menu-item-1911:hover .ubermenu-image, li#menu-item-1947:hover .ubermenu-image, li#menu-item-1898:hover .ubermenu-image {
	margin: 20px 0 !important;
	filter: none;
	-webkit-filter: grayscale(0);
}
.lighttext .ubermenu-target-text {
	color: #666666 !important;
	font-weight: 400 !important;
}
#menu-item-1485 ul.ubermenu-submenu.ubermenu-submenu-id-1485.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item.ubermenu-submenu-content-align-right {
	left: auto;
	right: 330px !important;
}
/*top menu icon and big text*/
li#menu-item-1911 a .ubermenu-target-text, li#menu-item-1947 a .ubermenu-target-text, li#menu-item-1898 a .ubermenu-target-text {
	font-size: 20px !important;
	color: #000 !important;
	font-weight: 700 !important;
	cursor: pointer;
}
.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: bold;
	color: #3c3950;
	text-transform: none;
	border-left: none;
}
.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	color: #f0291e !important;
	background: transparent;
	border: 0px solid #5f727f !important;
}
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	/*padding: 9px 15px 9px 15px;*/
	margin: 0 0 0 0px;
	border: 0px solid #fff;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	position: absolute;
	right: 3px !important;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu-item-1485 ul.ubermenu-submenu.ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
	box-shadow: 0px 0px 0px #ccc !important;
	border: 0px solid #d9d9d9 !important;
}
 .ubermenu-search-input ::-webkit-input-placeholder {
 color: #999 !important;
}
 .ubermenu-search-input :-moz-placeholder {
 color: #999 !important;
}
 .ubermenu-search-input ::-moz-placeholder {
 color: #999 !important;
 opacity: 1;
}
 .ubermenu-search-input :-ms-input-placeholder {
 color: #999 !important;
}
.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
	color: #999 !important;
}
li#menu-item-1680 .ubermenu-target {
	padding-right: 0px !important;
}
ul.ubermenu-submenu.ubermenu-submenu-id-1899.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item, ul.ubermenu-submenu.ubermenu-submenu-id-1905.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item, ul.ubermenu-submenu.ubermenu-submenu-id-1938.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item, ul.ubermenu-submenu.ubermenu-submenu-id-1926.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
	background: #fff !important;
	position: relative;
	left: 0;
	box-shadow: 0px 0px 0px #ccc !important;
	margin-top: 00px !important;
	border: 0px solid #d9d9d9 !important;
}
li#menu-item-1899 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, 
li#menu-item-1905 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, 
li#menu-item-1938 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, 
li#menu-item-1926 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after
{
right: 70px !important;	
	
}
li#menu-item-1899:hover a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1899:active a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1899:focus a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905:hover a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905:active a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905:focus a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after,  li#menu-item-1938:hover a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1938:active a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1938:focus a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926:hover a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926:active a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926:focus a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
	position: absolute;
	right: 70px !important;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}
li#menu-item-1899:hover .ubermenu-submenu-id-1899 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1899:focus .ubermenu-submenu-id-1899 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1899.active .ubermenu-submenu-id-1899 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905:hover .ubermenu-submenu-id-1905 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905:focus .ubermenu-submenu-id-1905 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1905.active .ubermenu-submenu-id-1905 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after,  li#menu-item-1938:hover .ubermenu-submenu-id-1938 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1938:focus .ubermenu-submenu-id-1938 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1938.active .ubermenu-submenu-id-1938 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926:hover .ubermenu-submenu-id-1926 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926:focus .ubermenu-submenu-id-1926 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after, li#menu-item-1926.active .ubermenu-submenu-id-1926 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
	display: none !important;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3:last-child {
    margin-right: 0%;
}
/*-----------------------------------
        menubar end
----------------------------------- */


/*-----------------------------------
        topmenu header
----------------------------------- */
.topbar-info {
	border-top: 8px solid #2c3267;
	border-bottom: 1px solid #E4E4E4;
	background-color: #ecf3ff !important;
	position: relative;
	z-index: 1;
	font-size: 14px;
	display: block;
	color: #5f727f;
	float: left;
	width: 100%;
}
.topbar-info a {
	color: #5f727f;
}
.topbar-info a:hover {
	color: #f0291e !important;
	text-decoration: none;
}
.linkleft {
	float: left;
	border-right: 1px solid #ccc;
	padding: 8px 20px 8px 0;
}
.linkright {
	float: right;
	padding: 8px 0 8px 0px;
}
.linkright a {
	margin-left: 20px;
}
.social-wrap-head {
	float: left;
	border-right: 1px solid #ccc;
	padding: 5px 20px 5px 0;
	font-size: 18px;
}
.social-wrap-head li {
	background: none;
	float: left;
	margin: 0px 10px;
	padding: 0px;
}
.social-wrap-head li:hover {
	color: #f0291e !important;
}
svg.svg-inline--fa.fa-phone.fa-w-16 {
	width: 1em;
	transform: scaleX(-1);
	margin-right: 10px;
}
/*-----------------------------------
        Main Menu header
----------------------------------- */
.logo {
	float: left;
	position: relative;
	width: 35%;
	z-index: 9999 !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.logo a img {
	margin: 0px 0 0 0;
}
.header-main.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 16px 40px 2px;
	background: #fff !important;
	border-top: 0px solid #09357a;
}
.header-main.sticky #primary-navigation {
	margin-top: 0px!important;
}
.header-main.sticky .logo {
	width: 34%;
}
.header-main.sticky .logo a img {
	margin-top: 0px;
}
li#wp-admin-bar-ubermenu {
	display: none;
}
/*.header-main .container, .topbar-info .container, .bannerh .container, .banner-wrap .container {
	padding-left: 0px;
	padding-right: 0px;
}*/
/*-----------------------------------
        Home Banner
----------------------------------- */
div#rev_slider_1_1_forcefullwidth {
	margin-top: 35px !important;
}
#rev_slider_1_1 ul li {
	background: none !important;
}
#slide-5-layer-1, #slide-12-layer-1, #slide-13-layer-1, #slide-14-layer-1, #slide-15-layer-1, #slide-16-layer-1, #slide-17-layer-1, #slide-18-layer-1, #slide-19-layer-6, #slide-20-layer-6, #slide-21-layer-6, #slide-22-layer-6, #slide-23-layer-6, #slide-24-layer-6, #slide-25-layer-6, #slide-26-layer-6, #slide-27-layer-6, #slide-28-layer-6 {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	text-transform: capitalize;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	padding: 20px 70px 20px 20px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 36px !important;
}
#slide-5-layer-2, #slide-12-layer-2, #slide-13-layer-2, #slide-14-layer-2, #slide-15-layer-2, #slide-16-layer-2, #slide-17-layer-2, #slide-18-layer-2, #slide-19-layer-7, #slide-20-layer-7, #slide-21-layer-7, #slide-22-layer-7, #slide-23-layer-7, #slide-24-layer-7, #slide-25-layer-7, #slide-26-layer-7, #slide-27-layer-7, #slide-28-layer-7 {
	background: rgba(255, 255, 255, 0.90);
	padding: 10px 20px !important;
	font-style: italic !important;
}
.tparrows {
	display: block !important;
}
div#rev_slider_1_1_forcefullwidth:hover .tparrows {
	display: block !important;
	color: #000 !important;
}
.tparrows {
	cursor: pointer;
	background: #000;
	background: transparent !important;
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
}
.tparrows:before {
	font-family: "revicons";
	font-size: 26px !important;
	color: #000 !important;
	display: block;
	line-height: 40px;
	text-align: center;
}
.tparrows:hover {
	background: transparent !important;
	color: #f0291e !important;
}
.tparrows:hover:before {
	color: #f0291e !important;
}
.home .banner-wrap {
	display: none;
}
.featured_caption {
	position: absolute;
	bottom: 44px;
	z-index: 9;
	margin: 0 0%;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.85);
	width: 35%;
	text-align: left;
	font-weight: 500;
	padding: 20px 20px 20px 40px;
	color: #181828;
	box-shadow: -4px 4px 14px 0px #ccc;
}
.featured_caption:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	background: #f72619; /* Old browsers */
	background: -moz-linear-gradient(top, #f72619 0%, #5f727f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f72619 0%, #5f727f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f72619 0%, #5f727f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72619', endColorstr='#5f727f', GradientType=0 ); /* IE6-9 */
	width: 20px;
	height: 91%;
}
.banner-wrap .post-thumbnail img {
	opacity: 0.9;
}
.breadcrumb-container li .separator {
	position: relative;
}
.breadcrumb-container li .separator:before {
	position: absolute;
	content: "";
	top: 7px;
	color: #212121;
	margin: 0px 0px 0 -2px;
	left: 0px;
	font-weight: normal;
	padding: 0 0px 0 0px;
	font-family: fontawesome;
	background: url(images/bread_arrow.png) no-repeat;
	width: 13px;
	height: 9px;
}
.breadcrumb-container li span:last-child {
	display: none;
}
.breadcrumb-container li:last-child a {
	color: #f0291e !important;
	position: relative;
}
.breadcrumb-container li:last-child a:hover {
	color: #f0291e !important;
	cursor: default;
}
.breadcrumb-container li:last-child a:before {
	position: absolute;
	content: "";
	bottom: -9px;
	width: 100%;
	border: 1px solid #f0291e;
	display: none;
}
.breadcrumb-container li a {
	color: #212121 !important;
	font-size: 16px !important;
	line-height: 16px !important;
}
.breadcrumb-container li a:hover {
	color: #212331 !important;
	position: relative;
}
.breadcrumb-container li a:hover:before {
	position: absolute;
	content: "";
	bottom: -9px;
	width: 100%;
	border: 1px solid #212331;
}
.breadcrumb-container.theme1 a:first-child {
	padding: 0px;
	margin: 0px;
}
.breadcrumb-container.theme1 a {
	display: inline-block;
	margin: 0 0px !important;
	padding: 0px 0px !important;
	text-decoration: none;
}
.breadcrumb-container li .separator {
	color: #212121 !important;
	margin: 0 18px 0 10px !important;
	font-size: 16px !important;
}
/*-----------------------------------
        Welcome text
----------------------------------- */
a.showtext, a.read_moretext {
	color: #3c3950;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 12px 30px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 5px 0 0 0;
	background: #fff;
	text-decoration: none;
}
a:hover.showtext, a:hover.read_moretext {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 12px 30px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 5px 0 0 0;
	background: rgb(237,43,32); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ); /* IE6-9 */
}
.about .vc_column-inner {
	padding-top: 0px !important;
}
/*-----------------------------------
       Services
----------------------------------- */
.service-section2 {
	padding: 0px 0 0 0;
}
.service-section2 .featured-content-image.square {
	display: none;
}
.service-section2 .featured-content-slider.slick-slider {
	padding: 0 10px 20px 10px;
}
.service-section2 .featured-content-position {
	position: relative;
	overflow: inherit;
	height: 429px;
	margin-top: 0px;
	padding: 75px 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f72619+0,f72619+20,a74e4e+34,ee2a1f+49,77666f+71,5f727f+100 */
	background: rgb(247,38,25); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72619', endColorstr='#5f727f', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 6px;
}
.service-section2 .featured-content-position:after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
	z-index: 0;
	width: 98.5%;
	background: #fff;
	height: 425px;
	content: "";
	border-radius: 6px;
}
.service-section2 .featured-content-list.design-4 .featured-content-position .featured-content-overlay, .service-section2 .featured-content-slider.design-4 .featured-content-position .featured-content-overlay {
	padding: 0px !important;
	background: transparent;
	position: relative !important;
	text-align: left;
}
.service-section2 .featured-content-list.design-4 .featured-content-image-bg, .service-section2 .featured-content-slider.design-4 .featured-content-image-bg {
	overflow: hidden;
	position: relative;
	margin-top: -109px;
	width: 100%;
	height: 170px !important;
	z-index: 99;
}
.service-section2 .featured-content-list.design-4 .featured-content-image-bg img, .service-section2 .featured-content-slider.design-4 .featured-content-image-bg img {
	border-radius: 6px;
	border: 1px solid #ccc;
}
.featured-content-list.design-4 h3.entry-title, .featured-content-slider.design-4 h3.entry-title {
	margin: 0px 0 !important;
}
.service-section2 .featured-content-slider.design-4 h3.entry-title {
	border-right: 0 solid #61a625;
	margin: 15px 0px !important;
	padding: 0 4px !important;
	font-size: 14px !important;
	color: #212331 !important;
}
.service-section2 .featured-content-slider.design-4 h3.entry-title a {
	color: #212331;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0px !important;
}
.featured-content-list.design-4 .featured_short_content .sub-content, .featured-content-slider.design-4 .featured_short_content .sub-content {
	text-align: left !important;
	margin-bottom: 15px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 210px;
}
.service-section2 .featured_short_content {
	margin-bottom: 10px !important;
}
.service-section2 .slick-slide .featured-read-more {
	opacity: 1;
}
.service-section2 .slick-slide:hover .featured-read-more {
	opacity: 1;
}
.service-section2 .slick-slide:hover .featured-read-more {
	text-decoration: none;
	background: rgb(237,43,32); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ); /* IE6-9 */
	margin-bottom: 20px;
	color: #fff !important;
}
.service-section2 .slick-slide:hover .featured-read-more a {
	color: #fff !important;
}
.service-section2 .sub-content {
	color: #333;
	padding: 0 4px 10px;
	font-size: 14px;
}
.service-section2 .featured-content-image-bg {
	background: transparent !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.service-section2 .featured-read-more {
	background: #fff none repeat scroll 0 0;
	height: 40px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 700ms ease 0s;
	width: 75%;
	margin: 0 auto;
	border: 1px solid #ccc !important;
	line-height: 39px;
	position: relative;
	z-index: 999999;
	bottom: 18px;
	border-radius: 6px;
	cursor: pointer;
}
.service-section2 .featured-read-more:hover {
	text-decoration: none;
	background: rgb(237,43,32); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ); /* IE6-9 */
	margin-bottom: 20px;
}
.featured-content-list.design-4 .featured-read-more a, .featured-content-slider.design-4 .featured-read-more a {
	border: 0px solid #ccc;
	font-size: 14px;
	padding: 1px 10px !important;
	text-decoration: none;
	text-transform: capitalize;
	color: #212331;
}
.featured-content-list.design-4 .featured-read-more:hover a, .featured-content-slider.design-4 .featured-read-more:hover a {
	color: #fff;
}
.service-section2 .featured-content-slider .slick-slide {
	padding: 0px 10px;
	margin-top: 50px;
	border-radius: 6px;
}
.service-section2 .featured-content-slider .slick-slide {
	text-align: center;
}
.service-section2 .featured-content-slider .slick-arrow {
	top: 45% !important;
	position: absolute;
	display: none !important;
}
.service-section2 .featured-content-slider:hover .slick-arrow {
	display: block!important;
}
.service-section2 .featured-content-slider button.slick-next {
	background: url(images/btn_next.png) no-repeat !important;
	width: 15px;
	height: 40px;
	right: -13px !important;
}
.service-section2 .featured-content-slider button.slick-next:hover, .service-section2 .featured-content-slider button.slick-next:focus {
	background: url(images/btn_next.png) no-repeat !important;
}
.service-section2 .featured-content-slider button.slick-prev {
	background: url(images/btn_back.png) no-repeat !important;
	width: 15px;
	height: 40px;
	left: -13px !important;
}
.service-section2 .featured-content-slider button.slick-prev:hover, .service-section2 .featured-content-slider button.slick-prev:focus {
	background: url(images/btn_back.png) no-repeat !important;
}
/*-----------------------------------
        Request Call
----------------------------------- */
.blackpatch {
	background-color: #212331;
	padding: 0px 0;
}
.blackpatch p {
	color: #999999;
	text-align: left;
	font-size: 15px;
}
.request {
}
.request .rcol4 {
	width: calc(39% - 30px);
	float: left;
	margin-right: 30px;
}
.request .rcol3 {
	width: 22%;
	float: right;
}
.rtext {
	color: #fff;
	font-weight: 500;
	margin: 13px 0 5px 0;
}
/*-----------------------------------
       counting section
----------------------------------- */
.parallax-section {
	background-repeat: no-repeat;
	padding: 30px 0 0px;
}
.para-overlay {
	width: 100%;
	height: 100%;
	background: #212331;
	z-index: 2;
	position: relative;
}
.full-conter-wrap {
	height: auto;
	background: #212331;
}
.statistics h3 {
	display: none !important;
}
.statistics .stat {
	margin: 0px 30px;
}
.statistics {
	background: none !important;
	padding: 0px 0 !important;
	left: -110px;
}
.statistics-inner {
	padding: 0px !important;
	margin: 0px !important;
}
.statistics .svg-inline--fa {
	display: none !important;
}
.statistics .stat .fa {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important;
	border-radius: 100px !important;
	color: #ffffff !important;
	line-height: 80px !important;
	width: 80px !important;
	display: none !important;
}
.statistics .stat .fa:hover {
	background: #61a725 !important;
}
.stat .number {
	border-bottom: 1px dashed #ffffff;
	color: #ffffff !important;
	font-size: 45px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 10px;
}
.statistics .stat .count-title {
	color: #ffffff !important;
}
.count-text {
	background-color: rgba(97, 167, 37, 0.50);
	padding: 50px 30px !important;
}
.count-head {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}
.count-text p {
	color: #fff!important;
	margin-bottom: 30px !important;
}
.count-text a {
	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
}
.count-text a:hover {
	background-color: #61a725;
	border: 1px solid #61a725;
}
.drop-text {
	background-color: rgba(97, 167, 37, 0.50);
	padding: 20px 50px !important;
}
.drop-head {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 15px;
}
.drop-text p {
	color: #fff!important;
	margin-bottom: 30px !important;
}
.outreach-text {
	background-color: #75bc2b;
	padding: 4% 4% 14% !important;
}
.outreach-head {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}
.outreach-text p {
	color: #1c1d1e !important;
	margin-bottom: 30px !important;
}
.outreach-text a {
	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
}
.outreach-text a:hover {
	background-color: #61a725;
	border: 1px solid #61a725;
}
.statistics .stat:first-child {
	margin: 0px 30px 0px 0px !important;
}
.statistics .stat:nth-child(2) {
	position: relative;
}
.statistics .stat:nth-child(2) .number {
	position: relative;
}
.statistics .stat:nth-child(2) .number:after {
	content: "%";
	position: absolute;
	top: 11px !important;
	right: 0 !important
}
/*-----------------------------------
       why xscad section
----------------------------------- */
.whyxscad {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	margin: 0 15px 30px 15px;
	padding: 20px 0;
	width: calc(33% - 27px) !important;
	height: 350px;
	text-align: center;
}
.whyxscad.wpb_column.vc_column_container.vc_col-sm-4 {
	position: relative;
}
.whyxscad:hover {
	border-color: transparent;
	box-shadow: 0px 0px 20px 0px rgba(128,128,128,0.25) !important;
	padding: 15px 0 15px 0;
	position: relative;
	height: 350px;
}
.whyxscad .wpb_single_image img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyxscad:hover .wpb_single_image img {
	transform: translatey(-50px) !important;
}
.whyxscad h3 {
	color: #000 !important;
	font-weight: normal !important;
	text-align: center;
	font-size: 24px !important;
	transform: translatey(-30px) !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyxscad:hover h3 {
	transform: translatey(-15px) !important;
}
.whyxscad .wcontent p {
	text-align: center !important;
	display: none;
	transform: translatey(-35px) !important;
	font-size: 14px !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyxscad:hover .wcontent p {
	display: block;
}
.whyxscad .scale-down2 {
	display: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyxscad:hover .scale-down2 {
	display: none;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	transform: translatey(10px) !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyxscad .scale-down {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
}
.whyxscad:hover .scale-down {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	display: block;
}
.whyxscad .head-down {
/*-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
.whyxscad:hover .head-down {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.whyxscad:hover .wpb_content_element {
	margin-bottom: 0px !important;
}
.xnew img {
	padding-top: 35px;
}
/* start footer*/
.site-footer {
	font-size: 12px;
	position: relative;
	width: 100%;
	background: #212331;
	margin: 130px 0 0;
}
.main-footer {
	background: #212331;
	padding: 50px 0 20px 0px;
}
.site-footer p {
	color: #999999 !important;
	font-size: 14px;
	line-height: 18px;
}
.footerhead {
	font-size: 18px;
	position: relative;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 30px 0;
}
.footerhead:after {
	position: absolute;
	content: "";
	right: -16px;
	bottom: 8px;
	background: url(images/title_arrow.png);
	width: 10px;
	height: 10px;
}
.flogo {
	margin: 0 0 30px 0 !important;
	max-width: 100%;
	height: auto;
}
.footer-box ul {
	margin: 0;
	padding: 0;
}
.footer-box ul li {
	position: relative;
	padding: 0 0px 0 12px;
	margin: 0px 0 0 0;
}
.footer-box ul li:before {
	position: absolute;
	content: "\f105";
	top: 0;
	color: #999;
	margin: 4px 0 0 0;
	left: 0;
	font-weight: normal;
	padding: 0 0px 0 0px;
	font-family: fontawesome;
}
.footer-box ul li a {
	color: #999999 !important;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.footer-box ul li:hover a {
	color: #f0291e !important;
	text-decoration: none;
	padding-left: 5px;
}
.footer-box ul li:hover:before {
	color: #f0291e !important;
	padding-left: 5px;
}
.newsletter p {
	margin: 0 0 15px 0;
}
.shotcaptcha {
	transform: scale(0.85);
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform-origin: left;
}
.newsletterform input, .newsletterform select, .newsletterform textarea {
	margin: 0 0 0px 0 !important;
}
/*-----------------------------------
       copyright section
----------------------------------- */

.sub-footer {
	background: #181828;
	padding: 20px 0 0 0;
}
.sub-footer p {
	color: #999999;
	font-size: 13px !important;
}
.sub-footer a {
	color: #999999;
}
.sub-footer a:hover {
	color: #f0291e;
}
.sub-footer strong {
	color: #cccccc;
	font-weight: 600;
}
.sub-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}
.sub-footer ul li {
	display: inline-block;
	margin: 0 0px 0 15px;
	text-align: right;
	font-size: 18px;
}
/*-----------------------------------
      footer section
----------------------------------- */
.faddress {
	background: url(images/footer_bg.jpg);
	width: 100%;
	min-height: 705px;
	position: relative;
}
.faddress:before {
	position: absolute;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.25);
	content: "";
}
.logos-holder {
	margin: -70px 0 0 0;
	float: left;
}
.logos-holder img {
	background: #FFF;
	height: 132px;
	padding: 9px 31px;
	width: 100%;
	border: 1px solid #cccccc;
}
.footerform {
	margin: 60px 0 0 0;
	position: relative;
	z-index: 3 !important;
	float: left;
}
/*-----------------------------------
       all form input section
----------------------------------- */
input, select, textarea {
	background-color: #1f212d !important;
	color: #999;
	border: 1px solid #666666 !important;
	border-radius: 0px !important;
	padding: 17px 20px;
	margin: 0 0 30px 0 !important;
	font-size: 14px;
	width: 100%;
}
textarea {
	height: 144px !important;
}
input[type="submit"] {
	background: #fff !important;
	color: #212331 !important;
	font-size: 18px;
	padding: 15px 0px;
	text-transform: capitalize;
	margin: 0 0 0px 0px !important;
	border: 0px solid #fff !important;
}
input[type="submit"]:focus {
	color: #212331 !important;
	border: 0px solid #fff !important;
}
input[type="submit"]:hover {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	color: #fff !important;
	border: 0px solid #fff !important;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	color: #ccc;
	font-size: 14px !important;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px !important;
	display: block;
	margin-top: -10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color: #ccc !important;
	font-size: 14px !important;
}
.imgshadow {
	position: relative;
	overflow: hidden;
}
.imgshadow img {
	transition: all 0.3s;
	-wegkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.imgshadow img:hover {
	box-shadow: 2px 2px 2px #f0291e;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imgshadow:hover:before {
	position: absolute;
	content: "";
	left: 0;
	height: 100px;
	top: 0;
	background: transparent;
	width: 100px;
	border-left: 3px solid #f0291e;
	z-index: 99;
	border-top: 3px solid #f0291e;
}
.imgshadow:hover:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 100px;
	right: 0;
	background: transparent;
	width: 100px;
	border-bottom: 3px solid #f0291e;
	z-index: 99;
	border-right: 3px solid #f0291e;
}
.ncaptcha {
	margin: -26px 0 30px 0;
}
/*-----------------------------------
       footer addtress section
----------------------------------- */

#sample_slider {
	background: transparent !important;
}
#sample_slider_slide01, #sample_slider_slide02, #sample_slider_slide03, #sample_slider_slide04, #sample_slider_slide05, #sample_slider_slide06, #sample_slider_slide07 {
	background-color: transparent !important;
	padding: 0% !important;
}
.white {
	background: transparent !important;
}
#sample_slider h4 {
	font-size: 16px !important;
	margin-top: 21px !important;
}
#sample_slider ul {
	margin: 0px;
	padding: 0px;
}
#sample_slider ul li {
	color: #999;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}
#sample_slider ul li:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	margin: 2px 0 0 0;
}
#sample_slider ul li:first-child:before {
	background: url(images/icon_location.png);
}
#sample_slider ul li:nth-child(2):before {
	background: url(images/icon_phone.png);
}
#sample_slider ul li:nth-child(3):before {
	background: url(images/icon_mail.png);
}
#sample_slider a {
	color: #999;
}
.sa_owl_theme .owl-dots {
	top: 40% !important;
	position: absolute;
	width: auto !important;
	padding: 10px 0px 0px !important;
	bottom: 0px !important;
	text-align: center !important;
	right: 0 !important;
	font-size: 12px !important;
	line-height: 12px !important;
}
.sa_owl_theme .owl-dots .active span {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.sa_owl_theme .owl-dots .active span {
	background-color: #fff !important;
}
/*-----------------------------------
       portfolio section
----------------------------------- */
.home .vp-pagination__style-default .vp-pagination__item a {
	box-shadow: none;
	display: none;
}
.vp-filter__style-default .vp-filter__item {
	background: none !important;
	margin: 0px 15px !important;
	width: 15%;
}
.vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	border-radius: 30px;
	border: 1px solid #fff !important;
}
.vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active)>a:hover {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	border-radius: 30px;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.vp-filter__style-default .vp-filter__item>* {
	border-radius: 30px;
	border: 1px solid #181828 !important;
	padding: 10px 16px !important;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-icon {
	font-size: 1.5em !important;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-title {
	font-size: 12px !important;
}
h2.vp-portfolio__item-meta-title:after {
	background: none !important;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-excerpt {
	opacity: .8;
	font-size: 12px !important;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
	display: block;
	padding: 0px 5px !important;
	margin: 0 5px;
	color: #333 !important;
	background-color: #f8f9fa !important;
	font-size: 12px !important;
}
li.vp-portfolio__item-meta-category {
	background: none !important;
}
.vp-portfolio__item-meta {
	margin-top: -30px !important;
}
.vp-pagination__style-default .vp-pagination__item>* {
	padding: 8px 30px !important;
	margin: 30px 0 0 0 !important;
	border: 1px solid #999 !important;
	color: #181828 !important;
}
.vp-pagination__style-default .vp-pagination__item:not(.vp-pagination__item-active)>a:hover {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
}
.vp-pagination__style-default .vp-pagination__item:not(.vp-pagination__item-active)>a:hover span {
	color: #fff !important;
}
li.vp-pagination__item {
	background: none !important;
}
.vp-uid-efd68aeb .vp-portfolio__item-wrap .vp-portfolio__item-img {
	border: 1px solid #999;
}
.home .vp-portfolio__filter-wrap {
	margin: 0 0 30px 0;
}
.single-portfolio .site-content .entry-header {
	padding: 0px !important;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0px 0 20px -15px !important;
	text-align: left;
}
/*-----------------------------------
       career section
----------------------------------- */

.careerhead {
	margin: 90px 0 50px 0;
}
.careerhead p {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #212331;
}
.careerimg {
	margin: 50px 0 0 0;
}
.careersmenu {
	margin: 40px 0 0 0;
}
.career_btn strong {
	display: block;
	font-size: 18px !important;
	font-weight: 300 !important;
}
.career_btn .vc_btn3.vc_btn3-style-custom {
	background-image: none;
	text-transform: capitalize;
	box-shadow: 2px 2px 2px #ccc;
	font-size: 24px !important;
	font-weight: 500;
}
.career_btn .vc_btn3.vc_btn3-style-custom:hover {
	box-shadow: 2px 2px 2px #f0291e;
}
.career_btn .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
	padding: 39px 25px !important;
}
/*-----------------------------------
      project page
----------------------------------- */
.gallerytext {
	background-color: #212331;
	padding: 20px 10px!important;
	min-height: 525px !important;
	margin: 5px 0 0 0;
}
.gallerytext h3 {
	font-size: 24px !important;
	font-weight: 500;
	color: #fff;
}
.gallerytext p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #fff;
}
.gallerytext strong {
	font-weight: 700;
	color: #fff !important;
}
.photogallery .vc_col-sm-8 {
	width: 57%;
	margin-left: -5px;
}
.photogallery .vc_col-sm-4 {
	width: 41%;
	margin-left: 15px;
	margin-top: 0px;
}
.sp-image {
	position: relative;
	display: block;
	height: 640px !important;
	border: none;
}
.related {
	margin: 0px 0 30px -5px !important;
}
.related .vc_col-sm-4 {
	background-color: #fff;
	width: calc(32% - 15px);
	min-height: 165px;
	padding: 15px;
	margin: 0 30px 0 0;
	border: 1px solid #cccccc !important;
	position: relative;
}
.vc_row.wpb_row.vc_row-fluid.related {
	margin-right: -23px !important;
}
.related .vc_col-sm-4:first-child {
	background: #fff url(images/related_services.png) no-repeat 95% 15%;
}
.related .vc_col-sm-4:nth-child(2) {
	background: #fff url(images/related_sector.png) no-repeat 95% 15%;
}
.related .vc_col-sm-4:nth-child(3) {
	background: #fff url(images/related_contact.png) no-repeat 95% 15%;
}
.related p {
	font-size: 16px;
	color: #1d1d1d;
	min-height: 81px;
	margin-bottom: 0px;
}
.related h4 {
	position: absolute;
	bottom: 15px;
	padding: 0;
	font-size: 24px !important;
	margin: 0;
	font-weight: 500;
	color: #181828;
}
.related a {
	text-decoration: none;
	color: #1d1d1d;
	line-height: 27px;
}
.related a:hover {
	text-decoration: none;
	color: #f0291e;
}
.bancont .supsystic-social-sharing.supsystic-social-sharing-package-flat.supsystic-social-sharing-content.supsystic-social-sharing-content-align-left.supsystic-social-sharing-init.supsystic-social-sharing-loaded {
	display: none !important;
}
.sp-selected-thumbnail {
	border: 4px solid #f0291e !important;
}


.photogallery2 .vc_col-sm-8 {
    width: 71.5%;

}

.photogallery2 .vc_col-sm-4 {
    width: calc(26.5% - 15px);
    margin-left: 15px;
    margin-top: 0px;
}
.gallerytext2 p {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #fff;
    margin: 0 0 10px 0 !important;
}

.gallerytext2 {
    background-color: #212331;
    padding: 20px 5px 20px!important;
}

.gallerytext2 .wpb_content_element{
    margin-bottom: 5px;
}
.gallerytext2 h3 {
    font-size: 20px !important;
    font-weight: 500;
    color: #fff;
}
.gallerytext2 strong {
    font-weight: 700;
    color: #fff !important;
}
.gallerytext2 {
    background-color: #212331;
    padding: 20px 5px 20px!important;
    min-height: 523px !important;
}


/*-----------------------------------
      project gallery
----------------------------------- */
.bx-wrapper ul li {
	background: none !important;
	padding: 0px !important;
}
.ewc_details {
	display: none;
}
.ewc_content {
	width: 100%;
	height: 640px !important;
}
.ewc_gallery {
	display: block !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 0px #ccc !important;
	border: 5px solid #fff !important;
	left: -10px !important;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-next {
	right: 30px !important;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.prodetails {
	margin: 0 0 10px 0;
}
.prodetails .date {
	text-transform: capitalize;
	color: #181828;
}
.date img {
	margin: 0 10px 0 0;
}
.dateclass {
	color: #999999;
}
.proicons {
	text-align: right;
}
.proicons i.fa.fa-angle-left, .proicons i.fa.fa-angle-right {
	font-size: 24px;
}
.proicons i.fa.fa-th-large {
	margin: 0px 8px 0 !important;
	font-size: 18px;
}
.proicons a:hover i {
	color: #f0291e;
}
.pronav {
	margin: 10px 0 60px;
	width: 100%;
}
.pronav a {
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pronav a:hover {
	padding: 5px 20px;
	text-decoration: none;
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	color: #fff !important;
	border: 1px solid #ccc !important;
}
.proright {
	text-align: right;
}
.proright a {
	margin-right: 13px;
}
.proleft i {
	margin-right: 10px;
}
.proright i {
	margin-left: 10px;
}
.sharebtn {
	margin: 0 0 0 -15px;
}
.stext {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 0;
}
.sicons {
	display: inline-block;
}
#ewic-slider-4392, #ewic-slider-4402, #ewic-slider-4414, #ewic-slider-4420, #ewic-slider-4439, #ewic-slider-4451, #ewic-slider-4457, #ewic-slider-4479, #ewic-slider-4486, #ewic-slider-4500, #ewic-slider-4954, #ewic-slider-4956, #ewic-slider-4966, #ewic-slider-4978, #ewic-slider-4987, #ewic-slider-4994, #ewic-slider-5005, #ewic-slider-5012, #ewic-slider-5020, #ewic-slider-5027, #ewic-slider-5041, #ewic-slider-5043, #ewic-slider-5051, #ewic-slider-5059, #ewic-slider-5071, #ewic-slider-5073, #ewic-slider-5081, #ewic-slider-5087, #ewic-slider-5094, #ewic-slider-5102, #ewic-slider-5109, #ewic-slider-5115, #ewic-slider-5121, #ewic-slider-5126, #ewic-slider-5134, #ewic-slider-5142, #ewic-slider-5148, #ewic-slider-5155, #ewic-slider-5164, #ewic-slider-5169, #ewic-slider-5178, #ewic-slider-5185, #ewic-slider-5191, #ewic-slider-5615, #ewic-slider-6274, #ewic-slider-6514, #ewic-slider-6520, #ewic-slider-6536, #ewic-slider-6549 {
	overflow: visible !important;
}
.jssort01 {
	bottom: -98px !important;
	background: transparent !important;
	background-color: transparent !important;
}
.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px !important;
	height: 72px !important;
	border: #999 2px solid !important;
	background: none;
}
.jssort01 .pav .c {
	border: #333 2px solid !important;
	top: 0px !important;
	left: 0px !important;
	width: 72px !important;
	height: 72px !important;
	-webkit-box-shadow: 0px 0px 0px 0px !important;
	background: none;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
	background: none !important;
}
.photogallery {
	margin-bottom: 30px !important;
}
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
	top: 250px !important;
}
.jssora11l, .jssora11r {
	top: 250px !important;
}
div.ewc_default .ewc_content, div.light_rounded .ewc_content {
	height: 450px !important;
}
/*-----------------------------------
       contact us
----------------------------------- */
.mapbox {
	background: rgb(247,38,25); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(247,38,25,1) 0%, rgba(247,38,25,1) 20%, rgba(167,78,78,1) 34%, rgba(238,42,31,1) 49%, rgba(119,102,111,1) 71%, rgba(95,114,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72619', endColorstr='#5f727f', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 4px 4px 0px 4px;
	margin: 23px 0 0 0;
}
.mapbox .vc_column-inner {
	box-sizing: border-box;
	padding-left: 4px !important;
	padding-right: 4px !important;
	width: 100%;
}
.contactform input, .contactform select, .contactform textarea {
	background-color: #fff !important;
	color: #999;
	border: 1px solid #666666 !important;
	border-radius: 0px !important;
	padding: 12px 20px;
	margin: 0 0 30px 0 !important;
	font-size: 14px;
	width: 100%;
}
.contactform ::-webkit-input-placeholder {
 color: #999;
}
 .contactform :-moz-placeholder {
 color: #999;
}
 .contactform ::-moz-placeholder {
 color: #999;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
 .contactform :-ms-input-placeholder {
 color: #999;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	width: auto !important;
	margin: 0 0 15px 0 !important;
}
.contactform input[type="submit"] {
	width: calc(50% - 25px) !important;
	background-color: #1f212d !important;
	color: #fff !important;
	font-size: 18px !important;
	margin: 0 30px 0 0 !important;
	border: 0px solid #fff !important;
}
.contactform input[type="submit"]:hover {
	border: 0px solid #fff !important;
}
input.wpcf7-form-control.wpcf7-submit.reset {
	margin-right: 0px !important;
}
span.wpcf7-list-item {
	margin-right: 11px !important;
	margin-left: 0em;
}
.mapbox iframe {
	height: 683px;
}
.contactform textarea {
	margin: 20px 0 30px 0 !important;
	height: 88px !important;
}
.page-id-1674 .footerform {
	display: none;
}
.addslider {
	display: block;
}
.page-id-1674 .addslider {
	display: none;
}
.fulladdress {
	display: none;
}
.page-id-1674 .fulladdress {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
.page-id-1674 .faddress:before {
	position: absolute;
	width: 100%;
	height: 50%;
	background: transparent;
	content: "";
}
.fulladdress h4 {
	font-size: 16px !important;
	margin-top: 21px !important;
}
.fulladdress ul {
	margin: 0px 0 40px 0;
	padding: 0px;
}
.fulladdress ul li {
	color: #999;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	line-height: 19px;
}
.fulladdress ul li:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	margin: 2px 0 0 0;
}
.fulladdress ul li:first-child:before {
	background: url(images/icon_location.png);
}
.fulladdress ul li:nth-child(2):before {
	background: url(images/icon_phone.png);
}
.fulladdress ul li:nth-child(3):before {
	background: url(images/icon_mail.png);
}
.fulladdress a {
	color: #999;
}
.location img {
	margin: 40px auto;
}
/*-----------------------------------
      Job Board
----------------------------------- */
.sectionmain {
	width: calc(29% - 10px);
	float: right;
	margin: 20px 0 0 1%;
}
.job-single .single-job-sidebar {
	float: left;
	width: 100%;
}
.job-single .single-job-details {
	margin: 0 0 50px 0%;
	width: 70%;
	float: left;
}
.single-job-details h3 {
	color: #09357a !important;
	font-size: 18px !important;
	margin-bottom: 5px !important;
	margin-top: 20px;
}
.job-single .job-metas {
	margin: 20px 0 0px 0;
}
.job-list .single {
	border-bottom: 1px solid #e1e1e1;
	padding: 50px 0px 30px 15px;
}
.job-list .company_logo {
	background-color: #ffffff;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 20px 0 30px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.job-list .company_logo img {
	border-radius: 0;
	box-shadow: none;
}
.job-list .short_content {
	display: none;
}
.job-list .title {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 55%;
	height: 62px;
	display: inline-block;
	vertical-align: top;
}
.job-list .title a {
	color: #212331;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}
.job-list .meta-list {
	width: 25%;
	margin: 0px 0 0 0;
	display: inline-block;
}
.job-list .location {
	width: 100%;
	text-align: right;
	margin: 15px 0px 0 -11px !important;
}
.job-list .company_name {
	width: 100%;
	display: none;
}
.job-meta.job-bm-tooltip.post_date {
	display: none;
}
.job-meta.job-bm-tooltip.job_cat {
	display: none;
}
.job-list .expire_date {
	width: 100%;
}
.job-list .total_vacancies {
	display: none;
}
.job-list .view_count {
	display: none;
}
.job-list .job_type {
	display: block;
	position: absolute;
	left: 3px;
	font-size: 14px;
	top: 88px;
}
.job-list .job_type.internship {
	background: transparent !important;
}
.job-list .job_type a {
	color: #999 !important;
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 3px 8px;
	background: #e6e6e6;
}
.job-list .job_type i {
	color: #999 !important;
	display: none;
}
.job-list .job_status {
	display: none;
}
.job-single {
	width: 75%;
	margin: 2% 0 0 14% !important;
}
.job-list input[type="search"] {
	border: 1px solid #ccc;
	padding: 0 0 0 10px;
}
.job-single .single-job-sidebar .section .side-meta.company_name img {
	border-radius: 0;
	box-shadow: none;
	float: left;
	height: auto;
	margin-right: 85px;
	vertical-align: top;
	width: 200px;
}
.job-list .search-input .option.half input[type="search"] {
	height: 40px;
}
.search-input > input {
	padding: 10px 20px;
	text-transform: uppercase;
}
.job-list .search-input {
	background: #f2f2f2 none repeat scroll 0 0;
	margin: 0 10px 25px !important;
	padding: 15px !important;
}
.qsbSearchTab {
	background: rgba(219,219,219,.7);
	width: 450px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 9px;
	float: left;
	padding: 14px 14px 22px;
}
.qsbSearchTab #qsbClick {
	position: relative;
	cursor: text;
}
.qsbSearchTab #qsbClick .searchJob {
	width: 338px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 13px;
	height: 40px;
	line-height: 40px;
	background-color: #fefefe;
	border: 0;
	font-size: 15px;
	float: left;
	color: #a5a3a3;
}
.qsbSearchTab #qsbClick .blueBtn {
	display: inline-block;
	padding: 0;
	width: 84px;
}
.blueBtn, .loginBtn {
	padding: 0 20px;
	background-color: #09c;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.job-list .job-meta {
	margin: 5px;
}
.meta-list strong {
	display: block;
	font-weight: normal;
	color: #999999;
}
.job-list .job-meta a {
	color: #000;
	display: block;
	font-size: 16px;
	margin: -20px 0 0 25px;
	cursor: default !important;
}
.job-list .fa {
	padding-right: 5px;
	font-size: 18px;
	display: none;
}
.single > a {
	color: #4c4c4c;
	font-size: 12px;
}
.viewbox {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	float: right;
	margin-right: 8px;
}
.viewjob {
}
.viewjob a {
	color: #3c3950;
	width: 100%;
	background: #fff !important;
	padding: 10px 20px;
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0 10px 0 0px;
	border: 1px solid #ccc;
}
.viewjob a:hover {
	color: #fff;
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	border: 1px solid #fff;
}
.job-list .single:hover .viewjob a {
	color: #fff;
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	border: 1px solid #fff;
}
.jobapply {
}
.jobapply a {
	float: left;
	color: #fff;
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	width: 50%;
}
.jobapply a:hover {
	color: #fff;
	background: #1f212d !important;
}
.job-list .single:hover .title {
	color: #f0291e !important;
}
.job-list .single:hover .title a {
	color: #f0291e !important;
}
.job-list .single:hover {
	background-color: #f9f9f9;
}
.job-list .single:hover .location, .job-list .single:hover .location a, .job-list .single:hover .company_name, .job-list .single:hover .expire_date, .job-list .single:hover .posted_date, .single:hover .post_date, .job-list .single:hover .job_type a, .job-list .single:hover .job_type, .job-list .single:hover .job_type i {
	color: #f0291e !important;
}
.job-list .single.featured {
	background: #e6e6e6 !important;
}
.job-list .single.featured:hover {
	background: #0c84c2 !important;
}
/*end job portal*/


.experience {
	display: none;
}
.joblevel {
	display: none;
}
.datepost {
	display: none;
}
.vacancies {
	display: none;
}
.wp-switch-editor {
	color: #fff !important;
}
.html-active .switch-html, .tmce-active .switch-tmce {
	color: #fff !important;
}
.job-list .paginate {
	display: inline-block;
	float: right;
	margin: 30px auto;
	width: 100%;
}
.single-job-details ul {
	margin: 10px 0 20px 15px;
	padding: 0;
}
.single-job-details ul li {
	background: url(images/title_arrow.png) no-repeat left top 4px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0px;
}
.single-job-details h5 {
	font-size: 16px;
	margin: 15px 0 5px 0 !important;
}
.single-job-details a {
	text-decoration: none;
	color: #3c3950;
	font-weight: 500;
}
.single-job-details a:hover {
	text-decoration: none;
	color: #f0291e;
	font-weight: 500;
}
.job-list .search-input .option.small {
	display: inline-block;
	/*width: 85%;*/
	margin-right: -10px;
}
.job-list .search-input .option.small input[type="search"] {
	height: 50px;
}
.job-list .search-input .option.small input[type="search"] {
	border-bottom: 3px solid #dddddd;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
}
.job-list .search-input .option.small select {
	height: 50px !important;
}
.search-input.searchmain > input {
	margin: 11px 0 0 22px !important;
	padding: 9px 46px 10px;
	width: auto !important;
	float: right;
	border: 1px solid #ccc !important;
}
.search-input.searchmain > input:hover {
	background-color: #333 !important;
	margin: 11px 0 0 22px !important;
	padding: 9px 46px 10px;
	color: #fff !important;
	border: 1px solid #f2f2f2 !important;
}
.list-filter {
	display: none;
}
.applyjobform .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid #ff0000;
}
.applyjobform .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.wpcf7-not-valid {
	border: 1px solid #ff0000;
}
.applyjobform .wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
	margin-bottom: 0px !important;
}
.applyjobform span.wpcf7-not-valid-tip {
	margin-bottom: 0 !important;
	text-align: right;
	float: right;
}
.applyjobform .wpcf7-form.invalid > p {
	margin-top: 25px 0 0 0 !important;
}
.job-single .single-job-sidebar .social-share .share-button {
	background: #f2f2f2 none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #999;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: normal;
	margin: 0px 5px;
	text-align: center;
	width: 30px;
	padding: 5px 0 0 0;
}
.job-single .single-job-sidebar .social-share .facebook:hover {
	background: #2d3a8b;
}
.job-single .single-job-sidebar .social-share .facebook:hover .fa {
	color: #fff;
}
.job-single .single-job-sidebar .social-share .twitter:hover {
	background: #28abdb;
}
.job-single .single-job-sidebar .social-share .twitter:hover .fa {
	color: #fff;
}
.job-single .single-job-sidebar .social-share .google-plus:hover {
	background: #d51f1e;
}
.job-single .single-job-sidebar .social-share .google-plus:hover .fa {
	color: #fff;
}
.clientlogo .bx-wrapper .bx-next {
	right: -30px !important;
}
.clientlogo .bx-wrapper .bx-prev {
	left: -30px !important;
}
.jobsubmit input[type="text"], .jobsubmit input[type="email"], .jobsubmit input[type="password"], .jobsubmit input[type="url"], .jobsubmit textarea, .jobsubmit input[type="button"] {
	border: 1px solid #ccc;
}
.jobsubmit .drag-drop-inside p {
	text-align: left;
}
.jobsubmit .pickform .option .plupload-upload-ui .drag-drop-area {
	padding: 10px 0;
}
.steps-body {
	display: block!important;
}
.steps.clearfix > ul, .actions.clearfix > ul {
	display: none;
}
.job-submit label {
	display: inline !important;
	font-size: 13px;
	margin-right: 20px;
}
.job-submit input[type="text"], .job-submit textarea {
	font-size: 13px;
	padding: 5px 10px;
	width: 100%;
}
.job-submit #post_title {
	width: 100%;
}
div.mce-panel {
	border: 1px solid #f1ecec !important;
}
.job-submit input[type=radio], .job-submit input[type=checkbox] {
	margin: 0px 0 0px 0px;
}
.terms {
	margin: 20px 0 0 0;
}
.terms h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.terms > input {
	margin: 0 10px 0 0 !important;
}
#job_bm_salary_currency {
	border: 1px solid #cccccc;
}
#navigation .navbar-brand {
	width: 260px!important;
}
#navigation .navbar-brand img {
	display: block;
	height: auto;
	max-width: 100% !important;
}
.pickform .option {
	margin: 10px 0 !important;
}
input#job_bm_posted_date {
	width: 100%;
	border: 1px solid #ccc;
}
input#job_bm_contact_email {
	width: 100%;
	border: 1px solid #ccc;
}
.datetext {
	margin-top: -100px;
}
.job-meta.job-bm-tooltip.total_vacancies {
	display: none;
}
.mce-statusbar {
	display: none !important;
}
.course-table {
	margin-top: 30px!important;
}
.course-table tr th:first-child {
	width: 120px!important;
}
.bimext {
	background-color: #1a88c2 !important;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	text-align: center !important;
	width: 48.5%;
	margin: 2px;
}
.bimext:hover {
	color: #dfdfdf;
}
.bimext:focus {
	color: #fff;
}
.seatR {
	background-color: #dbdbdd !important;
	color: #333;
	display: inline-block;
	padding: 10px;
	text-align: center !important;
	width: 99.3%;
	margin: 10px 0;
	font-weight: bold;
}
.comingsoon-txt {
	color: #1a88c2;
}
.sideform {
	border: 1px solid #ccc;
	padding: 0;
	margin: 60px 0 0px;
}
.sideform .vc_column-inner {
	padding: 20px!important;
	margin: 0;
}
.sideform h3.widget_title {
	margin: 0 0 20px;
	font-size: 24px;
	color: #767676;
	position: relative;
}
.jobsideform {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0px 0 0px;
}
.jobsideform .vc_column-inner {
	padding: 20px!important;
	margin: 0;
}
.jobsideform h3.widget_title {
	margin: 0 0 20px;
	font-size: 24px;
	color: #767676;
	position: relative;
}
.left-content .entry-title {
	color: #1a88c2;
	font-size: 24px;
	margin-bottom: 10px!important;
}
.company-img {
	margin-bottom: 20px!important;
}
.company-img img {
	border: 1px solid #d1d1d1;
}
.home-page .breadcrumb_last {
	display: none !important;
}
div.wpcf7 img.ajax-loader, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	display: none!important;
}
.full-width {
	width: 100%!important;
}
#masthead.sticky {
	top: 0 !important;
}
.applybtn {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	color: #fff !important;
	font-size: 18px;
	padding: 15px 0px;
	text-transform: uppercase;
	text-decoration: none;
	width: 30%;
	font-weight: 700;
	text-align: center;
	width: 30%;
}
.applybtn:hover {
	background: #1f212d !important;
}
.applybtn2 {
	background: #fff !important;
	color: #3c3950;
	border: 1px solid #ccc;
	font-size: 18px;
	padding: 15px 80px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 700;
	text-align: center;
}
.applybtn2:hover {
	background: rgb(237,43,32) !important;
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 ) !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.place_btn1 {
	overflow: hidden;
}
.place_btn1 img {
	position: relative;
	overflow: hidden;
}
.place_btn1 :hover img, .place_btn :focus img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	overflow: hidden;
}
.place_btn1 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: rgba(0, 114, 188, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.place_btn1 a:hover:before {
	opacity: 1;
}
.place_btn1 a:after {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
	content: "Click Here For Latest Job Openings...";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 4px 10px;
	margin: 0 auto;
	width: 205px;
	border: 2px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.place_btn1 a:hover:after {
	opacity: 1;
}
#billing_address_1_field {
	width: 100%!important;
}
#billing_country_field strong {
	width: 100%;
}
.mce-toolbar .mce-ico {
	color: #fff !important;
}
.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.focus, .wp-core-ui .button.hover, .wp-core-ui .button:focus, .wp-core-ui .button:hover {
	color: #fff !important;
}
.job-metas .job-meta {
	background: #f0291e;
	color: #FFF;
}
.job-metas .job-meta a {
	color: #FFF;
}
.job-single .job_status.closed {
	background: #ffc24d!important;
}
.get_company_email {
	visibility: hidden;
}
.company_logo > img {
	height: 35px;
	width: auto;
}
.job-list .search-input .option input {
	margin-bottom: 0px !important;
}
.ubermenu-submenu-id-1511 li a {
	background: #ffcc00;
}
.postid-5526 .banner-wrap {
	display: none;
}
.single-job .banner-wrap, .single-job .blog-banner, .single-job .press-banner, .single-job .project-banner {
	display: none !important;
}
.jobbanner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/04/career_MEP_BIM.jpg);
	background-size: cover;
	padding: 296px 0 5px 0;
	margin-top: 91px;
	position: relative;
}
.jobbanner_inbox {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.jobbanner .banner-cnt {
	position: relative;
	bottom: 6px;
}
.jobbanner h2 {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 9;
	margin: 0 0%;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.85);
	width: 35%;
	text-align: left;
	font-weight: 500;
	padding: 20px 20px 20px 40px;
	color: #181828;
	box-shadow: -4px 4px 14px 0px #ccc;
}
.jobbanner h2:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	background: #f72619;
	background: -moz-linear-gradient(top, #f72619 0%, #5f727f 100%);
	background: -webkit-linear-gradient(top, #f72619 0%, #5f727f 100%);
	background: linear-gradient(to bottom, #f72619 0%, #5f727f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72619', endColorstr='#5f727f', GradientType=0 );
	width: 20px;
	height: 83%;
}
.jobbanner:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 35px;
	z-index: 0;
	background: rgba(255, 255, 255, 0.90);
}
.cnlinks p {
	color: #fff !important;
	top: 30px !important;
	width: 100%;
	padding: 10% 5% 0%;
	position: absolute !important;
	font-size: 12px !important;
}
div#rev_slider_2_1_wrapper {
	margin-top: -50px !important;
}
div#rev_slider_2_1_wrapper ul li {
	background: none !important;
}
/*-----------------------------------
     customers
----------------------------------- */
.custhead h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 47px !important;
}
.customerdetails {
	border: 1px solid #b7b7b7;
}
.customerdetails a {
	display: block;
	padding: 13px 0 18px 0;
}
.customerdetails p {
	text-align: center;
}
.customerdetails strong {
	width: 100%;
	display: inline-block;
	left: 0;
	position: absolute;
	font-weight: 500;
	bottom: 7px;
	font-size: 16px;
	color: #ffffff !important;
}
.customerdetails img {
	text-align: center;
	display: inline-block;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	width: 75px;
	height: 64px;
}
/*.customerdetails:hover img {
	transform: rotate(360deg);
}*/
.pic1 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon01n.png) no-repeat center center;
}
.pic1:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon01r.png) no-repeat center center;
}
.pic2 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon02n.png) no-repeat center center;
}
.pic2:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon02r.png) no-repeat center center;
}
.pic3 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon03n.png) no-repeat center center;
}
.pic3:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon03r.png) no-repeat center center;
}
.pic4 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon04n.png) no-repeat center center;
}
.pic4:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon04r.png) no-repeat center center;
}
.pic5 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon05n.png) no-repeat center center;
}
.pic5:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon05r.png) no-repeat center center;
}
.pic6 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon06n.png) no-repeat center center;
}
.pic6:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon06r.png) no-repeat center center;
}
.pic7 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon07n.png) no-repeat center center;
}
.pic7:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon07r.png) no-repeat center center;
}
.pic8 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon08n.png) no-repeat center center;
}
.pic8:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon08r.png) no-repeat center center;
}
.pic9 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon09n.png) no-repeat center center;
}
.pic9:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon09r.png) no-repeat center center;
}
.pic10 {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon10n.png) no-repeat center center;
}
.pic10:hover {
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/customer_icon10r.png) no-repeat center center;
}
a.customicon {
	padding: 0px 0px 119px 0;
	position: relative;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
a.customicon:hover {
	transform: scale(1.1);
	padding: 0 0 129px 0;
	margin: -10px 0 0px 0;
}
/*-----------------------------------
     Blog
----------------------------------- */

.blog-sidebar .site-description {
	display: none !important;
}
#primary-sidebar ul {
	margin: 0px;
}
#primary-sidebar ul li {
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 12px;
	position: relative;
	background: none;
	margin-bottom: 0px;
}
#primary-sidebar ul li:before {
	position: absolute;
	content: "\f105";
	top: 3px;
	color: #999;
	margin: 4px 0 0 0;
	left: 0;
	font-weight: normal;
	padding: 0 0px 0 0px;
	font-family: fontawesome;
}
#primary-sidebar ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#primary-sidebar ul li:hover:before {
	color: #f0291e !important;
	padding-left: 5px;
}
#primary-sidebar ul li:hover a {
	color: #f0291e !important;
	text-decoration: none;
	padding-left: 5px;
}
.blog .site-content .entry-meta, .single .site-content .entry-meta, .archive .site-content .entry-meta {
	background-color: transparent;
	margin-bottom: 8px;
}
.blog .site-content .has-post-thumbnail .entry-header a, .single .site-content .has-post-thumbnail .entry-header a, .archive .site-content .has-post-thumbnail .entry-header a {
	text-decoration: none !important;
}
.blog .site-content .entry-meta > span, .single .site-content .entry-meta > span, .archive .site-content .entry-meta > span {
	margin-right: 10px;
	margin-left: 14px;
}
.single .entry-title {
	color: #3c3950 !important;
	font-weight: 500 !important;
}
#primary-sidebar .widget .widget-title {
	border-top: 0px solid #000 !important;
	color: #3c3950 !important;
	font-size: 16px !important;
	font-weight: 700;
	display: inline;
	margin: 0 0 0px;
	padding-top: 0px;
	text-transform: uppercase;
	position: relative;
}
#primary-sidebar .widget .widget-title:after {
	position: absolute;
	content: "";
	right: -16px;
	bottom: 8px;
	background: url(images/title_arrow.png) !important;
	width: 10px;
	height: 10px;
}
#primary-sidebar .widget a {
	color: #3c3950;
}
.blog .cat-links, .archive .cat-links, .single .cat-links, .blog .tag-links, .archive .tag-links, .single .tag-links {
	display: none !important;
}
.blog-banner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/01/Project-Portfolio.jpg);
	/* background-size: cover; */
	padding: 158px 0;
	margin-top: 85px;
	display: block;
	position: relative;
}
.press-banner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/01/Press-Release.jpg);
	/* background-size: cover; */
	padding: 158px 0;
	margin-top: 85px;
	display: block;
	position: relative;
}
.project-banner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/01/Project-Portfolio.jpg);
	/* background-size: cover; */
	padding: 158px 0;
	margin-top: 85px;
	display: block;
	position: relative;
}
.press-banner:before, .blog-banner:before, .project-banner:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	opacity: 0.1;
	top: 0;
	height: 100%;
	background: #fff;
}
.press-banner:after, .blog-banner:after, .project-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 35px;
	z-index: 0;
	background: rgba(255, 255, 255, 0.90);
}
.blog-banner .banner-cnt, .press-banner .banner-cnt, .project-banner .banner-cnt {
	bottom: 7px;
	position: absolute;
	z-index: 9;
}
.archive-header, .page-header {
	margin: 0 auto 0px !important;
	padding: 0 10px;
}
.blog .site-content .post-thumbnail, .single-post .site-content .post-thumbnail, .archive .site-content .post-thumbnail, .single-news .site-content .post-thumbnail {
	display: block !important;
}
.blog .entry-content, .archive .entry-content {
	padding: 0 0 20px 0 !important;
	margin: 0 0 50px 0 !important;
	border-bottom: 1px solid #ccc;
}
.blog a.more-link, .post-type-archive-news a.more-link, .archive a.more-link {
	float: right;
	font-size: 14px;
}
.blog a:hover.more-link {
	color: #f0291e;
}
.blog .site-content .entry-header, .single .site-content .entry-header, .archive .site-content .entry-header {
	padding: 0px !important;
	border: 1px solid #ccc;
	margin: 0px 0 20px !important;
	text-align: left;
}
span.comments-link {
	display: none;
}
#comments {
	display: none;
}
.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 100% !important;
	width: 100%;
	padding: 0px 10px;
	display: inline-block;
	font-size: 12px !important;
}
.post-navigation a, .image-navigation a {
	font-size: 12px !important;
}
.nav-links a:first-child {
	float: left !important;
	width: 50%;
	right: 0 !important;
}
.nav-links a:nth-child(2) {
	float: right !important;
	width: 50%;
	right: 0 !important;
	text-align: right;
}
.post-navigation {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.single-post h3 {
	font-size: 22px !important;
	color: #3c3950!important;
	text-align: left;
}
.archive-header, .page-header {
	margin: 0 auto 0px !important;
	padding: 0px 0px 20px!important;
}
.page-template-productpage_23-11-18new .primary-sidebar, .page-template-productpage_23-11-18new .site-description, .page-template-contactus .primary-sidebar, .page-template-contactus .site-description {
	display: none;
}
.single-news .blog-banner {
	display: none !important;
}
body.archive.post-type-archive.post-type-archive-news.group-blog .blog-banner {
	display: none !important;
}
.bancont {
	color: #000;
	display: none;
}
a.readmore {
	text-decoration: underline;
}
a:hover.readmore {
	text-decoration: none;
	color: #f0291e;
}
.single-portfolio .banner-wrap {
	display: none;
}
table, th, td {
	border-color: #999 !important;
}
.customericon {
}
.thankyou {
	text-align: center;
}
.thankyou h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px 0;
}
.thankyou h3 {
	font-size: 22px !important;
	margin: 0 0 30px 0;
}
.footerlink {
	text-align: center;
	margin: 0 0 100px 0;
}
.footerlink a {
	color: #000;
}
.footerlink a:hover {
	color: #f72619;
	text-decoration: none;
}
.notfound {
	text-align: center;
}
.notfound h1 {
	font-size: 150px !important;
	background: -webkit-linear-gradient(#f72619, #5f727f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 100px 0 0 0;
}
.notfound h1:after {
	display: none;
}
.notfound h2 {
	font-size: 30px;
	margin: 0px 0 30px 0;
}
.notfound a {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 6px;
}
.notfound a:hover {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	background: rgb(237,43,32);
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 );
}
.error404 .banner-wrap {
	display: none;
}
.display_non {
	display: none !important
}
.page-id-1970 .site-content ul {
	margin: 0px 0 10px 15px;
	padding: 0;
}
.postid-4382 .nav-links a:nth-child(2) {
	display: none;
}
.dmca {
	margin: 0 0px 0 10px;
	float: right;
	padding: 0;
}
.jobcaptcha {
	margin: -25px 0 25px 0;
}
.projectcaptcha {
	transform: scale(0.76);
	-ms-transform: scale(0.76);
	-webkit-transform: scale(0.76);
	transform-origin: left;
	padding: 0 0 0 0px;
	margin: -9px 0 18px 0px;
}
.homecaptcha {
	transform: scale(0.84);
	-ms-transform: scale(0.84);
	-webkit-transform: scale(0.84);
	transform-origin: left;
	margin: 32px 0 30px 0;
	padding: 0 0 0 0px;
}
.contactcaptcha {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left;
	margin: -25px 0 30px 0;
}
.post-type-archive-news .entry-date {
	margin: -15px 0 5px 15px;
	font-size: 13px;
	color: #3c3950;
	text-transform: uppercase;
	position: relative;
}
.post-type-archive-news .entry-date i {
	margin: 0 5px 0 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(https://www.xscad.com/wp-content/uploads/2019/04/droparrow.png) no-repeat right center;
}
select::-ms-expand {
 display: none;
}
.postid-5832 .post-thumbnail img, .postid-5738 .post-thumbnail img, .postid-5571 .post-thumbnail img, .postid-4315 .post-thumbnail img, .postid-2648 .post-thumbnail img, .postid-2582 .post-thumbnail img {
	display: none !important;
}
.breadcrumb-new {
	position: relative;
}
.breadcrumb-new a {
	color: #212121;
}
.breadcrumb-new a:hover {
	color: #212331 !important;
	position: relative;
	text-decoration: none;
}
.breadcrumb-new a:hover:before {
	position: absolute;
	content: "";
	bottom: -9px;
	width: 100%;
	border: 1px solid #212331;
}
.breadcrumb-new:last-child {
	color: #f0291e !important;
	position: relative;
}
.arrow {
	background: url(images/bread_arrow.png) no-repeat;
	margin: 0 5px;
	width: 13px;
	height: 9px;
	display: inline-block;
}
.post-type-archive-news .breadcrumb-new a:hover:last-child, .blog .breadcrumb-new a:hover:last-child {
	color: #f0291e !important;
	cursor: default;
}
.post-type-archive-news .breadcrumb-new a:hover:last-child:before, .blog .breadcrumb-new a:hover:last-child:before {
	display: none;
}
.blog .entry-title, .single .entry-title, .archive .entry-title, .single-news .entry-title {
	text-transform: inherit !important;
}
.box {
	max-width: 1140px;
	margin: 0 auto;
}
.contactpage strong {
	font-size: 16px;
	font-weight: normal;
}
.contactform span {
	font-size: 14px;
}
.postid-5295 .vp-pagination__style-default .vp-pagination__item, .postid-5305 .vp-pagination__style-default .vp-pagination__item, .postid-5309 .vp-pagination__style-default .vp-pagination__item, .postid-5329 .vp-pagination__style-default .vp-pagination__item, .postid-5331 .vp-pagination__style-default .vp-pagination__item {
	display: none;
}
.postid-5295 .nav-links a:first-child, .postid-5331 .nav-links a:nth-child(2) {
	display: none;
}
a.contactlink {
	color: #f0291e;
}
a:hover.contactlink {
	color: #333;
}
.single .site-main {
	background: #fff url(images/mainbg.png) no-repeat bottom;
	padding: 0 0 0px 0;
}
table.expertisetable {
	font-size: 16px;
	background: #fff;
}
a.rmore {
	color: #3c3950;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 0px 0 0 0;
	background: #fff;
	text-decoration: none;
}
a:hover.rmore {
	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 0px 0 0 0;
	background: rgb(237,43,32);
	background: -moz-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
	background: -webkit-linear-gradient(left, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
	background: linear-gradient(to right, rgba(237,43,32,1) 0%, rgba(100,112,124,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b20', endColorstr='#64707c', GradientType=1 );
}
.moretext1 {
	margin: 0 0 30px 0;
}
.abouttab .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	border-color: transparent;
	background-color: transparent;
	padding: 20px 20px;
}
.single-news .entry-date {
	margin: -15px 0 5px 15px;
	font-size: 13px;
	color: #3c3950;
	text-transform: uppercase;
	position: relative;
}
.about_video {
    margin: 50px 0 0 0;
}
.about_video iframe{height:250px;}
span.red{color:#f0291e;}
.blog #news_manager_archive_widget-2, .single-post #news_manager_archive_widget-2, .post-type-archive-news #annual_archive_widget-2, .post-type-archive-news #categories-2, .single-news #annual_archive_widget-2, .single-news #categories-2{display:none;}


ul.servicelink {
    margin: 0;
}
ul.servicelink li {
    display: inline-block;
    padding-right: 20px;
    margin: 0 20px 0 0;
    border-right: 1px solid #666;
}
ul.servicelink li:last-child{ border-right: 0px solid #666;}



@media only screen and (max-width: 1366px) {
.ubermenu-main .ubermenu-row {
	max-width: 82% !important;
	margin-left: auto;
	margin-right: auto;
}	
}
@media only screen and (max-width: 1024px) {
.site-content {
	padding: 30px 40px 20px 40px;
}
.home .vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px !important;
	padding-right: 15px;
	width: 100%;
}
.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 20px !important;
	padding-right: 20px;
	width: 100%;
}
.ubermenu-main .ubermenu-row {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px !important;
}
.header-main {
	padding: 16px 0 10px 0px;
}
.logo {
	width: 33%;
}
.main-menu {
	margin: -43px 0 0 0 !important;
}
.header-main.sticky .logo {
	width: 32%;
}
div#rev_slider_1_1_forcefullwidth {
	margin-top: 45px !important;
}
.entry-content p b {
	font-weight: normal;
	color: #333;
	display: block;
}
.featured-content-list.design-4 .featured_short_content .sub-content, .featured-content-slider.design-4 .featured_short_content .sub-content {
	overflow: scroll;
}
.statistics .stat:first-child {
	margin: 0px -10px 0px 0px !important;
}
.service-section2 .featured-content-list.design-4 .featured-content-image-bg, .service-section2 .featured-content-slider.design-4 .featured-content-image-bg {
	height: 134px !important
}
.sub-footer ul li {
	display: inline-block;
	margin: 0 0px 0 12px;
	text-align: right;
	font-size: 18px;
}
.banner-wrap {
	margin-top: 75px;
}
.gallerytext {
	background-color: #212331;
	padding: 20px 10px 0px 10px!important;
	height: 427px !important;
	margin: 5px 0 0px 0;
	min-height: 427px !important;
	overflow: scroll;
}
.search-input.searchmain > input {
	margin: 11px 0 0 9px !important;
	padding: 9px 31px 10px;
	width: auto !important;
	float: right;
}
.search-input.searchmain > input:hover {
	background-color: #333 !important;
	margin: 11px 0 0 9px !important;
	padding: 9px 31px 10px;
	color: #fff !important;
}
.job-single {
	width: 94%;
	margin: 2% 0 0 3% !important;
}
.jobbanner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/04/career_MEP_BIM.jpg);
	background-size: cover;
	margin-top: -1px;
}
.request .rcol3 {
	width: 22%;
	float: right;
	padding: 0px 0px 22px 0px;
	background: #f9f9f9;
}
.custhead h4 {
	font-size: 20px
}
.customerdetails strong {
	font-size: 12px;
}
.featured_caption {
	width: 90%;
	padding: 10px 30px 10px 50px;
	font-size: 14px;
}
.featured_caption:before {
	height: 85%;
}
.mapbox iframe {
	height: 300px;
}
.shotcaptcha {
	transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: left;
}
.projectcaptcha {
	transform: scale(0.63, 0.75);
	-ms-transform: scale(0.63, 0.75);
	-webkit-transform: scale(0.63, 0.75);
	transform-origin: left;
	margin: -9px 0 18px 0;
	padding: 0 0 0 0px;
}
.homecaptcha {
	transform: scale(0.70, 0.78);
	-ms-transform: scale(0.70, 0.78);
	-webkit-transform: scale(0.70, 0.78);
	transform-origin: left;
	margin: 32px 0 30px 0;
	padding: 0 0 0 0px;
}
.statistics {
    background: none !important;
    padding: 0px 0 !important;
    left: -52px;
}
}

@media only screen and (max-width: 768px) {
.header-main {
	padding: 15px 0 10px 0px;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}
.main-menu {
	width: 100%;
	margin: 7px 0 0 0 !important;
}
.header-main.sticky {
	padding: 10px 10px 8px;
}
.header-main.sticky #primary-navigation {
	margin-top: 0px!important;
}
.header-main.sticky .topbar-info {
	display: none !important;
}
.header-main.sticky p {
	margin-bottom: 4px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
	display: block;
	margin-top: -27px;
	margin-right: 10px;
}
.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
	display: block;
	padding: 20px 0 0 0;
	background: #fff;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	box-shadow: none;
	padding: 10px 20px !important;
	color: #09357a !important;
}
.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
	padding: 10px 20px !important;
	color: #09357a !important;
}
.ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
	position: relative;
}
.ubermenu-main .ubermenu-row {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ubermenu-main .ubermenu-row {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll !important;
	height: 250px !important;
}
.ubermenu-responsive-default.ubermenu-responsive {
	max-height: 100%;
}
.ubermenu-main .ubermenu-row {
	padding: 0px 0px !important;
}
.ubermenu .ubermenu-submenu .ubermenu-image {
	margin: 20px 0 !important;
}
div#rev_slider_1_1_forcefullwidth {
	margin-top: 34px !important;
}
#slide-5-layer-1, #slide-12-layer-1, #slide-13-layer-1, #slide-14-layer-1, #slide-15-layer-1, #slide-16-layer-1, #slide-17-layer-1, #slide-18-layer-1, #slide-19-layer-6, #slide-20-layer-6, #slide-21-layer-6, #slide-22-layer-6, #slide-23-layer-6, #slide-24-layer-6, #slide-25-layer-6, #slide-26-layer-6, #slide-27-layer-6, #slide-28-layer-6 {
	font-size: 16px !important;
	margin-top: -13px !important;
}
#slide-5-layer-2, #slide-12-layer-2, #slide-13-layer-2, #slide-14-layer-2, #slide-15-layer-2, #slide-16-layer-2, #slide-17-layer-2, #slide-18-layer-2, #slide-19-layer-7, #slide-20-layer-7, #slide-21-layer-7, #slide-22-layer-7, #slide-23-layer-7, #slide-24-layer-7, #slide-25-layer-7, #slide-26-layer-7, #slide-27-layer-7, #slide-28-layer-7 {
	background: rgba(255, 255, 255, 0.90);
	padding: 6px 20px !important;
	font-size: 10px !important;
	line-height: 13px !important;
}
.banner-wrap {
	margin-top: 64px;
}
.featured-content-slider .slick-dots li {
	background: none;
}
.whyxscad {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	margin: 0px 15px 30px 15px;
	padding: 20px 0px;
	width: calc(32% - 27px) !important;
	height: 350px;
	text-align: center;
}
.statistics .stat:first-child {
	margin: 0px 0px 0px 20px !important;
}
.statistics .stat {
	margin: 0px 0px 0 20px;
	width: calc(50% - 20px);
	float: left;
}
.gallerytext {
	background-color: #212331;
	padding: 20px 10px 0px 10px!important;
	height: 304px !important;
	min-height: 304px !important;
	margin: 5px 0 0px 0;
	overflow: scroll;
}
.related .vc_col-sm-4 {
	background-color: #fff;
	width: calc(33% - 17px);
	min-height: 196px;
	padding: 15px;
	margin: 0 19px 0 0;
	border: 1px solid #cccccc !important;
	position: relative;
}
.career_btn .vc_btn3.vc_btn3-style-custom {
	font-size: 23px !important;
}
.search-input.searchmain > input {
	margin: 11px 0 0 9px !important;
	padding: 13px 20px 13px;
	font-size: 14px;
	width: auto !important;
	float: right;
}
.viewbox {
	width: 27%;
}
.job-list .meta-list {
	width: 18%;
}
.job-list .title {
	width: 53%;
}
.job-list .job_type {
	top: 113px;
}
.job-list .title a {
	line-height: 22px;
}
.jobbanner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/04/career_MEP_BIM.jpg);
	background-size: cover;
	margin-top: -1px;
}
.blackpatch .vc_col-sm-4 {
	width: 100% !important;
}
.blackpatch .vc_col-sm-8 {
	width: 100% !important;
}
.request .rcol3 {
	width: 22%;
	float: right;
	padding: 0 0 12px 0;
	background: #f9f9f9;
}
.service-section2 .featured-content-position {
	height: 300px;
}
.featured-content-list.design-4 .featured_short_content .sub-content, .featured-content-slider.design-4 .featured_short_content .sub-content {
	height: 140px;
}
.service-section2 .featured-content-position:after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
	z-index: 0;
	background: #fff;
	height: 296px;
	content: "";
	border-radius: 6px;
}
.whyxscad.wpb_column.vc_column_container.vc_col-sm-4 {
	position: relative;
	width: calc(100% - 40px)!important;
	padding-right: 15px !important;
}
.footerhead {
	font-size: 14px;
}
.custhead h4 {
	font-size: 14px;
}
.vp-filter__style-default .vp-filter__item {
	background: none !important;
	margin: 0px 5px !important;
	width: 21%;
}
.ubermenu-responsive-toggle svg.svg-inline--fa.fa-bars.fa-w-14 {
	margin-right: 12px;
}
.shotcaptcha {
	transform: scale(0.50);
	-ms-transform: scale(0.50);
	-webkit-transform: scale(0.50);
	transform-origin: left;
}
.projectcaptcha {
	transform: scale(0.69, 0.75);
	-ms-transform: scale(0.69, 0.75);
	-webkit-transform: scale(0.69, 0.75);
	transform-origin: left;
	margin: -9px 0 18px 0;
}
.homecaptcha {
	transform: scale(0.50, 0.77);
	-ms-transform: scale(0.50, 0.77);
	-webkit-transform: scale(0.50, 0.77);
	transform-origin: left;
	margin: -9px 0 19px 0;
	padding: 0 0 0 0px;
}
.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}
}

@media only screen and (max-width : 767px) {
.site-content {
	padding: 20px 10px 20px 10px;
}
.vc_row {
	margin-left: -15px;
	margin-right: 0px !important;
}
.home .vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px !important;
	padding-right: 0px;
	width: 100%;
}
.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 20px !important;
	padding-right: 20px;
	width: 100%;
}
.banner-wrap {
	margin-top: 64px;
	background-color: #fff !important;
}
.breadcrumb-container ul {
	margin: 0 0px 0 0px !important;
	padding: 0 !important;
}
.breadcrumb-container li a {
	color: #666666 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}
.breadcrumb-new {
	padding: 0 15px;
}
.breadcrumb-new a {
	color: #212121;
	font-size: 12px;
}
.breadcrumb-new:last-child {
	color: #f0291e !important;
	position: relative;
	font-size: 12px;
}
.banner-cnt {
	position: relative;
	bottom: 0px;
	line-height: 18px;
}
.banner-wrap:after {
	background: transparent;
}
.breadcrumb-container li:last-child a:before {
	position: absolute;
	content: "";
	bottom: -2px;
	width: 100%;
	border: 1px solid #f0291e;
}
.breadcrumb-container li a:hover:before {
	position: absolute;
	content: "";
	bottom: -2px;
	width: 100%;
	border: 1px solid #212331;
}
.header-main {
	padding: 15px 0 13px 0px;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}
.logo {
	width: 70%;
}
.logo a img {
	margin: 0px 0 0 0px;
}
.header-main.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 10px 0px !important;
	background: #fff !important;
}
.header-main.sticky #primary-navigation {
	margin-top: 0px!important;
}
.header-main.sticky .topbar-info {
	display: none !important;
}
.header-main.sticky .logo {
	width: 70%;
}
.header-main.sticky p {
	margin-bottom: 4px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
	display: block;
	margin-top: -27px;
	margin-right: 10px;
}
.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
	display: block;
	padding: 20px 0 0 0;
	background: #fff;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	box-shadow: none;
	padding: 10px 20px !important;
	color: #09357a !important;
}
.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
	padding: 10px 20px !important;
	color: #09357a !important;
}
.ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
	position: relative;
}
ul.ubermenu-submenu.ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
	background: #fff !important;
	box-shadow: 1px 1px 1px #ccc !important;
	margin-top: 0px !important;
	border: 1px solid #d9d9d9 !important;
}
.header-main.sticky .ubermenu-main .ubermenu-row, .header-main.sticky ul.ubermenu-submenu.ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
	margin-top: 0px !important;
}
.ubermenu-main .ubermenu-row {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ubermenu-main .ubermenu-row {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll !important;
	height: 250px !important;
	margin-top: 0px !important;
}
ul.ubermenu-submenu.ubermenu-submenu-id-1811.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
	height: 250px !important;
	width: 92% !important;
	margin-left: 4%;
	min-width: 92% !important;
	margin-right: 4% !important;
	overflow: scroll !important;
	position: absolute !important;
}
.topbar-info {
	border-top: 8px solid #2c3267;
	border-bottom: 1px solid #E4E4E4;
	background-color: #ecf3ff !important;
	position: relative;
	z-index: 1;
	font-size: 12px;
	display: block;
	color: #5f727f;
}
.linkleft span {
	display: none;
}
.linkleft {
	float: left;
	border-right: 1px solid #ccc;
	padding: 8px 10px 8px 10px;
}
.linkright {
	float: right;
	padding: 8px 10px 8px 0px;
}
.social-wrap-head {
	float: left;
	border-right: 1px solid #ccc;
	padding: 8px 5px 6px 0;
	font-size: 14px;
}
.social-wrap-head ul {
	margin: 0 0 5px 10px;
}
.social-wrap-head i, .linkleft i {
	font-size: 16px;
}
.linkright a {
	margin-left: 6px;
}
.social-wrap-head li {
	margin: 0px 8px;
}
.main-menu {
	width: 100%;
	float: right;
	margin: 2px 0 0 0 !important;
}
div#rev_slider_1_1_forcefullwidth {
	margin-top: 44px !important;
}
#slide-5-layer-1, #slide-12-layer-1, #slide-13-layer-1, #slide-14-layer-1, #slide-15-layer-1, #slide-16-layer-1, #slide-17-layer-1, #slide-18-layer-1, #slide-19-layer-6, #slide-20-layer-6, #slide-21-layer-6, #slide-22-layer-6, #slide-23-layer-6, #slide-24-layer-6, #slide-25-layer-6, #slide-26-layer-6, #slide-27-layer-6, #slide-28-layer-6 {
	font-size: 14px !important;
	margin-top: -7px !important;
	padding: 10px 10px 10px 10px !important;
}
#slide-5-layer-2, #slide-12-layer-2, #slide-13-layer-2, #slide-14-layer-2, #slide-15-layer-2, #slide-16-layer-2, #slide-17-layer-2, #slide-18-layer-2, #slide-19-layer-7, #slide-20-layer-7, #slide-21-layer-7, #slide-22-layer-7, #slide-23-layer-7, #slide-24-layer-7, #slide-25-layer-7, #slide-26-layer-7, #slide-27-layer-7, #slide-28-layer-7 {
	background: rgba(255, 255, 255, 0.90);
	padding: 6px 10px !important;
	font-size: 10px !important;
	line-height: 13px !important;
	width: 300px !important;
}
.bannertext p {
	font-size: 10px !important;
	white-space: normal;
	line-height: 11px !important;
}
.statistics {
	background: none !important;
	padding: 0px 0 !important;
	left: 0;
}
.statistics .stat:first-child {
	margin: 0px 0px 0px 0px !important;
}
.statistics .stat {
	width: calc(100% - 8px);
	margin: 0px;
}
.stat .number {
	text-align: center;
}
.statistics .stat:nth-child(2) .number:after {
	content: "%";
	position: absolute;
	top: 20% !important;
	bottom: 10px !important;
	right: 53px !important;
}
.whyxscad {
	width: 88% !important;
	left: 15px;
}
.whytext {
	margin-left: 15px;
}
.logos-holder img {
	margin-bottom: 20px;
	width: 100%;
}
.sa_owl_theme .owl-dots {
	top: 70% !important;
}
.entry-content p b {
	font-weight: normal;
	color: #333;
	display: block;
}
.site-footer {
	margin: 0px 0 0;
}
.service_list2 .wpb_content_element {
	margin-bottom: 10px !important;
}
.photogallery .vc_col-sm-8 {
	width: 100% !important;
	margin-left: -10px;
}
.photogallery .vc_col-sm-4 {
	width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.related {
	margin-right: 0px !important;
}
.related .vc_col-sm-4 {
	background-color: #fff;
	width: 100%;
	min-height: auto;
	padding: 15px;
	margin: 0 0px 20px 0px;
	border: 1px solid #cccccc !important;
	position: relative;
}
.related p {
	font-size: 16px;
	color: #1d1d1d;
	min-height: auto !important;
	margin-bottom: 0px;
}
.footerform {
	margin: 20px 0 20px 0;
	position: relative;
	z-index: 3 !important;
	float: left;
	width: 100%;
}
.footer-box ul {
	margin-bottom: 30px;
}
.footerhead {
	margin: 0 0 10px 0;
}
.main-footer, .sub-footer {
	float: left;
	width: 100%;
}
.sub-footer ul {
	margin: 0;
	padding: 0;
	float: left !important;
}
.sub-footer ul li {
	display: inline-block;
	margin: 0 25px 0px 0px;
	text-align: center;
	font-size: 18px;
}
.supsystic-social-sharing .sharer-flat.facebook {
	background-color: #3b5998;
	margin-left: 15px;
}
.careerhead p {
	line-height: 53px;
}
.job-list .single {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0px 70px 15px;
	display: block;
}
.job-list .title {
	width: 100%;
	height: auto !important;
	margin: 0 0 10px 0;
}
.job-list .meta-list {
	width: 100%;
	margin: 0px 0 0 -33px;
}
.job-list .job_type {
	display: inherit;
	position: relative;
	left: -5px;
	top: 0;
}
.job-list .location {
	width: 100%;
	text-align: left;
	margin: 20px 0px 0 0px !important;
}
.viewbox {
	width: 100%;
}
.viewjob a {
	margin: 10px 0px 0 0px;
}
.job-list .title a {
	line-height: 24px;
}
.job-list .search-input .option.small {
	display: inline-block;
	width: 61%;
}
.search-input.searchmain > input {
	margin: 11px 0 0 10px !important;
	padding: 12px 21px 12px;
}
.request {
	margin: 0px 10px 0px 0;
}
.request img {
	margin-top: 20px;
}
.photogallery {
	margin: 0px 0 0 0 !important;
}
.gallerytext {
	background-color: #212331;
	padding: 20px 10px 0px 10px!important;
	height: auto !important;
	min-height: auto !important;
	margin: 15px 0 30px 0px !important;
	overflow: scroll;
}
.related {
	margin: 0px 0 30px 0px !important;
}
.pronav {
	margin: 0px 0 80px 6px;
	width: 100%;
}
.proleft {
	float: left;
}
.proright a {
	margin-right: 5px;
}
.sharebtn {
	margin: 0 0 0 0px;
}
.logos-holder {
	margin: -28px 0 0 0;
	float: left;
}
.careersmenu {
	margin: 0px 0 0 0;
}
.job-single .single-job-details {
	margin: 0 0 50px 0%;
	width: 100%;
	float: left;
}
.sectionmain {
	width: 100%;
	float: left;
	margin: 20px 0 0 1%;
}
.jobbanner {
	background-image: url(https://www.xscad.com/wp-content/uploads/2019/04/career_MEP_BIM.jpg);
	background-size: cover;
	margin-top: -1px;
}
.jobbanner h2 {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	height: 21px !important;
	margin: 0 0%;
	font-size: 10px;
	background: rgba(255, 255, 255, 0.60);
	text-align: left;
	font-weight: 500;
	padding: 4px 10px 2px 20px;
	color: #181828;
	box-shadow: -4px 4px 14px 0px #ccc;
	width: 100%;
}
.jobbanner h2:before {
	position: absolute;
	content: "";
	top: 4px;
	left: 5px;
	width: 10px;
	height: 62%;
}
.jobbanner .banner-cnt {
	position: absolute;
	bottom: 0px;
}
.press-banner:after, .blog-banner:after, .project-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 28px;
	z-index: 0;
	background: rgba(255, 255, 255, 0.90);
}
.request .rcol4 {
	width: 100%;
	float: left;
	margin-right: 0px;
}
.request .rcol3 {
	width: 100%;
	float: right;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 0px;
}
.customers .vc_column-inner {
	padding-top: 0px !important;
}
.custhead h4 {
	font-size: 24px;
	text-align: center;
}
.customerdetails strong {
	font-size: 16px;
}
.service-section2 .featured-content-list.design-4 .featured-content-image-bg, .service-section2 .featured-content-slider.design-4 .featured-content-image-bg {
	height: 210px !important;
}
.featured-content-list.design-4 .featured_short_content .sub-content, .featured-content-slider.design-4 .featured_short_content .sub-content {
	height: 210px;
}
.service-section2 .featured-content-position {
	height: 429px;
}
.service-section2 .featured-content-position:after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
	z-index: 0;
	background: #fff;
	height: 425px;
	content: "";
	border-radius: 6px;
}
.sub-content:before {
	display: none !important;
}
.ewc_content {
	width: 100%;
	height: 315px !important;
}
.list-view .site-content .post-thumbnail img {
	float: left;
	margin: 0 10px 3px 0;
	width: 100%;
}
.paging-navigation .page-numbers {
	font-size: 9px;
}
span.wpcf7-list-item {
	margin-right: 20px !important;
	margin-left: 0em !important;
}
.list-view .site-content .hentry {
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.list-view .site-content .post-thumbnail img {
	float: left;
	margin: 0 10px 3px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.vp-filter__style-default .vp-filter__item {
	background: none !important;
	margin: 0px 0px 5px -15px !important;
	width: 100%;
}
.featured_caption {
	position: relative;
	bottom: 0px;
	right: 0;
	z-index: 9;
	margin: 0 0%;
	font-size: 10px;
	background: rgba(255, 255, 255, 0.80);
	width: 100%;
	text-align: left;
	font-weight: 500;
	padding: 2px 10px 2px 20px;
	color: #181828;
	box-shadow: -4px 4px 14px 0px #ccc;
}
.featured_caption:before {
	width: 10px;
	height: 78%;
}
h2 {
	font-size: 22px;
	text-align: left;
}
h4 {
	font-size: 18px;
	text-align: left;
}
.blog-banner, .press-banner, .project-banner, .jobbanner {
	background-size: cover;
	padding: 0px 0 80px !important;
	margin-top: 64px;
	display: block;
	position: relative;
}
.blog-banner .container, .press-banner .container, .project-banner .container, .jobbanner .container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
h2.vp-portfolio__item-meta-title {
	text-align: center !important;
}
.shotcaptcha {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left;
}
.projectcaptcha {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left;
	margin: 0px 0 30px 0;
}
.homecaptcha {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left;
	margin: 0px 0 30px 0;
	padding: 0 0 0 0px;
}
.contactcaptcha {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left;
}
.nav-links a:first-child {
	float: left !important;
	width: 100%;
	right: 0 !important;
}
.nav-links a:nth-child(2) {
	float: right !important;
	width: 100%;
	right: 0 !important;
	text-align: left;
}
.container {
	max-width: 100%;
}
.about_video {
    margin: 0px 0 0 0;
}
}

@media only screen and (max-width : 320px) {
.social-wrap-head i, .linkleft i {
	font-size: 14px;
}
.social-wrap-head li {
	background: none;
	float: left;
	margin: 0px 5px;
	padding: 0px;
}
div#rev_slider_1_1_forcefullwidth {
	margin-top: 40px !important;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
	display: block;
	margin-top: -23px;
	margin-right: 10px;
}
h2 {
	font-size: 26px;
	position: relative;
	display: inline-block;
}
.banner-wrap {
	margin-top: 60px;
}
.search-input.searchmain > input {
	margin: 11px 0 0 10px !important;
	padding: 12px 10px 12px;
}
.service-section2 .featured-content-list.design-4 .featured-content-image-bg, .service-section2 .featured-content-slider.design-4 .featured-content-image-bg {
	height: 170px !important;
}
.shotcaptcha {
	transform: scale(0.96);
	-ms-transform: scale(0.96);
	-webkit-transform: scale(0.96);
	transform-origin: left;
}
.contactcaptcha {
	transform: scale(0.93);
	-ms-transform: scale(0.93);
	-webkit-transform: scale(0.93);
	transform-origin: left;
}
.projectcaptcha {
	transform: scale(0.96);
	-ms-transform: scale(0.96);
	-webkit-transform: scale(0.96);
	transform-origin: left;
	margin: 0px 0 30px 0;
}
.homecaptcha {
	transform: scale(0.95);
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	margin: 0px 0 30px 05px;
	transform-origin: left;
}
.jobcaptcha {
	transform: scale(0.90);
	-ms-transform: scale(0.90);
	-webkit-transform: scale(0.90);
	transform-origin: left;
}
.dmca {
	margin: 0 0px 10px 0px;
	float: left;
	padding: 0;
}
}
