/*$Id$*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
/* custom css */

body {
    font-family: Quicksand, sans-serif !important;
    color: #23482A !important;
}
h1, h2, h3, h4, h5, span, zpform-label-container, .zpbutton.zpbutton-type-primary, button.zpbutton-type-primary, input[type=submit].zpbutton-type-primary, input[type=button].zpbutton-type-primary, .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a, .zpform-container h2, .zpform-container .zpbutton.zpbutton-type-secondary, [data-element-id="elm_bH4M9v4I6puRk4bEYrkT-Q"] .zpheading, .zphero-banner-style-08 .zpelem-text, .zshero-banner-style-08 .zpelem-text, .zpelem-text, .zshero-banner-style-01 .zpelem-text {
    font-family:  Quicksand, sans-serif !important;
}
h1, h2, h3, h4, h5 {
  color: #23482A !important;  
}
.zpheader-style .theme-header-topbar .theme-socialicon-parent {
    margin-left: auto;
    padding-left: 0;
    border-left: 0 none;
}

.theme-navigation-and-icons {
 
}

.theme-blog-category-tag-container ul li {
    list-style: none;
    font-size: 12px;
    float: left;
}
.theme-blog-category-tag-container ul {
    padding: 0px;
    margin: 0;
}
.theme-blog-category-tag-container ul li a{
    padding-left:4px; 
}
.theme-blog-container-column h3.theme-blog-heading {
    font-size: 18px;
}
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-heading, .theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author.theme-blog-heading-space {
    margin: 0 !important;
}
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container {
    background: #ffffff;
}
.blogs .zpcol-md-3 {
    margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
.cropped {
    width: 270px; 
    height: 163px;
}
.blogs .zpcol-md-3  {
    width: 25%;
}    
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.cropped {
    width: 270px; 
    height: 163px;
}   
.blogs .zpcol-md-3  {
    width: 29%;
}    
}

@media screen and (min-width: 768px)  and (max-width: 1020px){
.blogs .zpcol-md-3  {
    width: 33%;
    padding: 5px 0px 0px 10px;
} 
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container {
     height:auto !important;
     line-height: inherit !important;
}
.theme-blog-cover-img-container-inner.cropped img {
    height: 162px;
}
}
@media screen and (max-width: 479px) {
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container {
     margin-bottom: 5px;
     height:auto !important;
}
    
.blogs .zpcol-md-3  {
    width: 100%;
}    
}
.theme-single-post .theme-single-blog-heading {
    text-align: center;
}
.cropped {
    overflow: hidden;
}
/* Responsive Smartphone Landscape  */   
@media all and (max-width: 736px)  and (orientation: landscape) {  
    .blogs .zpcol-md-3  {

        
} 
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container {
     height:auto !important;
     line-height: inherit !important;
}
.theme-blog-cover-img-container-inner.cropped img {

    
}
    
    
}

/* custom css */


img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

:focus, :active,
.active {
  outline: 0 none; }

button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  line-height: 1.42857143;
  border: 0 none; }
  button:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
  button:active, button.active,
  input[type='submit']:active,
  input[type='submit'].active,
  input[type='reset']:active,
  input[type='reset'].active,
  input[type='button']:active,
  input[type='button'].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner,
  input[type='submit']::-moz-focus-inner,
  input[type='reset']::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

button.disabled, button[disabled],
button fieldset[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='submit'] fieldset[disabled],
input[type='reset'].disabled,
input[type='reset'][disabled],
input[type='reset'] fieldset[disabled],
input[type='button'].disabled,
input[type='button'][disabled],
input[type='button'] fieldset[disabled],
input.disabled,
input[disabled],
input fieldset[disabled],
textarea.disabled,
textarea[disabled],
textarea fieldset[disabled],
select.disabled,
select[disabled],
select fieldset[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

input,
textarea,
select {
  border: 1px solid #ccc;
  padding: 10px 5px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

textarea {
  resize: none;
  height: 110px;
  display: block; }

input[type='radio'],
input[type='file'],
input[type='checkbox'] {
  padding: 0;
  border: 0 none;
  width: auto; }

select {
  background: #fff;
  height: 39px;
  padding-right: 0; }

select[multiple] {
  height: 75px;
  padding: 10px 5px;
  padding-right: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

td, td {
  vertical-align: middle; }

noscript {
  height: 100%; }

.theme-header-topbar {
  padding: 13px 0;
  background: #FAFAFA;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #1D1D1D; }
  .theme-header-topbar .zpcontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-all; }
  .theme-header-topbar .theme-topbar-contact-info {
    padding-right: 15px;
    display: none; }
    @media all and (min-width: 992px) {
      .theme-header-topbar .theme-topbar-contact-info {
        padding-right: 0px;
        display: block; } }
    .theme-header-topbar .theme-topbar-contact-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0; }
      .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info {
        padding: 0;
        list-style: none; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a {
          color: #1D1D1D;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-transition: 0.15s linear;
          -moz-transition: 0.15s linear;
          -ms-transition: 0.15s linear;
          -o-transition: 0.15s linear;
          transition: 0.15s linear; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child {
          margin-left: 0; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child {
              padding-left: 13px;
              border-left: 1px dotted #6a6a6a;
              margin-left: 13px; } }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:only-child {
          border-left: 0 none;
          margin-left: 0;
          padding-left: 0; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
          margin-right: 0;
          display: block;
          line-height: 0; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
              margin-right: 10px; } }
          .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon svg {
            fill: currentColor;
            width: 13px;
            height: 13px; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
          margin-right: 15px; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
              margin-right: 5px; } }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon-text {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon-text {
              display: inline; } }
  .theme-header-topbar .theme-socialicon-parent {
    display: none;
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px dotted #6a6a6a; }
    @media all and (min-width: 992px) {
      .theme-header-topbar .theme-socialicon-parent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .theme-header-topbar .theme-socialicon-parent.theme-social-icon-space {
      border-left: 0 none;
      padding-left: 0;
      margin-left: 0; }
    .theme-header-topbar .theme-socialicon-parent ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .theme-header-topbar .theme-socialicon-parent ul li a {
        margin-left: 17px; }
        .theme-header-topbar .theme-socialicon-parent ul li a svg {
          width: 12px;
          height: 12px;
          margin: 4px 0 0;
          fill: #1D1D1D;
          -webkit-transition: 0.15s linear;
          -moz-transition: 0.15s linear;
          -ms-transition: 0.15s linear;
          -o-transition: 0.15s linear;
          transition: 0.15s linear; }
      .theme-header-topbar .theme-socialicon-parent ul li:first-child a {
        margin-left: 0; }
    .theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent {
      padding: 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent li {
        padding: 0;
        list-style: none; }
  .theme-header-topbar .theme-portal-login {
    margin-left: auto; }
    .theme-header-topbar .theme-portal-login .theme-portal-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content {
        float: left;
        text-transform: capitalize; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content {
          position: relative; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list {
            position: absolute;
            display: none;
            left: 0px;
            top: 100%;
            padding: 0px;
            margin: 0px;
            list-style: none;
            z-index: 285;
            padding-top: 12px;
            width: 100%; }
            .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li {
              min-width: 140px;
              list-style: none;
              padding: 0px;
              border-bottom: 1px dotted #E7E7E7;
              background: #FAFAFA;
              word-wrap: break-word;
              word-break: break-word; }
              .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li:last-child {
                border-bottom: 0 none; }
              .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li a {
                display: block;
                padding: 10px;
                color: #1D1D1D;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear; }
                .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li a:hover {
                  color: #472CDC; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content:hover .theme-username-dropdown-list {
            display: block; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content a.theme-user-name-dropdown {
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content a.theme-user-name-dropdown .theme-user-profile-down-arrow {
              display: block;
              height: 6px;
              width: 6px;
              border-right: 1px solid;
              border-top: 1px solid;
              background: transparent;
              -webkit-transform: rotate(135deg);
              -moz-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              -o-transform: rotate(135deg);
              transform: rotate(135deg);
              margin-left: 10px;
              margin-top: -1px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
          color: #1D1D1D;
          font-size: 13px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:first-child {
          padding-right: 10px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:last-child {
          padding-left: 10px;
          border-left: 1px dotted #6a6a6a; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:only-child {
          border-left: 0 none; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a .theme-portal-username {
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap; }
  .theme-header-topbar.theme-header-topbar-responsive {
    display: block; }
    @media all and (min-width: 992px) {
      .theme-header-topbar.theme-header-topbar-responsive {
        display: none; } }
    .theme-header-topbar.theme-header-topbar-responsive.theme-hide-responsive-topbar {
      display: none; }

.theme-header {
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px; }
  @media all and (min-width: 992px) {
    .theme-header {
      padding: 0; } }
  .theme-header .zpcontainer {
    padding: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        padding: 15px 15px; } }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto; } }
    @media only screen and (min-width: 1200px) {
      .theme-header .zpcontainer {
        position: relative;
        padding: 32px 15px; } }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start; } }
    .theme-header .zpcontainer .theme-branding-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      -o-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-right: auto;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      min-width: 1%;
      padding: 20px 0; }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-branding-info {
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          -o-flex-wrap: nowrap;
          flex-wrap: nowrap;
          padding: 0;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        min-width: 1%;
        width: 100%; }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
            display: block;
            margin-top: 0px;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; } }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-branding-info .theme-menu-area-res {
          margin-left: 0; } }
      .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
        padding-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        min-width: 1%; }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
            height: 100%;
            padding-top: 0;
            -webkit-flex: 1 0 auto;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            -o-flex: 1 0 auto;
            flex: 1 0 auto;
            padding-right: 15px; } }
        @media only screen and (min-width: 1200px) {
          .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a {
            height: auto;
            line-height: normal;
            max-width: none; } }
        .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
          max-width: 500px;
          max-height: 500px; }
        .theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name {
        color: #1D1D1D;
        font-size: 24px;
        font-family: 'Noto Sans', sans-serif; }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name.theme-disable-sitename-mobile {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name.theme-disable-sitename-mobile {
              display: block; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption {
        color: #373737;
        font-family: 'Noto Sans', sans-serif;
        font-size: 15px; }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption.theme-disable-sitecaption-mobile {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption.theme-disable-sitecaption-mobile {
              display: block; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name,
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption {
        line-height: normal;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-transition: 0.15s linear;
        -moz-transition: 0.15s linear;
        -ms-transition: 0.15s linear;
        -o-transition: 0.15s linear;
        transition: 0.15s linear; }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space {
        margin-top: 15px; }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space {
            margin-top: 0px; } }
    .theme-header .zpcontainer .theme-navigation-and-icons {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end; }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-navigation-and-icons {
          min-width: 1%; } }

.zpheader-style {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  position: relative; }
  .zpheader-style.theme-header-fixed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .zpheader-style.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a {
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear; }
  .zpheader-style .theme-header .zpcontainer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .zpheader-style .theme-header .zpcontainer .theme-branding-info {
      padding-right: 15px; }
  @media all and (min-width: 992px) {
    .zpheader-style .theme-navigation-and-icons {
      -webkit-flex: 1 0 1%;
      -moz-flex: 1 0 1%;
      -ms-flex: 1 0 1%;
      -o-flex: 1 0 1%;
      flex: 1 0 1%; } }

@media all and (max-width: 768px) {
  .theme-checkout-topbar {
    display: none; } }
@media all and (max-width: 992px) {
  .theme-header {
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0; }
    .theme-header .zpcontainer {
      width: 80%;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -o-flex: 1 0 auto;
      flex: 1 0 auto; }
    .theme-header .theme-responsive-menu-area.zpcontainer {
      -webkit-flex: 0 1 0;
      -moz-flex: 0 1 0;
      -ms-flex: 0 1 0;
      -o-flex: 0 1 0;
      flex: 0 1 0; } }
@media all and (max-width: 768px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-height: 35vh;
    max-width: 75vw; }
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
      height: auto !important;
      width: auto !important; }

  .zpheader-style.theme-mobile-header-fixed {
    position: fixed;
    top: 0px;
    z-index: 250;
    right: 0px;
    width: 100%; } }
.theme-navigation-and-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch; }
  @media all and (min-width: 992px) {
    .theme-navigation-and-icons {
      -webkit-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      -o-flex: 1 0 0px;
      flex: 1 0 0px;
      max-width: 100%;
      margin-left: auto; } }
  .theme-navigation-and-icons .theme-menu-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media all and (min-width: 768px) {
      .theme-navigation-and-icons .theme-menu-area {
        width: auto;
        width: 100%;
        -webkit-flex: 1 0 0px;
        -moz-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
        -o-flex: 1 0 0px;
        flex: 1 0 0px; } }
    @media all and (min-width: 992px) {
      .theme-navigation-and-icons .theme-menu-area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .theme-navigation-and-icons .theme-menu-area .theme-menu {
      width: 100%;
      background: #ffffff;
      position: absolute;
      left: 0;
      top: 100%;
      height: auto;
      overflow: hidden;
      z-index: 280;
      border-top: 3px solid #23482A;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      visibility: hidden; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu.theme-change-zindex {
        z-index: auto; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
        border: 1px solid #23482A;
        border-radius: 100%;
        height: 20px;
        position: absolute;
        right: 13px;
        top: 20px;
        width: 20px;
        display: block; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
            display: none; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu:before,
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu:after {
        background-color: #1D1D1D;
        content: " ";
        height: 12px;
        left: 8px;
        position: absolute;
        top: 3px;
        width: 2px; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      @media all and (min-width: 992px) {
        .theme-navigation-and-icons .theme-menu-area .theme-menu {
          position: static;
          background: none;
          width: auto;
          max-width: 100%;
          -webkit-flex: 1 0 0px;
          -moz-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
          -o-flex: 1 0 0px;
          flex: 1 0 0px;
          padding-top: 0;
          visibility: visible;
          height: 100%;
          overflow: visible;
          border-top: none;
          -webkit-box-shadow: 0 0 0 transparent;
          -moz-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
        cursor: pointer;
        display: inline;
        position: absolute;
        right: 10px;
        text-align: center;
        line-height: 0;
        top: 50%;
        height: 25px;
        width: 25px;
        background: whitesmoke;
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%); }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
            margin-left: 5px;
            position: static;
            -webkit-transform: translate(0px, 0px);
            -moz-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            background: transparent; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow {
          border: 0 none;
          width: 35px;
          height: 80%;
          background: transparent; }
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
            display: block;
            height: 6px;
            width: 6px;
            border-right: 1px solid;
            border-top: 1px solid;
            background: transparent;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: 10px;
            content: "";
            left: 5px;
            top: 40%;
            position: absolute; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow {
            display: block;
            height: 6px;
            width: 6px;
            border-right: 1px solid;
            border-top: 1px solid;
            background: transparent;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: 10px;
            padding-left: 5px; } }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow:after {
            display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 50%; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
              display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow {
          -webkit-transform: rotate(45deg) translate(0, -50%);
          -moz-transform: rotate(45deg) translate(0, -50%);
          -ms-transform: rotate(45deg) translate(0, -50%);
          -o-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
          margin-left: auto; }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-responsive-menu {
          display: inline; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-responsive-menu {
              display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-non-responsive-menu {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-non-responsive-menu {
              display: block; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-li-menu {
        display: none; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
        overflow: auto;
        padding: 0; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
            max-height: none;
            overflow: visible;
            text-align: right;
            padding-left: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 100%;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            -o-justify-content: flex-end;
            justify-content: flex-end; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
          position: relative;
          padding: 0px 0px 0px 0px;
          list-style: none;
          border-bottom: 1px solid rgba(231, 231, 231, 0.4);
          word-break: break-word;
          word-wrap: break-word; }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:last-of-type {
            border-bottom: none; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:first-of-type {
              margin-left: 0; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
              padding: 0px 0px;
              border-bottom: 0 none; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            position: relative;
            color: #1D1D1D;
            font-weight: normal;
            padding: 14px 20px;
            padding-right: 48px;
            -webkit-transition: 0.15s linear;
            -moz-transition: 0.15s linear;
            -ms-transition: 0.15s linear;
            -o-transition: 0.15s linear;
            transition: 0.15s linear;
            -webkit-text-size-adjust: 100%; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
                padding: 0;
                border-bottom: none;
                position: relative;
                height: 100%;
                padding: 8px 16px;
                border-radius: 3px;
                line-height: 1;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                color: #1D1D1D;
                font-family: 'Noto Sans', sans-serif;
                font-size: 18px;
                -webkit-text-size-adjust: auto; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
            color: #ff0000; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
                background: transparent;
                color: #ff0000; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
              margin-left: 25px; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
            position: static;
            background: none;
            position: static;
            padding-bottom: 0;
            display: none;
            padding-right: 0;
            max-height: none;
            background-color: #FAFAFA; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
                position: absolute;
                left: 0;
                display: none;
                background: none;
                z-index: 280;
                padding-top: 43px;
                top: 100%; }
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul.theme-sub-menu-position-change {
                  left: auto;
                  padding-left: 0px;
                  min-width: 228px;
                  padding-right: 3px;
                  right: 0px; }
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul.theme-sub-menu-position-change > li {
                    min-width: 0px; } }
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
              margin-left: 0;
              text-align: left;
              word-break: break-word;
              word-wrap: break-word;
              padding-right: 0px; }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:first-child {
                border-top: 1px solid rgba(231, 231, 231, 0.4); }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
                  min-width: 228px;
                  width: 100%;
                  margin-top: 0;
                  background: #ffffff;
                  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
                  border-bottom: 1px solid rgba(231, 231, 231, 0.4); } }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:first-of-type {
                  border-top: 3px solid #23482A; } }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
                padding: 14px 0px 14px 20px;
                display: block;
                padding-right: 48px;
                font-family: 'Noto Sans', sans-serif;
                font-size: 17px;
                position: relative;
                border-radius: 3px;
                font-weight: normal;
                -webkit-text-size-adjust: 100%;
                line-height: normal; }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
                    color: #1D1D1D;
                    width: 100%;
                    text-transform: none;
                    padding: 14px 20px;
                    -webkit-text-size-adjust: auto; } }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a .theme-sub-li-menu {
                    right: 10px;
                    margin-left: auto;
                    position: absolute;
                    top: 50%; } }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a, .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li.theme-menu-selected > a {
                background: none; }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a, .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li.theme-menu-selected > a {
                    color: #ff0000; } }
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
              top: 0;
              left: 100%;
              padding-top: 0;
              padding-left: 0; }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
                  padding-left: 3px; } }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul.theme-sub-menu-position-change {
                left: -100%;
                padding-left: 0px; }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul li {
                padding-left: 20px; }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul li {
                    padding-left: 0px; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
            background: none; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
                background: transparent;
                color: #ff0000; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul {
              display: block !important; } }

.theme-responsive-menu-area.zpcontainer {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center; }
  @media all and (min-width: 992px) {
    .theme-responsive-menu-area.zpcontainer {
      display: none; } }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
    cursor: pointer;
    height: 20px;
    width: 23px;
    margin: 0 auto;
    position: relative;
    margin-top: -13px; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon {
      display: block;
      width: 100%;
      height: 2px;
      background: #23482A;
      position: relative;
      margin-top: 15px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
        background: #23482A;
        content: "";
        height: 3px;
        left: 0;
        margin-bottom: 5px;
        position: absolute;
        top: 8px;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -ms-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        transition: 0.3s linear; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
        top: 16px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon {
        background: transparent; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 10px; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 10px; }
    @media all and (min-width: 992px) {
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
        display: none; } }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent {
    -webkit-flex: 1 1 0px;
    -moz-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -o-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 22px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li {
      padding: 0;
      margin-left: 0px;
      border-bottom: 0 none; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li a {
        padding: 0; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li a svg {
          height: 14px;
          width: 14px;
          fill: #1D1D1D;
          margin-right: 10px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li:last-child a svg {
        margin-right: 10px; }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu > ul {
    border-bottom: 1px solid #dddddd; }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-left: auto; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li {
        padding: 0px;
        margin-left: 0px;
        margin-right: 20px; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a {
          padding-left: 0px;
          padding-right: 0px; }
          .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a svg {
            height: 14px;
            width: 14px;
            fill: #1D1D1D; }
          .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a .theme-topbar-info-icon-text {
            display: none; }
            @media all and (min-width: 992px) {
              .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a .theme-topbar-info-icon-text {
                display: inline; } }
.theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu.theme-toggle-animate {
  visibility: visible;
  max-height: 50vh;
  overflow: auto; }
@-webkit-keyframes toggleAnimate {
  from {
    max-height: 0; } }
@-moz-keyframes toggleAnimate {
  from {
    max-height: 0; } }
@-ms-keyframes toggleAnimate {
  from {
    max-height: 0; } }
@-o-keyframes toggleAnimate {
  from {
    max-height: 0; } }
@keyframes toggleAnimate {
  from {
    max-height: 0; } }
.theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu.theme-toggle-animate-end {
  max-height: 0; }
@-webkit-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }
@-moz-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }
@-ms-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }
@-o-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }
@keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }
body.theme-body-overflowhidden {
  overflow: hidden; }

.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type=submit].zpbutton-type-primary,
input[type=button].zpbutton-type-primary {
  background: #23482A;
  color: #ffffff; }
  .zpbutton.zpbutton-type-primary.zpbutton-outline,
  button.zpbutton-type-primary.zpbutton-outline,
  input[type=submit].zpbutton-type-primary.zpbutton-outline,
  input[type=button].zpbutton-type-primary.zpbutton-outline {
    background: transparent;
    border-color: #472CDC;
    color: #472CDC; }
    .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    input[type=submit].zpbutton-type-primary.zpbutton-outline.disabled:hover,
    input[type=button].zpbutton-type-primary.zpbutton-outline.disabled:hover {
      background: transparent;
      color: #23482A; }
  .zpbutton.zpbutton-type-primary:hover,
  button.zpbutton-type-primary:hover,
  input[type=submit].zpbutton-type-primary:hover,
  input[type=button].zpbutton-type-primary:hover {
    background: #23482A;
    color: #ffffff; }
  .zpbutton.zpbutton-type-primary.disabled:hover,
  button.zpbutton-type-primary.disabled:hover,
  input[type=submit].zpbutton-type-primary.disabled:hover,
  input[type=button].zpbutton-type-primary.disabled:hover {
    background: #23482A;
    color: #ffffff; }
.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type=submit].zpbutton-type-secondary,
input[type=button].zpbutton-type-secondary {
  background: #1D1D1D;
  color: #ffffff; }
  .zpbutton.zpbutton-type-secondary.zpbutton-outline,
  button.zpbutton-type-secondary.zpbutton-outline,
  input[type=submit].zpbutton-type-secondary.zpbutton-outline,
  input[type=button].zpbutton-type-secondary.zpbutton-outline {
    background: transparent;
    border-color: #1D1D1D;
    color: #1D1D1D; }
    .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    input[type=submit].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    input[type=button].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
      background: transparent;
      color: #1D1D1D; }
  .zpbutton.zpbutton-type-secondary:hover,
  button.zpbutton-type-secondary:hover,
  input[type=submit].zpbutton-type-secondary:hover,
  input[type=button].zpbutton-type-secondary:hover {
    background: #040404;
    color: #ffffff; }
  .zpbutton.zpbutton-type-secondary.disabled:hover,
  button.zpbutton-type-secondary.disabled:hover,
  input[type=submit].zpbutton-type-secondary.disabled:hover,
  input[type=button].zpbutton-type-secondary.disabled:hover {
    background: #1D1D1D;
    color: #ffffff; }
.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type=submit].zpbutton-type-link,
input[type=button].zpbutton-type-link {
  background: transparent;
  color: #472CDC;
  padding-left: 0;
  padding-right: 0; }
  .zpbutton.zpbutton-type-link.disabled:hover,
  button.zpbutton-type-link.disabled:hover,
  input[type=submit].zpbutton-type-link.disabled:hover,
  input[type=button].zpbutton-type-link.disabled:hover {
    background: transparent;
    color: #472CDC; }
  .zpbutton.zpbutton-type-link:hover,
  button.zpbutton-type-link:hover,
  input[type=submit].zpbutton-type-link:hover,
  input[type=button].zpbutton-type-link:hover {
    color: #361eb7; }

.zpdark-section .zpbutton.zpbutton-type-primary,
.zpdark-section button.zpbutton-type-primary,
.zpdark-section input[type=submit].zpbutton-type-primary,
.zpdark-section input[type=button].zpbutton-type-primary {
  background: #ffffff;
  color: #23482A; }
  .zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline,
  .zpdark-section button.zpbutton-type-primary.zpbutton-outline,
  .zpdark-section input[type=submit].zpbutton-type-primary.zpbutton-outline,
  .zpdark-section input[type=button].zpbutton-type-primary.zpbutton-outline {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    .zpdark-section button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    .zpdark-section input[type=submit].zpbutton-type-primary.zpbutton-outline.disabled:hover,
    .zpdark-section input[type=button].zpbutton-type-primary.zpbutton-outline.disabled:hover {
      background: transparent;
      color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-primary:hover,
  .zpdark-section button.zpbutton-type-primary:hover,
  .zpdark-section input[type=submit].zpbutton-type-primary:hover,
  .zpdark-section input[type=button].zpbutton-type-primary:hover {
    background: #e6e6e6;
    color: #472CDC; }
  .zpdark-section .zpbutton.zpbutton-type-primary.disabled:hover,
  .zpdark-section button.zpbutton-type-primary.disabled:hover,
  .zpdark-section input[type=submit].zpbutton-type-primary.disabled:hover,
  .zpdark-section input[type=button].zpbutton-type-primary.disabled:hover {
    background: #ffffff;
    color: #472CDC; }
.zpdark-section .zpbutton.zpbutton-type-secondary,
.zpdark-section button.zpbutton-type-secondary,
.zpdark-section input[type=submit].zpbutton-type-secondary,
.zpdark-section input[type=button].zpbutton-type-secondary {
  background: #1D1D1D;
  color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline,
  .zpdark-section button.zpbutton-type-secondary.zpbutton-outline,
  .zpdark-section input[type=submit].zpbutton-type-secondary.zpbutton-outline,
  .zpdark-section input[type=button].zpbutton-type-secondary.zpbutton-outline {
    background: transparent;
    border-color: #1D1D1D;
    color: #1D1D1D; }
    .zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    .zpdark-section button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    .zpdark-section input[type=submit].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    .zpdark-section input[type=button].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
      background: transparent;
      color: #1D1D1D; }
  .zpdark-section .zpbutton.zpbutton-type-secondary:hover,
  .zpdark-section button.zpbutton-type-secondary:hover,
  .zpdark-section input[type=submit].zpbutton-type-secondary:hover,
  .zpdark-section input[type=button].zpbutton-type-secondary:hover {
    background: #040404;
    color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-secondary.disabled:hover,
  .zpdark-section button.zpbutton-type-secondary.disabled:hover,
  .zpdark-section input[type=submit].zpbutton-type-secondary.disabled:hover,
  .zpdark-section input[type=button].zpbutton-type-secondary.disabled:hover {
    background: #1D1D1D;
    color: #ffffff; }
.zpdark-section .zpbutton.zpbutton-type-link,
.zpdark-section button.zpbutton-type-link,
.zpdark-section input[type=submit].zpbutton-type-link,
.zpdark-section input[type=button].zpbutton-type-link {
  background: transparent;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0; }
  .zpdark-section .zpbutton.zpbutton-type-link.disabled:hover,
  .zpdark-section button.zpbutton-type-link.disabled:hover,
  .zpdark-section input[type=submit].zpbutton-type-link.disabled:hover,
  .zpdark-section input[type=button].zpbutton-type-link.disabled:hover {
    background: transparent;
    color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-link:hover,
  .zpdark-section button.zpbutton-type-link:hover,
  .zpdark-section input[type=submit].zpbutton-type-link:hover,
  .zpdark-section input[type=button].zpbutton-type-link:hover {
    color: #e6e6e6; }

body {
  color: #1D1D1D;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8; }

body .zpdark-section {
  color: #ffffff; }

a {
  color: #ff0000; }
  a:hover {
    color: #ff0000; }

.zpdark-section a {
  color: #ff0000; }
  .zpdark-section a:hover {
    color: #ff0000; }

h1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h1:before, h1:after {
    background: #1D1D1D; }

h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h2:before, h2:after {
    background: #1D1D1D; }

h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h3:before, h3:after {
    background: #1D1D1D; }

h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h4:before, h4:after {
    background: #1D1D1D; }

h5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h5:before, h5:after {
    background: #1D1D1D; }

h6 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #23482A; }
  h6:before, h6:after {
    background: #1D1D1D; }

.zpdark-section h1 {
  color: #23482A; }
  .zpdark-section h1:before, .zpdark-section h1:after {
    background: #ffffff; }

.zpdark-section h2 {
  color: #23482A; }
  .zpdark-section h2:before, .zpdark-section h2:after {
    background: #ffffff; }

.zpdark-section h3 {
  color: #23482A; }
  .zpdark-section h3:before, .zpdark-section h3:after {
    background: #ffffff; }

.zpdark-section h4 {
  color: #23482A; }
  .zpdark-section h4:before, .zpdark-section h4:after {
    background: #ffffff; }

.zpdark-section h5 {
  color: #23482A; }
  .zpdark-section h5:before, .zpdark-section h5:after {
    background: #ffffff; }

.zpdark-section h6 {
  color: #23482A; }
  .zpdark-section h6:before, .zpdark-section h6:after {
    background: #ffffff; }

.zpdivider-container .zpdivider-common:after, .zpdivider-container .zpdivider-common:before {
  border-color: #E7E7E7; }
.zpdivider-container.zpdivider-icon.zpdivider-style-border .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-circle .zpdivider-common {
  border-color: #E7E7E7; }
.zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common {
  background: #472CDC; }
  .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common svg, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common svg, .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common svg {
    fill: #ffffff; }
.zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #472CDC; }
.zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common {
  border-color: #E7E7E7; }
.zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
  background: #472CDC;
  color: #ffffff; }
.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #472CDC; }

.zpdark-section .zpdivider-container .zpdivider-common:after, .zpdark-section .zpdivider-container .zpdivider-common:before {
  border-color: rgba(255, 255, 255, 0.7); }
.zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-border .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle .zpdivider-common {
  border-color: rgba(255, 255, 255, 0.7); }
.zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common {
  background: #ffffff; }
  .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common svg, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common svg, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common svg {
    fill: #472CDC; }
.zpdark-section .zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #ffffff; }
.zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common {
  border-color: rgba(255, 255, 255, 0.7); }
.zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
  background: #ffffff;
  color: #472CDC; }
.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #ffffff; }

.zpicon-common svg {
  fill: #472CDC; }
.zpicon-common.zpicon-style-bgfill, .zpicon-common.zpicon-style-circle-fill, .zpicon-common.zpicon-style-roundcorner-fill {
  background: #472CDC; }
  .zpicon-common.zpicon-style-bgfill svg, .zpicon-common.zpicon-style-circle-fill svg, .zpicon-common.zpicon-style-roundcorner-fill svg {
    fill: #ffffff; }
.zpicon-common.zpicon-style-border, .zpicon-common.zpicon-style-circle, .zpicon-common.zpicon-style-roundcorner {
  border-color: #E7E7E7; }

.zpdark-section .zpicon-common svg {
  fill: #ffffff; }
.zpdark-section .zpicon-common.zpicon-style-bgfill, .zpdark-section .zpicon-common.zpicon-style-circle-fill, .zpdark-section .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff; }
  .zpdark-section .zpicon-common.zpicon-style-bgfill svg, .zpdark-section .zpicon-common.zpicon-style-circle-fill svg, .zpdark-section .zpicon-common.zpicon-style-roundcorner-fill svg {
    fill: #472CDC; }
.zpdark-section .zpicon-common.zpicon-style-border, .zpdark-section .zpicon-common.zpicon-style-circle, .zpdark-section .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff; }

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  border-color: transparent;
  background: #ffffff;
  color: #1D1D1D; }
  @media all and (min-width: 768px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
      border-color: #E7E7E7; } }
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover {
    background: #472CDC;
    color: #ffffff;
    border-color: #472CDC; }
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  border-color: #E7E7E7;
  background: #ffffff; }
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  background: transparent;
  border-color: transparent; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
  color: #1D1D1D;
  background: #ffffff; }
  @media all and (min-width: 768px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
      background: transparent; } }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
    background: #472CDC;
    color: #ffffff; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
      color: #ffffff; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
    color: #472CDC; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #472CDC; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #1D1D1D;
  border-bottom-color: #1D1D1D; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
    color: #472CDC;
    border-color: #472CDC; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
      background: #472CDC; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
    color: #472CDC; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #472CDC; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #1D1D1D;
  border-bottom-color: #1D1D1D; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
    color: #472CDC;
    border-color: #472CDC; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
      border-top-color: #472CDC; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
    color: #472CDC; }
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #472CDC; }

.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff; }
  @media all and (min-width: 768px) {
    .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
      border-color: rgba(255, 255, 255, 0.25); } }
  .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover {
    background: #ffffff;
    color: #1D1D1D;
    border-color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15); }
.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  background: transparent;
  border-color: transparent; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25); }
  @media all and (min-width: 768px) {
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
      background: transparent; } }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
    background: #ffffff;
    color: #1D1D1D; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
      color: #1D1D1D; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
    color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
    color: #ffffff;
    border-color: #ffffff; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
      background: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
    color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
    color: #ffffff;
    border-color: #ffffff; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
      border-top-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
    color: #ffffff; }
.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #ffffff; }

.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right {
  background: #ebebeb; }
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover {
    background: #ebebeb; }
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg {
  fill: #1D1D1D; }
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg {
  fill: rgba(29, 29, 29, 0.8); }
.zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller {
  background: transparent;
  border-color: #c1c1c1; }
  .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller.zpcarousel-controller-active {
    background: #c1c1c1;
    border-color: #c1c1c1; }

.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right {
  background: #ffffff; }
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover {
    background: #ffffff; }
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg {
  fill: #1D1D1D; }
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg {
  fill: rgba(255, 255, 255, 0.8); }
.zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller {
  background: transparent;
  border-color: white; }
  .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller.zpcarousel-controller-active {
    background: white;
    border-color: white; }

.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border-width: 1px;
  border-style: solid; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    border-bottom-width: 2px; }
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border-width: 1px;
  border-style: solid;
  border-bottom: 0px; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.24); }
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border: 0px !important; }

.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: #ffffff;
  color: #1D1D1D;
  margin-bottom: 0;
  border-color: #E7E7E7; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    background: #ffffff;
    color: #1D1D1D;
    border-bottom-color: #472CDC; }
  @media all and (min-width: 992px) {
    .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
      background: #ffffff;
      color: #1D1D1D; } }
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  background: #ffffff;
  border-top-color: transparent; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-color: #E7E7E7; }
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #1D1D1D;
  border-color: #E7E7E7; }
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
    color: #1D1D1D; }
  @media all and (min-width: 992px) {
    .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
      color: #1D1D1D; } }
.zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
  border-color: #E7E7E7; }

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0.25); }
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    background: #ffffff;
    color: #1D1D1D;
    border-bottom-color: #ffffff; }
  @media all and (min-width: 992px) {
    .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
      background: #ffffff;
      color: #1D1D1D; } }
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  border-top-color: transparent; }
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25); }
  .zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
    color: #ffffff; }
  @media all and (min-width: 992px) {
    .zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
      color: #ffffff; } }
.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
  border-color: rgba(255, 255, 255, 0.25); }

.zpform-container input[type='text'],
.zpform-container input[type='email'],
.zpform-container input[type='date'],
.zpform-container input[type="file"],
.zpform-container textarea,
.zpform-container select {
  background: #ffffff;
  border-color: #E7E7E7;
  color: #1D1D1D; }
.zpform-container input[type="file"] {
  background: transparent; }
.zpform-container input::-webkit-input-placeholder,
.zpform-container textarea::-webkit-input-placeholder,
.zpform-container select::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.5); }
.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: rgba(29, 29, 29, 0.5); }
.zpform-container input:-ms-input-placeholder,
.zpform-container textarea:-ms-input-placeholder,
.zpform-container select:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.5); }
.zpform-container .zpform-errormsg,
.zpform-container .zpform-common-errormsg {
  color: #FF4949; }
.zpform-container .zpform-common-successmsg {
  color: #13CE66; }
.zpform-container .zpform-mandatory:after {
  color: #FF4949; }

.zpdark-section .zpform-container input[type='text'],
.zpdark-section .zpform-container input[type='email'],
.zpdark-section .zpform-container input[type='date'],
.zpdark-section .zpform-container input[type="file"],
.zpdark-section .zpform-container textarea,
.zpdark-section .zpform-container select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff; }
.zpdark-section .zpform-container input[type="file"] {
  background: transparent; }
.zpdark-section .zpform-container input::-webkit-input-placeholder,
.zpdark-section .zpform-container textarea::-webkit-input-placeholder,
.zpdark-section .zpform-container select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }
.zpdark-section .zpform-container input::-moz-placeholder,
.zpdark-section .zpform-container textarea::-moz-placeholder,
.zpdark-section .zpform-container select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }
.zpdark-section .zpform-container input:-ms-input-placeholder,
.zpdark-section .zpform-container textarea:-ms-input-placeholder,
.zpdark-section .zpform-container select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }
.zpdark-section .zpform-container .zpform-errormsg,
.zpdark-section .zpform-container .zpform-common-errormsg {
  color: #ffffff; }
.zpdark-section .zpform-container .zpform-common-successmsg {
  color: #ffffff; }
.zpdark-section .zpform-container .zpform-mandatory:after {
  color: #ffffff; }

.zpimage-container[class*='zpimage-overlay-effect-'] figure figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure figcaption {
  background: rgba(71, 44, 220, 0.8);
  color: #ffffff; }
.zpimage-container[class*='zpimage-overlay-effect-'] figure:hover figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure:hover figcaption {
  background: rgba(71, 44, 220, 0.8);
  color: #ffffff; }
.zpimage-container[class*='zpimage-overlay-effect-static-'] figure figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-static-'] figure figcaption {
  background: rgba(71, 44, 220, 0.8);
  color: #ffffff; }

.hb-grid-gallery[class*='zpimage-overlay-effect-hv-'] figure:hover figcaption {
  background: rgba(71, 44, 220, 0.8);
  color: #ffffff; }

[data-caption_style="hv-3"] figcaption, .hv-3 figcaption {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(109, 88, 227, 0.8) 80%); }

.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-'] figure figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure figcaption {
  background: rgba(29, 29, 29, 0.5);
  color: #ffffff; }
.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-'] figure:hover figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure:hover figcaption {
  background: rgba(29, 29, 29, 0.5);
  color: #ffffff; }
.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-static-'] figure figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-static-'] figure figcaption {
  background: rgba(29, 29, 29, 0.5);
  color: #ffffff; }

.zpdark-section .hb-grid-gallery[class*='zpimage-overlay-effect-hv-'] figure:hover figcaption {
  background: rgba(29, 29, 29, 0.5);
  color: #ffffff; }

.zpdark-section [data-caption_style="hv-3"] figcaption, .hv-3 figcaption {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(55, 55, 55, 0.5) 80%); }

.zplight-section .zptable.zptable-header-light table tr th {
  background: whitesmoke; }

.zptable table {
  border-color: #E7E7E7; }
  .zptable table td, .zptable table th {
    border-bottom-color: #E7E7E7;
    border-right-color: #E7E7E7;
    color: #1D1D1D; }
  .zptable table td {
    color: #1D1D1D; }
.zptable.zptable-header-dark table tr th {
  background: #1D1D1D;
  color: #ffffff;
  border-right-color: #373737;
  border-bottom-color: #373737; }
.zptable.zptable-header-light table tr th {
  background: #FAFAFA;
  color: #1D1D1D;
  border-right-color: #E7E7E7;
  border-bottom-color: #E7E7E7; }
.zptable.zptable-header-transparent table tr th {
  color: #1D1D1D;
  border-right-color: #E7E7E7;
  border-bottom-color: #E7E7E7; }

.zpdark-section .zptable table {
  border-color: rgba(231, 231, 231, 0.6); }
  .zpdark-section .zptable table td, .zpdark-section .zptable table th {
    border-bottom-color: rgba(231, 231, 231, 0.6);
    border-right-color: rgba(231, 231, 231, 0.6);
    color: #ffffff; }
  .zpdark-section .zptable table td {
    color: #ffffff; }
.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #1D1D1D;
  color: #ffffff;
  border-right-color: #373737;
  border-bottom-color: #373737; }
.zpdark-section .zptable.zptable-header-light table tr th {
  background: #FAFAFA;
  color: #1D1D1D;
  border-right-color: rgba(231, 231, 231, 0.6);
  border-bottom-color: rgba(231, 231, 231, 0.6); }
.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-right-color: rgba(231, 231, 231, 0.6);
  border-bottom-color: rgba(231, 231, 231, 0.6); }

.zpdark-section-bg {
  background-color: #23482A; }

.zplight-section-bg {
  background-color: #FAFAFA; }

.theme-footer-area {
  background-color: #1D1D1D; }

/*# sourceMappingURL=style.css.map */
