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

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;
}
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: #C60;
    color: #fff;
}
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: 'Verdana';
    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: #F9C897;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #F9C897;
    color: #000;
    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;
}
.page-content {
    padding: 0 20px 40px;
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Verdana';
}
h1, h2, h3, h4, h5, h6 {
    color: #f90;
    font-weight:700;
    font-family: 'Verdana';
}
h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 15px;
    padding: 0;
}
h1{
    font-size: 25px;
    line-height: 35px;
}
h2 {
    font-size: 23px;
    line-height: 33px;
}
h3 {
    font-size: 22px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height:28px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
}
/* 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 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Verdana';
    line-height: 22px;
    padding: 0;
    margin: 0 0 15px;
}
a, a:link {
    text-decoration: none;
    color: #f90;
    font-weight: 700;
    transition: all 300ms ease-out 0s;
}
a:hover, a:active, a:visited {
    color: #000;
    text-decoration: none;
}
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';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    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:'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;
}
table, th, td {
    border: 1px solid #ececec;
    padding: 10px 12px;
    text-align: left;
    color: #000;
    font-size: 12px;
    font-family: 'Verdana';
    line-height: 20px;
    font-weight: 400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 15px;
}
.widget-snippet p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 24px;
    font-size: 16px;
    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 0 15px;
    padding: 0;
    list-style-type: none;
}
ul li::before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50px;
    top: 8px;
    left: 0;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Verdana';
    line-height: 20px;
    padding: 0 0 15px 20px;
    margin: 0;
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color:#c60;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 18px;
}

.form-row {
    position: relative;
}

.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;
}

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 13px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    font-family: 'Verdana';
}
.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 20px;
    padding-bottom:0;
}
.widget-form .checkbox label::before {
    width: 15px;
    height: 15px;
    top: 5px;
    border-radius: 0;
    margin-left: -25px;
}
.widget-form .checkbox label::after {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin-left: -25px;
    padding-top: 0;
    font-size: 11px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before,
.widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #c60;
    border-color: #c60;
}
.widget-form .radio-checkbox-row {
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap:15px;
    row-gap: 10px;
    align-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-form .checkbox {
    padding-left: 25px;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: 'Verdana';
    height: 40px;
    padding: 12px 12px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #0000000F;
}
.widget-form textarea {
    height: 120px;
}
.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:#f90 !important;
}

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: 200px;
    margin: 0;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    height: 35px;
    font-family: 'Verdana';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #c60;
    width: 100%;
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'Verdana';
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px;
}
.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: 30px 0 0;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #303036;
    background-color: #cc6600;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color: #000;
}
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;
}

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

.header > .widget-container,
.footer > .widget-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.body > .widget-container {
    background: #fff;
    min-height: 800px;
    border-bottom: 40px solid #19496d;
}
/*========= main menu ========= */
.widget-navigation.main-menu .navigation-item a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    border-bottom: 0;
    text-decoration: none;
    font-family: 'Verdana';
    margin: 0 0 5px;
    line-height: 23px;
    transition: all 300ms ease-out 0s;
}
.widget-navigation.main-menu .navigation-item a:hover,
.widget-navigation.main-menu .navigation-item.active a{
    color: #f90;
}

/*end:menu*/

body > .body {
    background: #fff;
}
body > .header{
    margin: 0 0 10px;
}
.widget-search.search-box{
    margin: 0 0 30px;
    width: 100%;
    background: rgb(221, 220, 220);
    padding: 10px 15px;
}
.widget-search.search-box form input,
.widget-search.search-box form select {
    padding: 2px 5px;
    min-width: 90px;
    border: 1px solid #dddcdc;
    width: 100%;
    border-radius: 0;
    height: 23px;
    font-size: 12px;
    line-height: 15px;
}
.widget-search.search-box form button {
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #4d515a;
    height: 23px;
    color: #fff;
    max-width: 70px;
    background-color: #4d515a;
    border-radius: 0;
    font-family: 'Verdana';
    padding: 0 10px;
    line-height: 16px;
    width: 100%;
}
.widget-search.search-box form button:hover{
    background-color:#f90;
    border-color: #f90;
    color: #fff;
}
.entire-search .search-result > .title {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: left;
    font-weight: 500;
}
.entire-search h2 {
    margin: 25px 0 10px;
}
.entire-search .total-result {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 16px;
    font-weight: 700;
}
.search-results .title {
    font-size: 15px;
    display: block;
    margin: 0;
    line-height: 20px;
    color: #000;
}
.search-results .page {
    margin-bottom: 15px;
}
.search-results .page a:hover .title{
    color: #f90;
}
.search-results .page a.page-read-more {
    color: #f90;
}
.search-results .page a.page-read-more:hover {
    color: #000;
}
.widget-image.header-logo img {
    width: 100%;
}
#spltr-78CFE567-9FAE-429D-A197-228413EB8C33,
#spltr-89DFFA0B-FC63-476F-A8D8-6845B012CED7{
    padding: 0 20px 0 0;
}
#spltr-8C2A7EB0-5B70-43C3-BD88-CCAF3490017D,
#spltr-C40C5C8A-5BB9-43D0-8582-61B8AAF446B4{
    min-height: 800px;
    border: 2px solid #dddcdc;
}
.widget-article.company-details h3 {
    background: #f90;
    padding: 4px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 10px;
    font-weight: 700;
}
.widget-article.company-details p {
    margin: 0 0 7px;
}
.widget-article.company-details {
    margin: 30px 0;
}