

* {
  -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: 'Arial'; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
}
body>.header, body>.footer {
    position: relative;
    background-color: #d0d0d0;
}
.footer > .widget-container {
    background-color:#991523;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  font-size: 14px;
}

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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
    background: #CCE83C;
    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: 'Arial';
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #333333;
    text-shadow: none;
	color:#fff;
}
::selection {
    background:#333333;
    text-shadow: none;
	color:#fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
	width:100%;
}
.page-content {
  padding:30px 20px 20px 20px;
  
}

@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 */
.page-content .v-split-container > .v-split {
margin: auto;
width: 1400px;
max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
       font-family: 'Arial';
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight:700;
    font-family: Arial, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin:18px 0 12px;
    padding: 0;
}
h1{
  font-size: 28px;
  line-height:34px;
}
h2 {
  font-size:25px;
  line-height:34px;
}
h3 {
  font-size:23px;
  line-height:30px;
}
h4 {
  font-size:20px;
  line-height:28px;
}
h5 {
    font-size:18px;
    line-height:27px;
}
h6 {
    font-size: 16px;
  line-height: 25px;
}
/* Common Styles */


code, 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;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0 0 13px 0;
    color: #111111;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arial';
}
a, a:link {
    text-decoration: none;
    color: #069042;
}
a:hover, a:active, a:visited {
  color: #069042;
  text-decoration: underline;
}
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: 'Arial';
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    height: 30px;
    border-width: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
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: 'Arial';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
      font-family: 'Arial';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 3px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
	margin-top: 10px;
}
table, th, td {
    border: 1px solid #d0d0d0;
    padding:7px 10px;
    text-align: left;
    color: #000;
    font-size: 13px;
    font-family: 'Arial';
    line-height: 20px;
    font-weight: 400;
    background-color: #f8f8f8;
}
table th {
  font-weight: 600;
  background: rgba(159, 159, 159, 0.1);
  font-size: 18px;
}
.widget-snippet p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arial';
}
.widget-snippet {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial';
    text-align: left;
}
.widget-snippet a {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial';
    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;
}
ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arial';
}
ul li {
    margin: 0;
    padding: 0 0 8px 15px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #069042;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 18px;
}

.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 */
.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%;
}
.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;
	left: 20px;
    top:2px;
}

.errorlist.after {
  font-size: 13px;
  line-height: 20px;
  padding: 0;

}
.errorlist.after .message-block {
    color: #e64343;
}
/* Placeholder Start */

.widget.widget-form.contact-form ::-webkit-input-placeholder { /* Edge */
font-family: Arial;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color:#00000080;

}
.widget.widget-form.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#00000080;
}
.widget.widget-form.contact-form ::placeholder {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#00000080;
}

/* Placeholder End */

/* web form CSS */
.widget-form .single-input-row .form-row {
  margin-top:0;
}
.widget-form  .form-row {
  margin: 0 0 18px;
  padding-bottom:0;
}
.widget-form .double-input-row .form-row {
  padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: 'Arial';
    height: 50px;
    padding: 11px 20px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #0000000F;
}
.widget-form textarea{
  height:145px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #000;
  margin: 0;
padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
	border: 1px solid #e64343 !important;
	background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
	border-color:#cce83c;
	outline: auto;
}

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 {
   max-width: 120px;
    margin: 0;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    height: 36px;
    font-family: 'Arial';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #999999;
    width: 100%;
    border-radius: 0;
}
.widget-form .form-row label {
  width: 100%;
  padding-right: 0;
}
.form-row label {
  color: #000;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
  margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 26px 0 0;
}

.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: #cce83c;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color:#c7d63b;
}
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: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    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: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
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;
}
/*.page-heading:before,
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}*/
.page-heading, .widget-pageHeading {
    text-align: left;
}
.page-ndis .page-heading, .page-ndis .widget-pageHeading,
.page-rehabilitation .page-heading, .page-rehabilitation .widget-pageHeading,
.page-return-to-work .page-heading, .page-return-to-work .widget-pageHeading,
.page-supervised-training .page-heading, .page-supervised-training .widget-pageHeading,
.page-private-consultation .page-heading, .page-private-consultation .widget-pageHeading,
.page-manual-handling .page-heading, .page-manual-handling .widget-pageHeading{
    margin-bottom: 0;
}
.page-heading h1, .widget.widget-pageHeading h1,
.widget.widget-pageHeading h2{
    color: #069042;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Century Gothic';
	margin:0;
	padding:0;
}
/*========= main menu ========= */

.header > .widget-container {
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #991523;
}
body{
	background-position: left top;
    background-color:#d0d0d0;
    color: black;
    background-repeat: repeat-x;
    font-family: Arial, Arial, sans-serif;
    height: 100%;
}
.body{
	background-color:#d0d0d0;
}
.body > .widget-container {
    border:0px #D7D7D7 solid;
	min-height:600px;
	padding-bottom:15px;
	background-color: #fff;
}

/*========= main menu ========= */

.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 .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
  color: #aa212f;
  content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
  color: #aa212f;
}
.widget-navigation.main-menu .navigation-item a:hover{
	color: #aa212f;
}
.widget-navigation.main-menu .navigation-item a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px 30px;
  border-bottom: 0px solid #fff;
  text-decoration: none;
}
.widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:hover {
  color: #aa212f;
}
.main-menu .nav-wrapper {
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.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-child-container .navigation-item.last a, .widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
  content: '\f107';
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-family: "FontAwesome";
  right: 0;
  margin-left: 5px;
  font-weight: bold;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after ,
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
   color: #aa212f;
}
/*.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item a:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 12px;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #CCE83C;
}*/
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 250px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    left: 50%;
    top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius:0;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0px 12px 12px 12px;
  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: 15px;
  text-align: center;
  color: #000;
  line-height: 21px;
  font-family: 'Arial';
  padding: 12px 0;
  text-transform: capitalize;
  font-weight: bold;
  background: #fff;
}
/*.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}*/
/*.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 0;
}*/
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color:#aa212f;
}

.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;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(227, 226, 226);
    color: #000;
}
/*end:menu*/


/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 840px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 1000px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-1 p {
    padding: 0;
    margin: 0 0 15px;
    font-family: Arial;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #CCE83C;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-2 h1 {
    font-family: Arial;
    font-size: 74px;
    font-weight: 500;
    line-height: 89px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;

}
.home-slider .jssor-slider-container .slide::after {
    background: #000;
    opacity: 0.4;

}
/*end: jssor slider css */

/*Start Footer*/

/* Footer Navigation Start */

.footer .widget-title {
    margin: 0 0 2px;
    padding: 0;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
}
.footer .footer-social-media .widget-title {
    margin: 0 0 10px;
}
.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
    width: 50%;
    display: inline-block;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 0 0px 0;
    transition: all 300ms ease-out 0s;
}
.footer .widget-navigation .navigation-item a:hover {
    color:#999999;
}

/* Footer Navigation End */

.footer-get-in-touch h6 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin: 0 0 10px;
    color: #fff;
    padding: 0;
}
.footer-get-in-touch p.address {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #fff;
    max-width: 250px;
}
.footer-get-in-touch p a {
    font-family: Arial;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #cce83c;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
    display: block;
}
.footer-get-in-touch p a:first-child{
    margin: 25px 0 20px;
}
.footer-get-in-touch p a:hover{
    text-decoration: none;
    color: #fff;
}

.widget.widget-article.footer-copyright p{
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin:0;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.widget.widget-article.footer-copyright p a{
    color: rgba(255, 255, 255, 0.5);
    text-decoration:none;
    transition: all 300ms ease-out 0s;
}
.widget.widget-article.footer-copyright p b{
    font-weight: 400;
    margin: 0 8px;
}
.widget.widget-article.footer-copyright p a:hover{
    color: #cce83c;
    text-decoration: none;

}
.footer-back-to-top p {
    color: rgba(255, 255, 255, 0.5);
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.footer-back-to-top p span{
    margin-right: 8px;
}
.footer-back-to-top p:hover span{
    color: #cce83c;
}

/*End Footer*/

body > .body {
  
}
/*404 page start*/
.widget-article .page_404 {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    margin-top: 50px;
}

.widget-article .page_404 .ops {
    color: #000;
    font-size:55px;
    font-weight: 500;
    line-height: normal;
}

.widget-article .page_404 .ops .big_font {
    color: #aa212f;
    font-size:80px;
    margin-right: -17px;
}

.widget-article .page_404 .big {
    color: #aa212f;
    font-size:80px;
    margin-left: -17px;
}

.widget-article .page_404 .error {
    font-size:20px;
    color: #aa212f;
    line-height: 25px;
    margin:9px 0 13px 0;
    font-weight: 600;
}

.widget-article .page_404 p {
    color: #111;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.widget-article .page_404 a {
    max-width: 166px;
    margin: 30px auto 0;
    display: block;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    height: 38px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #aa212f;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}

.widget-article .page_404 a:hover {
    background: #aa212f;
    color: #fff;
}

/*404 page end*/

.widget.widget-article.common-article{
    margin: 0 auto 100px;
    max-width: 1400px;
}

.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% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}

#spltr-3BFAC8F1-9C97-4F33-8875-AF32D6408542 {
    padding:14px 25px 30px 30px;
}
#spltr-133EF2AC-B414-42A6-90A3-455E533ADBC4 {
    padding-left: 20px;
}

#spltr-E7BF7722-16C0-4765-A365-965309679A7E{
	 padding-left: 20px;
}
#spltr-648284A8-8B7C-46F1-8CCC-9FD5AD9B5B4D{
	padding:14px 25px 30px 30px;
}

.widget-search.search-box form input {
    border: 1px #000 solid;
    padding: 5px 10px;
    width: auto;
    min-width: 172px;
	border-radius:0px;
	height: 30px;
    padding:3px 10px;
	margin-right:5px;
	background-color: #fff;
	outline: 0;
}
.widget-search.search-box button {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height:28px;
    padding: 0 10px;
	border-radius:0px;
	font-family: Arial;
	border: 1px groove #cccccc;
    background-color: #aa212f;
}
.widget-search.search-box button:hover{
	background-color:#999999;
	border:1px solid #999999;
	color:#fff;
}
.widget-html.home-content{
	margin:18px 0px 24px 0px;
 }
 
.inner-content figure {
    margin: 0 0 22px 0;
}
.inner-content figure img{
	width:100%;
}
.widget-html.home-content p{
	font-size:16px;
	line-height:21px;
}
.widget-article.inner-content h3 {
    font-size: 16px;
    line-height: 25px;
    margin: 13px 0 8px;
    font-weight: 700;
    font-family: Arial;
	color:#111;
}
.donation-address-content p {
    margin: 0 0 8px 0;
}
.widget-article.inner-content.contact-content h3{
	margin-bottom:15px;
}
.widget-article.inner-content.contact-content p{
	 margin: 0 0 10px 0;
}
.link-content p{
	margin: 0 0 10px 0;
}



/*404 page start*/
.widget-article .page_404 {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    margin-top: 50px;
}

.widget-article .page_404 .ops {
    color: #000;
    font-size:55px;
    font-weight: 600;
    line-height: normal;
}

.widget-article .page_404 .ops .big_font {
    color: #991523;
    font-size:80px;
    margin-right: -17px;
}

.widget-article .page_404 .big {
    color: #991523;
    font-size:80px;
    margin-left: -17px;
}

.widget-article .page_404 .error {
    font-size:20px;
    color: #069042;
    line-height: 25px;
    margin:9px 0 13px 0;
    font-weight: 600;
}

.widget-article .page_404 p {
    color: #111;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.widget-article .page_404 a {
    max-width: 166px;
    margin: 30px auto 0;
    display: block;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    height: 38px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #991523;
    width: 100%;
    border-radius: 0;
    text-transform: capitalize;
}

.widget-article .page_404 a:hover {
    background: #999999;
    color: #fff;
}

/*404 page end*/
/*search start*/
.search-results .page a{
	color:#000;
	font-weight:700;
}
.search-results .page a.page-read-more{
	color:#991523;
}
.search-results .page a:hover{
	color:#999999;
}
.entire-search .search-result>.title {
    font-size: 13px;
    margin-bottom:13px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    line-height: 20px;
}
.search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
}
.search-results .title {
    font-size: 14px;
}
.entire-search h2 {
    padding: 15px 0 22px 0;
    line-height: 30px;
    color: #991523;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.total-result {
    color: #111;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
	text-align: center;
}
/*search end*/

.login-form {
    background-color: #f9f9f9;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
}

.login-form .submit-row {
    display: block;
    float: unset;
    margin: 15px 0;
}

.login-form .submit-row .login-button {
    height: 22px;
    font-size: 10px;
    line-height: normal;
    padding: 0;
    border-radius: 0;
    max-width: 90px;
    margin: 0 auto;
}

.login-form .form-row.mandatory {
    display: block;
    margin: 0 0 5px;
}

.login-form .form-row input[type="text"] {
    padding: 5px;
}

.login-form .form-row label {
    color: #003366;
    font-size: 8pt;
}

.login-form .form-row {
    text-align: center;
}

.form-row.remember-forget-pass .lost-password {
    display: block;
    margin: 3px 0 0;
}

.form-row.remember-forget-pass {
    text-align: center;
}

.sidebar-login .widget-title {
    color: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
    background-color: #2f4977;
    line-height: 17px;
    padding-bottom: 0;
    margin: 20px 0 10px;
}

.registration-form .form-row {
    display: flex;
    margin: 0 0 12px 0;
    position: relative;
}

.registration-form .form-row label {
    width: 185px;
    font-size: 13px;
}

.registration-form select {
    width: 100%;
    height: 30px;
    border-radius: 0;
}

.registration-form .title, .registration-form .form-row.submit-row label, .password-reset-form .title {
    display: none;
}

.registration-form .form-row.submit-row button {
   margin-left: 128px;
}

.registration-form {
    margin: 18px 0;
    display: block;
	max-width: 445px;
}

.registration-form .form-row .errorlist.after {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
}

.registration-form .form-row .errorlist.after .message-block.message-text {
    line-height: 28px;
    text-align: right;
    padding-right: 10px;
}

.login-form .form-row input[type="text"] {
    padding: 5px;
}

.password-reset-form .form-row label {
    display: block;
    width: auto;
    margin: 6px 0;
}

.password-meter-wrap {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 120px;
    display: flex;
}

.password-meter-wrap .password-description, .password-meter-wrap .password-strength-bar {
    height: 10px;
    line-height: 10px;
    margin: 1px 5px;
    border-radius: 100px;
}
.registration-form select {
    font-size: 11px;
}

.newsletter.unsubscribe.valid-verify-form h3 {
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 25px;
}
.newsletter.unsubscribe.valid-verify-form .message {
  font-size: 16px;
  font-family: 'Segoe UI';
  line-height: 20px;
}
.newsletter.unsubscribe.valid-verify-form {
  max-width: 400px;
  margin: 17px 0;
}
.newsletter.unsubscribe.valid-verify-form .form-row label {
  color: #000;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-family: 'Segoe UI';
  font-weight: 600;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label {
  display: none;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container {
  margin: 15px 0 0;
}
.subscription-list-success .title {
background-color: #e3d7c1;
  color: #000;
  font-size: 25px;
  padding: 12px 15px;
  margin: 0;
}
.page-newsletter-subscription .subscription-list-success {
  border: 1px solid #e3d7c1;
  margin: 0 auto;
  width: 500px;
}
.subscription-list-success .help .link {
  color: #069042;
}
.subscription-list-success .help .link:hover {
  color: #000;
}
.widget-form .widget-title {
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px;
}
.widget-form.contact-form{
  max-width: 500px;
  margin: 0;
}
.widget-form.contact-form .form-row label {
  font-weight: 500;
}
#spltr-6A08D7F3-0C73-4A8A-8757-F8A605AE989A {
    width: 32.72955911823647%;
    background-color: #991523;
}

.widget-image.top-logo {
    text-align: center;
}

.widget.widget-article h1 {
    font-size:26px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 34px;
	color: #991523;
}
.customer_address p,
.customer_address {
    color: #ffffff;
    font-size: 13px;
}
.customer_address p a{
	color:#fff;
	text-decoration:underline;
	font-size: 13px;
}
.customer_address p a:hover{
	color:#999999;
	text-decoration:none;
}
.customer_address .address-box p {
    margin: 0;
    padding: 0;
}
.customer_address .address-box p{
	color: #ffffff;
    font-size: 13px;
}
.inner-home-content figure{
	margin: 23px 0;
}
.inner-home-content img{
	max-width:100%;
}
.inner-home-content h4 {
    font-size: 22px;
    line-height: 18px;
    margin: 19px 0 6px;
	text-align:center;
	color:#111111;
}
.inner-home-content h5{
    font-size: 22px;
    line-height: 18px;
    margin: 18px 0 22px;
	text-align:center;
}
.inner-home-content h5 a{
	color:#999999;
}
.home-first-content a{
	color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    padding: 7px 14px;
    border-radius: 0px;
    font-family: Arial;
    border: 1px solid #aa212f;
    background-color: #aa212f;
    text-decoration: none;
}
.home-first-content a:hover{
	border: 1px solid #999999;
    background-color: #999999
}
.customer_address .email a{
	color:#fff;
	text-decoration:underline !important;
}
.model-one-inner ul li::before {
    top: 8px;
}
.model-one-inner ul li{
     padding: 0 0 8px 15px;
    list-style-type: none;
    color: #000;
    line-height: 24px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Arial';
}
.model-one-inner table{
	max-width:400px;
}
.widget-article.home-banner figure {
  margin: 0;
  text-align: center;
}
.widget-article.home-banner {
  padding: 50px;
  position: relative;
  background: #fbeaec;
  margin: 0 0 50px;
}
