@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

:root {
  --text-color: #242424;
  --border-yellow: #ffc000;
  --text-blue: #367fc1;
  --bg-dark-blue: #04153b;
  --bg-ligh-blue: #0592c6;
  --text-blue-secondary: #213b55;
  --bg-blue-secondary: #EBF3F9;
  --secondary-blue: #0078C8;
  --primary-cyan: #21BCB1;
  --bg-footer: #0D2548;
  --text-secondary: #2C2C2C;
  --clutch-footer: #13262F;
  --blue-line: #00A6DE;
  --service-bg: #C1DFF4;
}

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

.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  border: 0 none;
  line-height: 1.42857143;
  letter-spacing: normal;
}

.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 {
  border: 1px solid;
}

.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  border: 0 none;
  line-height: 1.42857143;
  letter-spacing: normal;
}

.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 {
  border: 1px solid;
}

.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.42857143;
  letter-spacing: normal;
}

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

.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  background: #1657a4;
  color: #ffffff;
  border-color: transparent;
}

.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;
  color: #1657a4;
  border-color: #1657a4;
}

.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: #ffffff;
  border-color: #1657a4;
}

.zpbutton.zpbutton-type-primary.zpbutton-outline:hover,
button.zpbutton-type-primary.zpbutton-outline:hover,
input[type="submit"].zpbutton-type-primary.zpbutton-outline:hover,
input[type="button"].zpbutton-type-primary.zpbutton-outline:hover {
  background: #1657a4;
  color: #ffffff;
  border-color: #1657a4;
}

.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: #103f77;
  color: #ffffff;
  border-color: transparent;
}

.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: #103f77;
  color: #ffffff;
}

.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  background: #101010;
  color: #ffffff;
  border-color: transparent;
}

.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;
  color: #101010;
  border-color: #101010;
}

.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: #ffffff;
  border-color: #101010;
}

.zpbutton.zpbutton-type-secondary.zpbutton-outline:hover,
button.zpbutton-type-secondary.zpbutton-outline:hover,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline:hover,
input[type="button"].zpbutton-type-secondary.zpbutton-outline:hover {
  background: black;
  color: #ffffff;
  border-color: #101010;
}

.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: black;
  color: #ffffff;
  border-color: transparent;
}

.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: black;
  color: #ffffff;
}

.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  color: #1657a4;
}

.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: #103f77;
}

.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: #103f77;
}

.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: #1657a4;
  border-color: transparent;
}

.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;
  color: #ffffff;
  border-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: #1657a4;
  border-color: #ffffff;
}

.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section input[type="submit"].zpbutton-type-primary.zpbutton-outline:hover,
.zpdark-section input[type="button"].zpbutton-type-primary.zpbutton-outline:hover {
  background: #ffffff;
  color: #1657a4;
  border-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: #1657a4;
  border-color: transparent;
}

.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: #e6e6e6;
  color: #1657a4;
}

.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: #101010;
  color: #ffffff;
  border-color: transparent;
}

.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;
  color: #101010;
  border-color: #101010;
}

.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: #ffffff;
  border-color: #101010;
}

.zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section input[type="submit"].zpbutton-type-secondary.zpbutton-outline:hover,
.zpdark-section input[type="button"].zpbutton-type-secondary.zpbutton-outline:hover {
  background: #101010;
  color: #ffffff;
  border-color: #101010;
}

.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: black;
  color: #ffffff;
  border-color: transparent;
}

.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: black;
  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 {
  color: #ffffff;
}

.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: #e6e6e6;
}

.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: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h1:before,
h1:after {
  background: #101010;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h2:before,
h2:after {
  background: #101010;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18.72px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h3:before,
h3:after {
  background: #101010;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h4:before,
h4:after {
  background: #101010;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 13.28px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h5:before,
h5:after {
  background: #101010;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

h6:before,
h6:after {
  background: #101010;
}

body {
  color: #555555;
}

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

a {
  color: #0078c8;
}

a:hover {
  color: #005995;
}

.zpdark-section a {
  color: #f2ab55;
}

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

h1 {
  color: #101010;
}

h1:before,
h1:after {
  background: #101010;
}

h2 {
  color: #101010;
}

h2:before,
h2:after {
  background: #101010;
}

h3 {
  color: #101010;
}

h3:before,
h3:after {
  background: #101010;
}

h4 {
  color: #101010;
}

h4:before,
h4:after {
  background: #101010;
}

h5 {
  color: #101010;
}

h5:before,
h5:after {
  background: #101010;
}

h6 {
  color: #101010;
}

h6:before,
h6:after {
  background: #101010;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zpdivider-container.zpdivider-text .zpdivider-common {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
}

.zpdivider-container .zpdivider-common:after,
.zpdivider-container .zpdivider-common:before {
  border-color: #4b4b4b;
}

.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: #4b4b4b;
}

.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: #1657a4;
}

.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: #1657a4;
}

.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: #4b4b4b;
}

.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: #1657a4;
  color: #ffffff;
}

.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #1657a4;
}

.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: #1657a4;
}

.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: #1657a4;
}

.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #ffffff;
}

.zpicon-common svg {
  fill: #1657a4;
}

.zpicon-common.zpicon-style-bgfill,
.zpicon-common.zpicon-style-circle-fill,
.zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}

.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: #4b4b4b;
}

.zpicon-common.zpicon-style-border svg,
.zpicon-common.zpicon-style-circle svg,
.zpicon-common.zpicon-style-roundcorner svg {
  fill: #1657a4;
}

.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: #1657a4;
}

.zpdark-section .zpicon-common.zpicon-style-border,
.zpdark-section .zpicon-common.zpicon-style-circle,
.zpdark-section .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}

.zpdark-section .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpicon-common.zpicon-style-circle svg,
.zpdark-section .zpicon-common.zpicon-style-roundcorner svg {
  fill: #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 {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab,
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.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: #101010;
}

@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: #4b4b4b;
  }
}

.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: #1657a4;
  color: #ffffff;
  border-color: #1657a4;
}

.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: #4b4b4b;
  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: #101010;
  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: #1657a4;
  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: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #101010;
  border-bottom-color: #101010;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
  color: #1657a4;
  border-color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
  background: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
  color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #101010;
  border-bottom-color: #101010;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
  color: #1657a4;
  border-color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
  border-top-color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
  color: #1657a4;
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #1657a4;
}

.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: #101010;
  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: #101010;
}

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
  color: #101010;
}

.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: #555555;
}

.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(85, 85, 85, 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: #252525;
}

.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: #252525;
  border-color: #252525;
}

.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: RGBA(255, 255, 255, 0.3);
}

.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: RGBA(255, 255, 255, 0.3);
}

.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: #555555;
}

.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: #ffffff;
}

.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: #717171;
}

.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: #ffffff;
  border-color: #ffffff;
}

.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.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: #101010;
  margin-bottom: 0;
  border-color: #4b4b4b;
}

.zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  background: #ffffff;
  color: #101010;
  border-bottom: 1px solid;
  border-bottom-color: #1657a4;
}

@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #ffffff;
    color: #101010;
  }
}

.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  background: #ffffff;
  border-top-color: transparent;
}

.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-bottom-color: #4b4b4b;
}

.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #101010;
}

.zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
  color: #101010;
}

@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
    color: #101010;
  }
}

.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: #101010;
  border-bottom: 1px solid;
  border-bottom-color: #ffffff;
}

@media all and (min-width: 992px) {
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #ffffff;
    color: #101010;
  }
}

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

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

.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 {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

.zpform-container label {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpform-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-md {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  border-width: 0;
  border-style: none;
  line-height: 1.42857143;
  letter-spacing: normal;
}

.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-sm {
  font-size: 13px;
}

.zpform-container .zpbutton.zpbutton-type-primary.zpbutton-size-lg {
  font-size: 18px;
}

.zpform-container .zpbutton.zpbutton-type-secondary {
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  border-width: 0;
  border-style: none;
  line-height: 1.42857143;
  letter-spacing: normal;
}

.zpform-container .zpbutton.zpbutton-type-secondary.zpbutton-size-sm {
  font-size: 13px;
}

.zpform-container .zpbutton.zpbutton-type-secondary.zpbutton-size-lg {
  font-size: 18px;
}

.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: #4b4b4b;
  color: #555555;
}

.zpform-container input[type="text"]:focus,
.zpform-container input[type="email"]:focus,
.zpform-container input[type="date"]:focus,
.zpform-container input[type="file"]:focus,
.zpform-container textarea:focus,
.zpform-container select:focus {
  border-color: #555555;
}

.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(85, 85, 85, 0.5);
}

.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: RGBA(85, 85, 85, 0.5);
}

.zpform-container input:-ms-input-placeholder,
.zpform-container textarea:-ms-input-placeholder,
.zpform-container select:-ms-input-placeholder {
  color: RGBA(85, 85, 85, 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;
}

.zpform-container label {
  color: #555555;
}

.zpform-container h2 {
  color: #101010;
}

.zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #1657a4;
  color: #ffffff;
  border-color: transparent;
}

.zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #103f77;
  color: #ffffff;
  border-color: transparent;
}

.zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #101010;
  color: #ffffff;
  border-color: transparent;
}

.zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}

.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="text"]:focus,
.zpdark-section .zpform-container input[type="email"]:focus,
.zpdark-section .zpform-container input[type="date"]:focus,
.zpdark-section .zpform-container input[type="file"]:focus,
.zpdark-section .zpform-container textarea:focus,
.zpdark-section .zpform-container select:focus {
  border-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;
}

.zpdark-section .zpform-container label {
  color: #ffffff;
}

.zpdark-section .zpform-container h2 {
  color: #ffffff;
}

.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary {
  background-color: #ffffff;
  color: #1657a4;
  border-color: transparent;
}

.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary:hover {
  background-color: #e6e6e6;
  color: #1657a4;
  border-color: transparent;
}

.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary {
  background-color: #101010;
  color: #ffffff;
  border-color: transparent;
}

.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary:hover {
  background-color: black;
  color: #ffffff;
  border-color: transparent;
}

.zpimage-container[class*="zpimage-overlay-effect-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"] figure figcaption {
  background: RGBA(22, 87, 164, 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(22, 87, 164, 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(22, 87, 164, 0.8);
  color: #ffffff;
}

.hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: RGBA(22, 87, 164, 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(22, 87, 164, 0.4) 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(16, 16, 16, 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(16, 16, 16, 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(16, 16, 16, 0.5);
  color: #ffffff;
}

.zpdark-section .hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: RGBA(16, 16, 16, 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(16, 16, 16, 0.4) 80%);
}

.zptable table td,
.zptable table th {
  font-family: Arimo;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.zptable {
  border-color: #4b4b4b;
}

.zptable table td,
.zptable table th {
  border-bottom-color: #4b4b4b;
  border-right-color: #4b4b4b;
  color: #101010;
}

.zptable table td {
  color: #555555;
}

.zptable.zptable-header-dark table tr th {
  background: #101010;
  color: #ffffff;
  border-right-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}

.zptable.zptable-header-light table tr th {
  background: #f7f8fa;
  color: #101010;
  border-right-color: #4b4b4b;
  border-bottom-color: #4b4b4b;
}

.zptable.zptable-header-transparent table tr th {
  color: #101010;
  border-right-color: #4b4b4b;
  border-bottom-color: #4b4b4b;
}

.zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(even) td,
.zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(odd) td,
.zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(odd) td {
  background: #f7f8fa;
}

.zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(odd) td,
.zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(even) td,
.zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(even) td {
  background: transparent;
}

.zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(even),
.zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(odd),
.zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(odd) {
  background: #f7f8fa;
}

.zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(odd),
.zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(even),
.zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(even) {
  background: transparent;
}

.zpdark-section .zptable {
  border-color: RGBA(75, 75, 75, 0.6);
}

.zpdark-section .zptable table td,
.zpdark-section .zptable table th {
  border-bottom-color: RGBA(75, 75, 75, 0.6);
  border-right-color: RGBA(75, 75, 75, 0.6);
  color: #ffffff;
}

.zpdark-section .zptable table td {
  color: #ffffff;
}

.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #101010;
  color: #ffffff;
  border-right-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}

.zpdark-section .zptable.zptable-header-light table tr th {
  background: #f7f8fa;
  color: #101010;
  border-right-color: RGBA(75, 75, 75, 0.6);
  border-bottom-color: RGBA(75, 75, 75, 0.6);
}

.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-right-color: RGBA(75, 75, 75, 0.6);
  border-bottom-color: RGBA(75, 75, 75, 0.6);
}

.zpdark-section .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(even) td,
.zpdark-section .zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(odd) td,
.zpdark-section .zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(odd) td {
  background: #0f3a6e;
}

.zpdark-section .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(odd) td,
.zpdark-section .zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(even) td,
.zpdark-section .zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(even) td {
  background: transparent;
}

.zpdark-section .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(even),
.zpdark-section .zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(odd),
.zpdark-section .zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(odd) {
  background: #0f3a6e;
}

.zpdark-section .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(odd),
.zpdark-section .zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(even),
.zpdark-section .zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(even) {
  background: transparent;
}

.zplight-section .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(even) td,
.zplight-section .zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(odd) td,
.zplight-section .zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(odd) td {
  background: #ffffff;
}

.zplight-section .zptable.zptable-zebra-style-row:not(.zptable-header-top):not(.zptable-header-both) tr:nth-child(odd) td,
.zplight-section .zptable.zptable-zebra-style-row.zptable-header-top tr:nth-child(even) td,
.zplight-section .zptable.zptable-zebra-style-row.zptable-header-both tr:nth-child(even) td {
  background: transparent;
}

.zplight-section .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(even),
.zplight-section .zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(odd),
.zplight-section .zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(odd) {
  background: #ffffff;
}

.zplight-section .zptable.zptable-zebra-style-column:not(.zptable-header-left):not(.zptable-header-both) td:nth-child(odd),
.zplight-section .zptable.zptable-zebra-style-column.zptable-header-left td:nth-child(even),
.zplight-section .zptable.zptable-zebra-style-column.zptable-header-both td:nth-child(even) {
  background: transparent;
}

.zpelem-box {
  padding: 0px;
  border-width: 0px;
  border-style: solid;
}

.zpelem-box {
  background-color: transparent;
  border-color: transparent;
}

.zpdark-section .zpelem-box {
  background-color: transparent;
  border-color: transparent;
}

.zpelem-iconheading h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheading .zpicon-common svg {
  fill: #1657a4;
}

.zpelem-iconheading .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheading .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}

.zpelem-iconheading .zpicon-common.zpicon-style-bgfill svg,
.zpelem-iconheading .zpicon-common.zpicon-style-circle-fill svg,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #ffffff;
}

.zpelem-iconheading .zpicon-common.zpicon-style-border,
.zpelem-iconheading .zpicon-common.zpicon-style-circle,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner {
  border-color: #4b4b4b;
}

.zpelem-iconheading .zpicon-common.zpicon-style-border svg,
.zpelem-iconheading .zpicon-common.zpicon-style-circle svg,
.zpelem-iconheading .zpicon-common.zpicon-style-roundcorner svg {
  fill: #1657a4;
}

.zpdark-section .zpelem-iconheading .zpicon-common svg {
  fill: #ffffff;
}

.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle-fill,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff;
}

.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-bgfill svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle-fill svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #1657a4;
}

.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-border,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}

.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-circle svg,
.zpdark-section .zpelem-iconheading .zpicon-common.zpicon-style-roundcorner svg {
  fill: #ffffff;
}

.zpelem-iconheading h1 {
  color: #101010;
}

.zpelem-iconheading h2 {
  color: #101010;
}

.zpelem-iconheading h3 {
  color: #101010;
}

.zpelem-iconheading h4 {
  color: #101010;
}

.zpelem-iconheading h5 {
  color: #101010;
}

.zpelem-iconheading h6 {
  color: #101010;
}

.zpdark-section .zpelem-iconheading h1 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheading h2 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheading h3 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheading h4 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheading h5 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheading h6 {
  color: #ffffff;
}

.zpelem-iconheadingtext {
  color: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-iconheadingtext .zpicon-common svg {
  fill: #1657a4;
}

.zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill {
  background: #1657a4;
}

.zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #ffffff;
}

.zpelem-iconheadingtext .zpicon-common.zpicon-style-border,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner {
  border-color: #4b4b4b;
}

.zpelem-iconheadingtext .zpicon-common.zpicon-style-border svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-circle svg,
.zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner svg {
  fill: #1657a4;
}

.zpdark-section .zpelem-iconheadingtext .zpicon-common svg {
  fill: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-bgfill svg,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle-fill svg,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #1657a4;
}

.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-border,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-border svg,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-circle svg,
.zpdark-section .zpelem-iconheadingtext .zpicon-common.zpicon-style-roundcorner svg {
  fill: #ffffff;
}

.zpelem-iconheadingtext {
  color: #555555;
}

.zpelem-iconheadingtext h1 {
  color: #101010;
}

.zpelem-iconheadingtext h2 {
  color: #101010;
}

.zpelem-iconheadingtext h3 {
  color: #101010;
}

.zpelem-iconheadingtext h4 {
  color: #101010;
}

.zpelem-iconheadingtext h5 {
  color: #101010;
}

.zpelem-iconheadingtext h6 {
  color: #101010;
}

.zpdark-section .zpelem-iconheadingtext {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h1 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h2 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h3 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h4 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h5 {
  color: #ffffff;
}

.zpdark-section .zpelem-iconheadingtext h6 {
  color: #ffffff;
}

.zpelem-imagetext .zpimage-text {
  color: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imagetext .zpimage-text {
  color: #555555;
}

.zpdark-section .zpelem-imagetext .zpimage-text {
  color: #ffffff;
}

.zpelem-imageheadingtext h1.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext h2.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext h3.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext h4.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext h5.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext h6.zpimage-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #101010;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext .zpimage-text {
  color: #555555;
  font-family: Arimo;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal;
}

.zpelem-imageheadingtext .zpimage-text {
  color: #555555;
}

.zpelem-imageheadingtext h1.zpimage-heading {
  color: #101010;
}

.zpelem-imageheadingtext h2.zpimage-heading {
  color: #101010;
}

.zpelem-imageheadingtext h3.zpimage-heading {
  color: #101010;
}

.zpelem-imageheadingtext h4.zpimage-heading {
  color: #101010;
}

.zpelem-imageheadingtext h5.zpimage-heading {
  color: #101010;
}

.zpelem-imageheadingtext h6.zpimage-heading {
  color: #101010;
}

.zpdark-section .zpelem-imageheadingtext .zpimage-text {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h1.zpimage-heading {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h2.zpimage-heading {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h3.zpimage-heading {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h4.zpimage-heading {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h5.zpimage-heading {
  color: #ffffff;
}

.zpdark-section .zpelem-imageheadingtext h6.zpimage-heading {
  color: #ffffff;
}

.zpdark-section-bg {
  background-color: #1657a4;
}

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

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

.modal-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modal-container {
  width: 600px;
  border: 5px solid #1657a4;
  background-color: #f5f8fa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 30px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-figure {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7ecf0;
  border-radius: 50%;
}

.lpmodal-title {
  font-size: 24px;
  font-weight: normal;
  color: #1657a4;
  line-height: 1.8;
  margin: 25px 0 15px 0;
}

.lpmodal-caption {
  font-size: 16px;
  color: #606060;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 22px;
}

.lpclose-btn {
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #1657a4;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  outline: 0;
}

.inbox-icon {
  color: #1657a4;
}

.zpcountdown-inner-container .countdown-box .countdown-no {
  color: #1657a4;
}

.zpcountdown-inner-container .countdown-box .countdown-title {
  color: #555555;
}

.zpcountdown-inner-container.is-squared .countdown-box .countdown-no,
.zpcountdown-inner-container.is-circled .countdown-box .countdown-no,
.zpcountdown-inner-container.is-rounded .countdown-box .countdown-no {
  background-color: #1657a4;
  color: #ffffff;
}

.zpdark-section .zpcountdown-inner-container .countdown-box .countdown-no {
  color: #ffffff;
}

.zpdark-section .zpcountdown-inner-container .countdown-box .countdown-title {
  color: #ffffff;
}

.zpdark-section .zpcountdown-inner-container.is-squared .countdown-box .countdown-no,
.zpdark-section .zpcountdown-inner-container.is-circled .countdown-box .countdown-no,
.zpdark-section .zpcountdown-inner-container.is-rounded .countdown-box .countdown-no {
  background-color: #ffffff;
  color: #1657a4;
}

.theme-topband-container .zpsection {
  padding: 24px 0px;
  background: #ffffff;
}

.theme-topband-container .zpsection.zpdark-section-bg {
  background: #1657a4;
}

.theme-topband-container .theme-topband-transparent {
  background-color: RGBA(255, 255, 255, 0.9);
}

.theme-topband-container .zpdark-section.theme-topband-transparent {
  background-color: RGBA(22, 87, 164, 0.9);
}

.top_band-container .zpelem-image {
  margin-top: 0;
}

.top_band-container .zpelem-button {
  margin-top: 0;
  margin-left: auto;
}

.top_band-container .zpimage-container figure img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .top_band-container [class*="zpimage-size"].zpimage-tablet-fallback-fit figure img {
    width: auto !important;
    height: 50px !important;
  }
}

@media (max-width: 767px) {
  .top_band-container [class*="zpimage-size"].zpimage-mobile-fallback-fit figure img {
    width: auto !important;
    height: 50px !important;
  }
}

@media all and (min-width: 992px) {
  .theme-topband-animate {
    right: 0;
    width: 100%;
    top: 0;
    z-index: 250;
    position: fixed;
    visibility: visible;
    -webkit-animation: headerStart 0.8s linear 1 alternate;
    -moz-animation: headerStart 0.8s linear 1 alternate;
    -ms-animation: headerStart 0.8s linear 1 alternate;
    -o-animation: headerStart 0.8s linear 1 alternate;
    animation: headerStart 0.8s linear 1 alternate;
    -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);
  }
}

@-webkit-keyframes headerStart {
  from {
    top: -300px;
  }
}

@-moz-keyframes headerStart {
  from {
    top: -300px;
  }
}

@-ms-keyframes headerStart {
  from {
    top: -300px;
  }
}

@-o-keyframes headerStart {
  from {
    top: -300px;
  }
}

@keyframes headerStart {
  from {
    top: -300px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1175px;
  }
}

.subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
}

.yellow-button {
  text-transform: uppercase;
  color: var(--text-color) !important;
  background: var(--border-yellow);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  padding: 16px 20px;
  border-radius: 5px;
}

.underline {
  position: relative;
  padding-bottom: 20px;
}

.underline::before {
  content: "";
  display: block;
  height: 6px;
  width: 50px;
  background: var(--border-yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.underline.start::before {
  margin-inline: inherit;
  width: 100px;
  height: 3px;
}

.underline.thin::before {
  width: 100px;
  height: 3px;
}

.achivements {
  padding: 55px 0;
  background: white;
}

.achivements-container {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 95%;
  margin-inline: auto;
}

.single-achivements {
  background-image: url(/public/images/achivementbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-achivements .achivementlabel {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.single-achivements .count {
  font-weight: 600;
  font-size: 48px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.single-achivements .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

.our_speaker {
  padding: 70px 0;
  background: linear-gradient(0deg, #213b55 -54.27%, #367fc1 42.87%);
}

.our_speaker_detail {
  margin-top: 50px;
}

.speaker-details-inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.speaker-name {
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
}

.speaker-designation {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.speaker-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  line-height: normal;
}

.discover-session {
  padding: 90px 0;
}

.discover-session .subtitle {
  line-height: 45px;
  color: var(--text-color);
}

.discover-session .subtitle span {
  color: var(--text-blue);
}

.discover-session .subtext {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin-top: 30px;
}

.single-power-point {
  border-bottom: 1px solid #0078c859;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-power-point h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: black;
}

.single-power-point p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  line-height: normal;
  color: black;
  margin-bottom: 0;
}

.lost-profit {
  padding: 75px 0;
  background-image: url(/public/images/lostprofitbg.png);
  background-size: cover;
}

.lost-profit .subtitle {
  color: white;
}

.lost-profit .subtitle span {
  color: var(--border-yellow);
}

.lost-profit-detail .subtext {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin: 40px 0;
}

#footer {
  padding: 25px 0;
  background: var(--bg-dark-blue);
}

#footer p {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}

header.header-scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9;
}

header .contact-link {
  display: flex;
  gap: 5px;
  align-items: center;
  min-width: 150px;
  text-decoration: underline;
}

header .contact-link span {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-blue-secondary);
}

header .contact-link img {
  max-width: 14px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header-container .yellow-button {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  margin-left: 30px;
  display: none;
}

header.header-scrolled .header-container .yellow-button {
  display: block;
}

header .details {
  display: flex;
  align-items: center;
}

.main-title {
  font-weight: 900;
  font-size: 50px;
  line-height: 100%;
  color: white;
}

.main-title span {
  color: var(--border-yellow);
}

.imda_banner .main-title {
  padding-left: 20px;
}

.banner_details {
  border-left: 2px solid var(--bg-ligh-blue);
}

.banner-title {
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 100%;
  background: var(--bg-ligh-blue);
  width: max-content;
}

.banner-dates {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  align-items: center;
}

.banner-dates .event-date {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  color: white;
  margin-bottom: 0;
}

.banner-dates .event-date span {
  color: var(--border-yellow);
}

.banner_form_section .zpheading {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: white;
  margin-bottom: 30px;
}

.banner_form_section .zpheading span {
  color: var(--border-yellow);
}

.banner_form_section .zpform-label-container,
.banner_form_section .zpform-field-container {
  max-width: 100% !important;
}

.custom-multiselect-wrapper {
  width: 100%;
  position: relative;
}

.custom-multiselect {
  border-radius: 4px;
  cursor: pointer;
  background: white;
}

.dropdown-header {
  padding: 13px 10px 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: black !important;
}

.dropdown-body {
  display: none;
  border-top: 1px solid #ccc;
  position: absolute;
  width: 100%;
  box-shadow: 0px 20px 20px 0px #0000001a;
  border: 1px solid #0000001a;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 12px 0 12px 40px;
  font-size: 14px !important;
  font-weight: 500;
  user-select: none;
  color: black !important;
  border-bottom: 1px solid #0000001a;
  background: #fff;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #2f80ed;
  border: 1px solid #2f80ed;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dropdown-arrow-icon {
  /* width: 14px;
  height: 14px; */
  transition: transform 0.3s ease;
}

/* intuit page css start */
.gradient-title {
  background: linear-gradient(90deg, #367fc1 0%, #4ab873 152.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
}

.common-section {
  position: relative;
  padding: 80px 0;
}

.common-section .container {
  padding-top: 0;
  padding-bottom: 0;
}

.common-paragraph {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--text-color);
}

.common-paragraph span {
  font-weight: 800;
}

.intuit-service-text {
  font-weight: 400;
  max-width: 80%;
  margin-inline: auto;
}

.pathquest-automation .pq-logo {
  margin-bottom: 32px;
}

.products-logo {
  display: flex;
  gap: 35px;
  margin-top: 50px;
}

.products-logo img {
  box-shadow: 0px 0px 20px 0px #4ab87380;
  border-radius: 50%;
}

.single-pqproduct-point {
  border-bottom: 1px solid #0078c859;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-pqproduct-point h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: black;
}

.single-pqproduct-point p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: black;
  margin-bottom: 0;
}

.single-pqproduct-point p span {
  font-weight: 700;
}

.main-products-image {
  position: relative;
  margin-top: 50px;
  z-index: 5;
}

.ecosystem-accountants {
  background-color: #367fc1;
  background-image: linear-gradient(rgba(54, 127, 193, 0.8),
      rgba(54, 127, 193, 0.8)),
    url("/public/images/wave.png");
  background-size: 100% auto;
  background-position: top;
  padding-top: 150px;
  position: relative;
  margin-top: -150px;
}

@media (min-width: 1400px) {
  .ecosystem-accountants .container {
    max-width: 1270px;
  }
}

.ecosystem-accountants .subtitle,
.ecosystem-accountants .common-paragraph {
  max-width: 62%;
  margin-inline: auto;
}

.ecosystems-container {
  display: grid;
  column-gap: 25px;
  row-gap: 70px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}

.single-ecosytem {
  padding: 25px;
  background-image: url(/public/images/ecosystem.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.single-ecosytem p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
}

.intuit-connect {
  background-image: url(/public/images/connectintuitbg.png);
  background-size: cover;
}

.intuit-connect .underline::before {
  background: white;
}

.intuit-connect .gradient-title {
  margin-bottom: 30px;
}

.intuit-connect .yellow-button {
  padding: 3px 15px;
  margin-inline: auto;
  margin-bottom: 30px;
  display: block;
  width: max-content;
  text-transform: none;
}

.intuit-connect h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 30px;
}

.intuit-connect h4,
.intuit-connect .imda-connect-text {
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 30px;
  max-width: 60%;
  margin-inline: auto;
}

.intuit-connect .connect-detail {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.footer-primary {
  padding: 44px 0;
}

.footer-primary .footer-inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-primary .footer-inner-container p {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: var(--text-color);
}

/* intuit page css end */

.intuit-serivces-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  position: relative;
  background: linear-gradient(180deg, #4ab873 0%, #367fc1 64.84%);
  border-radius: 8px;
  transition: 0.4s ease-in-out;
}

.card-top {
  padding: 25px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.card-top h3 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
}

.card-middle {
  position: relative;
  height: 180px;
}

.content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
}

.text-layer {
  opacity: 0;
  transform: translateY(-100%);
  padding: 20px;
}

.text-layer p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
}

.service-card .arrow-wrapper {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s ease;
}

.arrow {
  font-size: 20px;
  background: var(--border-yellow);
  color: #5471ff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Hover Effects */
.service-card:hover .image-layer {
  transform: translateY(100%);
  opacity: 0;
}

.service-card:hover .text-layer {
  opacity: 1;
  transform: translateY(0);
}

.service-card:hover .arrow-wrapper {
  top: unset;
  bottom: -15px;
}

.service-card:hover .arrow {
  transform: rotate(180deg);
}

.intuit_banner {
  padding: 75px 0;
  background-image: url(/public/images/intuitbg.png);
  background-size: cover;
  background-position: center;
}

.intuit-banner-logo {
  align-items: end;
  gap: 12px;
  margin-bottom: 45px;
}

.intuit-banner-logo p {
  font-weight: 800;
  font-size: 40px;
  line-height: 32px;
}

.intuit-title {
  font-weight: 700;
  font-size: 58px;
  line-height: 60px;
  margin-bottom: 45px;
}

.intuit-text {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 45px;
}

.intuit-meetus {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: white;
  margin-bottom: 45px;
}

.intuit-meetus span {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--text-color);
  background: var(--border-yellow);
  padding-inline: 10px;
}

.intuit-event-detail {
  align-items: center;
  gap: 20px;
}

.intuit-event-date {
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 5px !important;
}

.intuit-event-vanue {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.banner_form_section {
  max-width: 450px;
  margin-left: auto;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
}

.banner_form_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(146.48deg,
      #4ab873 0.11%,
      #367fc1 50%,
      #4ab873 99.89%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.banner_form_section .banner-form-inner-container {
  background: #1a4a75b2;
  padding-inline: 30px !important;
  position: relative;
  z-index: 5;
}

.banner_form_section form input {
  border-radius: 5px !important;
  border: none !important;
  padding: 18px 0 18px 20px !important;
}

.banner_form_section form input::placeholder,
.banner_form_section form input {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: black !important;
  font-family: "Montserrat", sans-serif !important;
}

.banner_form_section form .yellow-button {
  color: var(--text-color) !important;
  background: var(--border-yellow) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 44px !important;
  padding: 3px 20px !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif !important;
}

.our-team-section {
  background-image: url(/public/images/teambg.png);
  background-size: cover;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  margin-top: 50px;
}

.single-team-member {
  max-width: 220px;
  margin-inline: auto;
}

.single-team-member img {
  margin-bottom: 20px;
}

.member-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.member-designation {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  display: block;
}

#dropdownLabel {
  overflow: hidden;
  text-overflow: ellipsis;
}

.thanks-modal {
  z-index: 99;
}



.accounting-serivce {
  background: var(--bg-blue-secondary);
}

.accounting-serivce .subtitle span {
  color: var(--bg-ligh-blue);
}

.single-accounting-service {
  position: relative;
  background: white;
  padding: 32px;
  border-radius: 21px;
  margin-bottom: 20px;
}

.single-accounting-service::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-93deg);
  left: -12px;
  background: url("/public/images/downarrow.png") no-repeat, var(--border-yellow);
  height: 24px;
  width: 24px;
  background-size: 50%;
  background-position-x: 6px;
  background-position-y: 9px;
  border-radius: 50%;
}

.single-accounting-service .service-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
}

.single-accounting-service .service-paragraph {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: var(--text-color);
  margin-bottom: 0;
}

.bifranchise {
  padding-top: 0;
}

.bifranchie-detail {
  padding-top: 80px;
}

.bifranchie-detail img {
  margin-bottom: 18px;
}

.bi-franchise-img {
  overflow: hidden;
}

.bi-franchise-img img {
  position: relative;
  margin-top: -220px;
}

.bifranchie-detail .subtitle span {
  color: var(--bg-ligh-blue);
}

.bi-fc-serivces {
  margin-top: 60px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.single-franchise-service {
  background-image: url(/public/images/midasbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px;
  position: relative;
  border-radius: 10px;
}

.single-franchise-service img {
  margin-bottom: 15px;
}

.single-franchise-service h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.single-franchise-service p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: var(--text-color);
}

.strategic-advantage {
  background-image: url(/public/images/Strategic\ Advantages.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.advantages-container {
  display: grid;
  column-gap: 60px;
  row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 50px;
}

.advantages-container p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: white;
  margin-bottom: 0;
  padding-bottom: 20px;
  min-height: 75px;
  border-bottom: 1px solid #FFFFFF4D;
}

.advantage-left-image {
  height: 100%;
  max-height: 490px;
  object-fit: cover;
}

@media (min-width: 1400px) {
  .software-agnostic .container {
    max-width: 1270px;
  }
}

.software-agnostic .subtitle {
  color: var(--text-color);
}

.software-agnostic .subtitle span {
  color: var(--bg-ligh-blue);
}

.softwares_container {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 60px;
}

.softwares_container .software-image {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #2424244D;
}

.intuit-connect.imda-connect .subtitle {
  color: var(--border-yellow);
}

.intuit-connect.imda-connect .imda-connect-text {
  max-width: 60%;
  margin: 25px auto 50px auto;
}

.client-speak {
  background-image: url(/public/images/Clients-Speakbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.client-speak .subtitle {
  color: var(--text-color);
}

.client-speak .subtitle span {
  color: var(--bg-ligh-blue);
}

.client-speak-container {
  max-width: 87%;
  margin: 50px auto 20px auto;
  background: white;
  border-radius: 21px;
  padding: 45px 55px;
  box-shadow: 0px 15px 70px 0px #0000000D;
}

.client-speak-container p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: black;
}

.client-detail {
  padding-left: 20px;
  border-left: 6px solid var(--border-yellow);
}

.client-detail .cleint-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: black;
}

.client-detail .client-designation {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: black;
}

.imda_banner {
  padding: 75px 0;
  background-image: url(/public/images/imdabanner.png);
  background-size: cover;
  background-position: center;
}

.imda_banner .banner_form_section [data-element-id="elm_tTx26rfIY0gxDTETC-iwhw"].zpelem-col {
  background: linear-gradient(146.33deg, rgba(0, 0, 0, 0.25) 25%, rgba(0, 134, 255, 0.25) 100%);
}

.imda_banner .banner_form_section::before {
  background: linear-gradient(326.33deg, #0086FF 0%, #193C5B 50%, #0086FF 100%);
}

.imda-title {
  font-weight: 800;
  font-size: 50px;
  line-height: normal;
  color: white;
}

.imda-title span {
  display: block;
}

.imda-title .yellow-text {
  color: var(--border-yellow);
}

.imda-title .light-font {
  font-weight: 400;
}

.imda-header .logo img {
  height: 60px;
}

.imda-header .logo .midas-logo {
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}


.accontex-header {
  background: var(--secondary-blue) !important;
}

.accontex-header .header-container {
  padding: 6px 0;
}

.accontex-header .contact-link {
  min-width: 160px;
  text-decoration: none;
}

.accontex-header .yellow-button {
  text-transform: none;
}

.accountex-banner {
  background-image: url(/public/images/accountex-banner-bg.png);
}

.accountext-banner-text span {
  color: var(--primary-cyan);
}

.accontex-title {
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
}

.accontex-title span {
  color: var(--border-yellow);
}

.accountex-banner .banner_form_section .zpheading {
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  color: white;
  margin-bottom: 15px;
}

.accountex-banner .banner_form_section form input {
  padding: 15px 0 15px 20px !important;
}

.accountex-banner .banner_form_section .banner-form-inner-container {
  background: rgba(0, 120, 200, 0.18);
  padding-top: 15px;
}

.accountex-banner .banner_form_section::before {
  background: linear-gradient(146.48deg, #21BCB1 0.11%, #111745 50%, #21BCB1 99.89%);
}

.accontex-innertitle {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--text-blue);
}

.accontex-innertitle span {
  color: var(--text-color);
}

.accontex-services .accontex-innertitle {
  max-width: 65%;
  margin-inline: auto;
}

.accontex-services .service-card {
  background: linear-gradient(180deg, #254890 0%, #367FC1 30%);
}

.accontex-services .intuit-serivces-container {
  grid-template-columns: repeat(auto-fit, minmax(285px, 285px));
  justify-content: center;
}

.accontex-services .intuit-serivces-container .card-top h3 {
  min-height: 45px;
}

.accontex-services .intuit-serivces-container .card-middle {
  height: 200px;
}

.accontex-services .intuit-serivces-container .text-layer p {
  font-size: 16px;
}

.accontex-services .single-intuit-service {
  overflow: hidden;
  padding-bottom: 16px;
}

.accontex-team {
  background-image: url(/public/images/accountex-team-bg.png);
}

.accontex-team .team-members {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
  justify-content: center;
}

.accontex-team .team-members .single-team-member {
  max-width: 250px;
  text-align: center;
}

.accountex-connect {
  background-image: url(/public/images/accountex-connect.png);
}

.accountex-connect-title {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: white;
  margin-bottom: 30px;
}

.accountex-connect h4 {
  max-width: 91%;
}

.accountex-connect h4.bold {
  font-weight: 700;
}

.accountex-connect-title span {
  color: var(--border-yellow);
}

.accountex-connect-title.underline::before {
  background: var(--border-yellow);
}

.accontex-footer {
  padding: 60px 0;
  background: var(--bg-footer);
  box-shadow: 0px -8px 15px 4px #00000014;
}

.accontex-footer .footer-inner-container {
  justify-content: center;
}

.visit-section {
  padding-top: 65px;
  padding-bottom: 0;
}

.visit-img-container img {
  max-width: 100%;
}

.visit_ul {
  list-style: none;
  margin-top: 55px;
  padding-inline-start: 0;
}

.visit_ul li {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: black;
  padding: 0 0 25px 50px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #0078C84D;
}

.visit_ul li::before {
  content: "";
  height: 28px;
  width: 28px;
  background: url(/public/images/point.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: cover;
}

@media (max-width: 1200px) {
  .intuit-title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 35px;
  }

  .intuit-text {
    font-size: 21px;
    margin-bottom: 35px;
  }

  .intuit-meetus {
    font-size: 21px;
    margin-bottom: 35px;
  }

  .intuit-meetus span {
    font-size: 32px;
  }

  .intuit-event-date {
    font-size: 24px;
  }

  .common-paragraph {
    font-size: 17px;
  }

  .gradient-title {
    font-size: 36px;
  }

  .card-top h3 {
    font-size: 16px;
  }

  .text-layer p {
    font-size: 15px;
    line-height: 18px;
  }

  .subtitle {
    font-size: 36px;
  }

  .member-name {
    font-size: 18px;
    line-height: 22px;
  }

  .single-ecosytem p {
    font-size: 16px;
    line-height: 20px;
  }

  .intuit-connect h3 {
    font-size: 26px;
  }

  .intuit-connect h4,
  .intuit-connect .imda-connect-text {
    font-size: 20px;
  }

  .single-accounting-service {
    padding: 20px;
  }

  .single-accounting-service .service-title {
    font-size: 18px;
    line-height: 22px;
  }

  .banner_form_section form .yellow-button {
    font-size: 18px !important;
  }

  .accontex-innertitle {
    font-size: 36px;
  }

  .visit_ul li {
    font-size: 18px;
  }

  .accontex-footer {
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .intuit-event-date {
    font-size: 22px;
  }

  .intuit-serivces-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-members {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gradient-title {
    font-size: 32px;
  }

  .subtitle {
    font-size: 32px;
  }

  .products-logo img {
    max-width: 90px;
  }

  .ecosystems-container {
    row-gap: 50px;
  }

  .single-ecosytem {
    padding: 15px;
  }

  header .details {
    gap: 10px;
  }

  header .contact-link img {
    margin-inline: auto;
  }

  .header-container .logo img {
    max-width: 90%;
  }

  .imda-header .header-container .logo img {
    max-width: 40%;
    height: auto;
  }

  .imda-header .logo .midas-logo {
    padding-right: 10px;
    margin-right: 5px;
  }

  .header-container .yellow-button {
    margin-left: 10px;
    font-size: 14px;
    text-transform: none;
    width: max-content;
  }

  .header-container .yellow-button img {
    max-width: 15px;
  }

  .achivements-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .bi-franchise-img img {
    margin-top: -100px;
  }

  .bi-fc-serivces {
    grid-template-columns: repeat(2, 1fr);
  }

  .imda-title {
    font-size: 40px;
  }

  .advantage-left-image {
    width: 100%;
    height: auto;
    max-height: unset;
    margin-bottom: 30px;
  }

  .strategic-advantage .subtitle br {
    display: none;
  }

  .accontex-team .team-members {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .accontex-innertitle,
  .accountex-connect-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .common-section {
    padding: 50px 0;
  }

  .yellow-button {
    font-size: 20px;
    line-height: 40px;
  }

  .banner_form_section {
    margin-inline: auto;
    margin-top: 40px;
  }

  .pathquest-products-container {
    margin-top: 40px;
  }

  .ecosystem-accountants .subtitle,
  .ecosystem-accountants .common-paragraph {
    max-width: 100%;
  }

  .ecosystems-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .intuit-banner-logo img {
    max-width: 180px;
  }

  .intuit-title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .intuit-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .intuit-meetus {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .intuit-meetus span {
    font-size: 25px;
  }

  .intuit-event-date {
    font-size: 18px;
  }

  .intuit-event-vanue {
    font-size: 16px;
    line-height: 24px;
  }

  .banner_form_section .banner-form-inner-container {
    padding-inline: 20px !important;
  }

  .intuit-serivces-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .gradient-title {
    font-size: 28px;
  }

  .subtitle {
    font-size: 26px;
  }

  .single-pqproduct-point h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .single-pqproduct-point p {
    font-size: 15px;
  }

  .intuit-connect h4,
  .intuit-connect .imda-connect-text {
    max-width: 100%;
  }

  .footer-primary .footer-inner-container {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .banner_form_section .zpheading {
    font-size: 22px;
    line-height: 32px;
  }

  .header-container {
    padding-inline: 10px !important;
  }

  .header-container .yellow-button {
    font-size: 12px;
    line-height: 30px;
    width: max-content;
    padding-inline: 10px;
    margin-left: 0;
  }

  header .contact-link {
    min-width: 20px;
  }

  .accontex-header .contact-link {
    min-width: 20px;
  }

  .contact-link span {
    display: none;
  }

  .products-logo img {
    max-width: 70px;
  }

  .advantages-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .advantages-container p {
    padding-bottom: 15px;
    min-height: auto;
  }

  .achivements-container {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .single-achivements {
    padding: 25px;
  }

  .bi-fc-serivces {
    grid-template-columns: repeat(1, 1fr);
  }

  .bi-franchise-img img {
    margin-top: -200px;
  }

  .bifranchise-upper-container {
    flex-direction: column-reverse;
  }

  .imda-title {
    font-size: 36px;
  }

  .single-franchise-service h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .single-franchise-service p {
    font-size: 16px;
  }

  .client-speak-container {
    max-width: 100%;
    padding: 20px;
  }

  .softwares_container {
    grid-template-columns: repeat(3, 1fr);
  }

  .softwares_container .software-image {
    padding: 10px;
  }

  .intuit-connect.imda-connect .imda-connect-text {
    max-width: 100%;
  }

  .midas-image-container {
    position: absolute;
    top: 0;
  }

  .midas-image-container img {
    height: 400px;
    object-fit: contain;
  }

  .accounting-serivce .row {
    padding-top: 450px;
  }

  .intuit-connect.imda-connect .subtitle br {
    display: none;
  }

  .single-accounting-service .service-paragraph,
  .advantages-container p {
    font-size: 16px;
  }

  .accontex-services .accontex-innertitle {
    max-width: 100%;
  }

  .accontex-services .intuit-serivces-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .accontex-header .header-container .yellow-button {
    font-size: 10px;
  }

  .accontex-innertitle,
  .accountex-connect-title {
    font-size: 28px;
  }

  .visit_ul,
  .visit-details {
    margin-top: 30px;
  }

  .visit_ul li {
    font-size: 16px;
    padding: 0 0 20px 30px;
    margin-bottom: 15px;
  }

  .visit_ul li::before {
    height: 18px;
    width: 18px;
  }

  .visit-section .container .row {
    flex-direction: column-reverse;
  }

  .accountex-banner .banner_form_section .zpheading {
    font-size: 22px;
  }

  .accontex-title {
    font-size: 35px;
  }

  .accountex-connect h4 {
    font-size: 18px;
  }
}



/* clutch page css start */
@media (min-width: 1400px) {

  .clutch-page .container,
  .clutch-page .container-lg,
  .clutch-page .container-md,
  .clutch-page .container-sm,
  .clutch-page .container-xl,
  .clutch-page .container-xxl {
    max-width: 1320px;
  }
}

.accontex-header.clutch-header:not(.header-scrolled) {
  background: transparent !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.clutch-header.header-scrolled {
  background: white !important;
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.clutch-header .logo .clutch-logo {
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #8DB0BC80;
}

.accontex-header.clutch-header .header-container {
  padding: 18px 0;
}

.accontex-header.clutch-header .header-container .logo {
  display: flex;
  align-items: center;
}


.clutch-banner {
  padding-top: 150px;
  background-image: url(/public/images/clutch-banner-bg.png);
}

.clutch-banner .intuit-text {
  font-size: 23px;
}

.clutch-title {
  color: var(--text-color);
}

.clutch-title span {
  color: var(--secondary-blue);
}

.clutch-banner .clutch-title {
  font-size: 48px;
}

.clutch-banner .intuit-banner-details {
  padding-left: 20px;
}

.clutch-banner [data-element-id="elm_tTx26rfIY0gxDTETC-iwhw"].zpelem-col {
  background: #FFFFFF66;
}

.clutch-banner .banner_form_section::before {
  background: linear-gradient(180deg, #52BAFF -13.6%, rgba(82, 186, 255, 0) 66.53%);
  ;
}

.clutch-banner .banner_form_section .zpheading {
  color: var(--text-color);
  margin-block-start: 10px;
}

.clutch-banner .banner_form_section .zpheading span {
  color: var(--bg-ligh-blue);
}

.clutch-home-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  max-width: 82%;
  color: var(--text-color);
}

.single-clutch-img {
  margin-right: 20px;
}

.single-clutch-img,
.single-clutch-img img {
  max-width: 111px;
}

.logos-container {
  overflow: hidden;
  max-width: 520px;
  margin-top: 30px;
}

.underline.blueline::before {
  background: var(--blue-line);
}

.underline.before-w-250::before {
  width: 250px;
  height: 5px;
  max-width: 100%;
}

.rethink-text {
  font-weight: 400;
  font-size: 20px;
  color: var(--text-color);
  line-height: normal;
  text-align: center;
  margin-top: 40px;
  max-width: 85%;
  margin-inline: auto;
}

.clutch-achivements {
  position: relative;
  display: grid;
  border-radius: 11px;
  max-width: 85%;
  margin-inline: auto;
  margin-top: 60px;
  padding: 40px;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(193, 223, 244, 0.2) -27.01%, rgba(255, 255, 255, 0.2) 77.9%);
}

.clutch-achivements::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 18.21%, rgba(26, 180, 215, 0.25) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.single-clutch-achivement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #52BAFF;
}

.single-clutch-achivement .digits {
  font-weight: 800;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  color: var(--secondary-blue);
}

.single-clutch-achivement .detail {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  color: var(--text-secondary);
}

.clutch-services {
  background: var(--text-blue-secondary);
}

.clutch-services .clutch-title {
  max-width: 85%;
  margin-inline: auto;
}

.clutch-services .clutch-text {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: white;
  max-width: 90%;
  margin-inline: auto;
}

@media (min-width: 1920px) {

  .clutch-page .clutch-services .container,
  .clutch-page .clutch-services .container-lg,
  .clutch-page .clutch-services .container-md,
  .clutch-page .clutch-services .container-sm,
  .clutch-page .clutch-services .container-xl,
  .clutch-page .clutch-services .container-xxl {
    max-width: 1640px;
  }
}

.offer-slider {
  position: relative;
  margin: 0 auto;
}

.offer-slider .slick-list {
  padding-left: 130px !important;
  padding-right: 80px !important;
}

.offer-card {
  position: relative;
  background: var(--service-bg);
  border-radius: 20px;
  padding: 32px 40px;
  height: 430px !important;
  box-shadow: -21px 0px 28px 0px #00000040;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-left: -75px;
  margin-right: -75px;
  margin-top: 70px;
}

.offer-card:hover {
  transform: translate(-.5rem, -1rem) rotate(6deg);
  transform-origin: top right;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.offer-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.offer-card h3 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  color: var(--text-blue-secondary);
  margin-bottom: 10px;
  max-width: 90%;
}

.offer-card p {
  font-size: 16px;
  color: black;
  line-height: 22px;
  font-weight: 400;
  max-width: 75%;
}

.offer-card a {
  align-self: flex-start;
  text-decoration: none;
  border: 1px solid #0073e6;
  color: #0073e6;
  border-radius: 25px;
  padding: 6px 16px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.offer-card a:hover {
  background: #0073e6;
  color: #fff;
}

.industry-slider-section {
  overflow: hidden;
}

.industry-slider-section .clutch-text {
  font-size: 16px;
  color: black;
  line-height: 22px;
  font-weight: 400;
  max-width: 70%;
  margin-inline: auto;
}

.industry-slider .slick-list {
  overflow: visible;
}

.industry-subcontainer {
  padding: 35px;
  position: relative;
  border-radius: 30px;
  margin-right: 20px;
  overflow: hidden;
  height: 370px;
  background: linear-gradient(327.48deg, #0078C8 10.31%, #213B55 78.14%);
}

.industry-subcontainer h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.industry-subcontainer p {
  font-size: 16px;
  color: white;
  line-height: 22px;
  font-weight: 400;
}

.industry-subcontainer .industry-img {
  position: absolute;
  width: 40%;
  bottom: 0;
  inset-inline-end: 0;
  object-fit: contain;
}

.industry-slider-wrapper {
  position: relative;
  margin-top: 50px;
}

.industry-navigation {
  position: absolute;
  top: -100px;
  right: 0;
}

.industry-next,
.industry-prev {
  background: transparent;
}

.industry-next.slick-disabled,
.industry-prev.slick-disabled {
  opacity: 0.5;
}

.industry-next {
  transform: rotate(180deg);
}

.weworkwith-tabs {
  position: relative;
  height: 100%;
  top: 80px;
}

.weworkwith-tabs::before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -40px;
  right: 0;
  left: 0;
  margin-inline: auto;
  background: url(/public/images/tabshadow.png);
}

.weworkwith .clutch-text {
  font-size: 16px;
  color: black;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.weworkwith .clutch-text.dark {
  font-weight: 600;
}

#softwareTabs {
  display: flex;
  gap: 13px;
  border: none;
}

#softwareTabs .nav-link {
  border: 1px solid #0078C8;
  border-radius: 80px;
  color: #0078C8;
  font-size: 13px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#softwareTabs .nav-link.active ,
#softwareTabs .nav-link:hover{
  background: #0078C8;
  color: #fff;
}

.single-work-with {
  flex: 1 1 calc(25% - 1rem);
  max-width: calc(25% - 1rem);
  height: 70px;
  padding: 4px 12px;
}

.single-tab-container {
  margin-top: 40px;
}

.single-tab-container.box-3 {
  width: 80%;
  margin-inline: auto;
}

.single-tab-container.box-3 .single-work-with {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
}

.clutch-calendly {
  background: #EAEFF3;
  padding-bottom: 0;
}

.clutch-calendly .clutch-text {
  font-size: 16px;
  color: black;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-container .category {
  background: #00A6DE1A;
  font-size: 13px;
  color: #125580;
  line-height: 100%;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 80px;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-container h3 {
  font-size: 24px;
  color: black;
  line-height: normal;
  font-weight: 700;
  margin: 25px 0;
}

.testimonial-container p.description {
  font-size: 16px;
  color: black;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

.testimonial-profile {
  display: flex;
  gap: 18px;
  align-items: center;
}

.profile-detail .profiler-name {
  font-size: 16px;
  color: black;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.profile-detail .profiler-designation {
  font-size: 12px;
  color: black;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial-slider .slick-dots {
  display: flex;
  gap: 11px;
  padding-left: 0;
  margin-top: 20px;
}

.testimonial-slider .slick-dots li::marker {
  content: none;
}

.testimonial-slider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #0592C633;
}

.testimonial-slider .slick-dots li.slick-active button {
  background: #0592C6;
}

.clutch-detail .time {
  font-size: 41px;
  color: #1C313A;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.clutch-detail .experience {
  font-size: 27px;
  color: #FF4D39;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.clutch-review-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 85%;
  margin-left: auto;
  background: linear-gradient(0deg, #F3F3F3 0%, #FFFFFF 62.95%);
}

.clutch-review-container::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #F6F6F6 43.75%, #BDBDBD 100%);
  z-index: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.clutch-detail {
  padding: 30px 0;
  background: url(/public/images/clutch-arrow-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.clutch-badge {
  position: relative;
  z-index: 5;
  padding: 45px 0;
  display: flex;
  justify-content: center;
  max-width: 190px;
  margin-inline: auto;
}

.clutch-badge .clutch-widget {
  height: 70px;
}

#footer.clutch-footer {
  background: var(--clutch-footer);
}

.socialmedia {
  display: flex;
  gap: 20px;
}

.clutch-calendly{
  scroll-margin-top: 90px;
}

.testimonial-img img{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media (max-width: 1400px) {
  #softwareTabs .nav-link {
    font-size: 11px;
  }

  .clutch-banner .clutch-title {
    font-size: 42px;
  }

  .offer-card p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .clutch-achivements {
    max-width: 100%;
    padding: 30px;
  }

  .single-clutch-achivement .digits {
    font-size: 36px;
  }

  .single-clutch-achivement .detail {
    font-size: 18px;
  }

  .clutch-banner .intuit-text {
    font-size: 21px;
  }

  .clutch-detail .time {
    font-size: 32px;
    line-height: normal;
  }

  .clutch-detail .experience {
    font-size: 22px;
    line-height: normal;
  }

  .clutch-review-container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .accontex-header.clutch-header .header-container {
    flex-direction: column;
    gap: 20px;
  }

  .accontex-header.clutch-header .header-container .logo {
    justify-content: center;
  }

  .accontex-header.clutch-header .header-container .logo .clutch-widget {
    max-width: 200px;
  }

  .accontex-header.clutch-header .header-container .logo img {
    max-width: 30%;
  }

  /* .clutch-header.header-scrolled .container{
      padding-top: 20px !important;
  } */
  .clutch-banner .clutch-title {
    font-size: 36px;
  }

  .clutch-home-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }

  .weworkwith-tabs {
    top: 0;
  }

  .clutch-calendly {
    padding: 60px 0;
  }

  .offer-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .clutch-banner .clutch-title {
    font-size: 29px;
  }

  .clutch-banner .intuit-text {
    font-size: 18px;
  }

  .single-clutch-achivement {
    border-right: none;
  }

  .clutch-achivements {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .single-clutch-achivement .digits {
    font-size: 30px;
  }

  .single-clutch-achivement .detail {
    font-size: 16px;
  }

  .industry-slider-section {
    padding-bottom: 100px;
  }

  .industry-slider-section .clutch-text {
    max-width: 100%;
  }

  .industry-navigation {
    top: unset;
    bottom: -80px;
    left: 0;
    margin: 0 auto;
    width: max-content;
  }

  .single-work-with {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }

  .rethink-text {
    font-size: 16px;
    max-width: 100%;
  }

  .testimonial-container h3 {
    font-size: 20px;
  }

  .offer-card {
    margin-left: -50px;
    margin-right: -50px;
    padding: 20px;
  }

  .offer-slider .slick-list {
    padding-left: 80px !important;
  }

  .offer-card:hover {
    transform: translate(-.5rem, -1rem) rotate(3deg);
  }
}

@media (max-width: 350px) {
    .offer-card h3 {
        font-size: 16px;
        line-height: 22px;
    }
}
/* clutch page css end */