* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #8fb63e;
  color: #000;
}

small {
  font-size: 90%;
  font-weight: normal;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
table, th, td {
  border: 1px solid #d9d9d9;
  padding: 8px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  color: #101010;;
}
table th {
  font-size: 17px;
  font-weight: bold;
  background: #eee;
  font-family: "Poppins", sans-serif;
}
.horizontal .navigation-item a {
  text-align: center;
  display: inline-block;
  padding: 3px 5px 2px 0px;
  margin: 10px 14px 10px 8px;
  color:#101010;;
}
table, th, td {
  border: 1px solid #d9d9d9;
  padding: 8px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color:#101010;;
}
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 */
  padding: 8px 40px 8px 40px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
  color: #fff;
}

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;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection, ::-moz-selection {
  background: #8fb63e;
  text-shadow: none;
  color: #fff;
}

::-moz-selection, ::selection {
  background: #8fb63e;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
  height: 20px !important;
  background-color: transparent;
  border: 0;
}

/* Theme Base */
html {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Segoe UI;
  font-weight: 400;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue';
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  margin-top: 30px;
}

h1 {
  font-size: 37px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 17px;
  line-height: 1.2;
}


/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
  font-size: 16px;
}

code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
ul, ol{
  padding-left: 20px;
  margin-bottom: 20px;
}
address {
  color: #000;
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #000;
}

input[type=file], input[type=hidden] {
  color: #000;
  font-size: 16px;
}

input[type=image], blockquote {
  color: #000;
  font-size: 16px;
}

input[type=text], input[type=password] {
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  border-color: #bbb;
  height: 43px;
  border-width: 2px;
  border-radius: 3px;
}

input[type=text].validation-error, input[type=password].validation-error {
  border: 2px solid #e64343;
}

select {
  border-color: #bbb;
  height: 43px;
  border-width: 2px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  border-radius: 3px;
}

textarea {
  border-color: #bbb;
  border-width: 2px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  height: 90px;
  border-radius: 3px;
}

/* webocommander Form css */
.simpleCaptcha-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 0 5px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
  display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
  width: calc(50% - 15px);
  display: block;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  background: #fff;
  border: 2px solid #bbb;
  height: 43px;
  padding: 0;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
  width: calc(50% - 15px);
  float: right;
  margin-top: 0;
  vertical-align: top;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
  display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
  width: 100%;
}

.errorlist.after {
  font-size: 12px;
  line-height: 12px;
}

.errorlist.after .message-block {
  color: #e64343;
}

/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
  height: 43px;
}

.widget-form input[type="text"], .widget-form textarea, .widget-form select {
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 3px 14px;
  border: 2px solid #bbb;
}

.form-row label {
  width: auto;
}

/* Common Button CSS */
input[type=submit], input[type=button] {
  margin-top: 0px;
  height: auto !important;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
  color: #fff;
  background-color: #359478;
  border-color: #359478;
}

input[type=submit]:hover, input[type=button]:hover {
  color: #42ba96;
  background-color: transparent;
  border: 2px solid #42ba96;
}

button, .button, a.button {
  margin-top: 0px;
  height: auto !important;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
  color: #fff;
  background-color: #359478;
  border-color: #359478;
}

button:hover, .button:hover, a.button:hover {
  color: #42ba96;
  background-color: transparent;
  border: 2px solid #42ba96;
}

input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #42ba96;
}

button.Zebra_DatePicker_Icon {
  background-position: right center;
}

/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

button[disabled], .button.disabled, a.button.disabled {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

input[type="reset"] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

input[type="reset"]:focus, input[type="reset"].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

input[type="reset"]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.reset-button {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

.reset-button:focus, .reset-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

.reset-button:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.button.cancel-button {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

.button.cancel-button:focus, .button.cancel-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

.button.cancel-button:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}


.jssor-slider-container .jssorb03 div {
  opacity: 0;
}

.jssor-slider-container .jssorb03 div:hover {
  opacity: 0;
}

.jssor-slider-container .jssorb03 .av {
  opacity: 0;
}

div.jssor-slider-container {
  width: 1920px;
  height: 640px;
  padding: 0 !important;
  text-align: left;
  margin: 0 auto;
}

div.jssor-slider-container .slide {
  display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
  display: block;
}

div.jssor-slider-container .container {
  width: 1920px;
  height: 600px;
  padding: 0 !important;
  text-align: left;
}

div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
  display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
  display: block;
}

.jssor-slider-container::before {
  content: url("/template/eacd4989/image/loading.gif");
  height: 64px;
  left: 50% !important;
  margin-left: -32px !important;
  margin-top: -32px !important;
  position: absolute;
  top: 50%;
  width: 64px;
}

.widget-gallery .jssor-slider-container .container [u="caption"] {
  width: auto;
  max-width: 750px;
  left: 21%;
  top: 38%;
  padding: 0;
  border: 0;
  z-index: 9999;
}

.jssor-slider-container .slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 76, 148, 0.45);
}

.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: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.newsletter.unsubscribe span.message {
  margin-bottom: 20px;
  display: block;
  color: #7c370d;
  font-weight: normal;
  font-size: 17px;
}

.newsletter.unsubscribe.valid-verify-form textarea {
  height: 90px;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.newsletter.unsubscribe .form-row.mandatory label {
  width: 100%;
  font-size: 16px;
}

.newsletter.unsubscribe .form-row button {
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #7c370d;
  margin: 0;
  width: 100%;
  padding: 14px 0;
  position: relative;
  margin-top: 20px;
}

.newsletter.unsubscribe .form-row button:before {
  content: "";
  display: block;
  height: calc(90% - 3px);
  width: calc(100% - 0px);
  border: 2px dashed #a98874;
  position: absolute;
  left: 1px;
  top: 4px;
  border-left: 0px;
  border-right: 0px;
}

.newsletter.unsubscribe .form-row button:hover {
  background: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget-blogPost.recent-post.featured .post.post-list-view-height {
  padding-bottom: 7px;
}

.blog-categories .vertical .navigation-item a {
  border-bottom: none;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  color: #000000;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}

.blog-categories .vertical .navigation-item a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
  color: #2b2b8a;
}

.blog-categories .vertical .navigation-item + .navigation-item {
  margin-top: 5px;
}

.blog-post-item {
  width: 45%;
  overflow: hidden;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 394px;
  border: none;
  margin: 0 32px 20px 0;
}

.page-content .post-list-view-width {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.page-content .blog-post-item a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-categories {
  padding-top: 50px;
  padding-bottom: 100px;
}

.page-content .blog-post-item a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-content .blog-post-item .title {
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.page-content .blog-post-item .title a {
  font-weight: 600;
  color: #000;
  font-size: 19px;
}

.blog-post-item .title {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 0;
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-post-item .title a {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  font-size: 22px;
}

.blog-post-item .title a:hover {
  color: #2b2b8a;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
  margin-bottom: 3px;
  padding-top: 3px;
}

.blog-post-info span.date {
  color: #8a8685;
  background: none;
  padding-left: 0;
  margin-right: 5px;
  font-style: italic;
  position: relative;
  padding-right: 9px;
}

.blog-post-info span.date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 12px;
  width: 1px;
  background: #777;
}

.blog-post-info span.categories {
  background: none;
  padding-left: 0;
  margin-right: 10px;
  font-style: italic;
}

.page-content .blog-post-info span.categories a {
  color: #8a8685;
  padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover {
  color: #000;
}

.page-content .blog-post-item .content {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 0;
}

.blog-post-item .post-description > a {
  display: none;
}

.recent-post .content, .recent-post .blog-post-info {
  display: none;
}

.recent-post .blog-post-item {
  width: 100%;
  margin: 0;
  float: none;
  min-height: auto;
}

.recent-post .blog-post-item .title {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 20px;
}

.recent-post h1.title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.widget-snippet .service-read-more {
  padding-left: 35px !important;
}

.widget-snippet .service-read-more::after {
  display: none;
}

.recent-post .blog-post-item .title a {
  color: #000000;
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: normal;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}

.recent-post .blog-post-item .title a:hover {
  color: #2b2b8a;
}

.blog-post-item .title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.recent-post div.footer {
  display: none;
}

.recent-post .blog-post-item + .blog-post-item {
  margin-top: 15px;
}

.blog-post-content .footer {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding-top: 40px;
}

.blog-post-content .footer span.pagination {
  float: none;
}

.blog-post-content .footer span.pagination span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}

.blog-post-content .footer span.pagination span.current {
  background-image: none;
  background-color: #EF672F;
}

.blog-post-details .comment-post-panel {
  border: none;
  padding: 0;
  position: relative;
}

.message-block.info-message, .message-block.success {
  top: 28px;
}

.blog-category-details {
  padding: 91px 0 30px;
}

.blog-category-details .blog-post-item {
  min-height: 300px;
}

.blog-category-details .title {
  color: #070659;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.comment-post-panel input[type="text"], .comment-post-panel input[type="email"] {
  width: 100%;
}

.comment-post-panel textarea {
  width: 100%;
  min-height: 150px;
  margin: 0;
}

.blog-post-details .comment-post-panel textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}

.comment-post-panel .errorlist.after {
  font-weight: 600;
  color: #000069;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
}

.comment-post-panel .simpleCaptcha-container {
  margin-top: 20px;
  padding-bottom: 2px;
}

.blog-post-details .comment-post-panel h2 {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: 600;
}

.comment-post-panel .form-row {
  text-align: left;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
  margin-top: 0;
}

#blog-post-create-comment-panel .max-character {
  color: #999;
  display: block;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: 18px;
}

.blog-post-details {
  padding: 100px 60px 100px 0;
}

.blog-post-details .comment-post-panel label {
  color: #555555;
  display: block;
  padding-bottom: 7px;
  padding-top: 10px;
  font-size: 16px;
}

.blog-post-details .image img {
  width: 100%;
}

.blog-post-details .blog-post-info {
  padding-bottom: 17px;
}

.blog-post-details .title {
  margin-bottom: 4px;
}

.page-blog .page-content .widget.page-heading {
  margin-top: -15px;
}

.page-content .blog-post-details .title {
  color: #000069;
  margin-top: -6px;
  line-height: 38px;
  padding-bottom: 0;
}

.blog-post-details .post-description .content p {
  color: #000000;
  font-size: 15px;
  margin: 10px 0 20px;
  font-weight: normal;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
}

.comment-post-panel .errorlist.after {
  right: 25px;
  background: red;
  text-align: center;
  width: 143px;
  min-width: auto;
  position: absolute;
  bottom: -10px;
  border-radius: 10px;
}

.comment-post-panel .errorlist.after .message-block {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}

.comment-post-panel .form-row.textArea .errorlist.after {
  bottom: -7px;
  right: 10px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
  bottom: -7px;
  right: 11px;
}

/* comments popup and like */
.blog-comments .info-row.writer .name {
  font-weight: bold;
  color: #000069;
  font-size: 22px;
  display: block;
  padding: 0 0 10px 0;
}

.blog-comments .info-row.writer .date {
  background: none;
  position: relative;
  padding-left: 19px;
  font-size: 14px;
}

.blog-comments .info-row.writer .date::before {
  content: "\f073";
  position: absolute;
  left: 0;
  top: -4px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #000069;
}

.blog-comments .info-row.writer span:nth-of-type(3) {
  font-weight: bold;
  color: #000069;
  display: none;
}

.blog-comments .info-row.writer span:nth-of-type(4) {
  font-size: 14px;
  display: none;
}

.blog-post-comment-panel .btn-like {
  margin-right: 10px;
  margin-left: 3px;
  display: none;
}

.blog-post-comment-panel .btn-liked {
  margin-right: 10px;
  margin-left: 3px;
  display: none;
}

.blog-post-comment-panel .btn-liked::after {
  content: "\f164";
  color: #000069;
  cursor: pointer;
}

.blog-post-comment-panel .btn-like::after {
  content: "\f164";
  color: #000069;
  cursor: pointer;
}

.blog-comments .info-row.writer .btn-comment-reply {
  position: relative;
  padding-right: 19px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  color: #000069;
}

.blog-post-comment-panel .btn-liked::after {
  content: "\f165";
  color: #000069;
}

.blog-comments .info-row.writer .btn-comment-reply:hover {
  color: #000;
}

.blog-comments .comment-item .content i {
  margin: 0 3px;
  color: #000000;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.loging-to-react.popup .body a {
  font-weight: bold;
}

.loging-to-react.popup .header {
  background-color: #000069;
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 11px 10px;
  font-weight: bold;
}

.blog-comment-reply-popup.popup .header {
  background-color: #000069;
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 11px 10px;
  font-weight: bold;
}

.blog-comment-reply-popup label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.blog-comment-reply-popup input {
  width: 100%;
  height: 40px;
  border: none;
  border: 2px solid #dcdcdc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
}

.blog-comment-reply-popup textarea {
  width: 100%;
  height: 40px;
  border: none;
  border: 2px solid #dcdcdc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  height: 90px;
}

.blog-comment-reply-popup .textarea-wrap .max-character {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 12px;
}

.blog-comment-reply-popup input[type="text"].validation-error, .blog-comment-reply-popup input[type="password"].validation-error {
  background-color: transparent;
  border: none;
  border: 2px solid #dcdcdc;
  color: #ff0000;
}

.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
  top: -1px;
  font-size: 14px;
}

.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-top: 20px;
  vertical-align: top;
}

.blog-comment-reply-popup .simpleCaptcha-container {
  padding: 5px 0 0;
}

.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
  display: inline-block;
  width: 100%;
}

.blog-post-details .blog-post-comment-panel .comment-item .content {
  font-size: 15px;
  line-height: 26px;
}

.blog-post-details .blog-post-comment-panel .comment-count-info-row {
  font-weight: 600;
}

.blog-comment-reply-popup .popup .body {
  background-color: #FFFFFF;
  padding: 20px 15px;
}

.loging-to-react.popup .body {
  min-height: 100%;
}

.loging-to-react.popup .body a {
  font-weight: 700;
  font-size: 19px;
  color: #000069;
}

.blog-comment-reply-popup .popup-bottom.footer {
  padding: 15px 15px 20px;
}

.blog-comment-reply-popup.popup .close-icon {
  background: url("/template/3b77056f/image/remove-icon.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center 5px;
}

.blog-comment-reply-popup.popup .close-icon::after {
  display: none;
}







.header{
  border-top: 6px solid #7753a3;
  background:url(/template/eacd4989/image/header-bg.png);
  background-repeat: repeat-x;
}

.header .nav-wrapper.horizontal .navigation-item a {
  text-decoration: none;
  padding: 0px 9px 0px 7px;
  padding-bottom: 0px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: rgba(0,0,0,.8);
  border-bottom: 2px solid transparent;
  transition: border .2s;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Helvetica Neue';
}

.header .nav-wrapper.horizontal .navigation-item a:hover {
  color: #633d92;
  border-bottom-color: #633d92;
}
.footer {
  color: #aaa;
  background-color: #333;
  border-top: 6px solid #8fb63e;
}
.widget-article.not-found {
  padding: 50px 0;
}
.widget-article.not-found h2 {
  font-size: 50px;
  color: #f00;
}
.widget-article.not-found h3 {
  margin-top: 6px;
  font-size: 24px;
}
.widget-pageHeading {
  background: white;
  padding-top: 0px;
}

.widget-pageHeading h1 {
  font-size: 40px;
  line-height: 50px;
  color: rgba(0,0,0,.8);
  position: relative;
  text-align: left;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.copyright-content .article-content {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
}
.copyright-content .article-content p {
  font-size: 16px!important;
  color: #aaa;
  font-family: sans-serif;
  margin: 0;
}
.copyright-content .article-content a{
  text-decoration:underline;
  color: #aaa;
  font-size: 16px;
  font-family: sans-serif;

}
.copyright-content .article-content a:hover{
  color: #aaa;
  text-decoration:none;
}
.fee .popup {
  padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
  margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
  max-width: 500px
}
.custom-form.contact-form-template  {
  max-width: 100%;
}
.custom-form.contact-form-template  input[type="text"],
.custom-form.contact-form-template  textarea,
.custom-form.contact-form-template  select{
  width:100%;
  background-color:#F5F5F7;
  border:none;
  border-radius:0;
  padding:3px 20px;
}
.custom-form.contact-form-template  input[type="text"],
.custom-form.contact-form-template  select{
  height:58px;
}
.custom-form.contact-form-template  textarea{
  height:159px;
  padding:10px 20px;
}
.custom-form.contact-form-template  .form-row.text {
  color:#000000;
  font-size:16px;
  line-height:25px;
  font-weight:normal;
  font-family: "Poppins", sans-serif;
}
.custom-form.contact-form-template .form-row label {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.custom-form.contact-form-template .form-row.radioButton > label {
  padding-top: 15px;
}
.custom-form.contact-form-template  .checkbox{
  padding-left: 0;
}
.custom-form.contact-form-template .checkbox label {
  max-width: 90%;
  padding-left: 25px;
}
.custom-form.contact-form-template .checkbox input {
  height: 17px;
  position: absolute;
}
.custom-form.contact-form-template .checkbox label::before {
  top: 0;
  margin: 0;
}
.custom-form.contact-form-template .radio-checkbox-row .radio:first-child {
  padding-left: 20px;
}
.custom-form.contact-form-template  .double-input-row .form-editor-single-input-row:first-child .textBox {
  padding-right: 8px;
}
.custom-form.contact-form-template .checkbox input[type="checkbox"]:checked + label::after {
  top: -3px;
  left: 20px;
}
.custom-form.contact-form-template .radio-checkbox-row .radio {
  padding-top: 2px;
}
.custom-form.contact-form-template select {
  margin-top: 10px;
}
.custom-form.contact-form-template .submit-button {
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  padding: 14px  60px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: normal;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto !important;
  min-width: 340px;
  box-shadow: none !important;
  position:relative;

}
.custom-form.contact-form-template .submit-button:after {
  content: url(/template/eacd4989/image/submit-arrow.png);
  margin-left:8px
}
.custom-form.contact-form-template  .submit-button:hover {
  background-color:#000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.custom-form.contact-form-template .form-row.textBox.supporters_email {
  margin-top: 0px;
}
.custom-form.contact-form-template .form-row.text p {
  padding: 0;
}
.custom-form.contact-form-template select {
  background: #f5f5f7 url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right ;
  background-position-x: 98%;
  -webkit-appearance: none;
  padding-right: 20px;
}
.custom-form.contact-form-template   ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(15,22,39,0.65);
  font-size:16px;
  font-weight:normal;
  font-family: "Poppins", sans-serif;
}
.custom-form.contact-form-template   ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(15,22,39,0.65);
  font-size:16px;
  font-weight:normal;
  font-family: "Poppins", sans-serif;
}
.custom-form.contact-form-template   :-ms-input-placeholder { /* IE 10+ */
  color: rgba(15,22,39,0.65);
  font-size:16px;
  font-weight:normal;
  font-family: "Poppins", sans-serif;
}
.custom-form.contact-form-template   :-moz-placeholder { /* Firefox 18- */
  color: rgba(15,22,39,0.65);
  font-size:16px;
  font-weight:normal;
  font-family: "Poppins", sans-serif;
}
#webcommander-page div.body .body-section:last-child  .spacer{
  height: auto !important;
}
.responsive.page-contact .body figure {
  margin: 0;
}
.custom-form.contact-form-template .form-row.btn-row label {
  display: none;
}
.custom-form.contact-form-template .form-row.btn-row {
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .responsive.page-contact .body .widget-container.v-split-container{
    width:100% !important;
  }
  .responsive.page-contact .page-content {
    padding: 15px;
  }
  .responsive .widget-snippet .header-button-group a{
    padding:16px 25px;
  }

}
@media screen and (max-width: 767px) {
  .responsive  .widget-snippet .phone-mobile-content {
    flex-direction: column;
  }
  .responsive .widget-snippet .phone-number {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .responsive .widget-snippet .phone-number a, .responsive .widget-snippet .email-number a {
    font-size: 17px;
    line-height: 23px;
    padding-left:26px;
    letter-spacing:-1px;
  }

  .responsive .widget-snippet .email-number a:before, .responsive .widget-snippet .phone-number a:before {
    font-size: 16px;
  }
  .responsive .custom-form.contact-form-template select {
    background-position-x: 95%;
  }
  .responsive .custom-form.contact-form-template .double-input-row .form-row {
    float: none;
    width: 100%;
    padding-right: 0 !important;
    padding-left:0 !important;
  }
  .responsive .custom-form.contact-form-template label {
    padding-right: 0;
  }
  .responsive .custom-form.contact-form-template  .double-input-row,
  .responsive .custom-form.contact-form-template  .triple-input-row {
    margin: 0;
  }
  .custom-form.contact-form-template .submit-button {
    min-width: 290px;
    margin: 0 auto;
    background-position: 180px center;
  }

  .custom-form.contact-form-template .form-row.btn-row {
    padding-top: 20px;
  }

  .responsive .widget-snippet .footer-navigation-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    display: block;
    text-align: center;
  }
  .responsive .widget-snippet .footer-navigation p{
    text-align: center;
  }
  .responsive  .footer-navigation-rightpart {
    padding-top: 15px;
  }
  .responsive .widget-snippet .header-button-group ul {
    justify-content: center;
    align-items: center;
  }
  .responsive .widget-snippet .header-button-group a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .text-content {
    margin-bottom: 0px;
  }
}
.widget-snippet .header-button-group ul li {
  list-style: none;
}
/*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% - 480px) !important;
  padding-right: calc(50% - 480px) !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;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
  display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
  left: auto;
  right: 0;
}
.widget-snippet .footer-location-content h5,
.widget-snippet .footer-contact-content h5 {
  margin-top: 0;
  padding: 0;
}
div.widget-snippet .footer-location-content p {
  margin: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
  margin: 0;
  padding: 0;
}