/*-----------------------------------------------------------------------
  Fonts
-----------------------------------------------------------------------*/
@import url('https://use.typekit.net/vql0cno.css');

/*-----------------------------------------------------------------------
  Variables
-----------------------------------------------------------------------*/
:root {
  --none: #fff;
  --admin-height: 32px;
  --header-height: 106px;
  --notice-height: 0px;
  --font-primary: "itc-avant-garde-gothic-pro", sans-serif;
  --ice-blue: #002956;
  --ice-blue-rgb: 0, 41, 86;
  --lemon-lime: #EAF2A6;
  --lemon-lime-rgb: 234, 242, 166;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --grey: #E4E8EE;
  --grey-rgb: 228, 232, 238;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --red: #ff1414;
  --red-rgb: 255, 20, 20;
  --border-radius-sm: 12px;
  --border-radius-md: 22px;
  --border-radius-lg: 30px;
  --container-xs: 620px;
  --container-sm: 740px;
  --container-md: 1040px;
  --container-lg: 1340px;
  --box-shadow: 0 0 5px rgba(var(--black-rgb), 10%);
  --transition: 0.25s ease;
}

/* Responsive */
@media (max-width:782px) {
  :root {
    --admin-height: 46px;
  }

}

@media (max-width:991px) {
  :root {
    --header-height: 85px;
  }

}

/*-----------------------------------------------------------------------
  Base
-----------------------------------------------------------------------*/
.exact-theme *, .exact-theme *:before, .exact-theme *:after {
  box-sizing: border-box;
}

.exact-theme * {
  scroll-margin-top: calc(var(--header-height));
}

body.exact-theme, .editor-styles-wrapper {
  font-optical-sizing: auto;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-primary) !important;
  font-size: 16px !important;
  color: var(--black);
  line-height: 1.5;
  font-weight: 400;
}

body.exact-theme, .editor-styles-wrapper, .site-responsive-menu, .site-main {
  background: var(--white);
}

.site-main {
  position: relative;
  transition: var(--transition) all;
  z-index: 1;
}

/*-----------------------------------------------------------------------
  Admin Bar
-----------------------------------------------------------------------*/
body.exact-theme {
  padding-top: calc(var(--header-height) + var(--notice-height)) !important;
  margin: 0;
}

body.exact-theme.admin-bar {
  padding-top: calc(var(--header-height) + var(--notice-height) + var(--admin-height)) !important;
}

#wpadminbar {
  position: fixed;
  z-index: 20000000000000001;
  top: 0;
}

#wpadminbar ul li.admin-bar-search {
  display: none !important;
}

/*-----------------------------------------------------------------------
  Layouts
-----------------------------------------------------------------------*/
.exact-theme *[class*='container-'], .exact-theme *[class*='section-'], .exact-theme *[class*='block-'], .exact-theme *[class*='item-'], .exact-theme .relative {
  position: relative;
}

.exact-theme .absolute {
  position: absolute;
}

.add-shape {
  position: relative;
  border-radius: 0 0 30px 30px;   
}

.add-shape:before {
  content: "";
  width: 100%;
  height: 30px;
  background: inherit;
  display: block;
  top: -30px;
  position: absolute;
  z-index: -1;
}

.no-shape:before {
  content: "";
  width: 100%;
  height: 30px;
  background: inherit;
  display: block;
  top: -30px;
  position: absolute;
  z-index: -1;
}

.w-100 {
  width: 100% !important;
}

/* Flex Layout */
.exact-theme .flex-layout, .exact-theme .flex-align-start, .exact-theme .flex-align-center, .exact-theme .flex-align-end, .exact-theme .flex-justify-start, .exact-theme .flex-justify-center, .exact-theme .flex-justify-end, .exact-theme .flex-justify-between {
  display: flex;
  flex-wrap: wrap;
}

.exact-theme .flex-align-start {
  align-items: flex-start;
}

.exact-theme .flex-align-center {
  align-items: center;
}

.exact-theme .flex-align-end {
  align-items: flex-end;
}

.exact-theme .flex-justify-start {
  justify-content: flex-start;
}

.exact-theme .flex-justify-center {
  justify-content: center;
}

.exact-theme .flex-justify-end {
  justify-content: flex-end;
}

.exact-theme .flex-justify-between {
  justify-content: space-between;
}

.exact-theme .flex-row-reverse {
  flex-direction: row-reverse;
}

.exact-theme .flex-column-reverse {
  flex-direction: column-reverse;
}

.exact-theme .flex-nowrap {
  flex-wrap: nowrap;
}

.exact-theme .flex-gap {
  gap: 15px;
}

/* Containers */
.exact-theme .container, .exact-theme .container-xl, .exact-theme .container-lg, .exact-theme .container-md, .exact-theme .container-sm, .exact-theme .container-xs {
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.exact-theme .container, .exact-theme .container-xl {
  width: calc(100% - 200px);
}

.exact-theme .container-lg {
  max-width: var(--container-lg);
  width: 100%;
  padding: 0 20px;
}

.exact-theme .container-md {
  max-width: var(--container-md);
}

.exact-theme .container-sm {
  max-width: var(--container-sm);
}

.exact-theme .container-xs {
  max-width: var(--container-xs);
}

/* Padding */
.exact-theme .padding-lg, .exact-theme .padding-lg-top {
  padding-top: 80px;
}

.exact-theme .padding-lg, .exact-theme .padding-lg-bot {
  padding-bottom: 80px;
}

.exact-theme .padding-md, .exact-theme .padding-md-top {
  padding-top: 50px;
}

.exact-theme .padding-md, .exact-theme .padding-md-bot {
  padding-bottom: 50px;
}

.exact-theme .padding-sm, .exact-theme .padding-sm-top {
  padding-top: 30px;
}

.exact-theme .padding-sm, .exact-theme .padding-sm-bot {
  padding-bottom: 30px;
}

/* Grid Layout */
.exact-theme .grid-col-1, .exact-theme .grid-col-2, .exact-theme .grid-col-3, .exact-theme .grid-col-4, .exact-theme .grid-col-5, .exact-theme .grid-col-6 {
  display: grid;
  gap: 20px;
}

.exact-theme .grid-col-2 {
  gap: 60px;
}

.exact-theme .grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.exact-theme .grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.exact-theme .grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.exact-theme .grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Visibility */
.exact-theme .desktop-only {
  display: block;
}

.exact-theme .mobile-only {
  display: none;
}

/* Block Settings */
.exact-theme .block-setting-padding {
  padding-top: var(--block-padding-top);
  padding-bottom: var(--block-padding-bottom);
}

.exact-theme .block-setting-background-colour {
  background-color: var(--block-background-colour);
}

/* Responsive */
@media (min-width:991px) {
  .exact-theme .grid-col-2.sidebar-left {
    grid-template-columns: 1fr 1.75fr;
  }

  .exact-theme .grid-col-2.sidebar-right {
    grid-template-columns: 1.75fr 1fr;
  }

}

@media (max-width:1200px) {
  .exact-theme .grid-col-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .exact-theme .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (max-width:991px) {
  .exact-theme .padding-lg, .exact-theme .padding-lg-top {
    padding-top: 40px;
  }

  .exact-theme .padding-lg, .exact-theme .padding-lg-bot {
    padding-bottom: 40px;
  }

  .exact-theme .grid-col-2 {
    gap: 40px;
  }

  .exact-theme .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .exact-theme .grid-col-3, .exact-theme .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .exact-theme .grid-col-5, .exact-theme .grid-col-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .exact-theme .block-setting-padding {
    padding-top: calc(var(--block-padding-top) / 2);
    padding-bottom: calc(var(--block-padding-bottom) / 2);
  }

}

@media (max-width:720px) {
  .exact-theme .grid-col-4, .exact-theme .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .exact-theme .desktop-only {
    display: none;
  }

  .exact-theme .mobile-only {
    display: block;
  }

}

@media (max-width:575px) {
  .exact-theme .grid-col-3, .exact-theme .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .exact-theme .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }

}

/*-----------------------------------------------------------------------
  Background Colours
-----------------------------------------------------------------------*/
.exact-theme .background-white {
  background: var(--white);
}

.exact-theme .background-black {
  background: var(--black);
}

/*-----------------------------------------------------------------------
  Typography
-----------------------------------------------------------------------*/
.exact-theme h1, .exact-theme h1 *, .exact-theme .h1, .exact-theme .h1 *, .exact-theme h2, .exact-theme h2 *, .exact-theme .h2, .exact-theme .h2 *, .exact-theme h3, .exact-theme h3 *, .exact-theme .h3, .exact-theme .h3 *, .exact-theme h4, .exact-theme h4 *, .exact-theme .h4, .exact-theme .h4 *, .exact-theme h5, .exact-theme h5 *, .exact-theme .h5, .exact-theme .h5 *, .exact-theme h6, .exact-theme h6 *, .exact-theme .h6, .exact-theme .h6 *, .exact-theme ul, .exact-theme ol, .exact-theme li, .exact-theme p, .exact-theme a {
  margin: 0;
  padding: 0;
  color: var(--ice-blue);
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
}

.exact-theme h1, .exact-theme h1 *, .exact-theme .h1, .exact-theme .h1 * {
  font-size: 55px;
  line-height: 100%;
  font-weight: 600;
}

.exact-theme h2, .exact-theme h2 *, .exact-theme .h2, .exact-theme .h2 * {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.exact-theme h3, .exact-theme h3 *, .exact-theme .h3, .exact-theme .h3 * {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.exact-theme h4, .exact-theme h4 *, .exact-theme .h4, .exact-theme .h4 * {
  font-size: 20px;
  line-height: 29px;
}

.exact-theme h5, .exact-theme h5 *, .exact-theme .h5, .exact-theme .h5 * {
  font-size: 18px;
  line-height: 20px;
}

.exact-theme h6, .exact-theme h6 *, .exact-theme .h6, .exact-theme .h6 * {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.exact-theme ul, .exact-theme ol, .exact-theme li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.exact-theme p, .exact-theme li {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px !important;
}

.exact-theme a {
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
}

.exact-theme a:hover {
  color: var(--ice-blue);
}

footer .copyright a:hover {
  text-decoration: underline;
  color: var(--lemon-lime);
}

.exact-theme strong, .exact-theme strong * {
  font-weight: 600 !important;
}

.exact-theme code {
  padding: 10px;
  font-size: 14px;
  color: var(--white);
  background: var(--black);
}

.exact-theme mark {
  background: none;
}

.exact-theme hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--grey);
}

.exact-theme .wysiwyg-content h6[style="text-align: center;"] {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  max-width: fit-content;
}

/* Responsive */
@media (max-width:991px) {
  .exact-theme h1, .exact-theme h1 *, .exact-theme .h1, .exact-theme .h1 * {
    font-size: 46px;
    line-height: 130%;
  }

  .exact-theme h2, .exact-theme h2 *, .exact-theme .h2, .exact-theme .h2 * {
    font-size: 36px;
  }

  .exact-theme h3, .exact-theme h3 *, .exact-theme .h3, .exact-theme .h3 * {
    font-size: 26px;
    line-height: 36px;
  }

  .exact-theme h4, .exact-theme h4 *, .exact-theme .h4, .exact-theme .h4 * {
    font-size: 18px;
    line-height: 29px;
  }

}

@media (max-width:767px) {
  .exact-theme h1, .exact-theme h1 *, .exact-theme .h1, .exact-theme .h1 * {
    font-size: 36px;
  }

  .exact-theme h2, .exact-theme h2 *, .exact-theme .h2, .exact-theme .h2 * {
    font-size: 30px;
  }

  .exact-theme h3, .exact-theme h3 *, .exact-theme .h3, .exact-theme .h3 * {
    font-size: 22px;
    line-height: 34px;
  }

}

/*-----------------------------------------------------------------------
  Content Styling
-----------------------------------------------------------------------*/

/* Sizes */

.exact-theme .text-small, .exact-theme .text-small * {
  font-size: 14px !important;
}

.exact-theme .text-sub, .exact-theme .text-sub * {
  font-size: 12px !important;
}

/* Alignment */
.exact-theme .text-left {
  text-align: left;
}

.exact-theme .text-center {
  text-align: center;
}

.exact-theme .text-right {
  text-align: right;
}

/* Colours */
.exact-theme .text-muted {
  opacity: 50%;
}

.exact-theme .text-white, .exact-theme .text-white *:not(.button, button, .button *, button *, [class*='text-'], [style*='color-']) {
  color: var(--white) !important;
  border-color: var(--white);
}

/*-----------------------------------------------------------------------
  WYSIWYG Content
-----------------------------------------------------------------------*/
.wysiwyg-content {
  width: 100%;
  position: relative;
  z-index: 99;
}

.wysiwyg-content h1:not(:last-child), .wysiwyg-content h2:not(:last-child), .wysiwyg-content h3:not(:last-child), .wysiwyg-content h4:not(:last-child), .wysiwyg-content h5:not(:last-child), .wysiwyg-content h6:not(:last-child), .wysiwyg-content ul:not(:last-child), .wysiwyg-content ol:not(:last-child), .wysiwyg-content p:not(:last-child), .wysiwyg-content img:not(:last-child), .wysiwyg-content table:not(:last-child), .wysiwyg-content code:not(:last-child), .wysiwyg-content blockquote:not(:last-child) {
  margin: 0 0 20px !important;
}

.wysiwyg-content li:not(:last-child) {
  margin: 0 0 10px !important;
}

/* Lists */
.wysiwyg-content ul, .wysiwyg-content ol {
  display: inline-block;
}

.wysiwyg-content li {
  position: relative;
  text-align: left;
  padding: 0 0 0 20px;
}

.wysiwyg-content li:not(:last-child) {
  margin: 0 0 5px !important;
}

.wysiwyg-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: var(--ice-blue);
}

.wysiwyg-content ol {
  counter-reset: item;
  list-style-position: outside;
}

.wysiwyg-content ol li:before {
  content: counter(item) '. ';
  counter-increment: item;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-wysiwyg-content img {
  width: 100%;
  border-radius: 22px;
}

.wysiwyg-content h6 {
  font-size: 14px;
  font-weight: 500;
  background: var(--lemon-lime);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 6px;
  width: auto;
  text-transform: initial;
}

/* Blockquote */
.wysiwyg-content blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  border-left: 1px solid var(--black);
}

/* Links */
.wysiwyg-content h5 a, .wysiwyg-content p a, .wysiwyg-content li a, .wysiwyg-content span a {
  text-decoration: underline;
}

/* Hr */
.wysiwyg-content hr {
  margin: 30px 0;
}

/* Images */
.wysiwyg-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

.wysiwyg-content img:not(:first-child) {
  margin-top: 40px !important;
}

.wysiwyg-content img:not(:last-child) {
  margin-bottom: 40px !important;
}

.wysiwyg-content img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

.wysiwyg-content img.alignleft {
  float: left;
}

.wysiwyg-content img.alignright {
  float: right;
}

.wysiwyg-content img.size-full {
  width: 100% !important;
}

/*-----------------------------------------------------------------------
  Global Forms
-----------------------------------------------------------------------*/
.exact-theme form, .exact-theme form *:not(table, table *, button) {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative;
}

.exact-theme form *[disabled] {
  opacity: 50%;
  pointer-events: none;
}

/* Labels */
.exact-theme label, .exact-theme legend, .exact-theme form .ginput_preview, .exact-theme form .gform-field-label, .exact-theme form .gfield_description, .exact-theme form .ginput_quantity_label, .exact-theme form .gform_fileupload_rules, .exact-theme form .gfield_password_strength {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-primary);
  font-size: 12px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  margin: 5px 0 !important;
}

.exact-theme fieldset legend {
  font-size: 16px !important;
}

.exact-theme label a, .exact-theme legend a {
  color: var(--black) !important;
  text-decoration: underline;
}

.exact-theme label .required, .exact-theme form .gfield_label .gfield_required {
  color: var(--red);
  margin-left: 2px !important;
  text-decoration: none !important;
}

/* Basic Fields */
.exact-theme input:not([class*='ui-'], [type='button'], [type='submit']), .exact-theme select:not([class*='ui-']), .exact-theme .select2-container .select2-selection, .exact-theme textarea:not([class*='ui-']) {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 12px !important;
  border: 0px solid var(--grey) !important;
  background: var(--white) !important;
  padding: 14px 20px !important;
  color: var(--ice-blue);
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: none !important;
  resize: none;
  min-height: 64px;
}

.exact-theme textarea:not([class*='ui-']) {
  min-height: 100px;
  max-height: 200px;
}

.exact-theme input:not([class*='ui-'], [type='button'], [type='submit']):hover, .exact-theme input:not([class*='ui-'], [type='button'], [type='submit']):focus, .exact-theme select:not([class*='ui-']):hover, .exact-theme select:not([class*='ui-']):focus, .exact-theme textarea:not([class*='ui-']):hover, .exact-theme textarea:not([class*='ui-']):focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.exact-theme input:not([class*='ui-'])[disabled], .exact-theme select:not([class*='ui-'])[disabled], .exact-theme textarea:not([class*='ui-'])[disabled], .exact-theme button:not([class*='ui-'])[disabled] {
  opacity: 50%;
  pointer-events: none;
}

.exact-theme input:not([class*='ui-']):-webkit-autofill, .exact-theme input:not([class*='ui-']):-webkit-autofill:hover, .exact-theme input:not([class*='ui-']):-webkit-autofill:focus, .exact-theme input:not([class*='ui-']):-webkit-autofill:active, .exact-theme textarea:not([class*='ui-']):-webkit-autofill, .exact-theme textarea:not([class*='ui-']):-webkit-autofill:hover, .exact-theme textarea:not([class*='ui-']):-webkit-autofill:focus, .exact-theme textarea:not([class*='ui-']):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  -webkit-text-fill-color: var(--black);
}

.exact-theme ::placeholder {
  color: var(--ice-blue) !important;
  font-weight: 300;
}

/* Select */
.exact-theme select:not([class*='ui-'], [multiple='multiple']) {
  padding-right: 45px !important;
  background: url(../img/icon-chevron-down.svg) 50% no-repeat !important;
  background-size: 12px !important;
  background-position: center right 20px !important;
  cursor: pointer;
}

.exact-theme .select2, .exact-theme .select2 * {
  margin: 0 !important;
  padding: 0 !important;
}

.exact-theme .select2-container .select2-selection {
  background: transparent url(../img/icon-chevron-down.svg) 50% no-repeat !important;
  background-size: 12px !important;
  background-position: center right 20px !important;
  cursor: pointer;
}

.exact-theme .select2-container .select2-selection, .exact-theme .select2-container .select2-selection * {
  line-height: 20px !important;
}

.exact-theme .select2-selection__rendered, .exact-theme .select2-selection__placeholder {
  color: var(--black) !important;
}

.exact-theme .select2-dropdown {
  top: 0;
  border-width: 1px !important;
  border-color: var(--black) !important;
  border-radius: 0 !important;
  background: var(--white);
}

.exact-theme .select2-dropdown .select2-search, .exact-theme .select2-dropdown .select2-results__option {
  padding: 5px;
}

.exact-theme .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: var(--black);
}

.exact-theme .select2-container .select2-selection__arrow {
  display: none;
}

/* Checkbox & Radio */
.exact-theme input[type='checkbox']:not([class*='ui-']), .exact-theme input[type='radio']:not([class*='ui-']) {
  min-height: 25px !important;
  min-width: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  border-radius: 0 !important;
  border: 1px solid var(--black) !important;
  padding: 0 !important;
  background: var(--white);
  box-shadow: none !important;
  margin: 0 10px 0 0 !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: none !important;
}

.exact-theme input[type='radio']:not([class*='ui-']) {
  border-radius: 25px !important;
}

.exact-theme input[type='checkbox']:not([class*='ui-'])+label, .exact-theme input[type='radio']:not([class*='ui-'])+label {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: var(--font-primary);
  letter-spacing: inherit;
  text-transform: none !important;
  margin: 0 !important;
}

.exact-theme input[type='checkbox']:not([class*='ui-']):checked {
  border-color: var(--black) !important;
  background: var(--black) url(../img/icon-checkbox.svg) 50% no-repeat !important;
  background-size: 16px !important;
}

.exact-theme input[type='radio']:not([class*='ui-']):checked {
  border: 6px solid var(--black) !important;
}

.exact-theme input[type='radio']:not([class*='ui-']):before, .exact-theme input[type='checkbox']:not([class*='ui-']):before {
  display: none !important;
}

/*-----------------------------------------------------------------------
  Gravity Forms
-----------------------------------------------------------------------*/
.gform_wrapper .gform_body, .gform_wrapper .gform_fields, .gform_wrapper .gform_footer {
  margin: 0 !important;
}

.gform_wrapper .gform_fields {
  gap: 16px 20px !important;
}

.gform_wrapper .ginput_complex {
  gap: 0 !important;
}

.gform_wrapper .gform_required_legend, .gform_wrapper .gfield .gfield_validation_message {
  display: none !important;
}

/* AJAX Spinner */
.gform_wrapper .gform_ajax_spinner, .gform_wrapper .gform-loader {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 20px !important;
}

/* Labels */
.gform_wrapper .gfield_description, .gform_wrapper .gfield_list_group_item:before, .gform_wrapper .gfield_list .gform-field-label, .gform_wrapper .gform-field-label--type-sub {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(var(--black-rgb), 50%) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.gform_wrapper .gform_title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Radio / Checkbox */
.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice {
  margin: 10px 0 !important;
}

/* Date / Time */
.gform_wrapper .ginput_container_date, .gform_wrapper .ginput_container_time {
  flex-basis: auto !important;
  max-width: 100% !important;
  flex: 1 !important;
}

.gform_wrapper .hour_minute_colon {
  line-height: 35px !important;
}

/* List */
.gform_wrapper .gfield_list .gfield_list_icons button {
  min-width: 16px !important;
  min-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

/* File Upload */
.gform_wrapper .gform_drop_area {
  padding: 20px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px dashed rgba(var(--black-rgb), 25%) !important;
}

.gform_wrapper .gform_drop_area:before {
  display: none !important;
}

.gform_wrapper .gform_drop_area .gform_button_select_files {
  margin: auto !important;
}

.gform_wrapper .gfield--type-fileupload .ginput_preview {
  font-size: 14px;
  display: flex !important;
  align-items: center;
  margin: 10px 0 0 !important;
}

.gform_wrapper .gfield--type-fileupload .ginput_preview * {
  margin: 0 5px 0 0 !important;
  order: 9;
}

.gform_wrapper .gfield--type-fileupload .ginput_preview .gfield_fileupload_progressbar {
  display: none;
}

.gform_wrapper .gform_delete_file, .gform_wrapper .gform_delete_file * {
  padding: 0 !important;
  margin: 0 0 1px !important;
  min-width: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: var(--black) !important;
  order: 1 !important;
}

.gform_wrapper .gform_delete_file:hover * {
  color: var(--red) !important;
}

.gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  padding-top: inherit !important;
}

/* Price / Product */
.gform_wrapper .ginput_product_price_wrapper {
  width: 100%;
  margin: 0 0 10px;
}

/* Consent */
.gform_wrapper .ginput_container_consent {
  display: flex;
}

/* Progress Bar */
.gform_wrapper .gf_progressbar_wrapper {
  margin: 0 0 30px;
}

.gform_wrapper .gf_progressbar, .gform_wrapper .gf_progressbar_wrapper, .gform_wrapper .gf_progressbar_percentage {
  border-radius: 20px !important;
}

.gform_wrapper .gf_progressbar {
  background: rgba(var(--black-rgb), 5%) !important;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 16px !important;
  background: var(--grey) !important;
}

.gform_wrapper .gf_progressbar_title, .gform_wrapper .gf_progressbar_percentage span {
  margin: 0 !important;
}

.gform_wrapper .gf_progressbar_title {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.gform_wrapper .gf_progressbar_percentage span {
  padding: 0 5px !important;
  color: var(--black) !important;
  font-size: 10px !important;
  line-height: 15px !important;
  text-transform: uppercase !important;
}

.gform_wrapper .gform-footer {
  display: flex;
  justify-content: flex-end;
}

/* Page Footer */
.gform_wrapper .gform_page_footer {
  display: flex;
  gap: 15px;
  align-items: center;
}

.gform_wrapper .gform_page_footer .button {
  margin: 0 !important;
}

.gform_wrapper .gform_page_footer .gform_previous_button:not(:hover, :focus), .gform_wrapper .gform_page_footer .gform_next_button:not(:hover, :focus) {
  color: var(--black) !important;
}

/* Validation */
.gform_wrapper .gform_validation_errors {
  outline: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
}

.gform_wrapper .gform_validation_errors * {
  color: var(--red) !important;
  font-family: var(--font-primary);
  font-weight: 400;
  letter-spacing: 0 !important;
}

.gform_wrapper .gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/*-----------------------------------------------------------------------
  Filter Form
-----------------------------------------------------------------------*/
.exact-theme form.filter-form {
  width: fit-content !important;
  max-width: 100%;
}

.exact-theme *[id*='response'] {
  transition: var(--transition) all;
}

.exact-theme .filter-loading {
  opacity: 50%;
}

/*-----------------------------------------------------------------------
  Buttons
-----------------------------------------------------------------------*/
.exact-theme .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.exact-theme .button svg {
  width: 30px;
  height: 30px;
  color: var(--black);
  padding: 7px;
  background: var(--white);
  border-radius: 8px;
  transition: var(--transition) all;
}

.exact-theme .button svg path {
  fill: var(--ice-blue);
  transition: var(--transition) all;
}

/* Default Styles */
.exact-theme button, .exact-theme button:hover, .exact-theme .button, .exact-theme .button:hover, .exact-theme a.added_to_cart, .exact-theme a.added_to_cart:hover {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  gap: 15px;
  margin: 0;
  outline: 0 !important;
  width: auto;
  height: auto;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-family: var(--font-primary);
  line-height: 20px !important;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid var(--ice-blue) !important;
  border-radius: 12px !important;
  transition: var(--transition) all;
  cursor: pointer;
  background: var(--ice-blue);
  color: var(--white);
  outline: 0 !important;
  min-width: 185px;
  display: inline-flex!important;
  align-items: center;
  justify-content: flex-start;
  min-height: 53px !important;
  font-weight: 500;
}

.button.button-default {
  background: var(--white);
  border-color: var(--white) !important;
  color: var(--ice-blue) !important;
}

.button.button-default svg {
  background: var(--ice-blue);
}

.button.button-default svg path {
  fill: var(--white);
}

.button.button-lemon-lime {
  background: var(--lemon-lime);
  border-color: var(--lemon-lime) !important;
  color: var(--ice-blue) !important;
}

.button.button-lemon-lime:hover {
  background: rgba(var(--lemon-lime-rgb), 50%) !important;
  border-color: var(--lemon-lime) !important;
}

.button.button-lemon-lime:hover, .button.button-default:hover {
  background: var(--ice-blue) !important;
  color: var(--white) !important;
  border-color: var(--ice-blue) !important;
}

.button.button-lemon-lime:hover svg, .button.button-default:hover svg {
  background: var(--white);
}

.button.button-lemon-lime:hover svg path, .button.button-default:hover svg path {
  fill: var(--ice-blue) !important;
}

/* Additional Styles */
.exact-theme .button.button-white {
  border-color: var(--white);
}

.exact-theme .button.button-white, .exact-theme .button.button-white svg {
  color: var(--white);
}

footer .button.button-default:hover, .button.button-blue:hover {
  background: var(--lemon-lime) !important;
  color: var(--ice-blue) !important;
  border-color: var(--lemon-lime) !important;
}

footer .button.button-default:hover svg, .button.button-blue:hover svg {
  background: var(--ice-blue);
}

footer .button.button-default:hover svg path, .button.button-blue:hover svg path {
  fill: var(--white) !important;
}
footer .wrapper .right-col .item-column.footer-contact-info li.detail {
    font-weight: 600;
}
.site-header .header-right .button.button-lemon-lime:hover svg {
  background: var(--white);
}

.site-header .header-right .button.button-lemon-lime:hover svg path {
  background: var(--ice-blue);
}

.gform_wrapper .gform-footer input[type="submit"] {
  background: var(--ice-blue) url(../img/btn-arrow.svg) no-repeat left 20px center / 30px !important;
  padding-left: 65px !important;
  width: auto;
  min-width: auto;
  padding-right: 25px !important;
  font-weight: 300;
  margin: 0 !important;
  transition: var(--transition) all;
  
}
.gform_wrapper .gform-footer input[type="submit"]:hover {
   background: var(--lemon-lime) url(../img/btn-arrow-blue.svg) no-repeat left 20px center / 30px !important;
   color: var(--ice-blue);
}

/* Hover/Focus */
.exact-theme button:hover, .exact-theme button:focus, .exact-theme .button:hover, .exact-theme .button:focus, .exact-theme a.added_to_cart:hover, .exact-theme a.added_to_cart:focus, .exact-theme .form-submit *[type='submit']:hover, .exact-theme .form-submit *[type='submit']:focus {
  outline: 0;
  box-shadow: none;
  border-color: inherit;
}

/* Responsive */
@media (max-width:575px) {
  .exact-theme .button-group {
    width: 100%;
  }

}

/*-----------------------------------------------------------------------
  Site Notice
-----------------------------------------------------------------------*/
.site-notice {
  padding: 10px 0;
  background: var(--black);
  color: var(--white);
}

/*-----------------------------------------------------------------------
  Site Logo
-----------------------------------------------------------------------*/
.site-logo, .site-logo img, .site-logo svg {
  display: block;
  max-width: 220px;
  max-height: 93px;
  z-index: 20000;
  transition: none;
  display: inline-flex;
}

.site-footer .site-logo, .site-footer .site-logo img, .site-footer .site-logo svg {
  max-width: 120px;
  max-height: 120px;
}

/* Responsive */
@media (max-width:1199px) {
  .site-logo, .site-logo img, .site-logo svg {
    max-width: 180px;
    width: 180px;
  }

}

@media (max-width:991px) {
  .site-logo, .site-logo img, .site-logo svg {
    max-width: 140px;
    max-height: 60px;
  }

}

/*-----------------------------------------------------------------------
  Site Header
-----------------------------------------------------------------------*/
body.exact-theme.admin-bar .site-header {
  top: var(--admin-height);
}

.site-header {
  top: 0;
  width: 100%;
  display: block;
  position: fixed;
  background: var(--white);
  box-shadow: var(--box-shadow);
  z-index: 2000000002;
}

.site-header>div[class*='container'] {
  height: var(--header-height);
}

.site-header>.grid-col-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.site-header ul li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--ice-blue);
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header ul li.current_page_parent.menu-item-has-children > a, .site-header ul li.current-menu-item > a, .site-header ul li a:hover {
  color: rgba(var(--ice-blue-rgb), 60%) !important;
}
.site-header ul li.current_page_parent.menu-item-has-children > a .trigger-sub-menu, .site-header ul li.current-menu-item > a .trigger-sub-menu, .site-header ul li a:hover .trigger-sub-menu{
  opacity: 0.6;
}
.site-header .header-right .button svg, footer .left-col a.button svg, .site-responsive-menu .button-group a.button svg {
  display: inline-block;
  vertical-align: middle;
  animation: wiggle 0.1s infinite alternate;
  transform-origin: center 60%;
}

@keyframes wiggle {
  0% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

/* Main Menu */
.exact-theme .main-menu ul li, .exact-theme .main-menu ul li a {
  position: relative;
}

.exact-theme .main-menu ul li a {
  padding: 10px;
  display: block;
  transition: var(--transition) all;
  text-decoration: none !important;
}

.exact-theme .main-menu ul>li.current-menu-item>a, .exact-theme .main-menu ul>li.current-menu-parent>a, .exact-theme .main-menu ul li a:hover, .exact-theme .main-menu ul li a:focus {
  text-decoration: underline;
}

.site-header ul:not(.sub-menu) {
  display: flex;
  gap: 44px;
}

.site-header ul.sub-menu a {
  font-size: 16px;
  display: flex;
  padding: 9px 15px;
  border-radius: 8px;
  background: transparent;
  margin: 5px 0;
}

.site-header ul.sub-menu .current-menu-item > a, .site-header ul.sub-menu a:hover {
  background: #F2F4F7;
  color: var(--ice-blue) !important;
}

.site-header ul li:not(.sub-menu li) {
  padding: 40px 0;
}

.site-header .header-right .button.button-lemon-lime svg {
  background: var(--ice-blue);
}

.site-header .header-right .button.button-lemon-lime svg path {
  fill: var(--lemon-lime);
}

/* Sub Menu */
.exact-theme .site-header .trigger-sub-menu svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.exact-theme .main-menu ul.sub-menu, .exact-theme .main-menu ul.sub-menu li, .exact-theme .main-menu ul.sub-menu li a {
  display: block;
}

.site-header ul.sub-menu {
  padding: 12px 10px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  width: 325px;
  border-radius: 9px;
}

.exact-theme .main-menu ul.sub-menu li a {
  padding: 5px;
}

.site-header ul li .sub-menu-wrap {
  width: 160px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin: 0;
  transform: translate(-50%);
  padding: 15px 0 0 0;
  pointer-events: none;
  z-index: 20000;
}

.site-header ul ul .sub-menu-wrap {
  padding: 0 0 0 8px;
  top: 0;
  right: auto;
  left: 100%;
  transform: translate(0);
}

.site-header ul li:hover>.sub-menu-wrap {
  opacity: 1;
  pointer-events: all;
}

/* Responsive */
@media screen and (max-width:991px) {
  .site-header ul:not(.sub-menu) {
    display: none;
  }

  .site-header .header-right {
    gap: 25px;
  }

  body.menu-active {
    overflow: hidden;
  }

  .site-responsive-menu .main-menu ul.sub-menu li a {
    font-size: 18px;
    padding: 5px 10px 5px;
  }

}

/* Icon Menu */
.site-header .header-right {
  gap: 44px;
}

.site-header *[class*='icon-'], .site-header *[class*='icon-'] svg {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--ice-blue);
  cursor: pointer;
}

.site-header .icon-cart {
  position: relative;
  width: 25px;
}

.site-header .icon-cart .cart-count {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 8px;
  width: 14px;
  line-height: 14px;
  border-radius: 14px;
  text-align: center;
  background: var(--black);
  color: var(--white);
}

/* Hamburger */
.site-header .icon-hamburger {
  width: 35px;
  height: 24px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.site-header .icon-hamburger span, .site-header .icon-hamburger span:before, .site-header .icon-hamburger span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--ice-blue);
  transition: background 0s 0.3s;
}

.site-header .icon-hamburger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-header .icon-hamburger span:before {
  content: '';
  top: -9px;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.site-header .icon-hamburger span:after {
  content: '';
  bottom: -9px;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

body.exact-theme.menu-active .site-header .icon-hamburger span {
  background: none;
}

body.exact-theme.menu-active .site-header .icon-hamburger span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}

body.exact-theme.menu-active .site-header .icon-hamburger span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

/* Responsive Menu */
.site-responsive-menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  top: calc(var(--header-height) + var(--notice-height));
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

body.menu-active .site-responsive-menu {
  opacity: 1;
  pointer-events: auto;
}

body.admin-bar .site-responsive-menu {
  top: calc(var(--header-height) + var(--notice-height) + var(--admin-height));
}

.site-responsive-menu .container-xl {
  width: 100%;
  opacity: 0;
  transition: var(--transition) all;
}

/* Responsive Menu: Menu */
.site-responsive-menu .main-menu ul {
  display: block;
}

.site-responsive-menu .main-menu ul li a, .site-responsive-menu .button-group, .site-responsive-menu .menu-search {
  padding: 15px 0;
}

.site-responsive-menu .menu-search, .site-responsive-menu .main-menu>ul>li {
  border-bottom: 1px solid var(--grey);
}

.site-responsive-menu .main-menu>ul>li>a {
  font-family: var(--font-primary);
  font-size: 20px;
}

.site-responsive-menu .main-menu ul li .trigger-sub-menu {
  width: 20px;
  float: right;
}
.site-responsive-menu .main-menu ul li .trigger-sub-menu svg{
  width: 12px;
  height: 12px;
}

/* Responsive Menu: Sub Menu */
.site-responsive-menu .main-menu ul.sub-menu {
  padding-bottom: 10px;
}

.site-responsive-menu .main-menu ul.sub-menu li a {
  font-size: 18px;
  padding: 0 20px 5px;
}

.site-responsive-menu ul li.menu-item-has-children ul.sub-menu, .site-responsive-menu ul li.menu-item-has-children .sub-menu-wrap {
  display: none;
}

.site-responsive-menu ul li.menu-item-has-children.sub-menu-active>a>.trigger-sub-menu svg {
  transform: rotate(135deg);
}

.site-responsive-menu ul.sub-menu, .site-responsive-menu ul.sub-menu li, .site-responsive-menu ul.sub-menu li a, .site-responsive-menu ul li.menu-item-has-children.sub-menu-active>.sub-menu-wrap {
  display: block !important;
}

/* Responsive */
@media (min-width:992px) {
  .site-header .trigger-menu, .site-responsive-menu {
    display: none !important;
  }

}

@media (max-width:991px) {
  .site-header>.grid-col-3 {
    grid-template-columns: auto 1fr !important;
  }

  .site-header .main-menu, .site-header .header-right .button, .site-header .icon-search {
    display: none !important;
  }

  .site-header .trigger-menu {
    display: flex !important;
  }

  body.menu-active .site-main {
    transform: translateX(-100%);
  }

  body.menu-active .site-responsive-menu .container-xl {
    opacity: 1;
  }

}

/*-----------------------------------------------------------------------
  Site Search
-----------------------------------------------------------------------*/
.site-search {
  background: var(--white);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  top: calc(var(--header-height) + var(--notice-height));
  border-bottom: 1px solid var(--grey);
}

body.exact-theme.admin-bar .site-search {
  top: calc(var(--header-height) + var(--notice-height) + var(--admin-height));
}

.site-search *[class*='container-'] {
  padding: 20px 0;
}

.site-search .close-search {
  margin-left: 15px;
  cursor: pointer;
}

.site-search .close-search, .site-search .close-search svg {
  display: block;
  width: 14px;
  height: 14px;
}

.exact-theme form.search-form {
  display: flex;
  gap: 15px;
}

.exact-theme form.search-form, .exact-theme form.search-form>input {
  flex: 1;
}

/* Responsive */
@media (max-width:991px) {
  .site-search {
    display: none !important;
  }

}

/*-----------------------------------------------------------------------
  Site Footer
-----------------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid var(--grey);
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Footer Menu */
.site-footer ul, .site-footer ul li, .site-footer ul li * {
  display: block;
}

.site-footer ul li, .site-footer h6 {
  margin: 0 0 10px;
}

.site-footer ul.sub-menu {
  display: none;
}

footer .left-col {
  display: flex;
  flex-direction: column;
  gap: 55px;
  align-items: flex-start;
  width: 30%;
}
footer .left-col p.footer-text {
  font-size: 14px !important;
}
footer .footer-logo-items {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

footer .footer-logo-items img {
    max-width: 210px;
    max-height: 60px;
}
/* Responsive */
@media (max-width:1024px) {
  .site-footer a.site-logo {
    margin: auto;
  }

  .site-footer * {
    text-align: center;
    justify-content: center;
  }

}
@media (max-width:575px) {
footer .wrapper h4 {
    margin: 20px 0 2px !important;
}
footer .footer-logo-items{
  flex-direction: column;
    gap: 20px;
}
}
/*-----------------------------------------------------------------------
  Site Breadcrumbs
-----------------------------------------------------------------------*/
.site-breadcrumbs .flex-layout {
  padding: 20px 0;
  gap: 10px;
}

.site-breadcrumbs a {
  transition: none;
}

.site-breadcrumbs a:hover, .site-breadcrumbs a:focus {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------
  Media
-----------------------------------------------------------------------*/
.full-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.exact-theme img {
  max-width: 100%;
  height: auto;
  display: block;
}

.exact-theme svg {
  transition: var(--transition) all;
}

/* Background Elements */
.exact-theme .background-image, .exact-theme .background-video, .exact-theme .background-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.exact-theme .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.exact-theme .background-video, .exact-theme .background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exact-theme .background-overlay:before {
  content: '';
  background: rgba(0, 0, 0, 30%);
}

/* Video Embed */
.exact-theme .responsive-embed {
  position: relative;
  padding-bottom: 56.25%;  /* 16:9 */
  height: 0;
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

.exact-theme .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------
  Swiper
-----------------------------------------------------------------------*/
.exact-theme .swiper-carousel-wrap {
  min-width: 100%;
  overflow: hidden;
}

.exact-theme .swiper .swiper-slide {
  width: auto;
  height: auto;
}

/* Pagination */
.exact-theme .swiper .swiper-pagination {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.exact-theme .swiper .swiper-pagination span {
  opacity: 100%;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lemon-lime);  /* transition: var(--transition) width, var(--transition) background; */
  border: 0px solid var(--white);
}

.exact-theme .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 16px;
  border: 4px solid var(--white);
  height: 16px;
  outline: 1px solid var(--lemon-lime);
}

/* Navigation */
.exact-theme .swiper .swiper-button-prev:after, .exact-theme .swiper .swiper-button-next:after {
  color: var(--white);
  font-size: 0px;
}
.swiper-button-next, .swiper-button-prev
 {
    width: 70px;
    height: 70px;
        position: relative;
}
.swiper-button-prev {
    transform: rotateY(180deg);
}



.block-review .wprs_unslider-arrow.next {
    left: 60px !important;
}
 
.block-review .wprs_unslider-arrow.prev {
    left: 20px !important;
}
 
 .block-review .wprs_unslider {
    position: static !important;
}

.block-review .swiper.review-slider{
  position: static !important;
}

.block-review .item-column.column-right{
  position: static !important;
}
.block-review .wprs_unslider-arrow {
    top: 60% !important;
    right: 0;
    left: 0 !important;
    background-position: center;
    transition: var(--transition);
    margin-top: 0;
}
.block-review .wprs_unslider-arrow:hover{
/*  background: var(--lemon-lime);*/
      filter: opacity(0.5);

}
.block-review .wpproslider_t7_DIV_1a{
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 20px !important;
}
.block-review .wpproslider_t7_DIV_2{
  border: 0;
  border-radius: 14px !important;
}

.block-review .wpproslider_t7_DIV_2_top .wpproslider_t7_DIV_3L{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.block-review .indrevdiv .indrevtxt {
      font-weight: 300;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--ice-blue);
    font-style: normal;

}
.block-review .indrevdiv .t7displayname {
    color: var(--ice-blue);

}
/* Responsive */
@media (max-width:991px) {
  .exact-theme .swiper .swiper-pagination {
    margin-top: 15px;
  }
  .block-review .wprs_unslider {
    position: relative !important;
  }
  .block-review .wprs_unslider-arrow{
    top: inherit !important;
    bottom: 0px !important;
    left: 50% !important;
    right: 50% !important;
  }
  .block-review .wprs_unslider-arrow.next{
    left: inherit !important;
    right: 0 !important;
  }
   .block-review .wprs_unslider-arrow.prev{
    right: inherit !important;
    left: 0 !important;
  }

}
@media (max-width:991px) {
  .swiper-button-next, .swiper-button-prev {
      width: 45px;
      height: 45px;
  }
}


/*-----------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------*/
.exact-theme table {
  border-collapse: collapse;
  width: 100%;
}

.exact-theme table, .exact-theme table tr, .exact-theme table th, .exact-theme table td {
  border-color: var(--grey);
}

.exact-theme table th, .exact-theme table td {
  padding: 10px;
  text-align: left;
  border: 1px solid var(--grey);
}

.exact-theme table th {
  background: rgba(var(--black-rgb), 5%);
}

.exact-theme table th, .exact-theme table th * {
  font-weight: 600;
}

.exact-theme table .button {
  width: fit-content !important;
  margin: 5px 5px 5px 0 !important;
}

/*-----------------------------------------------------------------------
  Social Icons
-----------------------------------------------------------------------*/
.exact-theme .social-icons {
  gap: 15px;
}

.exact-theme .social-icons a, .exact-theme .social-icons svg {
  margin: 0;
  display: block;
}

.exact-theme .social-icons svg {
  width: 22px;
  height: 22px;
}

/*-----------------------------------------------------------------------
  Clipboard Copy
-----------------------------------------------------------------------*/
.exact-theme .copy-to-clipboard {
  position: relative;
  cursor: pointer;
}

.exact-theme .copy-to-clipboard .tooltip {
  background: var(--black);
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  white-space: nowrap;
  color: var(--white);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -140%);
  transition: 0.3s ease all;
}

.exact-theme .copy-to-clipboard .tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--black) transparent transparent transparent;
}

.exact-theme .copy-to-clipboard:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/*-----------------------------------------------------------------------
  Popups
-----------------------------------------------------------------------*/
.exact-theme .trigger-popup, .exact-theme .close-popup {
  cursor: pointer;
  z-index: 20000;
}

.exact-theme .popup-wrap {
  display: none;
}

.exact-theme .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--black-rgb), 80%);
  z-index: 20000000000;
}

/* Containers */
.exact-theme .popup-overlay>*[class*='container'] {
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
  padding: 40px;
  background: var(--white);
}

/* Close Button */
.exact-theme .popup-overlay .close-popup:not(.button) {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}

.exact-theme .popup-overlay .close-popup svg {
  width: 16px;
  height: 16px;
}

/*-----------------------------------------------------------------------
  Pagination
-----------------------------------------------------------------------*/
.exact-theme .archive-pagination {
  margin: auto;
  margin-top: 40px;
  width: fit-content;
      margin-bottom: 40px;
}

.exact-theme .archive-pagination a {
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--white);
    display: inline-flex;
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 9px;
    transition: var(--transition) all;
    color: var(--ice-blue);
    border: 1px solid var(--ice-blue) !important;
}

.exact-theme .archive-pagination a:hover,
.exact-theme .archive-pagination a.current {
    background: rgba(var(--ice-blue-rgb), 100%) !important;
    color: var(--white);
}

.exact-theme .archive-pagination a:hover, .exact-theme .archive-pagination a.current {
  text-decoration: underline;
}

.exact-theme .post-pagination {
  border-top: 1px solid var(--grey);
}

.exact-theme .post-pagination .button, .exact-theme .post-pagination .button:hover, .exact-theme .post-pagination .button:focus {
  padding: 0 !important;
  min-width: 0 !important;
  border: 0 !important;
}

.exact-theme .post-pagination .pagination-next .button svg {
  transform: rotate(-180deg);
}

.post-footer .container-md {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding: 25px 0;
}

.post-footer .container-md a {
  text-transform: uppercase;
}

.post-footer .container-md a:hover {
  color: rgba(var(--ice-blue-rgb), 60%)
}

.post-footer {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------------
  Entry: Post
-----------------------------------------------------------------------*/
.exact-theme .entry-post {
  display: block;
  transition: var(--transition) all;
  text-decoration: none;
}

.exact-theme .entry-post .entry-post-image {
  aspect-ratio: 5 / 3;
  background: var(--grey);
  position: relative;
}

.exact-theme .entry-post .entry-post-content {
  padding: 20px 0;
}

.exact-theme .entry-post .entry-post-content>*:not(:last-child) {
  margin: 0 0 10px !important;
}

/*-----------------------------------------------------------------------
  Item: Accordion
-----------------------------------------------------------------------*/
.exact-theme .item-accordion {
  margin: 0 0 17px;
  height: auto;
  display: block;
  padding: 22px 25px;
  background: #F7F7F7;
  border-radius: var(--border-radius-md);
}

.exact-theme .item-accordion:first-child {
  border-top: 0;
}

.exact-theme .item-accordion .trigger-accordion {
  position: relative;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: var(--transition) all;
  gap: 15px;
}

.exact-theme .item-accordion .trigger-accordion svg {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;  /* margin-left: 10px; */
  background: var(--lemon-lime);
  padding: 6px;
  border-radius: 50%;
  position: relative;
    top: 5px;
}

.exact-theme .item-accordion.active .trigger-accordion svg {
  transform: rotate(135deg);
}

.exact-theme .item-accordion .wysiwyg-content {
  display: none;
}

.exact-theme .item-accordion .wysiwyg-content>:first-child {
  margin-top: 10px !important;
}

.exact-theme .item-accordion .wysiwyg-content {
  background: var(--white);
  padding: 26px;
  margin-top: 20px;
  border-radius: var(--border-radius-sm);
}
.exact-theme .item-accordion .icon-plus{ 
  position: relative;
}

.exact-theme .item-accordion .icon-plus {
    position: relative;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background: #eaf2a6;
    width: 26px;
    height: 26px;
        min-height: 26px;
    min-width: 26px;
    border-radius: 50%;
        transform: rotate(90deg);
            transition: all 0.3s ease-in-out;
}

.exact-theme .item-accordion .icon-plus:before
 {
    content: "";
    background: var(--ice-blue);
    width: 15px;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 12px;
    display: inline-flex;
        transition: all 0.3s ease-in-out;
}
.exact-theme .item-accordion .icon-plus:after {
    content: "";
    background: var(--ice-blue);
    width: 2px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
        transition: all 0.3s ease-in-out;
}
.exact-theme .item-accordion.active .icon-plus {
    transform: rotate(0deg);
}

.exact-theme .item-accordion.active .icon-plus::after {
    height: 0;
}

/*-----------------------------------------------------------------------
  Item: Separator
-----------------------------------------------------------------------*/
.exact-theme .item-separator {
  margin: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--block-background-colour);
}

.block-editor .block-separator {
  padding: 5px 0;
}

/*-----------------------------------------------------------------------
  Block: Image Gallery
-----------------------------------------------------------------------*/
.block-image-gallery .carousel-gallery img {
  width: auto;
  height: 50vw;
  max-height: 720px;
}

.block-image-gallery {
  overflow: hidden;
}

.block-image-gallery .item-content {
  width: 980px;
  max-width: 100%;
}

.block-image-gallery .item-content img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  aspect-ratio: 4/2;
}

.block-image-gallery .wrapper.swiper.swiper-container {
  overflow: visible;
}

.block-image-gallery .container-lg {
  max-width: 100%;
}

.block-image-gallery .swap-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    top: 50%;
    position: absolute !important;
    left: 0;
    right: 0;
        z-index: 1;
        max-width: 1280px;
    margin: 0 auto;
}
.block-image-gallery .swap-nav svg rect {
    stroke: var(--lemon-lime);
    transition: var(--transition) all;
}
.block-image-gallery .swap-nav .swiper-button-next:hover svg rect,.block-image-gallery .swap-nav .swiper-button-prev:hover svg rect {
    stroke: var(--ice-blue);
}


/* Responsive */
@media (max-width:1199px) {
  .block-image-gallery .item-content {
    width: 900px;
    max-width: 100%;
  }

}

@media (max-width:991px) {
  .block-image-gallery .item-content {
    width: 700px;
    max-width: 100%;
  }

  .block-image-gallery .item-content img {
    aspect-ratio: 4 / 2.2;
  }

}

@media (max-width:767px) {
  .block-image-gallery .item-content {
    width: 500px;
    max-width: 100%;
  }
      .block-image-gallery .item-content img {
        aspect-ratio: 4 / 3;
    }

}

@media (max-width:575px) {
  .block-image-gallery .item-content {
    width: 320px;
    max-width: 100%;
  }

}

/*-----------------------------------------------------------------------
  Block: Split Content
-----------------------------------------------------------------------*/
.block-split-content .item-image {
  overflow: hidden;
  border-radius: var(--border-radius-lg);
}

.block-split-content h2 {
  margin-bottom: 40px;
}

.block-split-content .primary-btn {
  margin-top: 40px;
}

/* Responsive */
@media (max-width:991px) {
  .block-split-content .column-content {
    order: 9;
  }

  .block-split-content .column-image {
    order: 1;
  }

}

/*-----------------------------------------------------------------------
  Block: Block Hero Banner
-----------------------------------------------------------------------*/
.block-hero-banner {
  height: calc(100vh - var(--header-height));
}

.block-hero-banner .wysiwyg-content {
  max-width: 565px;
}

.block-hero-banner .wysiwyg-content p {
  font-size: 25px !important;
  margin-bottom: 30px !important;
}

.block-hero-banner .wysiwyg-content h1 {
  margin-bottom: 30px !important;
}

.block-hero-banner .block-setting-padding {
  width: 100%;
  height: 100%;
}

.block-hero-banner .text-default * {
  color: var(--white);
}
.wp-block-acf-block-hero-banner {
    overflow: hidden;
}

/* Responsive */
@media screen and (max-width:767px) {
  .block-hero-banner {
    height: auto
  }

  .block-hero-banner .block-setting-padding {
    width: 100%;
    height: auto;
    min-height: 480px;
  }

}

/*-----------------------------------------------------------------------
  block-post-feed
-----------------------------------------------------------------------*/
.exact-theme .block-post-feed .title {
  margin-bottom: 50px;
}
.block-post-feed .item-image svg rect {
    stroke: var(--lemon-lime);
    transition: var(--transition) all;
}
.block-post-feed .item-image:hover svg rect {
    stroke: var(--ice-blue);
}
.block-post-feed .item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.7;
  display: flex;
  margin-bottom: 26px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 35%);
  border-radius: 32px;
  transition: var(--transition);
}

.block-post-feed .item-image svg {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 30px;
  height: 30px;
}

.block-post-feed .item:hover .item-image {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
}

.block-post-feed .item-content h4 {
  font-weight: 600;
}

.block-service-listing .item:hover, .block-service-feed .services-list-images .item:hover {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
}

.block-service-listing .item-content:hover, .block-service-feed .item-content:hover {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.block-service-listing .bottom_button, .block-service-feed .bottom_button {
  justify-content: center;
  display: flex;
}

.block-service-listing .item:hover svg, .block-service-feed .item:hover svg {
  background: var(--lemon-lime);
  border: 1px solid var(--ice-blue);
}

.block-service-listing .item:hover path, .block-service-feed .item:hover path {
  fill: var(--ice-blue);
}

/* service-list-item */
.service-list-item {
  margin-bottom: 50px;
}

.service-list-item a {
  display: block;
  position: relative;    /* overflow: hidden; */
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 35%);
  border-radius: 32px;
  transition: var(--transition);
}

.service-list-item .item-content {
  background: var(--lemon-lime);
  padding: 15px 25px;
  border-radius: 20px;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  height: 100%;
  transition: var(--transition);
}

.service-list-item .item-content:hover {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.service-list-item .item-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(var(--black-rgb), 25%);
  z-index: 1;
}

.service-list-item .item-image {
  height: auto;
  aspect-ratio: 4 / 2.7;
  overflow: hidden;
  border-radius: 32px;
}

.service-list-item h4 {
  font-weight: 600;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}

.service-list-item svg {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: var(--white);
  padding: 10px;
  border-radius: 9px;
  border: 1px solid var(--white);
  transition: var(--transition);
}

.service-list-item svg path {
  fill: var(--ice-blue);
  transition: var(--transition);
}

.block-service-listing .service-list-item a, .service-list-item .services-list-images a {
  overflow: hidden;
}

.service-list-item .services-list-images .item-content {
  position: absolute !important;
  z-index: 1;
  background: rgba(var(--white-rgb), 85%) !important;
  height: auto;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

/* block-service-listing */
.block-service-listing .service-list-item .item-content {
  position: absolute !important;
  z-index: 1;
  background: rgba(var(--white-rgb), 85%) !important;
  height: auto;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

/* Responsive */
@media (max-width:1199px) {
  .service-list-item .item-content {
    padding: 12px 15px;
  }

  .service-list-item .item-content h4 {
    gap: 15px;
    font-size: 18px;
  }

}

@media (max-width:767px) {
  .service-list-item {
    grid-template-columns: repeat(1, 1fr) !important;
  }

}

/*-----------------------------------------------------------------------
  block-service-feed
-----------------------------------------------------------------------*/
.exact-theme .title {
  margin-bottom: 30px;
  gap: 30px;
}

.exact-theme .title .left-col {
  max-width: 50%;
}

.exact-theme .sub-title {
  font-size: 14px !important;
  font-weight: 500;
  background: var(--lemon-lime);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 15px;
  color: var(--ice-blue);
}

.bg-color-lemon-lime h6, .bg-color-grey h6, .bg-color-lemon-lime .sub-title, .bg-color-grey .sub-title {
  background: var(--white);
}

.block-post-feed .listing-categories a.item-tag {
  font-weight: 300;
  transition: var(--transition);
  opacity: 1;
}

.block-post-feed .listing-categories .item-tag:hover {
  opacity: 0.5;
}

.block-post-feed .listing-categories a.item-tag.current {
  font-weight: 500;
  text-decoration: underline;
}

.block-post-feed .listing-categories {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}

.block-post-feed {
  border-radius: 0px 0 30px 30px;
}

.listing-posts .item .sub-title {
  background: transparent;
  padding: 0;
}

.listing-posts .item-column {
  margin-bottom: 30px;
  text-decoration: none;
}

/* Responsive */
@media (max-width:991px) {
  .exact-theme .title .left-col {
    max-width: 100%;
  }

}
@media (max-width:991px) {
  .listing-posts .item-column{
     margin-bottom: 20px;
  }
  .listing-posts .item-column:nth-last-child(1){
     margin-bottom: 0px;
  }
}
/*-----------------------------------------------------------------------
  block-icon-grid
-----------------------------------------------------------------------*/
.block-icon-grid .item {
  background: #F7F7F7;
  padding: 40px 30px 40px;
  border-radius: 12px;
  object-fit: inherit;
  height: 100%;
}

.block-icon-grid .item .item-image {
  width: 70px;
  height: 70px;
  margin-bottom: 50px;
  display: flex;
}

.block-icon-grid .item h4 {
  font-weight: 600;
  margin-bottom: 7px;
}

.block-icon-grid .item .item-image svg {
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 0;
}

.block-icon-grid .item .item-image img {
  z-index: 1;
  margin-left: 15px;
}

/*-----------------------------------------------------------------------
  block-cta
-----------------------------------------------------------------------*/
.block-cta .wrapper {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: 60px 100px;
  min-height: 393px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-cta .wrapper .box {
  width: 555px;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--border-radius-md);
  margin-left: auto;
}

.block-cta .wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 22px;
  height: 100%;
  object-fit: cover;
}

.block-cta .wrapper .box .button-group {
  margin-top: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 17px;
}

/* Responsive */
@media (max-width:1199px) {
  .block-cta .wrapper {
    padding: 60px 60px;
  }

}

@media (max-width:767px) {
  .block-cta .wrapper .box {
    width: 100%;
    padding: 30px;
  }

  .block-cta .wrapper {
    padding: 30px;
    min-height: auto;
  }

}

@media (max-width:575px) {
  .block-cta .wrapper .box .button-group .button {
    width: 100%;
  }

  .block-cta .wrapper .box {
    padding: 20px;
  }

}

/*-----------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------*/
footer {
  background: var(--ice-blue);
}

footer:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  position: relative;
  background: inherit;
  z-index: -1;
}

footer .item-column li, footer .copyright p, footer .copyright a, footer .wrapper h4, footer .wrapper p, footer .wrapper a {
  color: var(--white);
  text-decoration: none;
}

footer .wrapper h4 {
  margin-bottom: 27px;
}

footer .wrapper a {
  font-weight: 300;
}

footer .wrapper .menu li a {
  text-transform: uppercase;
}

footer .wrapper a:hover {
  color: var(--lemon-lime) !important;
}

footer .wrapper h6 {
  color: var(--white);
  font-size: 20px;
  line-height: 29px;
  margin: 30px 0 10px;
}

.social-icons a:hover {
  opacity: 0.5;
}

footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0px 50px;
}

footer .wrapper .right-col {
  display: inline-flex;
  flex-wrap: wrap;
  width: 70%;
    justify-content: flex-end;
}

footer .wrapper .right-col .item-column {
  width: 270px;
  padding: 0 20px;
}
footer .wrapper .left-col .site-logo,footer .wrapper .left-col .site-logo img{
  max-width: 300px;
  width: 100%;
  max-height: 130px;
  height: auto;
}
footer .wrapper .left-col .site-logo img{
  width: 100%;
}
footer .copyright {
  background: #013064;
  padding: 20px 0;
}

footer .social-icons a {
  border: 1px solid var(--white);
  border-radius: 12px;
}

footer .social-icons a circle + path {
  fill: var(--ice-blue);
}

footer .social-icons a path, footer .social-icons a circle {
  fill: var(--white);
}

footer .copyright p, footer .copyright a {
  font-size: 12px !important;
}

ul.social {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

/* Responsive */
@media (max-width:1199px) {
  footer .wrapper .right-col .item-column {
    width: 33.33%;
    padding: 0 15px;
  }
 footer .wrapper .right-col .item-column a{
    font-size: 13px;
  }
  footer .left-col{
    width: 25%;
  }
}

@media (max-width:991px) {
  footer .wrapper {
    padding: 00px 0px 50px;
  }

  footer .wrapper .right-col {
    width: 100%;
    justify-content: space-between;
  }

  footer .left-col {
    gap: 30px;
    margin-bottom: 30px;
            width: 100%;
  }

  .exact-theme .container, .exact-theme .container-xl {
    width: 100%;
  }
 

}

@media (max-width:767px) {
  footer .wrapper .right-col .item-column {
    width: auto;
    padding: 0 10px;
  }

}

@media (max-width:575px) {
  footer .wrapper .right-col .item-column {
    width: 100%;
    padding: 0;
  }

}

/*-----------------------------------------------------------------------
  block-accordion
-----------------------------------------------------------------------*/
.block-accordion .column-left .primary-btn {
  margin-top: 30px;
}

.block-accordion .column-left h2 {
  margin-bottom: 40px !important;
}

.block-accordion .item-column.column-left .wysiwyg-content {
  max-width: 330px;
}

/* Responsive */
@media (max-width:991px) {
  .block-accordion .item-column.column-left .wysiwyg-content {
    max-width: 100%;
  }

}

/*-----------------------------------------------------------------------
block-inner-banner
-----------------------------------------------------------------------*/
.block-inner-banner {
  height: auto;
  min-height: 120px;
  padding: 0;
  position: relative;
}
.block-inner-banner .block-setting-padding {
    overflow: hidden;
}

.block-inner-banner .block-setting-background-colour:after {
  position: absolute;
  background: linear-gradient(270deg, rgba(228, 232, 238, 0) -5.42%, #E4E8EE 92.33%);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.image-gallary-slider img {
  width: 100%;
  border-radius: 22px;
  height: auto;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------
  block-project-details
-----------------------------------------------------------------------*/
.block-project-details {
  text-align: center;
}

.block-project-details h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: inherit;
}

.block-project-details .title {

  /* line-height:1.3; */margin: 0 0 60px 0;
}

.block-project-details .info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.block-project-details .info-box {
  background-color: #F7F7F7;
  border-radius: 12px;
  min-width: 220px;
  text-align: left;
  padding: 13px 16px;
}

.block-project-details .info-box h3 {
  font-size: 14px;
  font-weight: 500;
}

.block-project-details .info-box p {
  margin: 0;
}

.block-project-details .icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.block-project-details .icons img {
  width: 18px;
  height: 18px;
}

/* Responsive */
@media (max-width:1199px) {
  .block-project-details .info-box {
    min-width: 200px;
  }

}

@media (max-width:991px) {

  .block-project-details .info-box {
    min-width: 140px;
  }

  .block-project-details .title {
    margin: 0 0 40px 0;
  }

  .post-footer .container-md {
    padding: 20px 20px;
  }

  .post-footer {
    margin-bottom: 20px;
  }

}

@media (max-width:767px) {
  .block-project-details .info-boxes {
    gap: 15px;
    justify-content: flex-start;
  }
    .block-project-details .info-box {
    min-width: 47%;
  }


}
@media (max-width:575px) {
    .block-project-details .info-box {
    min-width: 100%;
  }


}

/*-----------------------------------------------------------------------
  block-contact-form
-----------------------------------------------------------------------*/
.block-contact-form .wrap .item {
  background: var(--white) !important;
  padding: 22px 20px !important;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.block-contact-form .wrap .item h5, .block-contact-form .wrap .item a {
  text-decoration: none;
  gap: 24px;
  display: inline-flex;
  font-weight: 600;
  align-items: center;
}

.block-contact-form .wrap .item a:hover {
  color: rgba(var(--ice-blue-rgb), 60%) !important;
}
.block-contact-form .wrap .item a:hover svg {
    opacity: 0.6;
}

.block-contact-form .wrap .item h5 {
  font-weight: 300;
  max-width: 230px;
  line-height: 130%;
}

.block-contact-form .wrap .item a svg {
  max-width: 20px;
  width: 20px;
}

.block-contact-form .wrap .item h4 {
  margin: 0 !important;
  font-weight: 600;
}

.block-contact-form .contact-form .form-description {
  margin-bottom: 50px;
  margin-top: 30px;
}

.block-contact-form .contact-form .gform_wrapper {
  background: #F7F7F7;
  padding: 42px 25px 15px;
  border-radius: 12px;
}

.block-contact-form .wrap {
  background: #F7F7F7;
  padding: 42px 25px;
  border-radius: 12px;
}

.block-contact-form .wysiwyg-content h2 {
  margin-bottom: 50px !important;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ice-blue);
  border-radius: 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (min-width:1199px) {
  .block-contact-form .wysiwyg-content h2 {
    font-size: 55px;
    line-height: 110%;
  }

}
@media (max-width:991px) {
  .block-contact-form .wysiwyg-content h2 {
    margin-bottom: 30px !important;
  }

}

/*-----------------------------------------------------------------------
  block-quote
-----------------------------------------------------------------------*/
.block-quote .quote-icon {
  font-size: 80px;
  color: var(--lemon-lime);
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 20px;
}

.block-quote p {
  font-weight: 400;
}

.block-quote .author-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.block-quote .author-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.block-quote .author-details h4 {
  font-weight: 600;
  margin: 0 0 4px 0;
}

/*-----------------------------------------------------------------------
  block-review
-----------------------------------------------------------------------*/
.block-review .container-lg {
  max-width: calc(100% + (1340px -  100%) / 2);
  margin-left: auto;
  margin-right: 0;
}

.block-review .item-column.column-left {
  width: 410px;
  padding-right: 70px;
}

.block-review .item-column.column-right {
  width: calc(100% - 410px);
}

.block-review .wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.block-review .wrapper .content {
  margin-bottom: 18px;
}

.block-review .wrapper .head {
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.block-review .wrapper .item .wrap {
  background: var(--white);
  padding: 21px;
  border-radius: 12px;
}

/* .block-review .wrapper .item {
  padding: 21px;
  border-radius: 12px;
  margin: 0 10px;
  width: 360px;
  overflow: hidden;
  display: flex;
  background: #F7F7F7;
} */
.block-review .wrapper .item-block {
    background: #F7F7F7;
    padding: 21px;
    border-radius: 12px;
    margin: 0 5px;
    width: 360px;
    overflow: hidden;
    display: flex
;
}

.block-review .wrapper .item strong {
  font-weight: 500 !important;
}

.block-review .item.swiper-slide {
  opacity: 0.5;
}

.block-review .item.swiper-slide.swiper-slide-active, .block-review .item.swiper-slide.swiper-slide-active + .item.swiper-slide {
  opacity: 1;
}

.block-review .swiper-button-next, .block-review .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.block-review .swap-nav {
    display: flex;
    justify-content: space-between;
    width: 90px;
    position: relative;
    left: -12px;
    height: 40px;
    margin-top: 20px;
}

.block-review .swap-nav svg path {
    fill: var(--white);
}
.block-review .swap-nav svg rect {
    fill: var(--ice-blue);
    stroke: var(--ice-blue);
}
.block-review .swap-nav .swiper-button-prev:hover svg,.block-review .swap-nav .swiper-button-next:hover svg {
  opacity: 0.5;
}

.block-review .swap-nav .swiper-button-next:after, .block-review .swap-nav .swiper-button-prev:after{
  font-size: 0;
}

/* Responsive */
@media (max-width:1440px) {
  .block-review .item-column.column-left {
    width: 360px;
    padding-right: 30px;
  }

  .block-review .item-column.column-right {
    width: calc(100% - 360px);
  }

}

@media (max-width:991px) {
  .block-review .item-column.column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-review .item-column.column-right {
    width: 100%;
  }

}

/*-----------------------------------------------------------------------
  block-video
-----------------------------------------------------------------------*/
.block-video .wysiwyg-content {
  text-align: center;
  margin-bottom: 40px;
}

.block-video .wysiwyg-content {
  text-align: center;
  margin-bottom: 40px;
}

.block-video iframe, .block-video video {
  width: 780px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/2.75;
  object-fit: cover;
  border-radius: 22px;
      display: flex
;
}

.block-video .play-toggle {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: var(--transition);
    cursor: pointer;
    z-index: 2;
    background: rgba(var(--black-rgb), 50%);
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 22px;
}
.block-video .play-toggle img {
    width: 100px;
    height: 102px;
}

.block-video .video-container {
  position: relative;
}

.block-video .video-container.active .play-toggle {
  opacity: 0;
      overflow: hidden;
}

/* Responsive */
@media (max-width:767px) {
  .block-video iframe, .block-video video {
    aspect-ratio: 4 / 3.5;
  }

}

/*-----------------------------------------------------------------------
  Default pages
-----------------------------------------------------------------------*/

.block-404 .wysiwyg-content.text-center a.button {
    min-width: 150px !important;
}

.archive-search .block-search-results .listing-posts a.item-post {
    padding: 20px;
    border: 1px solid var(--ice-blue);
    border-radius: 10px;
}

.archive-search .block-search-results .listing-posts a.item-post:hover {
    background-color: var(--lemon-lime);
}
.search-no-results .archive-search .block-search-results {
  min-height: 350px;
}