* {
    -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: 'Plain'; /* 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;
}
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;
}
.widget-article figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Plain';
    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: #D9D9D9;
  text-shadow: none;
  color: #000;
}
::selection {
  background: #D9D9D9;
  text-shadow: none;
  color: #000;
}
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;
}
.page-home .page-content {
    padding:0;
}
body > .body {
    margin-top: -136px;
}
.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: 'Plain';
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
    font-family: 'Plain';
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 15px;
    padding: 0;
}
h1{
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
}
h3 {
    font-size: 40px;
    line-height: 50px;
}
h4 {
    font-size: 35px;
    line-height: 45px;
}
h5 {
    font-size: 30px;
    line-height:40px;
}
h6 {
    font-size: 25px;
    line-height: 35px;
}
/* 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 20px 0;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plain';
}
a, a:link {
    text-decoration: none;
    color: #CCE83C;
}
a:hover, a:active, a:visited {
    color: #000;
    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: 'Plain';
    -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: 'Plain';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: 'Plain';
    -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: 15px;
    text-align:left;
    color: #000;
    font-size: 16px;
    font-family: 'Plain';
    line-height: 24px;
    font-weight:400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plain';
}
ul {
  padding-left: 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: #cce83c;
}
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;
}
/* webocommander Form css */

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

.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 {
height: 54px;
  padding: 11px 20px 14px;
  font-style: normal;
  color: #000;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid rgb(0, 0, 0);
  font-family: Plain;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.widget-form textarea{
    height:148px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family: 'Plain';
    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;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;

}

::-moz-placeholder {
    /* Firefox 19+ */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;

}

:-ms-input-placeholder {
    /* IE 10+ */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

:-moz-placeholder {
    /* Firefox 18- */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

::-moz-placeholder {
    /* Firefox 19+ */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

:-moz-placeholder {
    /* Firefox 18- */
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}

textarea::placeholder {
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}
::placeholder {
font-family: Plain;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
color:#000;
}
/* 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:rgb(166, 159, 159) !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 {
  border-radius: 3px;
  background: #000;
  max-width: 180px;
  margin: 0;
  width: 100%;
  display: block;
  height: 46px;
  padding: 10px 15px 13px;
  font-family: 'Plain';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.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:0px;
}
.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: #fff;
    background: #2D2D2D;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background: #2D2D2D;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #2D2D2D;
    color: #fff;
}
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 p, 
.widget-pageHeading p{
  font-family: Plain;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  max-width:1400px;
  margin: 0 auto;
  padding-top:22px;
  color:#fff;
}
.page-heading, .widget-pageHeading {
    padding:200px 30px 95px 30px;
    text-align: left;
    background: #000;
    background-size: auto;
    background-size: cover;
    margin: 0px 0 100px 0;
}
.page-contact-us .page-heading{
    margin: 0;
}
.page-heading h1, .widget.widget-pageHeading h1,
.widget.widget-pageHeading h2{
    font-family: 'Plain';
    color: #fff;
    max-width: 1400px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    font-size: 100px;
   font-weight: 400;
   line-height: 104.3px;
   letter-spacing: -0.04em;
}
/*========= main menu ========= */
body > .header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), linear-gradient(0deg, #000000, #000000);
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.14);*/
    z-index: 1;
}
body.page-home > .header {
    background: transparent;
    border-bottom:0;
    z-index: 1;
}
.header > .widget-container,
.footer > .widget-container {
    max-width: 1460px;
    width: 100%;
}
/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align: left;
}
.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: #cacaca;
    content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color: #cacaca;
}
.widget-navigation.main-menu .navigation-item {
    padding: 0 28px;
}
.widget-navigation.main-menu .navigation-item:first-child {
    padding-left:0;
}
.widget-navigation.main-menu .navigation-item:last-child {
    padding-right:0;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    color: #fff;
    padding: 0 0 20px;
    text-decoration: none;
    position: relative;
    font-family: Plain;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a: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 a:hover{
    color: #cacaca;
}
.widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:focus{
    color: #ffff;
}
.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: #fff;
    font-size: 12px;
    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: #cacaca;
}

/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 220px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    left: 50%;
    top: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #aeadad;
    box-shadow: 0 0 2px 0 #aeadad;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    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: 17px;
    text-align: center;
    color: #000;
    line-height: 23px;
    font-family: 'Plain';
    padding: 13px 0;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #f2f2f2;
}

.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(245, 245, 245);
    color: #000;
}
/*end:menu*/



/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    position: relative;
    background: rgba(0, 0, 0, 1);
}
body > .footer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.11);
    top: 437px;
    left: 0;
}
.footer .widget-title {
    margin: 0 0 20px;
    padding: 0;
    font-family: Plain;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.18em;
    text-align: left;
    color: rgba(255, 255, 255, 0.36);
    text-transform: uppercase;
}
.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;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border: 0;
    display: block;
    text-transform: capitalize;
    padding: 0 0 20px 0;
    font-family: Plain;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer .widget-navigation .navigation-item a:hover {
    color: #cacaca;
}
.footer .widget-article.footer-logo-text p {
    font-family: Plain;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 0;
    color:rgba(255, 255, 255, 1);
    opacity: 0.86;

}
.widget-article.footer-copyright p {
    padding: 0;
    margin: 0;
    font-family: Plain;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #999;
}
.widget-article.footer-copyright p a {
    padding: 0;
    margin: 0;
    font-family: Plain;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #999;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-article.footer-copyright p a:hover{
    color: #fff;
    text-decoration: none;
}
.widget-article.footer-copyright p b{
    font-weight: 400;
    margin: 0 8px;
}
.widget-article.footer-back-to-top p {
    color: #999;
    font-family: 'Plain';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-article.footer-back-to-top p svg{
    margin-left: 7px;
}
.widget-article.footer-back-to-top p:hover span{
    color: #fff;
}
.widget-article.footer-contact p{
    margin: 0 0 10px;
    padding: 0;
}
.widget-article.footer-contact p a {
    font-family: Plain;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.18px;
    text-align: left;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-article.footer-contact p a:hover{
    color:#cacaca;
}
.widget-article.footer-address p {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: Plain;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.widget-article.footer-hia-logo .footer-inner-logo {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.19);
}
/* Footer Navigation End */


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


/* pagination start */
.swipebox-container .pagination {
    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding:43px 0px 75px 0px;
}
.pagination span {
    background-color: #fff;
    border: 0px solid #ccc;
    color: #000;
    cursor: pointer;
    margin: 0 7px;
    padding: 3px 10px;
    box-shadow: 0px 0px 0 #ccc !important;
    display: inline-block;
    border-radius: 3px;
    font-family: Plain;
    font-size: 16px;
    font-weight: 400;
}
.pagination span.current {
   background:rgba(0, 0, 0, 0.06) !important;
    border: 0px solid #4d4d4d;
    color: #000;
    background-color: #;
}
.pagination span.first, .pagination span.last {
    display: none;
}
/* pagination end*/

.widget-snippet.about-inner .about-cabco .inner-content .right-content a {
  display: none;
}
.page-contact-us #spltr-182A053C-6079-44CE-AA01-5B6027EF9021 {
    padding:100px 0 130px;
    background: url('/template/94f344fb/images/contact-bg.png') no-repeat;
    background-size: cover;
}
.page-contact-us #spltr-DCDE3C10-C6CE-429C-86A2-EA464ECCFFFC{
  padding-left: 260px;
}
.page-contact-us #spltr-F31DA90F-BCAE-4A0C-B109-8B1D64FEBC02{
  padding-right:260px;
}
.page-contact-us .widget-form.contact-form {
  max-width: 700px;
  background: rgba(255, 255, 255, 1);
  padding: 55px 65px 60px;
  border-radius: 10px;
}


.contac-left-info p a:hover {
    color: #cacaca;
}

.widget-form .dropzone {
    border: 1px dashed #000;
    padding: 54px 30px 27px;
    text-align: center;
    border-radius: 4px;
}
.widget-form .dropzone {
    background-position: center 27px;
}
.file-preview span:last-child {
    font-size:12px;
}
.widget-snippet.about-inner .about-cabco .inner-content .left-content {
    width: 60%;
}
.widget-snippet.about-inner .about-cabco .inner-content .right-content {
    width: 40%;
    padding: 0 0 0 80px;
}
.widget-snippet.about-inner .about-cabco .inner-content .left-content img.about-img2 {
    margin-top: -285px;
}


.widget-form .single-input-row .form-row .dropzone-wrapper input {
    height: 100%;
    cursor: pointer;
    padding: 0;
}
.widget-article.common-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 180px 30px 100px;
}
.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;
}
body.fee .header {
    z-index: 11111 !important;
}
.fee .footer-video-cta .text-content {
    z-index: 11111;
}
.fee .address .location-text {
    z-index: 11111;
}