/*!
Theme Name: MLV Commercial & Industrial Real Estate
Theme URI: https://mlv.com.au/
Template: kadence
Author: Concise Digital
Author URI: https://www.concise.digital/
Description: MLV Commercial & Industrial Real Estate Theme.
Version: 1.0.0
Text Domain: kadence-child
*/
/* Theme customisation starts here
-------------------------------------------------------------- */
:root {
  --border-rad-small: 8px;
  --border-rad-medium: 16px;
}
@media (min-width: 782px) {
  :root {
    --border-rad-small: 12px;
    --border-rad-medium: 28px;
  }
}
@media (min-width: 1200px) {
  :root {
    --border-rad-small: 20px;
    --border-rad-medium: 36px;
  }
}

html body {
  --button-background-colour: var(--global-palette4);
  --curve-height: 20px
  --global-xxl-spacing: 4rem;
  --wp--preset--font-size--medium: 16px;
  --wp--preset--font-size--large: 18px;
  --row-section-padding: 20px;
  --separator-height: 20px;
  --image-border-radius: 20px;
  --style-border-radius: 10px 0px 10px 0px;
}
@media (min-width: 800px) {
  html body {
    --curve-height: 30px;
    --global-sm-spacing: 2rem;
    --row-section-padding: 40px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 30px;
    --separator-height: 28px;
    --image-border-radius: 30px;
    --style-border-radius: 15px 0px 15px 0px;
  }
}
@media (min-width: 1100px) {
  html body {
    --curve-height: 40px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 40px;
    --row-section-padding: 50px;
    --global-md-spacing: 2.3rem;
    --separator-height: 40px;
    --style-border-radius: 20px 0px 20px 0px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0rem;
}

/***** SAFARI DOTTED BORDER FIX *****/
.safari-browser #modal-wrapper .modal-content::after {
  border: solid 12px var(--global-palette2);
}
.safari-browser .wp-block-kadence-infobox.is-style-staff-profile .kt-blocks-info-box-media::before,
.safari-browser .wp-block-kadence-infobox.is-style-staff-profile .kt-blocks-info-box-media::after {
  border-width: 7px;
  border-style: solid;
}

/* Groups
-------------------------------------------------------------- */
.wp-block-group.is-style-narrow-group {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

/* Media & Text Block
-------------------------------------------------------------- */
/* Separator
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
/* Buttons
-------------------------------------------------------------- */
@media (max-width: 800px) {
  .wp-block-buttons.wp-block-buttons.is-layout-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* Home
-------------------------------------------------------------- */
/* Page
-------------------------------------------------------------- */
/* Quick Links
-------------------------------------------------------------- */
/* Case Studies / News
-------------------------------------------------------------- */
/* Single Post
-------------------------------------------------------------- */
/* CTA Section
-------------------------------------------------------------- */
/* Inner Side Menu
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
/* Image Borders
-------------------------------------------------------------- */
/* Button Section
-------------------------------------------------------------- */
/* Icon Slider
-------------------------------------------------------------- */
/* Logo slider
-------------------------------------------------------------- */
/* CTA Section
-------------------------------------------------------------- */
/* Staff Profiles
-------------------------------------------------------------- */
/* Product Links
-------------------------------------------------------------- */
/* Map
-------------------------------------------------------------- */
/* Tables
-------------------------------------------------------------- */
.wp-block-table {
  font-size: 14px;
}

/* Header
-------------------------------------------------------------- */
@media (min-width: 1500px) {
  .site-header .site-container {
    max-width: 1562px;
  }
  .site-header .menu li {
    margin: 0 0 0 31px;
  }
  .site-header .menu li a {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .menu li a:after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: 0;
    height: 2px;
    background: #f68b33;
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
    transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
    opacity: 0;
    -webkit-transform: translateY(-34px);
            transform: translateY(-34px);
    visibility: hidden;
  }
  .site-header .menu li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  .site-header .menu li.current-menu-item a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  .site-header .menu li.menu-item-has-children a:after {
    display: none;
  }
  .site-header .menu li ul {
    margin-left: -85px !important;
    text-align: center;
  }
  .site-header .menu li ul li {
    margin: 0;
  }
  .site-header .menu li ul li .dropdown-nav-toggle {
    content: "";
    height: 0;
    width: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 3px;
    top: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header .menu li ul:after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 14px solid #f68b33;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .site-header .menu li ul li a:after {
    display: none;
  }
  .site-header .menu li .kadence-svg-iconset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 0;
    width: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.site-header .search-toggle-open-container {
  margin: 0 0 0 52px;
}

/* Banner
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .home-caption .kt-inside-inner-col {
    height: 500px;
    position: absolute;
    top: 102px;
  }
}
@media (min-width: 1200px) {
  .home-caption .kt-inside-inner-col {
    height: 640px;
    position: absolute;
    top: 202px;
  }
}
@media (max-width: 767px) {
  .home-caption {
    min-width: 100% !important;
  }
}

/* Footer
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .site-footer .site-footer-middle-section-3 {
    padding-left: 150px;
  }
  .site-footer .site-footer-middle-section-2 {
    padding-left: 30px;
  }
}
.site-footer .site-bottom-footer-inner-wrap {
  border-top: 2px solid var(--global-palette1);
}
.site-footer .site-footer-bottom-section-1 .line {
  padding: 0 10px;
}

/* Rows
-------------------------------------------------------------- */
.single-content .wp-block-list {
  margin: 0 0 var(--global-sm-spacing) !important;
  padding-left: 1.5em !important;
}
.single-content .wp-block-list .wp-block-list {
  margin: 0 0 0.5rem !important;
}

.wp-block-kadence-rowlayout.is-style-content-section {
  padding-top: var(--row-section-padding);
  padding-bottom: var(--row-section-padding);
}

/* Home Social icons
-------------------------------------------------------------- */
.home-is-style-logos-only .wp-social-link-facebook svg {
  display: none;
}
.home-is-style-logos-only .wp-social-link-facebook.wp-block-social-link:hover {
  -webkit-transform: none;
          transform: none;
}
.home-is-style-logos-only .wp-social-link-facebook a {
  background-image: url(images/facebook.svg);
  border-radius: 100%;
  border: 2px solid var(--global-palette7);
  text-align: center;
  color: #030320;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.home-is-style-logos-only .wp-social-link-facebook a:hover {
  border: 2px solid var(--global-palette1);
  background-image: url(images/facebook-color.svg);
}
@media (min-width: 992px) {
  .home-is-style-logos-only .wp-social-link-facebook a {
    width: 83px;
    height: 83px;
  }
}
.home-is-style-logos-only .wp-social-link-linkedin {
  z-index: 1;
  border-radius: 100%;
}
.home-is-style-logos-only .wp-social-link-linkedin svg {
  display: none;
}
.home-is-style-logos-only .wp-social-link-linkedin.wp-block-social-link:hover {
  -webkit-transform: none;
          transform: none;
}
.home-is-style-logos-only .wp-social-link-linkedin a {
  background-image: url(images/linkedin.svg);
  border-radius: 100%;
  border: 2px solid #ececed;
  text-align: center;
  color: #030320;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--global-palette9);
}
.home-is-style-logos-only .wp-social-link-linkedin a:hover {
  border: 2px solid var(--global-palette1);
  background-image: url(images/linkedin-color.svg);
}
@media (min-width: 992px) {
  .home-is-style-logos-only .wp-social-link-linkedin a {
    width: 83px;
    height: 83px;
    margin-left: -40px !important;
  }
}

/* Link Section
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .link-style h2 {
    min-height: 108px;
  }
}

/* Testimonials
-------------------------------------------------------------- */
.kt-testimonial-style-basic ul {
  margin: 0 !important;
  padding: 0 !important;
}
.kt-testimonial-style-basic .splide__pagination {
  top: -77px;
  bottom: inherit !important;
}
.kt-testimonial-style-basic .splide__pagination li {
  margin: 0 2px;
}
.kt-testimonial-style-basic .splide__pagination .splide__pagination__page {
  width: 20px;
  height: 20px;
  background-color: var(--global-palette2);
  opacity: 100;
}
.kt-testimonial-style-basic .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--global-palette1);
  opacity: 100;
}
.kt-testimonial-style-basic .kt-blocks-testimonial-carousel-item h2 {
  position: relative;
}
.kt-testimonial-style-basic .kt-blocks-testimonial-carousel-item h2:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31px;
  height: 4px;
  background-color: var(--global-palette1);
  top: 100%;
}

/* Logo Slider
-------------------------------------------------------------- */
.logo-style .kb-advanced-slide-inner-wrap {
  min-height: auto !important;
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent;
}
.logo-style .splide__arrow--prev {
  left: -50px !important;
}
@media (max-width: 1300px) {
  .logo-style .splide__arrow--prev {
    left: -30px !important;
  }
}
.logo-style .splide__arrow--next {
  right: -50px !important;
}
@media (max-width: 1300px) {
  .logo-style .splide__arrow--next {
    right: -30px !important;
  }
}
.logo-style .slick-dots {
  display: none !important;
}
.logo-style .splide__arrow {
  background-color: transparent !important;
}
.logo-style .splide__arrow path {
  stroke: #b6b6b6;
  stroke-width: 3;
}
.logo-style .splide__arrow:hover path {
  stroke: var(--global-palette1);
}
.logo-style .splide__arrow svg {
  height: 2em !important;
  width: 2em !important;
}

/* Blog
-------------------------------------------------------------- */
.home-news-style li:nth-child(even) .kt-row-column-wrap {
  direction: rtl;
}
.home-news-style li:nth-child(even) .post-date {
  left: inherit;
  right: 47px;
}
@media (max-width: 992px) {
  .home-news-style li:nth-child(even) .post-date {
    right: 20px;
  }
}
.home-news-style li:nth-child(even) .kb-dynamic-html-alignment-left {
  direction: ltr;
}
.home-news-style li:nth-child(even) .wp-block-kadence-advancedbtn {
  direction: ltr;
}
.home-news-style li .post-date {
  position: absolute;
  left: 47px;
  width: 96px;
  top: 0;
  font-family: var(--global-heading-font-family, inherit);
  text-transform: uppercase;
  font-size: 38px;
  line-height: 46px;
}
@media (max-width: 992px) {
  .home-news-style li .post-date {
    font-size: 25px;
    width: 72px;
    line-height: 27px;
    left: 20px;
  }
}
.home-news-style li .post-date .wp-block-post-date {
  padding: 0 10px;
}

/* Forms
-------------------------------------------------------------- */
.home-form-style .ginput_container_checkbox {
  font-family: var(--global-heading-font-family);
  font-size: 19px;
}
.home-form-style .ginput_container_checkbox .gform-field-label {
  color: var(--global-palette9) !important;
  font-size: 19px;
}
.home-form-style .ginput_container_checkbox .gfield_checkbox {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-form-style .ginput_container_checkbox .gfield-choice-input {
  margin-top: 6px;
}
.home-form-style .ginput_container_checkbox .gfield-choice-input:checked {
  background-color: var(--global-palette1);
}
.home-form-style .ginput_container_checkbox .gfield-choice-input:checked:before {
  color: var(--global-palette9);
}
.home-form-style input {
  outline: none !important;
  font-size: 16px !important;
}
.home-form-style .gform-theme--foundation .gform_button {
  font-size: 21px !important;
  line-height: 25px !important;
  padding: 16px 50px 17px 23px !important;
  width: 100% !important;
  text-align: left !important;
  font-family: var(--global-heading-font-family) !important;
  background-color: var(--global-palette1) !important;
  background-image: url(images/reply.svg) !important;
  background-size: 20px !important;
  background-position: 95% center !important;
  background-repeat: no-repeat;
  color: var(--global-palette9) !important;
  margin-top: 5px !important;
  border: 2px solid var(--global-palette1) !important;
}
.home-form-style .gform-theme--foundation .gform_button:hover {
  background-color: var(--global-palette9) !important;
  background-image: url(images/reply-color.svg) !important;
  color: var(--global-palette1) !important;
  border: 2px solid var(--global-palette1) !important;
}
.home-form-style:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 58px;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .home-form-style:after {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .home-form-style:after {
    display: none;
  }
}

/* Inner Page Side bar 
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .side-menu-style {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .side-menu-style.is-open {
    display: block;
    max-height: 1000px;
  }
}
.side-menu-style li {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px !important;
  max-width: 281px;
}
@media (max-width: 767px) {
  .side-menu-style li {
    max-width: 100%;
  }
}
.side-menu-style li a {
  text-decoration: none;
}
.side-menu-style li .kt-svg-icon-list-single {
  display: none !important;
}

.sidebar-mobile-title .wp-block-kadence-advancedheading {
  position: relative;
}
.sidebar-mobile-title .wp-block-kadence-advancedheading:after {
  content: "";
  background: #030320;
  position: absolute;
  top: 50%;
  left: 98%;
  height: 6px;
  width: 18px;
  margin-top: -3px;
  margin-left: -9px;
}
.sidebar-mobile-title .wp-block-kadence-advancedheading:before {
  content: "";
  background: #030320;
  position: absolute;
  top: 50%;
  left: 98%;
  height: 18px;
  width: 6px;
  margin-top: -9px;
  margin-left: -3px;
}
.sidebar-mobile-title .wp-block-kadence-advancedheading.is-active:before {
  display: none;
}

/* Gallery
-------------------------------------------------------------- */
/* Accordion
-------------------------------------------------------------- */
/* InfoBox
-------------------------------------------------------------- */
/* Meet a Team
-------------------------------------------------------------- */
.team-page-style .team-section .team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-page-style .team-section .team-block li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .team-page-style .team-section .team-block li {
    width: 100%;
  }
  .team-page-style .team-section .team-block li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-page-style .team-section .team-block li:nth-child(even) .team-member:after {
    border-right: 0;
    border-left: 27px solid var(--global-palette2);
    left: auto;
    right: -25px;
  }
  .team-page-style .team-section .team-block li .team-member:after {
    border-right: 27px solid var(--global-palette2);
  }
  .team-page-style .team-section .team-block li .team-member .team-member-normal {
    display: none !important;
  }
  .team-page-style .team-section .team-block li .team-member .team-member-over {
    opacity: 100 !important;
    visibility: visible !important;
  }
}
@media (max-width: 767px) {
  .team-page-style .team-section .team-block li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-page-style .team-section .team-block li:nth-child(even) .team-member:after {
    border-bottom: 15px solid var(--global-palette2);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    right: auto;
  }
  .team-page-style .team-section .team-block li .team-member:after {
    border-right: 15px solid transparent !important;
  }
}
.team-page-style .team-section .team-block li .team-member-image {
  width: 50%;
}
@media (max-width: 767px) {
  .team-page-style .team-section .team-block li .team-member-image {
    width: 100%;
  }
}
.team-page-style .team-section .team-block li .team-member {
  width: 50%;
  position: relative;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
  background-color: var(--global-palette2);
}
@media (max-width: 767px) {
  .team-page-style .team-section .team-block li .team-member {
    width: 100%;
  }
  .team-page-style .team-section .team-block li .team-member:after {
    border-bottom: 15px solid var(--global-palette2) !important;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
.team-page-style .team-section .team-block li .team-member:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 15px solid var(--global-palette6);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  top: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  z-index: 1;
}
@media (min-width: 768px) {
  .team-page-style .team-section .team-block li .team-member:after {
    height: 0;
    width: 0;
    border-bottom: 20.5px solid transparent;
    border-right: 27px solid var(--global-palette6);
    border-top: 20.5px solid transparent;
    left: -25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-left: 0;
  }
}
@media (max-width: 1200px) {
  .team-page-style .team-section .team-block li .team-member:after {
    border-right: 27px solid var(--global-palette2);
  }
}
.team-page-style .team-section .team-block li .team-member .team-member-normal {
  padding: 20px 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--global-palette6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  justify-content: center;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-heading {
  color: var(--global-palette1);
  margin-bottom: 5px;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-designation {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--global-palette2);
  margin: 0 0 15px;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .team-page-style .team-section .team-block li .team-member .team-member-normal .team-designation {
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 27px;
    padding: 0 0 25px;
  }
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-phone {
  color: var(--global-palette8);
  font-weight: 700;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-phone a {
  color: var(--global-palette8);
  text-decoration: none;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-phone a:hover {
  color: var(--global-palette1);
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-mail {
  color: var(--global-palette8);
  font-weight: 700;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-mail a {
  color: var(--global-palette8);
  text-decoration: none;
}
.team-page-style .team-section .team-block li .team-member .team-member-normal .team-mail a:hover {
  color: var(--global-palette1);
}
.team-page-style .team-section .team-block li .team-member .team-member-over {
  padding: 20px 50px;
  color: var(--global-palette9);
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .team-page-style .team-section .team-block li .team-member .team-member-over {
    padding: 20px 20px;
  }
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-heading {
  color: var(--global-palette1);
  margin-bottom: 5px;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-designation {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--global-palette9);
  margin: 0 0 10px;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .team-page-style .team-section .team-block li .team-member .team-member-over .team-designation {
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team-page-style .team-section .team-block li .team-member .team-member-over .team-content {
    height: 215px;
    overflow: hidden;
  }
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-phone {
  color: var(--global-palette9);
  font-weight: 700;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-phone a {
  color: var(--global-palette1);
  text-decoration: none;
  margin-left: 5px;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-phone a:hover {
  text-decoration: underline;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-mail {
  color: var(--global-palette9);
  font-weight: 700;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-mail a {
  color: var(--global-palette1);
  text-decoration: none;
  margin-left: 5px;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-mail a:hover {
  text-decoration: underline;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-linkedin {
  float: right;
  margin-top: -40px;
  margin-right: 40px;
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-linkedin a {
  width: 30px;
  position: absolute;
  color: var(--global-palette9);
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-linkedin a:hover path {
  fill: var(--global-palette1);
}
.team-page-style .team-section .team-block li .team-member .team-member-over .team-linkedin a path {
  fill: var(--global-palette9);
}
@media (min-width: 1200px) {
  .team-page-style .team-section .team-block li img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.team-page-style .team-section .team-block li img {
  width: 100%;
}
.team-page-style .team-section .team-block li:hover img {
  filter: inherit;
  -webkit-filter: inherit;
}
.team-page-style .team-section .team-block li:hover .team-member {
  background-color: var(--global-palette2);
}
.team-page-style .team-section .team-block li:hover .team-member-normal {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  visibility: hidden;
}
.team-page-style .team-section .team-block li:hover .team-member:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 15px solid var(--global-palette2);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  top: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
  z-index: 1;
}
@media (min-width: 768px) {
  .team-page-style .team-section .team-block li:hover .team-member:after {
    height: 0;
    width: 0;
    border-bottom: 20.5px solid transparent;
    border-right: 27px solid var(--global-palette2);
    border-top: 20.5px solid transparent;
    left: -25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-left: 0;
  }
}
.team-page-style .team-section .team-block li:hover .team-member-over {
  opacity: 100;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media (min-width: 1200px) {
  .team-page-style .team-section .team-block li:nth-child(4n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-page-style .team-section .team-block li:nth-child(4n+3) .team-member:after {
    left: auto;
    right: -25px;
    border-right: 0px;
    border-left: 27px solid var(--global-palette6);
  }
  .team-page-style .team-section .team-block li:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-page-style .team-section .team-block li:nth-child(4n+4) .team-member:after {
    left: auto;
    right: -25px;
    border-right: 0px;
    border-left: 27px solid var(--global-palette6);
  }
  .team-page-style .team-section .team-block li:nth-child(4n+3):hover .team-member:after {
    left: auto;
    right: -25px;
    border-right: 0px;
    border-left: 27px solid var(--global-palette2);
  }
  .team-page-style .team-section .team-block li:nth-child(4n+4):hover .team-member:after {
    left: auto;
    right: -25px;
    border-right: 0px;
    border-left: 27px solid var(--global-palette2);
  }
}

/* Common Styles
-------------------------------------------------------------- */
.difference-style .js-cm-form {
  max-width: 300px;
}
.difference-style .js-cm-form .js-cm-email-input {
  border-radius: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 14px;
}
.difference-style .js-cm-form .js-cm-email-input::-webkit-input-placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input::-moz-placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input:-ms-input-placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input::-ms-input-placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input::placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input:-moz-placeholder {
  color: #000;
}
.difference-style .js-cm-form .js-cm-email-input:-ms-input-placeholder {
  color: #000;
}
.difference-style .js-cm-form .download_btn {
  font-size: 21px !important;
  line-height: 25px !important;
  padding: 16px 50px 17px 23px !important;
  width: 100% !important;
  text-align: left !important;
  font-family: var(--global-heading-font-family) !important;
  background-color: var(--global-palette1) !important;
  background-image: url(images/reply.svg) !important;
  background-size: 20px !important;
  background-position: 95% center !important;
  background-repeat: no-repeat;
  color: var(--global-palette9) !important;
  margin-top: 5px !important;
  border: 2px solid --global-palette9 !important;
  text-transform: uppercase;
}
.difference-style .js-cm-form .download_btn:hover {
  background-color: var(--global-palette9) !important;
  background-image: url(images/reply-color.svg) !important;
  color: var(--global-palette1) !important;
  border: 2px solid --global-palette9 !important;
}

.difference-form .gform-theme--foundation .gform_button {
  font-size: 21px !important;
  line-height: 25px !important;
  padding: 14px 50px 14px 23px !important;
  width: 100% !important;
  text-align: left !important;
  font-family: var(--global-heading-font-family) !important;
  background-color: var(--global-palette1) !important;
  background-image: url(images/reply.svg) !important;
  background-size: 20px !important;
  background-position: 95% center !important;
  background-repeat: no-repeat;
  color: var(--global-palette9) !important;
  margin-top: 0 !important;
  border: 2px solid --global-palette9 !important;
  text-transform: uppercase;
}
.difference-form .gform-theme--foundation .gform_button:hover {
  background-color: var(--global-palette9) !important;
  background-image: url(images/reply-color.svg) !important;
  color: var(--global-palette1) !important;
  border: 2px solid --global-palette9 !important;
}
.difference-form .gform-theme--foundation .gform_footer {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.difference-overlay .kt-image-overlay-wrap {
  margin: 0 !important;
}
.difference-overlay .kt-image-overlay-wrap .image-overlay-subtitle {
  width: 65%;
  margin: auto;
}
@media (max-width: 1200px) {
  .difference-overlay .kt-image-overlay-wrap .image-overlay-subtitle {
    width: 100%;
    margin: auto;
    opacity: 100 !important;
  }
}
.difference-overlay .kt-image-overlay-color-wrapper {
  opacity: 0.8 !important;
}
.difference-overlay .kt-image-overlay-wrap {
  max-width: 100% !important;
  height: 100%;
}
.difference-overlay .wp-block-kadence-imageoverlay {
  height: 100%;
}
.difference-overlay .wp-block-kadence-imageoverlay .kt-block-intrisic {
  height: 100%;
}
.difference-overlay .icon-1 .image-overlay-title:before {
  content: "";
  background-color: var(--global-palette1);
  background-image: url(images/icon1.png);
  width: 113px;
  height: 113px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 10px;
}
.difference-overlay .icon-2 .image-overlay-title:before {
  content: "";
  background-color: var(--global-palette2);
  background-image: url(images/icon2.png);
  width: 113px;
  height: 113px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 10px;
}
.difference-overlay .icon-2 .kt-image-overlay-color-wrapper {
  opacity: 0.8 !important;
}
.difference-overlay .icon-3 .image-overlay-title:before {
  content: "";
  background-color: var(--global-palette2);
  background-image: url(images/icon3.png);
  width: 113px;
  height: 113px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 10px;
}
.difference-overlay .icon-3 .kt-image-overlay-color-wrapper {
  opacity: 0.8 !important;
}
.difference-overlay .icon-4 .image-overlay-title:before {
  content: "";
  background-color: var(--global-palette1);
  background-image: url(images/icon4.png);
  width: 113px;
  height: 113px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 10px;
}

/* Contact
-------------------------------------------------------------- */
.gps-icon .kb-svg-icon-wrap {
  background-image: url(images/gps.svg);
  width: 23px;
  height: 30px;
  position: absolute;
  right: 4%;
  top: 37%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .gps-icon .kb-svg-icon-wrap {
    width: 43px;
    height: 53px;
    right: 24.5%;
    top: 38%;
  }
}
.gps-icon .kb-svg-icon-wrap:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  height: 14px;
  border-radius: 100%;
  z-index: -1;
}
.gps-icon .kb-svg-icon-wrap svg {
  display: none;
}

.contact-info {
  -webkit-box-shadow: 0 4px 14px 0 rgba(97, 97, 97, 0.25);
          box-shadow: 0 4px 14px 0 rgba(97, 97, 97, 0.25);
  padding: 0 !important;
}
.contact-info .contact-is-style-logos-only .wp-social-link-facebook svg {
  display: none;
}
.contact-info .contact-is-style-logos-only .wp-social-link-facebook.wp-block-social-link:hover {
  -webkit-transform: none;
          transform: none;
}
.contact-info .contact-is-style-logos-only .wp-social-link-facebook a {
  background-image: url(images/facebook.svg);
  border-radius: 100%;
  border: 2px solid var(--global-palette9);
  text-align: center;
  color: var(--global-palette9);
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 56px;
  height: 56px;
  display: inline-block;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-info .contact-is-style-logos-only .wp-social-link-facebook a:hover {
  border: 2px solid var(--global-palette1);
  background-image: url(images/facebook-color.svg);
  -webkit-filter: inherit;
          filter: inherit;
}
@media (min-width: 992px) {
  .contact-info .contact-is-style-logos-only .wp-social-link-facebook a {
    width: 56px;
    height: 56px;
  }
}
.contact-info .contact-is-style-logos-only .wp-social-link-linkedin {
  z-index: 1;
  border-radius: 100%;
}
.contact-info .contact-is-style-logos-only .wp-social-link-linkedin svg {
  display: none;
}
.contact-info .contact-is-style-logos-only .wp-social-link-linkedin.wp-block-social-link:hover {
  -webkit-transform: none;
          transform: none;
}
.contact-info .contact-is-style-logos-only .wp-social-link-linkedin a {
  background-image: url(images/linkedin.svg);
  border-radius: 100%;
  border: 2px solid var(--global-palette9);
  text-align: center;
  color: var(--global-palette9);
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 56px;
  height: 56px;
  display: inline-block;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-info .contact-is-style-logos-only .wp-social-link-linkedin a:hover {
  border: 2px solid var(--global-palette1);
  background-image: url(images/linkedin-color.svg);
  -webkit-filter: inherit;
          filter: inherit;
}
.contact-info .gform-theme--foundation form input[type=text] {
  border: 1px solid var(--global-palette7) !important;
}
.contact-info .gform-theme--foundation form input[type=email] {
  border: 1px solid var(--global-palette7) !important;
}
.contact-info .gform-theme--foundation form textarea {
  border: 1px solid var(--global-palette7) !important;
}
.contact-info .gform-theme--foundation .gfield_radio {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.contact-info .gform-theme--foundation .gform_button {
  font-size: 21px !important;
  line-height: 25px !important;
  padding: 14px 50px 14px 23px !important;
  width: 100% !important;
  text-align: left !important;
  font-family: var(--global-heading-font-family) !important;
  background-color: var(--global-palette1) !important;
  background-image: url(images/reply.svg) !important;
  background-size: 20px !important;
  background-position: 95% center !important;
  background-repeat: no-repeat;
  color: var(--global-palette9) !important;
  margin-top: 0 !important;
  border: 2px solid --global-palette9 !important;
  text-transform: uppercase;
}
.contact-info .gform-theme--foundation .gform_button:hover {
  background-color: var(--global-palette9) !important;
  background-image: url(images/reply-color.svg) !important;
  color: var(--global-palette1) !important;
  border: 2px solid --global-palette9 !important;
}
.contact-info .gform-theme--foundation .gform-field-label {
  font-weight: 400 !important;
}

.contact-team .kt-image-overlay-message {
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-team .kt-image-overlay-message a {
  color: var(--global-palette9);
  text-decoration: none;
}
.contact-team .kt-image-overlay-message a:hover {
  color: var(--global-palette1);
}
.contact-team .team-section .team-block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  grid-gap: 15px;
}
.contact-team .team-section .team-block li {
  width: calc(25% - 15px);
  position: relative;
}
@media (max-width: 1200px) {
  .contact-team .team-section .team-block li {
    width: calc(33% - 15px);
  }
}
@media (max-width: 767px) {
  .contact-team .team-section .team-block li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 550px) {
  .contact-team .team-section .team-block li {
    width: 100%;
  }
}
.contact-team .team-section .team-block .team-member-over {
  display: none;
}
.contact-team .team-section .team-block .team-member-normal {
  text-align: center;
}
.contact-team .team-section .team-block .team-member {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 48, 94, 0.85);
  padding: 15px 10px;
}
.contact-team .team-section .team-block .team-heading {
  color: var(--global-palette1);
  margin-bottom: 5px;
  font-size: 20px;
}
.contact-team .team-section .team-block .team-designation {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: var(--global-palette9);
}
.contact-team .team-section .team-block .team-phone {
  color: var(--global-palette9);
}
.contact-team .team-section .team-block .team-phone a {
  color: var(--global-palette9);
  text-decoration: none;
}
.contact-team .team-section .team-block .team-phone a:hover {
  color: var(--global-palette1);
}
.contact-team .team-section .team-block .team-mail {
  color: var(--global-palette9);
}
.contact-team .team-section .team-block .team-mail a {
  color: var(--global-palette9);
  text-decoration: none;
}
.contact-team .team-section .team-block .team-mail a:hover {
  color: var(--global-palette1);
}

/* Blog List Page
-------------------------------------------------------------- */
.blog-list .wp-block-post-excerpt__more-text {
  display: none !important;
}
.blog-list .btn-inner-wrap {
  border-right: 1px solid #a1a1a1;
}
.blog-list .btn-inner-wrap:last-child {
  border-right: none;
}
.blog-list .taxonomy-category a {
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-list .post-date {
  position: absolute;
  left: 20px;
  width: 70px;
  top: 0;
  font-family: var(--global-heading-font-family, inherit);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .blog-list .post-date {
    font-size: 25px;
    width: 70px;
    line-height: 27px;
    left: 20px;
  }
}
.blog-list .post-date .wp-block-post-date {
  padding: 0 10px;
}
.blog-list .wp-block-post-terms__separator {
  padding-right: 10px;
}

.blog-detail-style .post-date {
  position: absolute;
  left: 20px;
  width: 70px;
  top: 0;
  font-family: var(--global-heading-font-family, inherit);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .blog-detail-style .post-date {
    font-size: 25px;
    width: 70px;
    line-height: 27px;
    left: 20px;
  }
}
.blog-detail-style .post-date .wp-block-post-date {
  padding: 0 10px;
}
.blog-detail-style .taxonomy-category {
  color: var(--global-palette-highlight);
}
.blog-detail-style .taxonomy-category a {
  text-decoration: none;
  text-transform: uppercase;
}

.contact-location svg {
  margin-right: 3px;
  margin-left: 6px;
}

form input[type=text],
form input[type=password],
form input[type=number],
form input[type=search],
form input[type=email],
form input[type=url],
form textarea,
form select {
  color: var(--global-palette5);
  border-color: var(--global-palette5);
  border: none;
  border-bottom: solid 1px;
}
form :placeholder {
  color: var(--global-palette3);
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.gform-theme--foundation .gform_heading {
  display: none !important;
}
.gform-theme--foundation form input[type=text],
.gform-theme--foundation form input[type=password],
.gform-theme--foundation form input[type=number],
.gform-theme--foundation form input[type=search],
.gform-theme--foundation form input[type=email],
.gform-theme--foundation form input[type=tel],
.gform-theme--foundation form input[type=url],
.gform-theme--foundation form select {
  max-inline-size: 100%;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 45px;
}
.gform-theme--foundation form textarea {
  max-inline-size: 100%;
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gform-theme--foundation form ::-webkit-input-placeholder {
  color: var(--global-palette5) !important;
}
.gform-theme--foundation form ::-moz-placeholder {
  color: var(--global-palette5) !important;
}
.gform-theme--foundation form :-ms-input-placeholder {
  color: var(--global-palette5) !important;
}
.gform-theme--foundation form ::-ms-input-placeholder {
  color: var(--global-palette5) !important;
}
.gform-theme--foundation form ::placeholder {
  color: var(--global-palette5) !important;
}
.gform-theme--foundation .gform_button {
  background-color: transparent !important;
  color: var(--global-palette3) !important;
  border: 1px solid var(--global-palette-highlight) !important;
  border-radius: 0 !important;
  width: 250px !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gform-theme--foundation .gform_button:hover, .gform-theme--foundation .gform_button:focus, .gform-theme--foundation .gform_button:focus-within {
  background-color: var(--global-palette-highlight) !important;
  color: #fff !important;
}
.gform-theme--foundation .gform_validation_errors {
  display: none !important;
}
.gform-theme--foundation .gfield_label, .gform-theme--foundation .gform-field-label {
  font-weight: 600 !important;
  color: var(--global-palette3) !important;
}

#gform_6 .gform-footer {
  display: block;
  width: 100%;
}
#gform_6 .gform-footer .gform_button {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.safari-browser .post-thumbnail::before,
.safari-browser .post-thumbnail::after {
  border: none !important;
}

::-moz-selection {
  background-color: var(--global-palette1);
  color: #fff;
}

::selection {
  background-color: var(--global-palette1);
  color: #fff;
}

::marker {
  color: #000;
}