@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff2') format('woff2'),  url('../fonts/CenturyGothic.woff') format('woff'),  url('../fonts/CenturyGothic.ttf') format('truetype'),  url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic-Bold.eot');
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'),  url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),  url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	color: #ffffff;
	background: #036fb7;
	text-shadow: none;
}
::selection {
	color: #ffffff;
	background: #036fb7;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
@media print {
	*,  *:before,  *:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,  a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */

	a[href^="#"]:after,  a[href^="javascript:"]:after {
		content: "";
	}
	pre,  blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */

	thead {
		display: table-header-group;
	}
	tr,  img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,  h2,  h3 {
		orphans: 3;
		widows: 3;
	}
	h2,  h3 {
		page-break-after: avoid;
	}
}
/* Theme Base */
html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	line-height: 24px;
	color: #424242;
	font-size: 15px;
	font-weight: normal;
	font-weight: normal;
	font-family: Century Gothic;
}
.page-home .widget.widget-pageHeading {
	display: none;
}
#webcommander-page:not(.page-home) > .header {
	border-bottom: 1px solid #e7e7e7;
}
.widget.widget-pageHeading {
	padding: 20px 0 35px 0;
	text-align: center;
	margin-bottom: 0px;
}
.widget.widget-pageHeading h1 {
	color: #1c1e70;
	padding-bottom: 0;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6, h1, h2, h3, h4, h5, h6 {
	padding: 22px 0 10px 0;
	margin: 0;
	font-family: "Century Gothic", Arial;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}
.widget-snippet a, a:link, a, a:hover, a:active, a:visited {
	color: #036fb7;
	font-weight: normal;
}
.widget-snippet {
	font-family: "Century Gothic", Arial;
}
.widget-snippet a:hover, .widget-snippet a:focus, .widget-snippet a:active, a:hover, a:focus, a:active {
	color: #036fb7;
	outline: 0;
	text-decoration: none;
}
.widget-snippet img, img {
	max-width: 100%;
	height: auto;
}
p, .widget-snippet p {
	color: #424242;
	font-size: 15px;
	font-weight: normal;
	font-family: Century Gothic;
	text-align: center;
	line-height: 24px;
	margin: 0;
	padding: 0 0 22px;
}
p a, .widget-snippet p a {
	color: #036fb7;
}
p a:hover, .widget-snippet p a:hover {
	color: #000;
}
/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
	color: #424242;
	font-size: 15px;
	font-weight: normal;
}
input[type="submit"], input[type="button"], button, .button, a.button {
	margin-top: 0px;
	background: transparent;
	border: 2px solid #0578c5;
	color: #fff;
	font-family: inherit;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 35px;
	display: inline-block;
	height: auto !important;
	background-color: #0578c5;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
	background: #1d1d1d;
	color: #fff;
	border-color: #1d1d1d;
}
input[type=text], input[type=password], select {
	height: 40px;
}
input[type=text], input[type=password], select, textarea {
	border-color: #000;
	font-family: inherit;
	box-sizing: border-box;
	padding-left: 10px;
}
textarea {
	height: 90px;
}
input[type="text"].validation-error, input[type="password"].validation-error {
	background: transparent;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
table {
	max-width: 100%;
	margin-bottom: 20px;
}
table th {
	font-size: 16px;
	font-weight: 700;
}
table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	color: #424242;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 4px 28px;
	list-style-type: none;
}
.widget-snippet ul li::before, ul li::before {
	content: '\f058';
	position: absolute;
	left: -1px;
	top: 4px;
	color: #036fb7;
	font-size: 16px;
	font-weight: normal;
	font-family: FontAwesome;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 18px;
	vertical-align: middle;
	z-index: 1;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 12px;
}
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 19px;
}
ol li, .widget-article ol li, .widget-snippet ol li {
	padding: 0 0 0px 13px;
	list-style-type: normal;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1200px;
}
.auto-page .page-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.form-row {
	position: relative;
}
.errorlist.after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	padding: 0;
}
.simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 -10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
	display: inline-block;
}
.simpleCaptcha-container .form-row {
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 50%;
	margin: 0;
}
.form-row.simple_captcha_input_field.mandatory {
	width: 50%;
	display: inline-block;
	margin-left: 0;
	margin-top: 0;
	vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
	margin-top: 0;
	height: 42px;
}
.simpleCaptcha-container span.captcha {
	border: 1px solid #a6a6a6;
	display: block;
	text-align: center;
	padding: 1px;
	height: 42px;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
	padding-bottom: 20px;
	text-align: center;
	color: #000;
}
/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width: 2000px;
	height: 562px;
	padding: 0 !important;
	text-align: center;
}
div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.page-home .widget.widget-gallery.home-slider::before {
	content: url("/template/888ebac8/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
/*end: jssor slider css */
.page-home .widget-gallery {
	overflow: hidden;
}
.page-home .jssor-slider-container .container [u="caption"] {
	top: auto;
	bottom: 0;
	width: 100% !important;
	height: auto;
	left: 0 !important;
}
.page-home .jssor-slider-container .title span {
	color: #ffffff;
	font-size: 32px;
	line-height: 30px;
	text-align: left;
	max-width: 1258px;
	margin: 0 auto;
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding: 30px 35px;
}
.page-home .jssor-slider-container .jssora20l, .page-home .jssor-slider-container .jssora20r {
	position: absolute;
	top: auto !important;
	display: block !important;
	width: 40px;
	background-image: none;
}
.page-home .jssor-slider-container .jssora20l[u="arrowleft"] {
	left: auto;
	bottom: 5px !important;
	right: 400px;
}
.page-home .jssor-slider-container .jssora20r[u="arrowright"] {
	right: 435px;
	bottom: 1px !important;
}
.page-home .jssor-slider-container .jssora20r[u="arrowright"]:before, .page-home .jssor-slider-container .jssora20l[u="arrowleft"]:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	top: 6px;
}
.page-home .jssor-slider-container .jssora20r[u="arrowright"]:before {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
/* Menu */
.widget-navigation .horizontal {
	text-align: right;
}
.widget-navigation .horizontal .navigation-item.has-child {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-navigation .horizontal .navigation-item.has-child::before {
	content: "\f107";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #4c4c4c;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: -9px;
}
.widget-navigation .horizontal .navigation-item.has-child:hover::before {
	content: "\f106";
}
.widget-navigation .horizontal .navigation-item.has-child:hover a, .widget-navigation .horizontal .navigation-item.has-child:hover::before {
	color: #000000;
}
.widget-navigation .horizontal .navigation-item a {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #6c6c6c;
	padding: 15px 21px 30px 21px;
}
.widget-navigation.main-menu .horizontal .navigation-item a:hover, .widget-navigation.main-menu .horizontal .navigation-item.active a, .widget-navigation.main-menu .horizontal .navigation-item a:focus {
	color: #036fb7;
}
.widget-navigation .horizontal .navigation-item.last a {
	padding-right: 0;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
	top: 63px;
	width: 268px;
	background: #fff;
	text-align: center;
	padding: 0px;
	left: 50%;
	box-shadow: 5px 0px 32px rgba(0,0,0,0.12);
	transform: translateX(-50%);
}
.main-menu .navigation-item .navigation-item-child-container::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-color: #fff transparent #fff transparent;
	border-width: 0px 14px 13px 14px;
	border-style: solid;
	margin-left: -19px;
	z-index: 1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	border-bottom: 1px #d9d9d9 solid;
	padding: 12px 24px;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #515151;
	font-weight: normal;
	text-transform: capitalize;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
	padding-right: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
	border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
	transition: all 0.5s ease 0s;
	background: #036fb7;
	color: #fff;
	z-index: 2;
	display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
	display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	padding: 0px;
}
/*end:menu*/
#webcommander-page > .footer::before {
	content: '';
	width: 100%;
	height: 140px;
	background: #036fb7;
	position: absolute;
	top: -136px;
}
#webcommander-page.page-home > .footer::before {
	display: none;
}
#webcommander-page.page-blog > .footer::before, #webcommander-page.page-blog-post > .footer::before {
	display: none;
}
.wc-snippet-extra-footer {
	position: relative;
	z-index: 1;
}
#webcommander-page > .footer {
	position: relative;
	background-color: #1d1d1d;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
}
.footer .widget > .widget-title {
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}
.footer p, .footer .article-content, .footer p a, .copyright-text a {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.footer .copyright-text a:hover, .footer .copyright-text a:focus, .copyright-text a:hover, .copyright-text a:focus {
	color: #036fb7;
	text-decoration: none;
}
.copyright-text {
	text-align: right;
}
.footer .spacer {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footer .nav-wrapper .navigation-item a {
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	line-height: 18px;
	font-style: normal;
}
.footer .nav-wrapper .navigation-item a:hover {
	color: #036fb7;
	text-decoration: none;
}
.footer .accreditation-logo {
	padding-top: 6px;
}
.footer .accreditation-logo a {
	margin-left: 0;
	margin-right: 25px;
	display: inline-block !important;
}
.footer .social-share {
	padding-top: 5px;
}
.edit-page-with-layout .widget-form.request-form {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	width: 100%;
}
/*start:Client Testimonial*/
.client-testimonial {
	background-color: #e9e9e9;
	padding: 100px 0;
}
.widget-gallery.client-testimonial .widget-title {
	color: rgba(0,0,0,1.0);
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding:0 0 70px;
	margin: 0;
}
.client-testimonial .article-item {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 50px 50px;
}
.client-testimonial .article-item .article-title {
	display: none;
}
.client-testimonial .article-item h3 {
	color: rgba(0,0,0,0.9);
	font-size: 21px;
	line-height: 20px;
	text-align: center;
	padding: 40px 0 5px 0;
	margin: 0;
}
.client-testimonial .article-item h5 {
	color: rgba(0,0,0,0.8);
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 0;
	font-weight: normal;
}
.client-testimonial .article-item p {
	color: #5b5b5b;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	max-width: 320px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.client-testimonial .article-item p:last-of-type {
	max-width: 100%;
	padding: 0;
}
.client-testimonial .article-item a {
	color: rgba(0,0,0,0.6);
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
.client-testimonial .article-item a:hover {
	color: #036fb7;
	text-decoration: none;
}
.client-testimonial .article-item p img {
	margin-top: 15px;
}
/*end:Client Testimonial*/
.page-home .owl-carousel.owl-theme.owl-responsive-991 {
	padding: 0 90px;
	max-width: 980px;
	margin: 0 auto;
}
.page-home .owl-controls .owl-prev, .page-home .owl-controls .owl-next {
	position: absolute;
	background-color: #fff !important;
	top: 40%;
	bottom: auto;
	width: 40px;
	height: 55px;
	border-radius: 0 !important;
	font-size: 0 !important;
}
.page-home .owl-controls .owl-prev:hover, .page-home .owl-controls .owl-next:hover {
	background-color: #036fb7 !important;
}
.page-home .owl-controls .owl-next:hover::before {
	color: #fff;
}
.page-home .owl-controls .owl-prev:hover::before {
	color: #fff;
}
.page-home .owl-controls .owl-prev {
	left: 0;
	font-size: 0 !important;
}
.page-home .owl-controls .owl-next {
	right: 0;
}
.page-home .owl-controls .owl-prev::before {
	content: '\f0d9';
	font-family: FontAwesome;
	font-size: 35px;
	position: absolute;
	top: 16px;
	left: 13px;
	color: #949494;
}
.page-home .owl-controls .owl-next::before {
	content: '\f0d9';
	font-family: FontAwesome;
	font-size: 35px;
	position: absolute;
	top: 16px;
	left: 15px;
	color: #949494;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
/*start:blog*/
.blog-post-content {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
.right-sidebar .widget-title {
	color: #036fb7;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}
.right-sidebar a, .right-sidebar .blog-post-content .blog-post-info, .right-sidebar .blog-post-content .content {
	display: none;
}
.right-sidebar h3.title {
	padding: 0;
	margin: 0;
}
.right-sidebar .blog-post-item {
	border-bottom: none;
	margin: 0;
	padding: 0 0 10px 0;
}
.right-sidebar .blog-post-item:last-of-type {
	padding-bottom: 0;
}
.left-sidebar .post a {
	overflow: hidden;
	display: block;
}
.left-sidebar .post.post-list-view-height {
	height: auto;
	padding: 0;
	max-width: 100%;
}
.left-sidebar .post.post-list-view img {
}
.left-sidebar .blog-post-item {
	width: 49%;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 15px;
	box-sizing: border-box;
}
.left-sidebar .post a img {
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	width: 100%;
}
.left-sidebar .post a:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.left-sidebar h3.title a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	position: relative;
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.left-sidebar .content {
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: #424242;
	font-size: 15px;
	margin-bottom: 7px;
	font-family: "Century Gothic", Arial;
	text-align: left;
	display: none;
}
.auto-page .page-content .blog-post-details h3.title {
	color: #000;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0;
}
.blog-post-details {
	max-width: 790px;
	margin: 0px auto 50px;
}
.auto-page .page-content .blog-post-details .content p {
	color: #424242;
	font-size: 15px;
	text-align: center;
	font-family: "Century Gothic", Arial;
}
.auto-page .page-content .blog-post-details .blog-post-info {
	text-align: center;
	padding: 10px 0 20px 0;
}
.blog-post-details .comment-post-panel {
	padding: 0;
	border: none;
	max-width: 560px;
	margin: 0px auto;
}
.blog-post-details span.categories {
	padding-left: 12px;
	background: none;
	border-left: 1px solid;
}
.blog-post-details .blog-post-info span, .blog-post-details .blog-post-info .categories a {
	color: rgba(0,0,0,1.0);
	font-size: 14px;
	text-align: left;
	font-family: "Century Gothic", Arial;
}
.blog-post-details span.categories a {
	padding-left: 0;
	padding-right: 0;
	font-style: italic;
}
.blog-post-details .blog-post-info .categories a:hover {
	color: #036fb7;
	text-decoration: none;
}
.auto-page .page-content .blog-post-details img {
	width: 100%;
	height: auto;
}
/*
.auto-page .page-content .post-description {
    margin-right: 40px;
    }*/

.comment-post-panel input[type="text"],  .comment-post-panel input[type="password"],  .comment-post-panel select,  .comment-post-panel textarea {
	border: 1px solid #a6a6a6;
}
.comment-post-panel button[type="submit"] {
	background-color: #036fb7;
	border-radius: 0;
	border: none;
	color: rgba(255,255,255,1.0);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
	margin: 0;
	box-shadow: none;
	text-transform: uppercase;
	width: 100%;
}
.comment-post-panel button[type="submit"]:hover {
	background-color: #0578c5;
}
.blog-post-details .comment-post-panel input {
	width: 100%;
}
#webcommander-page .right-sidebar h3.title a {
	display: block;
	color: rgba(0,0,0,1.0);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
}
#webcommander-page .right-sidebar h3.title a:hover,  #webcommander-page .right-sidebar h3.title a:focus {
	color: #036fb7;
	text-decoration: none;
}
.blog-post-content .footer:before {
	display: none;
}
.blog-category-details {
	overflow: hidden;
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
.blog-category-details .category.post-list-view-width {
	margin: 0 auto;
	height: auto;
}
.blog-category-details a,  .blog-category-details .blog-post-info span.categories a {
	color: #036fb7;
}
.blog-category-details .title {
	display: block;
	font-size: 30px;
	padding: 4px 0 5px 0;
}
.blog-category-details .blog-post-item .content {
	padding-bottom: 0;
}
.blog-post-info .author, .blog-post-info .categories {
}
.blog-post-info {
	padding: 0 0 3px 0;
	text-align: left;
}
.blog-post-info span.date {
	background: no-repeat;
	padding: 0;
	font-style: italic;
}
.left-sidebar .title {
	padding-bottom: 0;
}
.left-sidebar .post-description a {
	color: #036fb7;
	font-size: 14px;
	font-style: normal;
	display: none;
}
.left-sidebar .post-description a:hover {
	color: #000;
}
.blog-post-details .comment-post-panel h2 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: center;
}
#blog-post-create-comment-panel .max-character {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 100%;
	padding-right: 0;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
}
.blog-post-details .comment-post-panel label {
	display: block;
	text-align: left;
	width: 100%;
}
.comment-post-panel .form-row {
	text-align: center;
}
.blog-post-details .social-media-share-bar {
	text-align: center;
}
.comment-post-panel .simpleCaptcha-container {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment-post-panel .simpleCaptcha-container span.captcha img {
	max-width: 100%;
	width: auto;
}
.comment-post-panel .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
/*end:blog*/

/*start:request-form*/
.widget-form.request-form {
	position: absolute !important;
	width: 410px;
	right: 0;
	bottom: 85.69px;
	background-color: rgba(0, 0,0,0.5);
	z-index: 1;
	padding: 30px;
	padding-bottom: 0;
}
.widget-form.request-form .widget-title {
	color: rgba(255,255,255,1.0);
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}
.widget-form.request-form .single-input-row .form-row {
	margin: 12px 0 0 0;
}
.widget-form.request-form input[type="text"], .widget-form.request-form textarea, .widget-form.request-form select {
	width: 100%;
	padding: 3px 15px;
	border: 1px solid #ffffff;
	height: 40px;
	margin: 0;
	color: rgba(0,0,0,0.8);
	font-size: 15px;
	text-align: left;
}
.widget-form.request-form textarea {
	height: 100px;
	padding: 10px 15px;
	border: 1px solid #ffffff;
}
.widget-form.request-form .form-row.btn-row {
	margin: 12px 0 0 0;
}
.widget-form.request-form .form-row.btn-row label {
	display: none;
}
.widget-form.request-form .submit-button {
	background-color: #036fb7;
	border-radius: 0;
	border: none;
	color: rgba(255,255,255,1.0);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
	margin: 0;
	box-shadow: none;
	width: 100%;
}
.widget-form.request-form .submit-button:hover {
	background-color: #0578c5;
}
.widget-form.request-form ::-webkit-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.widget-form.request-form :-moz-placeholder {
	color: rgba(0,0,0,0.8);
}
.widget-form.request-form ::-moz-placeholder {
	color: rgba(0,0,0,0.8);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.widget-form.request-form :-ms-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.widget-form.request-form input.validation-error[type="text"],  .widget-form.request-form input.validation-error[type="password"], .widget-form.request-form .error-field-error.validation-error {
	background-color: #ffffff;
	border: 1px solid red;
}
.widget-form.request-form .errorlist.after {
	background: #000;
	border: medium none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	bottom: -7px;
	right: 10px;
}
.widget-form.request-form .errorlist {
	border-radius: 6px;
	min-width: 170px;
}
.widget-form.request-form .message-block.message-text {
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	padding: 0 18px;
}
/*end:request-form*/


.trade-and-service .widget-title {
	color: rgba(0,0,0,1.0);
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 90px 0 40px 0;
	margin: 0;
	font-family: "Century Gothic", Arial;
}
.widget.trade-and-service .wc-snippet-service {
	padding-top: 0;
}
/*start:extra-request-form*/
.widget-form.extra-request-form {
	padding: 70px 0;
	background-color: #036fb7;
}
.widget-form.extra-request-form .custom-form {
	max-width: 755px;
	margin: 0 auto;
}
.widget-form.extra-request-form .widget-title {
	color: rgba(255,255,255,1.0);
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0;
}
.widget-form.extra-request-form .single-input-row .form-row {
	margin: 12px 0 0 0;
	padding: 0;
}
.widget-form.extra-request-form input[type="text"], .widget-form.extra-request-form textarea, .widget-form.extra-request-form select {
	width: 340px;
	padding: 3px 15px;
	border: none;
	height: 40px;
	margin: 0;
	color: rgba(255,255,255,1.0);
	font-size: 15px;
	text-align: left;
	border: 2px solid rgba(255,255,255,0.70);
	background-color: #036fb7;
}
.widget-form.extra-request-form textarea {
	width: 400px;
	height: 144px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: -157px;
}
.widget-form.extra-request-form input.validation-error[type="text"],  .widget-form.extra-request-form input.validation-error[type="password"] {
	border: 2px solid #ffffff;
	background-color: #036fb7;
}
.widget-form.extra-request-form .form-row.btn-row {
	margin: 12px 0 0 0;
}
.widget-form.extra-request-form .form-row.btn-row label {
	display: none;
}
.widget-form.extra-request-form .submit-button {
	background-color: #036fb7;
	border-radius: 0;
	border: 2px solid #ffffff;
	color: rgba(255,255,255,1.0);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 0;
	box-shadow: none;
	width: 100%;
}
.widget-form.extra-request-form .submit-button:hover {
	background-color: #ffffff;
	color: #036fb7;
}
.widget-form.extra-request-form ::-webkit-input-placeholder {
	color: rgba(255,255,255,1.0);
}
.widget-form.extra-request-form :-moz-placeholder {
	color: rgba(255,255,255,1.0);
}
.widget-form.extra-request-form ::-moz-placeholder {
	color: rgba(255,255,255,1.0);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.widget-form.extra-request-form :-ms-input-placeholder {
	color: rgba(255,255,255,1.0);
}
.widget-form input.validation-error[type="text"],  .widget-form input.validation-error[type="password"],  .widget-form .error-field-error.validation-error {
	background-color: transparent;
	border: 2px solid red;
}
.widget-form .errorlist.after {
	background: #ffffff;
	border: medium none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	bottom: -7px;
	left: 160px;
	right: auto;
}
.widget-form .errorlist {
	border-radius: 6px;
	min-width: 170px;
}
.widget-form .message-block.message-text {
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	padding: 2px 18px;
}
.widget.widget-form.quote-form .errorlist.after {
	bottom: 3px;
	right: 25px;
	left: auto;
}
.widget-form.extra-request-form .textArea .errorlist.after {
	right: 10px;
	bottom: 6px;
	left: auto;
}
/*end:extra-request-form*/
.call-text p, .call-text a, .call-text::before {
	font-style: normal;
}
/**
.page-content{
    padding-bottom: 100px;
}
**/
.auto-page .page-content {
}
.page-home .page-content {
	max-width: 100%;
	padding-bottom: 0;
}
.common-content {
	max-width: 790px !important;
	margin: 0 auto;
}
/*start: Photo Gallery */
.swipe-image-wrap .box-container {
	text-align: center;
}
.swipe-image-wrap .box-container li:before {
	display: none;
}
.swipe-image-wrap .box-container li a {
	display: block;
	height: 152px;
	overflow: hidden;
	background: #000;
	position: relative;
}
.swipe-image-wrap .box-container li a:hover::after {
	content: "+";
	left: 0;
	position: absolute;
	font-size: 54px;
	right: 0;
	color: #f1f1f1;
	top: 50%;
}
.swipe-image-wrap .box-container li a img {
	transition: all 0.3s;
}
.swipe-image-wrap .box-container li a:hover img {
	transform: scale(1.2);
	opacity: 0.5;
}
.swipe-image-wrap .box-container {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.swipe-image-wrap .box {
	background: none;
	padding: 0 15px 30px;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.swipe-image-wrap .box-container {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.swipe-image-wrap .box {
	width: 33.3333333333%;
	padding: 10px !important;
	box-sizing: border-box;
	line-height: 0;
	margin: 0 0 0 -4px;
	display: inline-block;
	vertical-align: top;
}
.swipe-image-wrap .box img {
	width: 100%;
}
.swipe-image-wrap .box::after {
	display: none;
}
.swipe-image-wrap .box a {
	display: block;
	overflow: hidden;
	line-height: inherit;
	background: #000;
	max-height: 180px;
}
.swipe-image-wrap .box a img {
	transition: all 0.3s;
}
.swipe-image-wrap .box a:hover img {
	transform: scale(1.15);
	opacity: 0.6;
}
.gallery-slider .widget-title {
	padding-bottom: 20px !important;
}
#swipebox-close {
	right: 20px !important;
	top: 5px !important;
}
#swipebox-close {
	background-image: url(../images/gallery-icons.png) !important;
	background-position: 6px 10px !important;
}
#swipebox-prev {
	background-image: url(../images/gallery-icons.png) !important;
	background-position: -32px 10px !important;
}
#swipebox-next {
	background-image: url(../images/gallery-icons.png) !important;
	background-position: -70px 10px !important;
}
/*end: Photo Gallery */

/*--------------- Start Faq -------------*/
.accordion-panel {
}
.label-bar.collapsed {
}
.label-bar.expanded {
}
.accordion-panel > .label-bar {
	height: 50px;
	font-size: 23px;
	color: #000;
	text-align: center;
	background: none;
	border: none;
	/* border-bottom: 1px solid #c6c8cf; */
	padding: 10px 0;
	position: relative;
}
.accordion-panel > .label-bar::before {
	content: "";
	width: 320px;
	height: 1px;
	background-color: #c6c8cf;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.accordion-panel > .label-bar::after {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f107";
}
.accordion-panel > .label-bar.expanded::after {
	content: "\f106";
}
.accordion-panel > .label-bar .toggle-icon {
	background: none;
	display: none;
}
.accordion-panel > .label-bar.expanded {
	margin-bottom: 20px;
	color: #036fb7;
}
.tab-accordion-accordion h4 {
	margin: 0;
	padding: 0 0 8px 0;
}
.tab-accordion-accordion p {
	padding-bottom: 15px;
}
/*--------------- End Faq -------------*/
.wc-snippet-page-photo .row {
	text-align: center;
}
.wc-snippet-page-photo .row .photo-cell {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.article-content h1:nth-of-type(1), .article-content h2:nth-of-type(1), .article-content h3:nth-of-type(1), .article-content h4:nth-of-type(1), .article-content h5:nth-of-type(1) {
	padding-top: 0;
}
.client-testimonial .article-content h3:nth-of-type(1) {
	padding-top: 20px;
	font-weight: bold;
	color: rgba(0,0,0,0.9);
}
.page-home .wc-snippet-profile .profile-text p {
	max-width: 96%;
}
.service-text ul {
	text-align: left;
	padding-bottom: 20px;
}
.service-text li {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
}
.widget .service-text h4 {
	padding: 20px 0 15px 0;
}
.widget.widget-form.quote-form {
	max-width: 740px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.widget-form .form-row label {
	width: 100%;
}
.quote-form.widget-form .form-row label {
	font-size: 22px;
	color: #000;
	text-align: center;
	padding-right: 0;
}
.quote-form.widget-form .form-row.btn-row label {
	display: none;
}
.widget-form.quote-form input[type=text], .widget-form.quote-form textarea, .widget-form.quote-form select {
	width: 100%;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
	width: 100%;
	font-family: inherit;
	padding: 9px 10px;
	border: 1px solid #a6a6a6;
	height: auto;
	line-height: 24px;
	margin: 10px 0px;
}
.widget-form .double-input-row .form-row {
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 50%;
	margin: 0;
}
.widget-form .double-input-row, .widget-form .triple-input-row {
	margin: 0 -10px;
}
.quote-form.widget-form .single-input-row .form-row {
	margin-top: 0;
}
.widget-form.quote-form .single-input-row .form-row.label {
	margin-top: 30px;
	margin-bottom: 10px;
}
.widget-form.quote-form .single-input-row .form-row.file > label {
	margin-top: 30px;
	margin-bottom: 10px;
	display: none;
}
.widget-form.quote-form .single-input-row .form-row.label.first-label {
	margin-top: 0;
}
.widget-form.quote-form button {
	width: 100%;
}
.widget-form.quote-form .dropzone-wrapper {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 15px;
}
.widget-form .single-input-row .form-row .dropzone-wrapper input {
	cursor: pointer;
}
.widget-form.quote-form .dropzone {
	border: 1px dashed #929292;
	box-sizing: border-box;
	cursor: pointer;
	height: auto;
	padding: 35px 10px 10px;
	text-align: center;
	font-size: 13px;
	background-color: #f8f8f8;
	border-radius: 0;
	overflow: hidden;
}
.widget.widget-html.page-heading {
	padding: 20px 0 35px 0;
	text-align: center;
	margin-bottom: 0px;
}
.widget.widget-html.page-heading h1 {
	color: #1c1e70;
	padding-bottom: 0;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
section.wc-snippet-contact {
	padding-bottom: 70px;
}
.accordion-panel > .accordion-item {
	padding: 5px 0 10px;
}
.global-page-bottom {
	margin-top: 80px;
}
.widget.widget-snippet.common-content p a {
	font-size: 18px;
}
.widget.widget-article.common-content figure {
	text-align: center;
}
.widget.widget-article.common-content.area-content ul {
	max-width: 300px;
	margin: 0 auto 15px;
}
.errorlist.after .message-block {
	color: #fff;
	background: #e60808;
}
.wc-snippet-profile .read-more a:hover::after {
	color: #000;
}
/*
.accordion-panel > .accordion-item.collapsed {
	transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.accordion-panel > .accordion-item.expanded{
	opacity: 1;
    height: auto;
    }*/
.pagination {
	display: block;
	float: none;
}
.pagination span {
	border: 0;
	margin: 0 2px;
	font-size: 16px;
	box-shadow: none;
	vertical-align: middle;
	color: #000;
}
.pagination span.current {
	background: none;
	border: 0;
	color: #036fb7;
	font-size: 20px;
	font-weight: bold;
}
.pagination span.last, .pagination span.first {
	display: none;
}
.pagination span.prev, .pagination span.next {
	position: relative;
	font-size: 0;
}
.pagination span.prev::before {
	content: "\f177";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 16px;
	left: 0;
}
.pagination span.next::after {
	content: "\f178";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 16px;
	right: 0;
}
.widget-snippet .photo-block {
	margin: 35px 0 0 0;
}
#webcommander-page:not(.page-home) .widget.widget-image.company-logo a {
	display: block;
	box-shadow: 0px 6px 0px -4px #e7e7e7;
	border-radius: 50%;
}
.widget.widget-image.company-logo img {
	max-height: none;
}
.widget.widget-image.company-logo {
	overflow: visible;
	z-index: 9999;
}
.widget-form .radio {
	display: inline-block;
	margin-right: 25px;
}
.widget.widget-form .radio label {
	font-size: 15px;
	line-height: 16px;
}
.widget-form .radio input[type="radio"] {
	position: absolute;
}
.quote-form.widget-form.feedback-form .double-input-row {
	margin-bottom: 10px;
}
.widget-form.feedback-form .form-row.btn-row {
	margin-top: 20px;
}
.quote-form.widget-form.feedback-form .form-row > label {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #555;
}
.widget-form .radio-checkbox-row {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-bottom: 19px;
}
.widget-form .radio label {
	padding-left: 4px;
}
.widget-form .radio label::before {
	border: 1px solid #868686;
}
.quote-form.widget-form.feedback-form button.reset-button {
	margin-top: -10px;
	background-color: #1d1d1d;
	border-color: #1d1d1d;
}
.widget.widget-form.quote-form .form-row.radioButton .errorlist.after {
	right: auto;
}
.widget-snippet .testimonial-block td, .widget-snippet .testimonial-block th {
	padding: 0 10px;
}
.testimonial-block table {
	max-width: 360px;
	margin: 0 auto;
}
.testimonial-block table, .testimonial-block th, .testimonial-block td {
	width: auto;
	border: 0;
}
a.quote-footer-link:focus {
	background: #fff;
	color: #036fb7 !important;
}
section.wc-snippet-profile {
	padding: 60px 0 80px;
}
section.home-service-area {
	padding-bottom: 60px;
}
.page-home .home-service-area h2 {
	margin-top: 0;
}
.widget.widget-article.company-text p {
	text-align: left;
}
.footer .widget.widget-snippet .accreditation-logo a {
	width: auto;
	margin-top: 0;
}
.widget-blogPost.blog-recent .blog-post-item {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.widget-blogPost.blog-recent {
	margin-left: 70px;
}
.widget-blogPost.blog-recent .blog-post-item .content, .widget-blogPost.blog-recent .blog-post-item .blog-post-info {
	display: none;
}
.widget-blogPost.blog-recent > .widget-title {
	padding-bottom: 20px;
	font-size: 24px;
}
.widget-blogPost.blog-recent .blog-post-item .title {
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 0;
	line-height: 24px;
}
.widget-blogPost.blog-recent .blog-post-item .title a {
	font-size: inherit;
	color: #424242;
}
.widget-blogPost.blog-recent .blog-post-item .title a:hover {
	color: #036fb7;
}
.blog-post-item .title {
	text-align: left;
}
.page-contact-us .widget-form.extra-request-form .widget-title {
	color: #1c1e70;
}
.page-contact-us .widget.widget-form.extra-request-form {
	background: #fff;
}
.page-contact-us .widget-form.extra-request-form input[type="text"], .page-contact-us .widget-form.extra-request-form textarea, .page-contact-us .widget-form.extra-request-form select {
	background: #fff;
	border: 1px solid #a6a6a6;
	color: #424242;
}
.page-contact-us .widget-form.extra-request-form .submit-button:hover {
	background-color: #1d1d1d;
	color: #fff;
}
.widget-form.extra-request-form input.validation-error[type="text"], .widget-form.extra-request-form input.validation-error[type="password"] {
	background: #fff;
}
.page-contact-us .widget.widget-form.extra-request-form ::-webkit-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.page-contact-us .widget.widget-form.extra-request-form :-moz-placeholder {
	color: rgba(0,0,0,0.8);
}
.page-contact-us .widget.widget-form.extra-request-form ::-moz-placeholder {
	color: rgba(0,0,0,0.8);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.page-contact-us .widget.widget-form.extra-request-form :-ms-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.footer-recent-post .blog-post-item .post-description > a {
	display: none;
}
.footer-recent-post .blog-post-item .content {
	display: none;
}
.footer-recent-post .blog-post-item .title {
	padding: 0;
}
.footer-recent-post .blog-post-item .title a {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	border: none;
	line-height: 18px;
	font-style: normal;
	display: block;
}
.footer-recent-post .blog-post-item .title a:hover {
	color: #036fb7;
}
.footer-recent-post .blog-post-item {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.social-share a i {
	font-size: 16px !important;
}
.social-share a {
	margin-right: 4px !important;
}
.widget-snippet .wc-snippet-extra-footer a:focus {
	color: #fff;
}
/* Contact Us */
.widget-form.extra-request-form .simpleCaptcha-container .form-row {
	width: 360px;
}
.widget-form.extra-request-form .form-row.simple_captcha_input_field.mandatory {
	width: calc(100% - 360px);
	margin-bottom: 10px;
	padding: 0 10px 0 6px;
}
.widget-form.extra-request-form .simpleCaptcha-container input {
	width: 100%;
}
.widget-form.feedback-form .form-row.btn-row {
	margin-top: 5px;
}
.widget-form.extra-request-form .form-row.btn-row {
	margin: 3px 0 0 0;
}
.widget-form.extra-request-form .simpleCaptcha-container span.captcha {
	height: 40px;
}
.widget-form.extra-request-form .simpleCaptcha-container span.captcha img {
	height: 37px;
}
/*start:blog*/
.page-blog .no-fixed-container, .page-blog-post .blog-post-details, .page-blog-category .blog-category-details {
	padding-top: 63px;
}
.widget-blogPost.blog-recent {
	margin: 27px 6px 0 0;
}
.blog-Categories {
	margin-top: 40px;
}
.blog-Categories .widget-title {
	font-size: 24px;
	padding-bottom: 20px;
}
.blog-Categories .navigation-item a {
	border-bottom: none;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	color: #424242;
}
.blog-Categories .navigation-item a:hover {
	color: #036fb7;
	text-decoration: none;
}
.widget-blogPost.recent-post .widget-title {
	font-size: 24px;
	padding-bottom: 20px;
}
.widget-blogPost.recent-post .title {
	line-height: 25px;
	padding-top: 0;
}
.widget-blogPost.recent-post .title a {
	font-size: 16px;
	color: #424242;
}
.widget-blogPost.recent-post title a:hover {
	color: #036fb7;
	text-decoration: none;
}
.widget-blogPost.recent-post .post.post-list-view {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.widget-blogPost.recent-post .post.post-list-view img {
	max-width: 100%;
	max-height: 240px;
	width: 100%;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.widget-blogPost.recent-post .post.post-list-view:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.widget-blogPost.recent-post .content {
	display: none;
}
.widget-blogPost.recent-post {
	padding-top: 11px;
	margin-right: 6px;
}
.widget-blogPost.recent-post .blog-post-item {
	margin: 0;
	padding: 0;
	border: none;
}
.left-sidebar .post a img {
	width: 100%;
	max-width: 100%;
	max-height: 240px;
}
.left-sidebar .post.post-list-view-height {
	height: 240px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.left-sidebar .blog-post-item {
	width: 47.5%;
}
.page-blog-category  .blog-category-details{
	max-width: 100%;
}
.page-blog-category  .body .blog-posts {
	text-align: center;
	padding-top: 30px;
}
.page-blog-category .body .blog-post-item {
	width: 30%;
	height: 340px;
	margin: 0 30px 50px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
}
.page-blog-category .body .blog-category-details .category.post-list-view-width {
	margin: 0 auto;
	width: 100%;
	height: 240px;
}
.page-blog-category .body .category.post-list-view img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.page-blog-category  .body .blog-post-item .title a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	position: relative;
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.page-blog-category  .body .blog-post-info span.categories a {
	color: #424242;
}
.page-blog-category  .body .blog-post-info .author,
.page-blog-category  .body .blog-post-info .categories,
.page-blog-category  .body .blog-post-info .comment-count{
	display: none;
}
.blog-category-details .blog-post-item .content,
.blog-category-details .blog-post-item .content ~ a {
	display: none;
}
.page-blog-category .body .category.post-list-view img {
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	width: 100%;
}
.page-blog-category .body .category.post-list-view a:hover img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.page-blog-category .body {
	padding-bottom: 90px;
}
/*end*/

.widget.widget-article.company-text p a:hover {
	color: #036fb7 !important;
}
.widget-blogPost.recent-post .title a:hover{
	color: #036fb7;
}
.home-slider  .jssor-slider-container .caption-wrapper{
	z-index: 9999;
	bottom: -26px;
}
.left-sidebar .post-description h4.title a {
	color: #424242;
	display: block;
}
.left-sidebar .post-description h4.title a:hover {
	color: #036fb7;
}
.blog-post-details span.loging-to-react {
	display: none;
}
.extra-request-form  .form-row.recaptcha-row label {
	display: none;
}
.extra-request-form .form-row.recaptcha-row {
	padding: 0 3px 3px 3px;
}
.single-gallery::after{
	left:0;
}
.widget-snippet .wc-snippet-testimonials li:last-child {
	margin-right: 0;
}
.widget.widget-form.quote-form .form-row.recaptcha-row {
	padding: 0 0 10px 0;
}
.widget.widget-form.quote-form .form-row.recaptcha-row label{
	display:none;
}
.swipe-image-wrap .swipebox:hover::before,
.swipe-image-wrap .swipebox::before{
	display:none;
}
.swipe-image-wrap .box-container li a:hover::after{
	background-color:transparent;
}
.swipe-image-wrap .swipebox::after{
	background-color:transparent;
	transition:none !important;
}
body.widget-snippet .bottom-title{
	z-index: unset;
}
body.widget-snippet .wc-snippet-extra-footer {
	position: relative;
	z-index: unset;
}

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 600px) !important;
	padding-right: calc(50% - 600px) !important;
}

@media screen and (max-width: 980px) {
	body > .body {
		padding: 0;
	}
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	width: 100%;
	display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
	padding-left: 15px;
	padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
	margin: 7px 15px 0;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
	display: none;
}
section.wc-snippet-profile .container,
.gallery-category-section .container {
	max-width: 100% !important;
}
div.social-share {
	background: transparent;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
	left: auto;
	right: 0;
}
.fee .single-gallery::after{
	display: none;
}
.fee .widget-snippet .read-more-target{
	opacity: 1;
	max-height: initial;
	visibility: visible;
    margin-top: 40px;
}



