* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: 'Lato', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	font-weight: inherit;
	color: #f00a3b;
}
a:hover, a:active, a:visited {
	text-decoration: underline;
	color: #000;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
optgroup {
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
	text-transform: none;
}
select {
	text-transform: none;
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
 input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.5;
}

::-moz-selection, ::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::-moz-selection, ::selection {
 background: #b3d4fc;
 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 {
* {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
*:before, *:after {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a {
	text-decoration: underline;
}
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;
}

thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
	height: 20px !important;
	background-color: transparent;
	border: 0;
}
/* Theme Base */
html {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
}
h1 {
	font-size: 40px;
	line-height: 1.2;
}
h2 {
	font-size: 34px;
	line-height: 1.2;
}
h3 {
	font-size: 28px;
	line-height: 1.2;
}
h4 {
	font-size: 22px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.5;
}
h6 {
	font-size: 16px;
	line-height: 1.2;
}
/* 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 {
	font-size: 16px;
}
code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
	color: #000;
	font-size: 16px;
}
address {
	color: #000;
	font-size: 16px;
}
p {
	font-size: 16px;
	color: #606060;
	padding-bottom: 15px;
}
input[type=file], input[type=hidden] {
	color: #000;
	font-size: 16px;
}
input[type=image], blockquote {
	color: #000;
	font-size: 16px;
}
input[type=text], input[type=password] {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-color: #bbb;
	height: 43px;
	border-width: 2px;
	border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
	border: 2px solid #e64343;
}
select {
	border-color: #bbb;
	height: 43px;
	border-width: 2px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-radius: 3px;
}
textarea {
	border-color: #bbb;
	border-width: 2px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	height: 90px;
	border-radius: 3px;
}
/* webocommander Form css */
.simpleCaptcha-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px 0 5px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
	width: calc(50% - 15px);
	display: block;
	float: left;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	background: #fff;
	border: 2px solid #bbb;
	height: 43px;
	padding: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
	width: calc(50% - 15px);
	float: right;
	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%;
}
.errorlist.after {
	font-size: 12px;
	line-height: 12px;
}
.errorlist.after .message-block {
	color: #e64343;
}
/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
	height: 43px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
	width: 100%;
	font-family: 'Lato', sans-serif;
	padding: 3px 14px;
	border: 2px solid #bbb;
}
.form-row label {
	width: auto;
}
/* Common Button CSS */
input[type=submit], input[type=button] {
	margin-top: 0px;
	height: auto !important;
	color: #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 35px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
	background-color: #42ba96;
	border: 2px solid #42ba96;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
	color: #fff;
	background-color: #359478;
	border-color: #359478;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #42ba96;
	background-color: transparent;
	border: 2px solid #42ba96;
}
button, .button, a.button {
	margin-top: 0px;
	height: auto !important;
	color: #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 35px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
	background-color: #42ba96;
	border: 2px solid #42ba96;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
	color: #fff;
	background-color: #359478;
	border-color: #359478;
}
button:hover, .button:hover, a.button:hover {
	color: #42ba96;
	background-color: transparent;
	border: 2px solid #42ba96;
}
input[type=submit]:hover, input[type=button]:hover {
	background: #fff;
	color: #42ba96;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
table {
	max-width: 100%;
	margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
	padding: 8px;
}
table th {
	font-size: 17px;
	font-weight: 700;
	background: #eee;
}
table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
}
table tr:nth-child(2n) {
	background: #f8f8f8;
}
.widget-snippet {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.widget-snippet p {
	color: #000000;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: 27px;
	margin: 0;
	padding: 0 0 20px;
}
.widget-snippet p a {
}
.widget-snippet a {
	color: #0072bc;
}
.widget-snippet a:hover {
	color: #000;
	text-decoration: none;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, ul li {
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	margin: 0;
	padding: 0 0 6px 16px;
	color: #000000;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
}
.widget ul li a, .widget ol li a {
	color: #0072bc;
}
.widget ul li a:hover, .widget ol li a:hover {
	color: #000;
	text-decoration: none;
}
ol li {
	list-style-type: decimal;
	padding: 0 0 6px 10px;
}
.widget-snippet ul li::before, ul li::before {
	content: '\f111';
	position: absolute;
	left: 0;
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	color: #ff0000;
	font-size: 8px;
	top: 12px;
}
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;
}
.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1170px;
	max-width: 100%;
}
.auto-page .page-content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
input[type="reset"] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
input[type="reset"]:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.reset-button {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.reset-button:focus, .reset-button.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
.reset-button:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.button.cancel-button {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
	color: #e6e6e6;
	background-color: #545b62;
	border-color: #545b62;
}
.button.cancel-button:hover {
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
}
.widget-pageHeading {
	padding: 60px 0 60px;
	text-align: center;
	margin: 0 auto 65px !important;
	background: rgba(10,65,156,0.1) url(/template/04653abe/images/header-banner.jpg) no-repeat;
	background-size: cover;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
	color: #fff;
	text-transform: uppercase;
	padding-top: 33px;
	position: relative;
	z-index: 1;
}
.widget-pageHeading h1::before, .widget-pageHeading h2::before {
	position: absolute;
	content: "";
	max-width: 100px;
	width: 100%;
	height: 5px;
	background: #f00a3b;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: height .2s;
	-webkit-transition: height .2s;
}
.widget-pageHeading::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(76,52,73,0.7);
	z-index: 0;
}
.widget.widget-breadcrumb.breadcrumb-header {
	position: absolute;
	top: 200px;
	left: 19.5%;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	text-transform: Uppercase;
}
.breadcrumb-item.root .icon {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 0;
	width: auto;
}
span.breadcrumb-item.root span.icon::before {
	content: "Home";
	top: 0;
	left: 0;
	line-height: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
span.breadcrumb-item {
	padding: 10px 0;
}
.breadcrumb-item .separator {
	font-size: 0;
	padding: 0 6px 0 0;
	position: relative;
	vertical-align: top;
}
.breadcrumb-item .separator::after {
	content: "/";
	color: #fff;
	font-size: 15px;
	padding-left: 0px;
	text-decoration: none;
	width: 20px;
	top: 0;
	margin-left: 12px;
	margin-right: 2px;
}
.widget.widget-breadcrumb.breadcrumb-header .breadcrumb-item.current {
	color: #f00a3b;
}
.jssor-slider-container .jssorb03 div {
	opacity: 0;
}
.jssor-slider-container .jssorb03 div:hover {
	opacity: 0;
}
.jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container {
	width: 1920px;
	height: 726px;
	padding: 0 !important;
	text-align: left;
	margin: 0 auto;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container {
	width: 1920px;
	height: 726px;
	padding: 0 !important;
	text-align: left;
}
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;
}
.jssor-slider-container::before {
	content: url("/template/04653abe/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
.widget-gallery.jssorSlider:before {
    display: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}

.widget-gallery .jssor-slider-container .container .caption-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: translateY(-50%);
}
.widget-gallery .jssor-slider-container .container [u="caption"] h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.widget-gallery .jssor-slider-container .container [u="caption"] h2::before {
	position: absolute;
	content: "";
	max-width: 100px;
	width: 100%;
	height: 5px;
	background: #f00a3b;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	transition: height .2s;
	-webkit-transition: height .2s;
}
.widget-gallery .jssor-slider-container .container [u="caption"] p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin-bottom: 35px;
	line-height: 26px;
	font-size: 15px;
}
.widget-gallery .jssor-slider-container .container [u="caption"] a.white-btn {
	border: 2px solid #fff;
	padding: 13px 36px 14px;
	background: rgba(255, 255, 255, 0);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	margin-right: 25px;
	text-decoration: none;
}
.widget-gallery .jssor-slider-container .container [u="caption"] a.normal-btn {
	border: 2px solid #f00a3b;
	padding: 13px 36px 14px;
	background: #f00a3b;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	margin-right: 25px;
	text-decoration: none;
}
.widget-gallery .jssor-slider-container .container [u="caption"] a.white-btn:hover, .widget-gallery .jssor-slider-container .container [u="caption"] a.white-btn:focus {
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}
.widget-gallery .jssor-slider-container .container [u="caption"] a.normal-btn:hover, .widget-gallery .jssor-slider-container .container [u="caption"] a.normal-btn:focus {
	border: 2px solid #f00a3b;
	background: rgba(240,10,59,0);
	color: #fff;
}
.jssor-slider-container .slide::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
}
.newsletter.unsubscribe {
	text-align: center;
	margin: 0 0 20px 0;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.newsletter.unsubscribe.valid-verify-form h3 {
	margin: 0;
	font-size: 26px;
	color: #080808;
	text-transform: none;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.newsletter.unsubscribe span.message {
	margin-bottom: 20px;
	display: block;
	color: #7c370d;
	font-weight: normal;
	font-size: 17px;
}
.newsletter.unsubscribe.valid-verify-form textarea {
	height: 90px;
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 auto;
}
.newsletter.unsubscribe .form-row.mandatory label {
	width: 100%;
	font-size: 16px;
}
.newsletter.unsubscribe .form-row button {
	border: none;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #7c370d;
	margin: 0;
	width: 100%;
	padding: 14px 0;
	position: relative;
	margin-top: 20px;
}
.newsletter.unsubscribe .form-row button:before {
	content: "";
	display: block;
	height: calc(90% - 3px);
	width: calc(100% - 0px);
	border: 2px dashed #a98874;
	position: absolute;
	left: 1px;
	top: 4px;
	border-left: 0px;
	border-right: 0px;
}
.newsletter.unsubscribe .form-row button:hover {
	background: #000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-blogPost.recent-post.featured .post.post-list-view-height {
	padding-bottom: 7px;
}
.blog-categories .vertical .navigation-item a {
	border-bottom: none;
	display: block;
	padding: 0 0 0 20px;
	position: relative;
	color: #000000;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.blog-categories .vertical .navigation-item a::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
	color: #2b2b8a;
}
.blog-categories .vertical .navigation-item + .navigation-item {
	margin-top: 5px;
}
.blog-post-item {
	width: 31.6%;
	overflow: hidden;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 394px;
	border: none;
	margin: 0 30px 30px 0;
}
.blog-post-item:nth-of-type(3n+3) {
	margin-right: 0;
}
.page-content .post-list-view-width {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.page-content .blog-post-item a img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-categories {
	padding-top: 50px;
	padding-bottom: 100px;
}
.page-content .blog-post-item 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);
}
.widget-blogPost .blog-post-content .blog-post-item .post-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget.widget-blogPost .blog-post-item .post-description .blog-post-info {
	order: 1;
	-webkit-order: 1;
}
.widget.widget-blogPost .blog-post-item .post-description h4.title {
	order: 2;
	-webkit-order: 2;
	position: relative;
}
.blog-post-item .post-description h4.title::before {
	position: absolute;
	content: "";
	max-width: 80px;
	width: 100%;
	height: 4px;
	background: #f00a3b;
	top: 0;
	left: 0;
}
.widget.widget-blogPost .blog-post-item .post-description .content {
	order: 3;
	-webkit-order: 3;
}
.page-content .blog-post-item .title {
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
	padding: 12px 0 0;
}
.page-content .blog-post-item .title a {
	font-weight: 500;
	color: #303030;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-post-item .title {
	font-size: 20px;
	padding-bottom: 0px;
	padding-top: 0;
	line-height: 24px;
	margin-bottom: 8px;
}
.blog-post-item .title a {
	color: #000;
	font-size: 1em;
	font-weight: 400;
	font-size: 22px;
}
.blog-post-item .title a:hover {
	color: #f00a3b;
}
.blog-post-info span.date {
	color: #303030;
	position: relative;
	padding: 4px 12px;
	background: rgba(255,255,255,0.7);
	text-align: left;
	margin: -50px 0 30px;
	display: block;
	text-transform: uppercase;
}
.blog-post-details .blog-post-info span.date {
	color: #303030;
	background: none;
	display: block;
	padding: 0;
	margin: 0;
}
.blog-post-info span.date::before {
	display: none;
}
.blog-post-info span.categories {
	background: none;
	padding-left: 0;
	margin-right: 10px;
	font-style: italic;
}
.page-content .blog-post-info span.categories a {
	color: #8a8685;
	padding-right: 15px;
}
.page-content .blog-post-info span.categories a:hover {
	color: #000;
}
.page-content .blog-post-item .content {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
	font-weight: normal;
	color: #606060;
}
.blog-post-item .post-description > a {
	display: none;
}
.recent-post .content, .recent-post .blog-post-info {
	display: none;
}
.recent-post .blog-post-item {
	width: 100%;
	margin: 0;
	float: none;
	min-height: auto;
}
.recent-post .blog-post-item .title {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 20px;
}
.recent-post h1.title::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
.widget-snippet .service-read-more {
	padding-left: 35px !important;
}
.widget-snippet .service-read-more::after {
	display: none;
}
.recent-post .blog-post-item .title a {
	color: #000000;
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: normal;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.recent-post .blog-post-item .title a:hover {
	color: #2b2b8a;
}
.blog-post-item .title a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.recent-post div.footer {
	display: none;
}
.recent-post .blog-post-item + .blog-post-item {
	margin-top: 15px;
}
.blog-post-content .footer {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: center;
	padding: 30px 0 15px;
}
.blog-post-content .footer span.pagination {
	float: none;
}
.blog-post-content .footer span.pagination span {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: 700;
}
.blog-post-content .footer span.pagination span.current {
	background-image: none;
	background-color: #F00A3B;
}
.blog-post-content .footer span.pagination span:hover {
	background-color: #202020;
	color: #fff;
}
.blog-post-details .social-media-share-bar {
	display: none;
}
.blog-post-details .comment-post-panel {
	display: none;
	border: none;
	padding: 0;
	position: relative;
}
.message-block.info-message, .message-block.success {
	top: 28px;
}
.blog-category-details {
	padding: 91px 0 30px;
}
.blog-category-details .blog-post-item {
	min-height: 300px;
}
.blog-category-details .title {
	color: #070659;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.comment-post-panel input[type="text"], .comment-post-panel input[type="email"] {
	width: 100%;
}
.comment-post-panel textarea {
	width: 100%;
	min-height: 150px;
	margin: 0;
}
.blog-post-details .comment-post-panel textarea {
	width: 100%;
	height: 200px;
	margin-bottom: 0;
}
.comment-post-panel .errorlist.after {
	font-weight: 600;
	color: #000069;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
}
.comment-post-panel .simpleCaptcha-container {
	margin-top: 20px;
	padding-bottom: 2px;
}
.blog-post-details .comment-post-panel h2 {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 600;
}
.comment-post-panel .form-row {
	text-align: left;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
	margin-top: 0;
}
#blog-post-create-comment-panel .max-character {
	color: #999;
	display: block;
	font-size: 11px;
	font-style: italic;
	padding-left: 5px;
	padding-right: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 18px;
}
.blog-post-details {
	max-width: 900px;
	margin: 0 auto;
}
.blog-post-details .comment-post-panel label {
	color: #555555;
	display: block;
	padding-bottom: 7px;
	padding-top: 10px;
	font-size: 16px;
}
.blog-post-details .image img {
	width: 100%;
}
.blog-post-details .blog-post-info {
	padding-bottom: 25px;
}
.blog-post-details .title {
	margin-bottom: 4px;
}
.page-blog .page-content .widget.page-heading {
	margin-top: -15px;
}
.page-content .blog-post-details .title {
	color: #303030;
	line-height: 38px;
	padding: 15px 0 0;
	text-transform: uppercase;
	font-size: 28px;
	position: relative;
}
.page-content .blog-post-details .title::before {
	position: absolute;
	content: "";
	max-width: 80px;
	width: 100%;
	height: 4px;
	background: #f00a3b;
	top: 0;
	left: 0;
}
.blog-post-details .post-description .content p {
	color: #303030;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
}
.blog-post-details .content {
	padding-bottom: 0;
}
.comment-post-panel .errorlist.after {
	right: 25px;
	background: red;
	text-align: center;
	width: 143px;
	min-width: auto;
	position: absolute;
	bottom: -10px;
	border-radius: 10px;
}
.comment-post-panel .errorlist.after .message-block {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
}
.comment-post-panel .form-row.textArea .errorlist.after {
	bottom: -7px;
	right: 10px;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
	bottom: -7px;
	right: 11px;
}
/* comments popup and like */
.blog-comments .info-row.writer .name {
	font-weight: bold;
	color: #000069;
	font-size: 22px;
	display: block;
	padding: 0 0 10px 0;
}
.blog-comments .info-row.writer .date {
	background: none;
	position: relative;
	padding-left: 19px;
	font-size: 14px;
}
.blog-comments .info-row.writer .date::before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: -4px;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #000069;
}
.blog-comments .info-row.writer span:nth-of-type(3) {
	font-weight: bold;
	color: #000069;
	display: none;
}
.blog-comments .info-row.writer span:nth-of-type(4) {
	font-size: 14px;
	display: none;
}
.blog-post-comment-panel .btn-like {
	margin-right: 10px;
	margin-left: 3px;
	display: none;
}
.blog-post-comment-panel .btn-liked {
	margin-right: 10px;
	margin-left: 3px;
	display: none;
}
.blog-post-comment-panel .btn-liked::after {
	content: "\f164";
	color: #000069;
	cursor: pointer;
}
.blog-post-comment-panel .btn-like::after {
	content: "\f164";
	color: #000069;
	cursor: pointer;
}
.blog-comments .info-row.writer .btn-comment-reply {
	position: relative;
	padding-right: 19px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #000069;
}
.blog-post-comment-panel .btn-liked::after {
	content: "\f165";
	color: #000069;
}
.blog-comments .info-row.writer .btn-comment-reply:hover {
	color: #000;
}
.blog-comments .comment-item .content i {
	margin: 0 3px;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
}
.loging-to-react.popup .body a {
	font-weight: bold;
}
.loging-to-react.popup .header {
	background-color: #000069;
	border-bottom: 0;
	color: #fff;
	font-size: 16px;
	padding: 11px 10px;
	font-weight: bold;
}
.blog-comment-reply-popup.popup .header {
	background-color: #000069;
	border-bottom: 0;
	color: #fff;
	font-size: 16px;
	padding: 11px 10px;
	font-weight: bold;
}
.blog-comment-reply-popup label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.blog-comment-reply-popup input {
	width: 100%;
	height: 40px;
	border: none;
	border: 2px solid #dcdcdc;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
}
.blog-comment-reply-popup textarea {
	width: 100%;
	height: 40px;
	border: none;
	border: 2px solid #dcdcdc;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
	height: 90px;
}
.blog-comment-reply-popup .textarea-wrap .max-character {
	top: 0;
	right: 0;
	position: absolute;
	font-size: 12px;
}
.blog-comment-reply-popup input[type="text"].validation-error, .blog-comment-reply-popup input[type="password"].validation-error {
	background-color: transparent;
	border: none;
	border: 2px solid #dcdcdc;
	color: #ff0000;
}
.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
	top: -1px;
	font-size: 14px;
}
.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
	width: 100%;
	display: block;
	margin-left: 0;
	margin-top: 20px;
	vertical-align: top;
}
.blog-comment-reply-popup .simpleCaptcha-container {
	padding: 5px 0 0;
}
.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
	display: inline-block;
	width: 100%;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
	font-size: 15px;
	line-height: 26px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
	font-weight: 600;
}
.blog-comment-reply-popup .popup .body {
	background-color: #FFFFFF;
	padding: 20px 15px;
}
.loging-to-react.popup .body {
	min-height: 100%;
}
.loging-to-react.popup .body a {
	font-weight: 700;
	font-size: 19px;
	color: #000069;
}
.blog-comment-reply-popup .popup-bottom.footer {
	padding: 15px 15px 20px;
}
.blog-comment-reply-popup.popup .close-icon {
	background: url("/template/04653abe/images/remove-icon.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center 5px;
}
.blog-comment-reply-popup.popup .close-icon::after {
	display: none;
}
/* eCommerce Base */
/*========= main menu ========= */
/* Menu */

.widget-navigation.main-menu {
	text-align: right;
}
.widget-navigation.main-menu .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.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
	position: relative;
}
.widget-navigation.main-menu .navigation-item a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding: 10px 22px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	font-weight: 500;
	text-decoration: none;
}
.widget-navigation.main-menu .navigation-item:first-child a {
	padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
	padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
	position: relative;
}
.widget-navigation.main-menu .navigation-item a span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	background: #000;
	top: -45px;
	transition: height .2s;
	-webkit-transition: height .2s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item.active a span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #000;
	transition: height .2s;
	-webkit-transition: height .2s;
}
.widget-navigation.main-menu .navigation-item a:hover span::before {
	height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
	display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:hover
 {
	color: #ff0000;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 12px 24px;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
	width: 238px;
	top: 70px;
	background: rgba(85, 85, 85, .9);
	text-align: left;
	padding: 0px;
	left: auto;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	margin: -10px 0 0 30px;
	border-radius: 4px;
	background: #1f1f1f;
}
.main-menu .navigation-item .navigation-item-child-container::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 12%;
	width: 0px;
	height: 0px;
	border-color: #1f1f1f transparent #1f1f1f transparent;
	border-width: 0 8px 9px 7px;
	border-style: solid;
	margin-left: -19px;
	z-index: 1;
	opacity: .9;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	margin: 0 18px;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	padding: 7px 4px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
	transition: all 0.5s ease 0s;
	color: #0072bc;
	z-index: 2;
	display: block;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a:hover {
	border-color: rgba(255, 255, 255, 0.1);
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container {
	width: 98vw;
	top: 70px;
	background: #1f1f1f;
	text-align: left;
	padding: 50px 30px;
	left: calc(-44vw - 49%);
	right: 0;
	transform: none;
	margin: 0;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item {
	width: 33%;
	float: left;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
	padding: 4px !important;
	margin: 0 25px !important;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-color: #555555 transparent #555555 transparent;
	border-width: 0 8px 9px 7px;
	border-style: solid;
	margin-left: -19px;
	z-index: 1;
	opacity: .9;
	display: none;
}
.horizontal .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
	border-bottom: 1px #363636 solid;
}
.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;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	display: block;
	position: relative;
	border-bottom: 1px #363636 solid;
	color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
	border: none;
}
/*end:menu*/

.footer-menu .horizontal > .navigation-item a {
	padding: 0 15px;
	border-right: 2px solid #ccc;
	text-transform: capitalize;
	line-height: 18px;
	color: #202020;
}
.footer-menu .horizontal > .navigation-item a.horizontal .navigation-item.active > a {
	color: #f00a3b;
	text-decoration: underline;
}
.footer-menu .horizontal .navigation-item > a:hover {
	color: #f00a3b;
}
.footer-menu .horizontal .navigation-item.active > a {
	color: #f00a3b;
	text-decoration: underline;
}
.footer-menu .horizontal > .navigation-item.first a {
	padding-left: 0;
}
.footer-copyright p {
	color: #606060;
	margin: 0;
}
.footer-copyright p a:hover {
	color: #000;
}
/* ======404 page ==========*/
.page_404 {
	margin: 150px 0 150px;
	text-align: center;
}
.page_404 .ops {
	color: #000000;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
}
.page_404 .ops .big_font {
	color: #000;
	font-size: 104px;
	margin-right: -19px;
}
.page_404 .big {
	color: #000;
	font-size: 104px;
	margin-left: -19px;
}
.page_404 .error {
	font-size: 36px;
	color: #f00;
	font-weight: 600;
}
.page_404 p {
	color: #252525;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: center;
}
.widget.widget-spacer.home-footer .spacer {
	display: block;
}
.widget.widget-spacer.home-footer .spacer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 585px;
	background: #202020;
	top: 49px;
	left: 0;
}
.widget.widget-html .home-form {
	padding: 58px;
	background: #f00a3b;
	margin-top: -1px;
}
.home-project h2 {
	font-size: 40px;
	color: #303030;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 95px;
}
.home-project h2::before {
	position: absolute;
	content: "";
	max-width: 100px;
	width: 100%;
	height: 5px;
	background: #f00a3b;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	transition: height .2s;
	-webkit-transition: height .2s;
}
.page-projects .widget.widget-snippet section.recentpoject {
	padding: 0px 0 0px;
}
.page-projects .widget.widget-snippet section.recentpoject .project-box .col-md-6.col-sm-6.col-xs-6.pro-col {
	max-width: 33.333%;
}
.home-slider {
	overflow: hidden;
	background-color: #fff;
}
.widget.widget-html.contact-content {
	text-transform: uppercase;
	line-height: 30px;
}
.widget.widget-article.service-page h4 {
	text-transform: uppercase;
}
/****Project-Page-START******/
.project-full-content figure:first-of-type {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.project-full-content figure, .project-full-item figure {
	display: block;
	text-align: center;
}
.project-full-content h2 {
	position: relative;
	color: #303030;
	position: relative;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 20px;
}
.project-full-content h2::before {
	position: absolute;
	content: "";
	max-width: 100px;
	width: 100%;
	height: 5px;
	background: #f00a3b;
	top: -5px;
	left: 0;
}
.project-full-content p, .project-full-item p {
	line-height: 25px;
	font-size: 16px;
	color: #606060;
}
.project-full-content a {
	display: block;
	color: #f00a3b;
}
.swipe-image-wrap {
	margin-top: 20px;
}
.swipe-image-wrap ul.box-container {
	margin: 0;
}
.swipe-image-wrap ul.box-container li.box {
	padding: 15px;
}
.swipe-image-wrap ul.box-container li.box::before {
	display: none;
}
.swipe-image-wrap .swipebox::before {
	font-size: 0;
	background: url(/template/04653abe/images/zoom.png) no-repeat;
}
.swipe-image-wrap .swipebox::after {
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
}
#swipebox-close {
	right: 50px;
	top: 30px;
}
.widget.widget-blogPost.home-blog {
	max-width: 1170px;
	margin: 15px auto 0;
}
.widget.widget-blogPost.home-blog .blog-post-content .footer {
	display: none;
}
.news-more-button {
	display: block;
	text-align: center;
	margin: 35px auto 40px;
}
.news-more-button a.white-btn {
	border: 2px solid #f00a3b;
	padding: 13px 36px 14px;
	background: rgba(255, 255, 255, 0);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #f00a3b;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	margin-right: 25px;
	text-decoration: none;
	font-weight: 500;
}
.news-more-button a.white-btn:hover {
	color: #fff;
	background: #f00a3b;
}
.breadcrumb-item .label {
	color: #fff;
	font-weight: normal;
}
@media screen and (min-width: 1025px) and (max-width: 4000px) {
	/* For sticky menu */
	.main-menu .custom-menu {
		display: none;
	}
	.header.sticky > .widget-container {
		height: 76px !important;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.header.sticky .widget-navigation.main-menu .navigation-item {
		padding-left: 0px;
	}
	body#webcommander-page .header.sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 999;
		background: #fff;
		height: 100px;
	}
}

.page-blog-category .blog-category-details {
    overflow: hidden;
}
.page-blog-category .blog-category-details > .title,.page-blog-category .blog-category-details > .title:before {
    display: none;
}
.page-blog-category .blog-category-details .blog-post-item {
    width: 31.4%;
}
.page-blog-category  .page-content .blog-post-info span.categories a {
    color: #f00a3b;
}
.page-blog-category .page-content .blog-post-item .title{
	position:relative;
}
.page-blog-category .blog-post-info {
    position: absolute;
    top: 190px;
    left: 0;
}
.page-blog-category .blog-post-info span.date{
	margin:0;	
}
.page-blog-category .blog-post-info span.categories{
    display: none;
}
.page-blog-category  .blog-post-item .post-description {
    padding: 7px 0 0 0;
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}

/*end: front end editor*/

/*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;
}

@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;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
	left: auto;
	right: 0;
}
.page-projects .widget.widget-snippet section.recentpoject .container {
	max-width: 100%;
}
.widget-snippet .quick-cont h3 {
	margin: 0;
}