@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
* {
	-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: 'Roboto', 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:active, a:hover {
	outline: 0;
}
a, p a, widget-snippet a, .article-content a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
}
a:hover, .article-content a:hover {
	color: #1F92D0;
	text-decoration: none;
}
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="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border:2px solid #b5b5b5 !important;
}
 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;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
  ::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::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 {
*,  *: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;
}
body {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
}
h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: normal;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h5 {
	margin-top: 20px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
h6 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
	font-weight: 500;
}
h6 {
	font-size: 20px;
	font-weight: 500;
}
/* 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 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
input[type=file], input[type=hidden] {
	color: #000;
	font-size: 17px;
}
input[type=image], blockquote {
	color: #000;
	font-size: 17px;
}
input[type=text], input[type=password] {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
	border-color: #bbb;
	height: 44px;
	border-width: 1px;
	border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
	border: 1px solid #e64343;
}
select {
	border-color: #bbb;
	height: 44px;
	border-width: 1px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-radius: 3px;
}
textarea {
	border-color: #bbb;
	border-width: 1px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	height: 120px;
	border-radius: 3px;
}
table th {
	font-size: 17px;
	font-weight: 500;
	background: #f9f9f9;
}
table, th, td {
	border: 1px solid #ececec;
	padding: 8px;
	color: #000;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.widget-snippet p {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.widget-snippet {
	color: #000;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.widget-snippet a {
	color: #000;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	text-decoration: underline;
}
.widget-snippet a:hover {
	color: #FF7F00;
	text-decoration: none;
}
.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;
	margin: 0;
	padding: 0 0 10px 20px;
	list-style-type: none;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
}
.widget ul li a, .widget ol li a {
	color: rgba(0, 0, 0, 0.77);
}
.widget ul li a:hover, .widget ol li a:hover {
	color: #0169A5;
}
.widget-snippet ol li, ol li {
	list-style-type: decimal;
	padding: 0 0 6px 10px;
}
.article-content ul li::before,  .widget-snippet ul li::before {
	content: '\f00c';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 8px;
	height: 8px;
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	color: transparent;
	font-size: 5px;
	border: none;
	border-radius: 6px;
	text-align: center;
	line-height: 15px;
	background: #000;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 15px;
}
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 19px;
}
.form-row {
	position: relative;
}
#customer-profile-tabs form {
	max-width: 700px;
}
#customer-profile-tabs form.edit-password-form .form-row, #customer-profile-tabs form.store-credit-request-form .form-row, #customer-profile-tabs form.wish-list-edit-form .form-row {
	max-width: 600px;
}
#customer-profile-tabs form.wish-list-edit-form {
	max-width: 100%;
}
.account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row {
	width: 100%;
}
#customer-profile-tabs form .errorlist.after {
	right: 10px;
}
#customer-profile-tabs form.edit-password-form .errorlist.after, #customer-profile-tabs form.store-credit-request-form .errorlist.after, #customer-profile-tabs form.wish-list-edit-form .errorlist.after {
	right: 0px;
}
.widget.widget-snippet a:focus {
	outline: 0;
	outline: 0;
	outline-offset: 0;
	-moz-outline-style: none;
}
body.widget-snippet a:focus {
	color: #23527c;
	text-decoration: underline;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* webocommander Form css */
.page-content .v-split-container > .v-split {
	margin: 0 auto;
	width: 1240px;
	max-width: 100%;
}
.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: 7px;
	position: absolute;
}
.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: acumin-pro, sans-serif;
	padding: 10px 14px;
	border: 1px 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: 50px;
	/*-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: #303036;
	border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
	color: #fff;
	background-color: #525261;
	border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #303036;
	background-color: transparent;
	border: 1px solid #303036;
}
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 0px;
	/*-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: #1f92d0;
	border: 1px solid #1f92d0;
	max-width: 263px;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-family: acumin-pro, sans-serif;
}
.widget-form .form-row input {
	height: 46px;
}
.page-home button, .page-home .button, .page-home a.button {
	font-size: 21px;
	max-width: 250px;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
	color: #303036;
	background-color: transparent;
	border-color: #1f92d0;
}
button:hover, .button:hover, a.button:hover {
	color: #fff;
	background-color: #1e1e1e;
	border: 1px solid #1e1e1e;
}
input[type=submit]:hover, input[type=button]:hover {
	background: #fff;
	color: #303036;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 1px 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: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
	color: #e6e6e6;
	background-color: #5fafdb;
	border: 1px solid #5fafdb;
	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: 1px solid #6c757d;
}
input[type="reset"] {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 1px 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: 1px solid #6c757d;
}
.reset-button {
	color: #e6e6e6;
	background-color: #6c757d;
	border: 1px 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: 1px solid #6c757d;
}
.button.cancel-button {
	color: #303036;
	background-color: #fff;
	border: 1px solid #303036;
	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: #303036;
}
body > div.body .body-section:first-of-type .widget-container {
	background: #F7F7F7 url(../images/page-header.jpg) no-repeat;
	background-size: cover;
}
/*  .page-heading:before,
  .widget-pageHeading:before {
	  content: '';
	  width: 100%;
	  height: 100%;
	  background-color: rgba(1,105,165,0.07);
	  position: absolute;
	  top: 0;
	  left: 0;
  }*/
.page-heading,  .widget-pageHeading {
	padding: 25px 0 12px;
	text-align: left;
	max-width: 1240px;
	margin: 0 auto 78px;
}
.page-heading h1,  .widget.widget-pageHeading h1 {
	font-family: 'Ubuntu', sans-serif;
	width: auto;
	text-align: left;
	margin: 0 auto;
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #1F92D0;
	display: inline-block;
}
.widget.widget-pageHeading h2 {
	font-size: 50px;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.page-heading h1:after,  .widget.widget-pageHeading h1:after,  .widget.widget-pageHeading h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1F92D0;
	left: 0;
	bottom: -15px;
}
body > .header {
	/*z-index: 1;*/
	background: #fff;
}
body > .header.active-section {
	z-index: auto;
}
/* Checkout Page options
  
/*========= main menu ========= */

.widget-navigation.main-menu {
	text-align: center;
}
.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: 18px;
	color: #4A465D;
	padding: 9px 23px 20px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 21px;
}
.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.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 .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, .widget-navigation.main-menu .navigation-item a:focus {
	color: #1F92D0;
}
.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;*/
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
	content: '\f107';
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-family: "FontAwesome";
	right: 0;
	margin-left: 7px;
	font-weight: bold;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
	color: #1F92D0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
	color: #1F92D0;
	content: '\f106';
}
.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, .widget-navigation.main-menu .navigation-item a:focus {
	color: #1F92D0;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
	width: 280px;
	top: 57px;
	text-align: left;
	padding: 10px;
	left: 45%;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	margin: -5px 0px 0;
	background: #1F92D0;
}
.main-menu .navigation-item .navigation-item-child-container::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-color: #1F92D0 transparent #1F92D0 transparent;
	border-width: 0 8px 9px 7px;
	border-style: solid;
	z-index: 1;
}
.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;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
	padding: 12px 0;
	text-transform: uppercase;
	font-weight: 500;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
	transition: all 0.5s ease 0s;
	color: #1f1d28;
	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 #1F92D0 solid;
	color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
	border: none;
}
/*end:menu*/

/*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: 1920px;
	height: 647px;
	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;
}
.jssor-slider-container .slide::after {
  display: none;
}
.jssor-slider-container::before {
	content: url("/template/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
.widget.widget-snippet.content-above-slider {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
}
/*end: jssor slider css */

/*Start: about-gallery  jssor slider css */

.jssorSlider.widget.widget-gallery.about-gallery {
	padding: 20px 0 38px;
}
.jssorSlider.about-gallery .jssorb03 div, .jssorSlider.about-gallery .jssorb03 div:hover, .jssorSlider.about-gallery .jssorb03 .av {
	opacity: 1;
}
.jssorSlider.about-gallery .jssor-slider-container .container {
	width: 1240px;
	height: 647px;
	margin: 0 auto;
}
.jssorSlider.about-gallery .jssor-slider-container .container {
	left: 50%;
	transform: translateX(-50%);
}
.jssorSlider.about-gallery .jssorb03 {
	position: absolute;
	width: 400px !important;
	left: 50% !important;
	right: auto !important;
	bottom: 45px !important;
	top: auto !important;
	transform: translatex(-50%);
	border-radius: 35px;
	opacity: 1 !important;
	height: auto !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.jssorSlider.about-gallery .jssorb03 div {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	background-image: none !important;
	font-size: 0;
	margin: 0 7px;
}
.jssorSlider.about-gallery .jssorb03 div.av span, .jssorSlider.about-gallery .jssorb03 div span {
	display: block;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
}
.jssorSlider.about-gallery .jssorb03 div.av span {
	background: #1F92D0;
}
.jssor-slider-container .jssorb03 div:hover span, .jssor-slider-container .jssorb03 .av:hover span {
	background: #007FFF;
}
.jssor-slider-container::before {
	content: url("../images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
.jssor-slider-container .jssor-loader .loader-2 {
	display: none;
}
.jssorSlider.about-gallery .jssora20l, .jssorSlider.about-gallery .jssora20r {
	position: absolute;
	width: 50px;
	height: 50px;
}
.jssorSlider.about-gallery .jssora20l {
	left: 240px;
}
.jssorSlider.about-gallery .jssora20r {
	right: 240px;
}
.jssorSlider.about-gallery .jssora20r::before, .jssorSlider.about-gallery .jssora20l:before {
	content: "";
	background: url("../images/service-arrow.png") no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.jssorSlider.about-gallery .jssora20l:before {
	transform: rotate(180deg);
}
.jssor-slider-container .jssora20l, .jssora20r {
	background: none;
}
/*end: about-gallery jssor slider css */

/*start: tab section css */
.widget.widget-html.faq-title {
	margin-top: 70px;
}
.widget-html.faq-title h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 41px;
	margin-bottom: 41px;
	color: #212531;
	font-family: 'Ubuntu', sans-serif;
}
.accordion-panel > .label-bar .toggle-icon {
	right: 18px;
	left: auto;
	top: 18px;
}
.accordion-panel > .accordion-item.collapsed:first-of-type {
	display: block !important;
}
.accordion-panel > .label-bar {
	background: #FFFFFF;
	border: 1px solid rgba(39, 48, 57, 0.1);
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgba(52, 70, 84, 0.08);
	border-radius: 2px;
	color: #1F92D0;
	height: auto;
	padding: 15px 60px 15px 25px;
	white-space: nowrap;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	z-index: 1;
}
.accordion-panel > .label-bar.expanded {
	border-radius: 0;
	box-sizing: unset;
	box-shadow: unset;
	border-bottom: 0;
	height: auto;
}
.accordion-panel > .accordion-item.expanded {
	padding: 0px 30px 30px 25px;
	background: #FFFFFF;
	border: 1px solid rgba(39, 48, 57, 0.1);
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgba(52, 70, 84, 0.08);
	margin-top: 0;
	border-top: 0;
}
.accordion-item.expanded p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: rgba(67, 64, 79, 0.8);
}
.accordion-panel > .label-bar .toggle-icon {
	height: 24px;
	width: 24px;
	background-image: url("../images/plus-minus.png");
	right: 18px;
	left: auto;
	top: 18px;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
	background-position: 0px -40px;
}
.accordion-panel > .accordion-item.expanded .wc-tab-accordion-widget {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	;
	padding-top: 20px
}
.accordion-panel > .accordion-item.collapsed {
	padding-top: 0;
}
/*___________________*/
.widget.widget-snippet.tab-contact-section .contact-left {
	display: none;
}
.widget.widget-snippet.tab-contact-section .contact-area .main-contact .contact-right {
	max-width: 100%;
}
.widget.widget-snippet.tab-contact-section .contact-area {
	background: transparent;
	padding: 120px 0 0 0;
}
.widget.widget-snippet.tab-contact-section .contact-area .main-contact {
	box-shadow: none;
	border: 0;
}
.widget.widget-tabAccordion, .widget.widget-html.faq-title {
	padding-left: 55px;
}
.widget.widget-tabAccordion .accordion-panel {
	padding: 0 0 70px;
}
/***/
.widget.widget-html.faq-bg {
	position: relative;
}
.widget.widget-html.faq-bg::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -750px;
	background: url("../images/faq-bg.png") no-repeat left;
	width: 533px;
	height: 750px;
}
/*end: tab section css */



/***Start Service*****/
.widget.widget-html.service-title {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	width: 100%;
	text-align: center;
	padding-top: 100px;
}
.widget.widget-html.service-title p {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1F92D0;
	padding: 0;
}
.widget.widget-html.service-title h2 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	color: #212531;
	margin-top: 15px;
}
/*.our-service .owl-carousel .owl-item {
  max-width: 326px !important;
  width: 100% !important;
  margin-right: 20px !important;
}*/
.owlCarousel.widget.widget-gallery.our-service {
	background: #f2f2f2;
	padding: 262px 0 65px;
}
.owlCarousel.widget.widget-gallery.our-service::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/service-bg.png") no-repeat;
	width: 508px;
	height: 471px;
}
.widget.widget-gallery.our-service .item {
	max-width: 370px;
	width: 100%;
	display: block;
	float: left;
	margin-left: 10px;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a {
	width: 100%;
	display: block;
	text-align: center;
	max-width: 100%;
	background: #fff;
	position: relative;
	height: 500px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
}
.our-service .owl-carousel {
	max-width: 1170px;
	margin: auto;
}
.our-service .item .article-title {
	display: none;
}
.our-service .owl-theme .owl-dots .owl-dot span {
	display: none;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content .service-item figure {
	width: 100%;
	height:240px;
	margin: 0 auto;
	overflow: hidden;
}
.owl-theme .owl-controls {
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none !important;
	font-size: 0 !important;
}
.owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
}
.owl-theme .owl-controls .owl-prev {
	left: -90px;
}
.owl-theme .owl-controls .owl-next {
	right: -84px;
}
.owl-theme .owl-controls .owl-next::before, .owl-theme .owl-controls .owl-prev:before {
	content: "";
	background: url("../images/service-arrow.png") no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.owl-theme .owl-controls .owl-prev:before {
	transform: rotate(180deg);
}
.owl-theme .owl-controls .owl-next:hover::before, .owl-theme .owl-controls .owl-prev:hover:before {
	background-position-y: -55px;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content .service-content h6 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0.5px;
	color: #4A465D;
	position: relative
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content .service-content h6::before {
	content: "";
	background: url("../images/service-icon.png") no-repeat;
	margin-left: 10px;
	display: inline-block;
	background-position-y: 0.5px;
	width: 16px;
	height: 12px;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a:hover .service-content h6::before {
	background-position-y: -13px;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a:hover .service-content h6 {
	color: #1F92D0;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content .service-content p {
	display: block;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 20px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #43404F;
	opacity: 0.9;
	font-family: 'Roboto', sans-serif;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content .service-content h3 {
	display: block;
	height: 60px;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	color: #161141;
	margin-top: 30px;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a:hover {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a figure img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.owlCarousel.widget.widget-gallery.our-service .item .article-content a:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/****End Service****/


/***Start testimonial*****/
.widget.widget-article.testimonial {
	background: #F2F6FC;
	padding: 200px 100px 100px;
	display: flex;
}
.widget.widget-article.testimonial .article-item.full-article {
	padding: 80px 12px 20px;
	text-align: center;
	position: relative;
	max-width: 520px;
	margin: 0 auto;
}
.widget.widget-article.testimonial .article-item.full-article .article-content::after {
	content: '';
	width: 176px;
	height: 31px;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	background: url(../images/star.png) no-repeat;
}
.widget.widget-article.testimonial .article-item.full-article h6::before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0;
	height: 2px;
	background: rgb(242,246,252);
	background: linear-gradient(283deg, rgba(242,246,252,1) 0%, rgba(204,204,204,1) 50%, rgba(242,246,252,1) 100%);
}
.widget.widget-article.testimonial .article-item.full-article p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 0 0 20px 0;
	color: #43404F;
}
.widget.widget-article.testimonial .article-item.full-article h6 {
	padding-top: 30px;
	position: relative;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #1F92D0;
}
.widget.widget-article.testimonial .article-item.full-article h5 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: rgba(0, 0, 0, 0.38);
	margin-top: 0;
}
.widget.widget-article.testimonial .article-item.full-article h6::before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0;
	height: 2px;
	background: rgb(242,246,252);
	background: linear-gradient(283deg, rgba(242,246,252,1) 0%, rgba(204,204,204,1) 50%, rgba(242,246,252,1) 100%);
}
/****End testimonial****/

/*Start Footer*/
body > .footer {
	background: #0C0D12;
}
.footer .widget > .widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #1F92D0;
	padding-bottom: 20px;
	font-style: italic;
	font-weight: 700;
}
.footer .widget-navigation {
	text-align: left;
}
.footer .widget-navigation .navigation-item {
	padding: 0;
}
.footer .widget-navigation .navigation-item a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	opacity: 0.6;
	padding: 5px 0 12px;
	text-decoration: none;
	position: relative;
	border: 0;
	display: inline-block;
	text-transform: capitalize;
}
.footer .widget-navigation .navigation-item a:hover {
	color: #1F92D0;
}
.footer .widget.widget-article.footer-text {
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
/*Start Footer Address */
.widget.widget-article.footer-address .footer-contact-info .address-content p {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	opacity: 0.6;
	padding-bottom: 18px;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	opacity: 0.6;
	padding-bottom: 5px;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p a {
	color: #FFFFFF;
	text-decoration: none;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p a:hover {
	color: #1F92D0;
}
/*End Footer Address */
  /*Start Footer Copyright */
.widget.widget-article .footer-copyright {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.widget.widget-article .footer-copyright .footer-left, .widget.widget-article .footer-copyright .footer-right {
	max-width: 49%;
	display: inline-block;
	width: 100%;
	color: #000;
}
.widget.widget-article .footer-copyright .footer-left p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	padding-bottom: 0;
	opacity: 0.6;
}
.widget.widget-article .footer-copyright .footer-left p a {
	color: #FFFFFF;
	text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-left p a:hover {
	color: #1F92D0;
	text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-right {
	text-align: right;
}
.widget.widget-article .footer-copyright .footer-right a {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.6;
}
.widget.widget-article .footer-copyright .footer-right a:before {
	content: "|";
	margin-right: 10px;
	margin-left: 5px;
	color: #ffffff;
	opacity: 0.8;
}
.widget.widget-article .footer-copyright .footer-right a:hover {
	color: #1F92D0;
	text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-right a:first-child:before {
	display: none;
}
/*End Footer Copyright */
.widget.widget-newsletter.footer-newsletter .newsletter {
	max-width: 641px;
	width: 100%;
	text-align: right;
	margin-top: 0;
	position: relative;
}
.widget.widget-newsletter.footer-newsletter .newsletter input, .widget.widget-newsletter.footer-newsletter .newsletter button {
	max-width: 302px;
	width: 100%;
}
.widget.widget-newsletter.footer-newsletter .newsletter input {
	background: rgba(255, 255, 255, 0.1);
	opacity: 0.5;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	border-radius: 0;
	padding: 25px 0 25px 15px;
	color: #fff;
}
.widget.widget-newsletter.footer-newsletter .newsletter button {
	background: #FFFFFF;
	opacity: 0.9;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #1F92D0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
	font-weight: 600;
	border-radius: 0;
	margin-top: 10px;
	padding: 12px 0px;
}
.widget.widget-newsletter.footer-newsletter .newsletter button:hover {
	background: #1F92D0;
	color: #fff;
	border: 1px solid #1F92D0;
}
.widget.widget-newsletter.footer-newsletter .newsletter label {
	display: none;
}
.widget.widget-newsletter.footer-newsletter .newsletter .form-row .errorlist.after {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: -15px;
	background: transparent;
}
.widget.widget-newsletter.footer-newsletter .newsletter .form-row .errorlist.after .message-block.message-text {
	background: transparent;
}
.message-block.error-message, .message-block.error {
	background-color: #fee;
	border: 0 solid #fcd2d2;
	color: #f00;
	margin: 0;
	font-size: 12px;
}
.message-block.info-message, .message-block.success {
	background-color: #d5f4d5;
	border: 0 solid #c2e7c2;
	color: #008000;
	margin: 0;
	font-size: 12px;
}
.widget-newsletter .message-block {
	max-width: 358px;
	width: 100%;
	position: absolute;
	top: -19px;
	z-index: 1;
	background: rgba(255,255,255,0.1);
	padding: 0;
	letter-spacing: 1px;
}
.widget-newsletter .errorlist.after {
	bottom: 0;
}
.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: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.newsletter.unsubscribe span.message {
	margin-bottom: 20px;
	display: block;
	color: #2d2d2d;
	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-container {
	padding-top: 15px;
}
.subscription-list-success .title {
	background-color: #1f92d0;
	padding: 10px 10px;
	text-align: center;
	margin: 0;
}
.subscription-list-success .help {
	text-align: center;
}
.subscription-list-success .help .link {
	color: #1F92D0;
	margin-right: 5px;
}
.subscription-list-success .help .link:hover {
	color: #000;
}
.page-newsletter-subscription .subscription-list-success .message-block {
	margin: 10px;
}
.page-newsletter-subscription .subscription-list-success {
	border: 1px solid #1F92D0;
	margin: 90px auto;
}
.newsletter.unsubscribe .form-row button::after {
	content: url(../images/white-icon.png);
	vertical-align: middle;
	margin-left: 8px;
}
.discount-coupon-code-form .errorlist.after .message-block {
	margin-left: 0px;
	font-size: 11px;
}
.subscription-list-success .messess-text {
	background-position-y: 50px;
}
.newsletter.unsubscribe .errorlist.after {
	margin-top: 4px;
}
/*start:Page not found */
.page-page-not-found .page-content .article-content h2 {
	color: #f00;
	text-align: center;
	font-weight: bold;
	margin: 20px auto;
	font-size: 75px;
	line-height: 60px;
	text-transform: none;
}
.page-page-not-found .page-content .article-content h2 strong {
	text-transform: uppercase;
	font-size: 90px;
}
.page-page-not-found .page-content .article-content h3 {
	color: #1F92D0;
	font-size: 35px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-weight: 500;
}
.page-page-not-found .page-content .article-content p {
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.page-page-not-found .page-content .article-content a {
  padding: 12px 0;
  background: #1F92D0;
  width: 216px;
  height: 48px;
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color:#fff;
  text-decoration: none;
  margin: 30px auto 0;
	display: block;
}

.page-page-not-found .page-content .article-content a:hover {
	text-decoration: none;
	background: #1e1e1e;
	color: #fff;
}
.page-page-not-found .page-content .article-content a::after {
  content: "";
  background: url("../images/right-arrow.png") no-repeat;
    background-position-y: 0%;
  margin-left: 5px;
  display: inline-block;
  background-position-y: 2px;
  width: 16px;
  height: 12px;
}
/*end:Page not found */

/*start:Contact Us */
.widget.widget-form {
	background: #F7F7F7;
	padding: 5px 0 144px;
}
.widget.widget-form .custom-form {
	max-width: 935px;
	margin: 0 auto;
}
.widget.widget-form .custom-form label {
width: 100%;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 13px 0;
  padding-bottom: 0;
}
.widget.widget-form .radio-checkbox-row {
	display: flex;
	margin-top: 12px;
	padding-bottom: 15px;
}
.widget.widget-form .custom-form .errorlist.after .message-block {

  line-height: normal;
}
.widget.widget-form .checkbox label::before {
  top: 2px;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  width: 19px;
  height: 19px;
}
.widget.widget-form .checkbox label::after {
	left: 2px;
	top: -3px;
}
.widget.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget.widget-form .radio input[type="radio"]:checked + label::before {
	background-color: #1f92d0;
	border-color: #1f92d0;
}
.widget.widget-form .custom-form .form-row input {
height: 46px;
background: #fff;
border: #fff;
box-sizing: border-box;
color: #000;
}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox label {
	width: 100%;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	color: #43404F;
	margin-right: 60px;
}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox > label {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #43404F;
}
.widget.widget-form .custom-form .double-input-row .form-row {
	padding: 5px 15px;
}
.widget.widget-form .custom-form .form-row textarea {
  height: 174px;
  background: #fff;
  border: #fff;
  box-sizing: border-box;
  color: #000;

}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox .checkbox input {
	height: 0;
	display: none;
}
.widget.widget-form .custom-form .form-row.btn-row button {
	background: #1F92D0;
	width: 100%;
	max-width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 12px 0 15px;
	text-align: center;
	text-transform: capitalize;
    margin-top: 35px;
}
.widget.widget-form .custom-form .form-row.btn-row button::after {
	content: url("../images/right-arrow.png");
	margin-left: 10px;
}
.widget.widget-form .custom-form .form-row.btn-row button:hover {
	background: #1E1E1E;
}
.widget.widget-form .single-input-row .form-row {
	margin-top: 8px;
	margin-bottom: 20px;
}
.widget.widget-form .custom-form .form-row.btn-row button[disabled] {
	border: 1px solid #fff;
}
.widget.widget-form .custom-form .form-row.btn-row label{
	display: none;
}
/*End:Contact Us */

/********Start Tab Menu******/
.widget.widget-navigation.tab-menu {
	background: #F7F7F7 url(../images/page-header.jpg) no-repeat;
	background-size: cover;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal {
	padding: 25px 0 12px;
	text-align: left;
	max-width: 1240px;
	margin: 0 auto 78px;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item {
	margin: 0 46px 0 0
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item a {
    font-family: 'Ubuntu', sans-serif;
    width: auto;
    text-align: left;
    margin: 0 auto;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.px;
    text-transform: uppercase;
    color: #4A465D;
    display: inline-block;
}
.widget.widget-pageHeading h2 {
	font-size: 50px;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item.active a {
	color: #1F92D0;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item.active a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1F92D0;
	left: 0;
	bottom: -12px;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item:hover a {
	color: #1F92D0;
}
.widget.widget-navigation.tab-menu .nav-wrapper.horizontal .navigation-item:hover a:after {
	background: #1F92D0;
}
/********End Tab Menu******/
.widget.widget-html.testimonial-inner-title {
	margin-bottom: 30px;
}
.widget.widget-html .testimonial-inner-title h1 {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 55px;
	text-transform: capitalize;
	color: #273039;
}
.widget.widget-article.testimonial.testimonial-inner-content {
	display:flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 0;
	margin-bottom: 50px;
}
.widget.widget-article.testimonial.testimonial-inner-content .article-item.full-article {
	width: 50%;
	padding: 100px 50px 48px 58px;
	position: relative;
	display: inline-block;
	background: #f2f6fc;
	border: 0;
	max-width: 600px;
	margin: 0 auto 32px 32px;
	width: 100%;
	vertical-align: top;
}
.widget.widget-article.testimonial.testimonial-inner-content .article-item.full-article .article-content::after {
	top: 50px;
}
.widget.widget-article.testimonial.testimonial-inner-content .article-item.full-article:nth-of-type(odd) {
	margin-left: 0
}
.widget.widget-article.history-text {
	padding-bottom: 60px;
}
.widget.widget-article.history-text p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #43404F;
	padding: 0 0 20px 0;
}
.widget.widget-article.history-text ul {
	padding: 10px 0 5px 0;
}
.widget.widget-article.history-text ul li {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #43404F;
	padding: 0 6px 22px 23px;
	position: relative;
	width: 24%;
	display: inline-block;
	letter-spacing: -0.3px;
}
.widget.widget-article.history-text ul li:before {
	top: 8px;
	width: 12px;
	height: 12px;
	background: #1F92D0;
}
.widget.widget-html.request-quote-title {
	padding: 90px 0 22px 0;
	margin: 0 auto;
	width: 100%;
	background: #f7f7f7;
}
.widget.widget-html.request-quote-title h2 {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 55px;
	text-transform: capitalize;
	color: #273039;
	padding-bottom: 15px;
	max-width: 935px;
	margin: 0 auto;
	width: 100%;
}
.widget.widget-html.request-quote-title p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #43404F;
	padding: 0;
	max-width: 935px;
	margin: 0 auto;
	width: 100%;
}
.widget.widget-html.request-quote-title p a {
	color: #1F92D0;
	text-decoration: none;
}
.widget.widget-html.request-quote-title p a:hover {
	color: #43404F;
	text-decoration: underline;
}
  .widget.widget-form .custom-form .form-row.btn-row button:focus {
  border:0;
}


/*****Image Preview PopUp******/
.page-home .image-popup-container-for-zoom-preview, .page-home .popup-mask {
  display: none;
  background: transparent;
}
#webcommander-page.wc-popup-open {
  overflow: hidden;
  overflow: unset;
}
/***********/

/*****Start Front End Editor******/
.fee .widget.widget-form {
  background: #f7f7f7;
}
.fee .widget-snippet .social-media ul li {
  padding: 5px;
}
.fee .widget.widget-article.testimonial.testimonial-inner-content .article-item.full-article:nth-of-type(2n+1) {
  margin-left: 32px;
}
.fee .widget.widget-article.testimonial.testimonial-inner-content .article-item.full-article {
  max-width: 545px;
  margin: 30px auto 32px 32px;
}
.widget.widget-article.testimonial {
  margin-top: 90px !important;
}
.fee .owlCarousel.widget.widget-gallery.our-service {
  margin-top: 100px !important;
}
.fee .widget.widget-snippet.content-above-slider {
  background: transparent;
}
.page-home .widget.widget-article.testimonial {
  margin-top: 0 !important;
}
/*****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;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 685px) !important;
	padding-right: calc(50% - 685px) !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;
}

/*.page-terms-and-conditions .page-content .v-split-container .widget,*/
/*.page-privacy-policy .page-content .v-split-container .widget,*/
/*.page-medical-paging .page-content .v-split-container .widget,*/
/*.page-lone-worker-solution  .page-content .v-split-container .widget,*/
/*.page-history .page-content .v-split-container .widget,*/
/*.page-testimonials .page-content .v-split-container .widget,*/
/*.page-business-service .page-content .v-split-container .widget {*/
/*	max-width: 1240px;*/
/*	margin: 0 auto;*/
/*}*/

.page-history .page-content .v-split-container .widget.widget-gallery{
	max-width: 100%;
}
.owl-carousel .owl-item {
	min-width: 266px;
}
.page-lone-worker-solution .page-content,
.page-business-service .page-content,
.page-medical-paging .page-content {
  padding-bottom: 0;
  padding-top: 0;
}

div.widget-snippet .contact-area-full {
  padding: 90px 0 0;
}
@media only screen and (max-width: 767px) {
  .responsive .widget-snippet .contact-area-full {
    padding: 50px 0 0 !important;
  }
}
div.widget-snippet .wholly-australian-full {
  background-size: cover;
}

/*Section Full-wide*/


