/*
Theme Name: JE Consulting
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1.0.0
*/


/* Menu */
body {
  overflow-x: hidden;
}

.header-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 10px 0px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;

  @media screen and (max-width: 767px) {
    padding: 10px 0px 10px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 10px !important;

  a:hover {
    color: var(--red);
  }

  p {
    margin-bottom: 5px !important;
  }

  ul,
  li {
    list-style: none;
  }

  .button {
    min-width: 126px;
    margin-top: 10px !important;
  }
}

.social-icons {
  a {
    border-right: 1px solid var(--grayAlt);
    padding-right: 5px;
    color: var(--gray)
  }

  display: flex;
  gap: 5px;
}

.social-icons li:last-child a {
  border-right: none;
}

.social-container {
  margin-left: 20px;
  margin-top: -10px;
}

.sub-menu {
  display: none;
  position: absolute;
  color: var(--red);
  background: linear-gradient(135deg, var(--orange) 20%, var(--red) 80%);
  min-width: 250px;
  z-index: 8;
}

.menu,
.menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.menu {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

.menu li,
menu li:first-child {
  padding-bottom: 0 !important;
}

.menu li a {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.menu li a:hover {
  color: var(--red);
}

.sub-menu {
  display: none;
  position: absolute;
  background: var(--red);
  min-width: 150px;
  z-index: 8;
}

.sub-menu li a {
  color: white;
  padding: 8px 15px !important;
  transition: .5s;
  width: 100%;
  display: block;
  font-size: 18px !important;
  margin-left: 0 !important;
  z-index: 99999 !important;
}


.menu-item-159 .sub-menu li .sub-menu {
  background-color: var(--red);
}

.sub-menu li {
  color: var(--red);
  transition: .5s;
  width: 100%;
  display: block;
}

.sub-menu li:hover {
  /* background-color: #fff; */
  color: var(--red) !important;
  transition: .5s;
  width: 100%;
}

.Logo {
  width: 80%;
}

ul#menu-main-menu {
  display: flex !important;
  justify-content: space-between;
}

ul#menu-main-menu {
  display: flex;
  justify-content: space-between;
}

/*---------------------
mob nav
--------------------*/
#rmp-container-184 {
  background-color: var(--red) !important;
  color: #fff !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100%;
  z-index: 999999;
  left: 0 !important;
}

#rmp-container-184 .rmp-menu-item {
  color: #fff !important;
  font-size: 18px !important;
}

#rmp_menu_trigger-184 .responsive-menu-pro-inner::before {
  color: #fff !important
}

#rmp_menu_trigger-184 {
  color: var(--red) !important;
  background-color: #fff !important;
  border-radius: none !important;
  top: 20px !important;
  height: 40px !important;
  width: 40px !important;
  z-index: 9999999;
}

.admin-bar .rmp-container,
.admin-bar .rmp_menu_trigger {
  margin-top: 0 !important;
}

#rmp-menu-wrap-184 {
  padding-top: 15% !important;
}

#rmp-menu-title-184,
.rmp-search-form,
.rmp-menu-additional-content {
  display: none !important;
}

#rmp_menu_trigger-184.is-active .responsive-menu-pro-inner,
.responsive-menu-pro-inner,
#rmp_menu_trigger-184 .responsive-menu-pro-inner,
#rmp_menu_trigger-184 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-184 .responsive-menu-pro-inner::after,
#rmp_menu_trigger-184:not(.is-active):hover .responsive-menu-pro-inner,
#rmp_menu_trigger-184.is-active .responsive-menu-pro-inner::before,
#rmp_menu_trigger-184.is-active .responsive-menu-pro-inner::after {
  background-color: var(--red) !important;
}

.rmp-submenu-depth-2 {
  background-color: #fff !important;

  a {
    color: var(--red) !important;
  }
}

i.fa-solid.fa-chevron-down {
  color: var(--red);
  margin-left: 10px;
}

.sub-menu i.fa-solid.fa-chevron-down {
  color: var(--red) !important;
  margin-top: 10px;
}

nav.mobile-navigation-wrap i.fa-solid.fa-chevron-down.open {
  transform: rotate(180deg);
}

i.fa-solid.fa-bars {
  display: none;
}

i.fas.fa-times {
  color: #fff !important
}

.desktop-navigation #menu-main-menu .Nav-Button a:hover {
  padding-bottom: 5px;
}

.fas .fa-times {
  color: #fff !important;
  cursor: pointer;
}

i.fa-solid.fa-bars {
  cursor: pointer;
}

i.fa-solid.fa-chevron-right {
  display: inline-block !important;
  color: var(--red);
  margin-right: 2px;
}

/* Nav active */
.current-menu-ancestor>a,
.current-menu-item>a,
.current_page_item>a {
  color: var(--red);
  font-weight: 500;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--grayAlt);

  span {
    color: var(--red);
  }

  a {
    color: #000;
  }
}
.mobile-top-nav {
  display: none;
}

.sub-menu li:hover {
  /* background-color: #fff; */
  color: var(--red);
  transition: 0.5s;
}

.sub-menu li:hover:not(:has(.sub-menu:hover)) {
  background-color: #fff;
  color: var(--red);
}
.sub-menu li:hover:has(.sub-menu:hover) {
  i.fa-solid.fa-chevron-down {
    color: #fff !important;
  }
}
.sub-menu li:hover:not(:has(.sub-menu:hover)) {
  i.fa-solid.fa-chevron-down {
    color: var(--red) !important;
  }
}
.sub-menu li:hover:has(.sub-menu:hover) {
  background-color: var(--red);
  /* color: white !important; */
}

/* END */

/* general */
.lower-content {
  margin-top: 30px;
}
.section-padding {
  padding: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.lower-padding {
  padding-bottom: 50px;
}
/* end */

/* pages */

li::marker {
  color: var(--red)
}

.page-hero {
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  margin-top: 130px !important;
  background-color: #000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.page-home {
  display: flex;
  align-items: center;
  height: 410px;
  width: 100%;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  z-index: 100;
}

.home-flex {
  display: flex;
  align-items: center;
  height: 410px;
}

.bg {
  width: 60%;
  background-repeat: no-repeat;
  height: 410px;
  background-attachment: fixed !important;
  position: absolute;
  background-position: center top;
  background-size: cover;
  right: 0;
  z-index: 100;
}

.bg-bg {
  background-position: 50% 55%;
  background-repeat: no-repeat;
  height: 410px;
  z-index: 100;
}

.hero-title {
  z-index: 40;
  display: flex;
  width: 35%;
  flex-direction: column;

  .button {
    max-width: 170px;
  }
}

.PageWrap {
  margin-top: 60px;
}

/* homepage */
time {
  color: var(--gray);
  padding-top: 5px;
}

.read-more-link {
  padding: 15px;
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 15px;
  padding-bottom: 0;
}

.read-more-link:hover {
  color: var(--red) !important;
}

.sidebar-news blockquote {
  color: var(--red);
  font-weight: 500;
  font-size: 1px;
}
.homepage-grid-bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 100;
  transform: scale(1.2);

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  p,
  a {
    font-size: 20px;
  }

  @media screen and (max-width: 767px) {
    transform: scale(1.1);
    height: 450px;

  }

  .container {
    margin: auto;
    width: 55% !important;
  }

  h3 {
    border-bottom: 1px solid #fff;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  h2 {
    line-height: 40px;
  }

  p {
    color: #fff;
  }

  ul,
  li {
    list-style-type: none;
  }
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);

  .container {
    z-index: 100;
  }

  h3 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  p {
    color: #fff;
    text-align: center;
  }

  .container {
    max-width: 40%;
    margin: auto;
  }
}
.hero-contact-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -62px;

  ul,
  li {
    list-style: none;
  }

}

.hero-contact,
.page-hero-contact {
  position: relative;
  top: -55px;
  width: 30%;
  z-index: 100;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--orange);

  h2 {
    margin-bottom: 0 !important;
    color: #fff;
    line-height: 0;
  }

  p {
    color: #fff;
  }

  .get-in-touch {
    background-color: var(--red);
    color: #fff;
    padding: 40px 30px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
  }

  .get-in-touch-content {
    padding: 30px;
    background-color: var(--orange);
  }
}

.page-hero-contact {
  position: static;
  width: 100%;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.service-links {
  width: 60%;
}

.btn-container {
  display: flex;
  justify-content: space-between;
  max-width: 280px;
  margin: auto;
}


/* sidebar */

.custom-sidebar {
  a {
    font-weight: 500;
    font-size: 20px;
  }

  h5 {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 23px
  }

  ul {
    margin-left: 0 !important;
  }

  li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--grayAlt);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px 7px !important;
    margin-bottom: 0;
    z-index: 1;
    font-size: 20px;
  }

  li:last-child {
    border-bottom: 1px solid #fff;
  }

  li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--orange) !important;
    z-index: 0;
    transition: width 0.6s ease-in-out;
  }

  li:not(.active):hover::before {
    width: 100%;
  }

  li:hover {
    padding: 10px 7px 7px !important;
    border-bottom: 1px solid #fff;
  }
.fp-sub-menu li{
    padding: 12px 0px 7px 10px !important;
}
  .custom-sidebar ul li.active {
    background-color: var(--orange) !important;
    color: white !important;
    cursor: text;
  }

  li a,
  li h5 {
    color: inherit;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
  }

  li:hover a,
  li:hover h5 {
    color: #fff !important;
  }
}

.custom-sidebar ul li.active,
.custom-sidebar ul li.active a,
.custom-sidebar ul li.active h5,
.custom-sidebar ul li.active {
  background-color: var(--orange) !important;
  color: white !important;
  padding: 10px 7px 7px !important;
}
.fp-sub-menu li {
  padding: 12px 0px 7px 10px !important;
}
.useful-links {
  margin: 30px auto;

  h3 {
    color: var(--red) !important;
  }
}

.get-in-touch-content a {
  font-weight: 500;
}

.sidebar-news {
  padding: 20px;

  h3 {
    color: var(--red) !important;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  a {
    color: var(--orange) !important;
  }

  .latest-post {
    padding: 15px;
    border-bottom: 1px solid var(--grayAlt);
    display: flex;
    flex-direction: column;

    a:hover {
      color: var(--red) !important;
    }
  }

  ;
  background-color: #dddddd;
}
/* end */



/* stats */
.stats-container {
  h3 {
    border-bottom: 1px solid var(--grayAlt);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .stats-grid {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    margin-top: 40px;

    .stats-item {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      margin-top: 40px;
      width: 22%;
    }

    .item {
      min-width: 22%;
    }

    .stats-item.double {
      flex-basis: 1.5;
      width: 25%;
    }

    .value {
      color: var(--red);
      font-size: 120px;
      line-height: 24px;
      word-spacing: 5px;
    }

    .plus {
      font-size: 120px;
      color: var(--orange);
      padding-left: 5px;
      display: inline;
    }

    h3 {
      color: var(--gray);
      margin-top: 15px;
      font-weight: 400;
      border: none;
      line-height: 1.2;

      span {
        font-size: 32px;
        display: block;
        color: var(--gray);
      }
    }
  }
}
/* end */

.max-content-width {
  max-width: 40%;
  margin: auto;
}

/* grid section */
.homepage-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 0;
  margin-bottom: 80px !important;

  .container,
  .container-list {
    width: 65%;
    margin: auto;
  }

  .container-lists {
    width: 60%;
    margin: auto;
  }

  @media (min-width: 1800px) {
    .container {
      width: 42%;
    }

    .container-lists {
      width: 65%;
    }

    .homepage-grid-bg-fixed .container {
      width: 36% !important;
    }
  }
}

.bottom-angle {
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

.block {
  position: relative;
  display: flex;
  flex-direction: column;

  ul,
  li {
    list-style: none !important;
  }
}

.white {
  background-color: #ffffff;
}

.red {
  color: white;
  height: 600px;
}

.block .service {
  @media (min-width:800px) {
    margin-top: 80px;
  }
}

.background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(15px);
  z-index: 1;
}

.blog-list-content {
  display: flex;
  align-items: center;
  gap: 20px;

  .author-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--red);
    margin-bottom: 0 !important;
  }

  a {
    color: var(--red);
  }

  a:hover {
    color: #000 !important;
  }
}

.blog-list {
  h2 {
    color: #000;
    line-height: 40px !important;
    font-size: 35px;
  }

  p {
    line-height: 0px !important;
  }

  li {
    border-bottom: 1px solid var(--grayAlt);
    padding: 20px 0 30px;
  }
}

.blog-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.first-author-link {
  line-height: 0px !important;
  padding-bottom: 20px !important;

  a {
    color: #fff !important;
  }

  small {
    color: #fff !important;
  }
}

.first-author-link a:hover {
  color: #000;
}

.block .content {
  position: relative;
  z-index: 2;

  h3 {
    padding-bottom: 20px;
  }
}

.first-content {
  p {
    margin-bottom: 40px !important;
    padding-top: 10px;
  }
}

.angle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 0;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 1;
}

.image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.quote-container {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;

  h3,
  p {
    color: #fff
  }
}


.team-nav-icon {
  line-height: 0 !important;
}

.quote {
  margin: auto;
}

.circle {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 50%;
  padding: 2rem;

  @media screen and (max-width:767px) {
    width: 260px;
    padding: 3rem;
  }

  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;

  h4 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-weight: normal;
  }
}

.review {
  font-size: 26px;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;

  @media screen and (max-width:768px) {
    font-size: 20px;
  }

  h6 {
    display: none;
  }
}

.name {
  margin-top: 20px;
}

.review {
  display: inline-block;
  white-space: normal;
  line-height: 1.4;
  quotes: "“" "”";
}

.review::before {
  content: open-quote;
}

.review::after {
  content: close-quote;
}

.quote-section h6 {
  display: none;
}

.team-blogs {
  margin: auto;
}

@media (min-width: 1500px) {
  .quote-content {
    margin-top: -50px !important;
  }
}

.slick-initialized .slick-slide {
  margin: 15px 5px;
}

.stars-icon {
  color: #FCBC06 !important;
  font-size: 20px;
}

.stars {
  p {
    margin-bottom: 5px;
  }
}

.bottom-angle::before {
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

@media (max-width: 768px) {
  .homepage-grid {
    grid-template-columns: 1fr;
  }

}
/* end */

/* two column */

.two-column-item {
  display: flex;
  justify-content: center;
  align-items: center;

  .two-column-item-text {
    width: 50%;
    padding-right: 20px;
  }

  .two-column-item-image {
    width: 40%;

    img {
      width: 100%;
      height: auto;
    }
  }

  .container {
    max-width: 600px;
  }
}

/* contact-footer */
.section-shadow {
  box-shadow:
    0px 10px 10px -4px rgba(0, 0, 0, 0.3),
    0px -10px 10px -4px rgba(0, 0, 0, 0.3) !important;
  position: relative;
  margin-top: 5px;
  z-index: 20;
}

.contact-address {
  color: var(--orange);

  strong {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 500;
  }

  span {
    color: #000;
  }
}

.newsletter-section {
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin: 80px 0 40px;
  height: 400px;
  display: flex;
  position: relative;

  .gdprNotice {
    max-width: 70%;
    margin-bottom: 0 !important
  }

  a {
    color: #fff !important
  }

  a:hover {
    color: #000 !important;
  }

  .ginput_container ginput_container_email {
    border: none !important;
  }

  .gform-theme--foundation .gform_footer,
  .gform-theme--foundation .gform_page_footer {
    margin-block-start: 0 !important;
    border: 1px solid white !important;
    border-radius: 6px;
    background-color: var(--red) !important;
  }

  .gform-theme--foundation .gform_footer:hover,
  .gform-theme--foundation .gform_page_footer:hover,
  #gform_submit_button_3:hover {
    background-color: white !important;
    color: var(--red) !important;
  }
}

#field_3_1 {
  border: 1px solid transparent !important;
}


.widgettitle {
  display: none !important;
}

/* contact form section */
.contactFormSection {
  display: flex;
  margin-top: 80px;
  width: 100%;
  gap: 20px;

  a {
    color: #000;
  }

  a:hover {
    color: var(--red) !important;
  }
}

.contactFormSection .left {
  flex: 3;
  padding: 40px;
  border-radius: 7px;
  border: 1px solid var(--grayAlt);

  h3 {
    color: var(--red);
    margin-bottom: 20px;
  }

  p span {
    margin-top: 10px;
  }

  a {
    font-weight: 400;
  }
}

.contactFormSection .left p {
  margin-bottom: 10px;
}

.contactFormSection .left p strong {
  font-weight: 400;
}

.contactFormSection .left hr {
  margin: 20px 0;
}

.contactFormSection .right,
.contact-page {
  h3 {
    color: var(--red);
    margin-bottom: 20px;
  }

  flex: 7;
  background: none;
  padding: 40px !important;
  border-radius: 7px;
  border: 1px solid var(--grayAlt);
}

small {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}

.gdprNotice,
.gdprNotice a {
  margin-top: 20px;
}

.home .gdprNotice,
.home .gdprNotice a {
  color: var(--white);
}

.home .gdprNotice a:hover {
  color: var(--black);
}

/* form */
.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

.gform_button .button,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button]),
#gform_submit_button_1 {
  background: var(--red) !important;
  color: #fff !important;
  transition: all .5s ease-in-out !important;
  border-radius: 6px !important;
  margin-top: -10px;

}

.gform_button .button:hover,
.gform_button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button]):hover,
#gform_submit_button_1:hover {
  background: #fff !important;
  color: #000 !important;
  transition: all .5s ease-in-out !important;
  border: 1px solid var(--orange) !important;
}

.ginput_container {

  input,
  textarea,
  select {
    border-radius: 5px !important;
    border: 1px solid var(--grayAlt) !important;
    padding: 15px 10px !important;
    color: var(--gray) !important;
  }
}

#field_2_10 {
  border-radius: 5px !important;
  border: 1px solid var(--grayAlt) !important;
  padding: 15px 10px !important;
  background: #fff;

  p {
    color: var(--gray);
    margin-bottom: 10px !important;
    font-size: 15px;
  }

  ;

  label {
    margin-right: 5px
  }
}

#gform_confirmation_message_2 {
  height: 3rem !important;
}

label,
option,
select {
  color: var(--gray) !important;
  font-size: 15px;
}

label {
  padding-top: 1px;
}

select {
  border-radius: 6px !important;
}

#gform_2,
#input_3_1 {

  input,
  textarea,
  select,
  #field_2_10 {
    border: none !important;
  }

  #morning,
  #afternoon,
  #evening {
    border: 1px solid var(--grayAlt) !important;
    margin-right: 2px;
    height: 12px;
    width: 12px;
  }
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: var(--red) !important;
}

.gform_button .button:hover,
.gform_button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button]):hover,
#gform_submit_button_1hover:hover {
  background: #fff !important;
  color: #000 !important;
  transition: all .5s ease-in-out !important;
  border: 1px solid var(--orange) !important;
}
/* end */

/* website logos section */
.websiteLogos {
  padding: 50px 0;
  text-align: center;
}

.websiteLogos img {
  width: 80%;
  filter: grayscale(1);
}
/* end */

/* page layout */
.page-layout {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.page-main {
  min-width: 300px;
  width: 60%;

  @media (min-width:1500px) {
    width: 65%;
  }

  ul,
  ol {
    margin-left: 20px;
  }
}

.page-sidebar {
  min-width: 130px;
  position: sticky;
  width: 30%;
  top: 125px;
  align-self: flex-start;
  z-index: 9999;
  margin-bottom: 20px;

  @media (min-width:1500px) {
    width: 25%;
  }
}

/* end */

.services h2 {
  color: #000;
}

.page-hero-contact-container {
  margin-bottom: 20px;
}

/* team */

.team-carousel {
  text-align: center;
  margin: 10px auto 50px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.team-member img {
  max-width: 100%;
}

.team-nav {
  display: flex;
  flex-direction: column;
}

.team-nav-btn {
  display: flex;
  width: 100%;
  margin-bottom: 5px;

  p {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
  }

  small {
    color: #fff;
    margin-top: 0;
  }

  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;

  .team-nav-item {
    background-color: var(--red);
    width: 85%;
    text-align: left;
    padding: 4px 10px;
  }

  .team-nav-icon {
    background-color: var(--orange);
    width: 15%;
    padding: 4px;
    display: flex !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
  }

  i.fa-solid.fa-chevron-right {
    margin-right: 0 !important;
    display: flex !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
  }
}

.team-nav-btn:last-child {
  margin-bottom: 0;
}

.team-nav-btn.active {
  .team-nav-item {
    background-color: var(--orange);
  }

  .team-nav-icon {
    background-color: var(--red);
    color: #fff;
  }
}

.team-nav-btn p:hover {
  background-color: var(--orange);
}

.team-search {
  text-align: center;
  margin-bottom: 30px;
}

.team-members-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  @media (min-width: 1500px) {
    grid-template-columns: repeat(4, 1fr);
  }

  gap: 20px;
}

.archive .team-members-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);

  @media (min-width: 1500px) {
    grid-template-columns: repeat(3, 1fr);
  }

  gap: 20px;
}

.team-member-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.team-member-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member-card img {
  max-width: 100%;
  border-radius: 100%;
}

.team-member-container {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.profile-text {
  display: flex;
  flex-direction: column;
  gap: 15px;

  h6 {
    color: var(--red);
    font-weight: 500;
  }

  span {
    color: var(--gray);
  }

  a:hover {
    color: var(--red);
  }

  i {
    color: var(--red);
    margin-right: 5px;
  }

  .fa-brands {
    margin-left: 5px;
  }

  a:last-child {
    border-right: none;
  }
}

.profile-text h2 {
  font-size: 42px;
  margin: 0;
  color: var(--red);
}

.description {
  margin-top: 40px;

  h3 {
    color: var(--red);
  }
}

.social-icons {
  margin-top: 10px;
}

.social-icons img {
  height: 20px;
  margin-right: 10px;
}

.profile-image img {
  max-width: 100%;
  border-radius: 5px;
}

.profile-text {
  width: 65%;
}

.teammates {
  display: flex;
  gap: 20px;
  padding: 40px 20px;
  background: #101b2e;
  justify-content: center;
  flex-wrap: wrap;
}

.teammates img {
  height: 80px;
}

.gear-section {
  padding: 40px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

.gear-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.gear-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  text-align: center;
  grid-auto-rows: 1fr;
}

.gear-item {
  background: var(--red);
  padding: 2px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  hyphens: auto;
  overflow-wrap: anywhere;
  color: #fff;
}

.gear-item img {
  height: 50px;
  margin-bottom: 10px;
}
.team-members-list h3 {
  margin-bottom: 0 !important;
}

.vertical-banner {
  position: relative;
  background-color: #000;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  border-bottom: none;

  h3 {
    line-height: 20px;
    max-width: 95%;
  }

  .ArticleDate {
    color: #fff;
  }
}
/* end */

/* search */
.searchform {
  position: relative;
  max-width: 700px;
  margin: auto;

  input {
    width: 100% !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding: 20px 10px !important;
    border: 1px solid #707070 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  #searchsubmit {
    background: var(--red) !important;
    color: #fff !important;
    padding: 5px 20px 7px !important;
    height: 35px !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer;
    position: absolute !important;
    right: 5px !important;
    width: fit-content !important;
    top: 3px !important;
  }

  #searchsubmit:hover {
    border: 1px solid var(--orange) !important;
    background-color: #fff !important;
    color: #000 !important;
  }
}

.SearchWrap ul {
  margin-left: 20px !important;
}
/* end */

.app-form .css-1iehxn8 {
  padding: 0 !important;
  margin: 0 !important;
}


.blog .vertical-banner {
  height: auto;

  @media screen and (min-width: 1500px) {
    height: 530px;

    h3 {
      min-height: 5.5rem;
    }
  }

  width: 100%;
}

.team-page .team-members-list {
  @media screen and (max-width:768px) {
    max-width: 100%;
  }
}

.profile-image {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: none;
  border-bottom: none;
}

.btn {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  border: none;
  background-color: var(--btn);
  cursor: pointer;
  margin: 0 0.1rem;
  transition: width 0.3s;
}

.expand {
  width: 1.75rem;
}

/* Background Image (shared) */
.bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  object-fit: cover;
  z-index: 1;
}


/* Curved Overlay */
.overlay-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 20%;
  background: black;
  border-top-left-radius: 100% 80%;
  border-top-right-radius: 100% 80%;
  z-index: 2;
}

/* Content Layer */
.subtitle {
  line-height: 25px;
  margin-top: 10px;
  max-width: 90%;
}

.vertical-banner .content {
  position: relative;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-grow: 1;

  h3 {
    margin-top: 10px;
    padding-left: 20px;
  }
}

.socials {
  margin-top: auto;
  background: var(--red);
  display: flex;
  gap: 10px;

  a {
    background: var(--red);
    color: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
  }

  a:hover {
    background-color: #fff;
    color: var(--red);
  }
}

.title {
  font-size: 1.6rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.title:hover {
  color: var(--red) !important
}

.subtitle {
  font-size: 18px;
  color:#fff;
}

.vertical-banner .subtitle {
  padding-left: 20px;
}

/* end */

/* Member Foreground Image */
.member-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}

.member-image img {
  width: 100%;
  height: auto;
  display: block;

}

/* blog */
.single-blog h1 {
  margin-bottom: 20px !important;
}

.FeaturedImage {
  margin: 0 auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 375px;
  height: 210px;
}

.clear {
  clear: both;
}
/* end */

/* footer */
.newsletter {
  height: 400px;
  width: 40%;
  background-position: 20% 43%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;

  p {
    color: #fff;
  }
}

.newsletter-text {
  h2 {
    margin-top: 0;
  }

  p {
    margin-bottom: 1.5rem;
  }

  form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  button {
    background-color: var(--red);
    color: white;
    border: 2px solid var(--red);
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
  }
}

.newsletter-text input[type="email"] {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  min-width: 450px;
  line-height: 0;
}

.newsletter-text button:hover {
  background-color: rgb(87, 33, 33);
  color: var(--red);
}
footer {
  a:hover {
    color: var(--red);
  }
}

.site-footer {
  background: #fff;
  font-size: 20px;
  color: var(--gray);
}

h4 {
  font-weight: 500;
  color: #000;

}

.page-main ul {
  margin-bottom: 8px;
}

a {
  font-weight: 500;
}

.quote-container h6 {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: start;

  p {
    color: var(--gray);
  }
}

.footer-column {
  a {
    color: var(--gray);
  }

  h4 {
    margin-bottom: 0.5rem;
    font-size: 17px;
    color: #000;
  }

  p {
    margin: 0;
    line-height: 1.6;
  }
}

.footer-logos,
.footer-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.footer-logos {
  justify-items: center;
}

.footer-logos a,
.footer-logo a,
.footer-img,
.footer-imgs {
  object-fit: contain;
  display: block;
}



.footer-img-resize {
  height: 120px;
}

.footer-bottom {
  margin-top: 1.5rem;
  text-align: center;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom li {
  margin: 0;
  border-right: 1px solid var(--grayAlt);
  padding-right: 8px;
}

.footer-bottom li:last-child {
  border-right: none;
}

.footer-bottom a {
  text-decoration: none;
  color: var(--gray);
  font-weight: 400;
}



.fa-solid .fa-chevron-down {
  color: var(--red);
}

.menu li:hover>.sub-menu {
  display: block;
}

.menu li .sub-menu {
  top: 100%;
  left: 0;
  display: none;
}

.menu li {
  position: relative;
}

.sub-menu {
  position: absolute;
  background-color: var(--red);
  min-width: 320px;
  z-index: 999;
}

.sub-menu li {
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-next,
.slick-prev {
  top: 112% !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  left: 25px !important;
}

.quote-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.quote-content {
  max-width: 90%;
  margin: 0 auto;
}

.google-reviews-slider {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.newsletter-text input[type="email"] {
  border: none !important;
}

.get-in-touch {
  color: #fff !important
}

/* blockquote and testimonial */

blockquote {
  margin: 0 auto;
}

blockquote:before {
  display: none;
}

blockquote p {
  color: var(--gray);
  font-size: 20px;
}

blockquote footer {
  margin-top: .5em;
  padding: 0;
  color: var(--gray);
  font-size: 20px;
  text-align: left;
  font-style: italic;
}

blockquote {
  text-align: left;
}

blockquote footer {
  text-align: left;
}

blockquote footer:before {
  content: '';
}

blockquote footer:after {
  content: ' —';
}

@element 'blockquote' and (min-width: 300px) {
  blockquote {
    padding: 1em 20% 1em 1em;
  }

  blockquote p {
    font-size: 20px;
  }

  blockquote {
    padding: 1em 1em 1em 20%;
  }
}
/* end */

/* slick */
.about-testimonials .slick-next:before,
.about-testimonials .slick-prev:before,
.description .slick-next:before,
.description .slick-prev:before {
  font-size: 26px;
  opacity: 1 !important;
  color: #000 !important;
}

.about-testimonials {
  .slick-list {
    height: 14rem !important;
  }
}

.testimonial-section {
  position: relative;
  padding-bottom: 15px;

  .slick-next,
  .slick-prev {
    height: 0px;
    width: 0px;
    border-radius: 50%;
    color: transparent !important;
    background: 0 0 !important;
    top: 105% !important;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 26px;
    opacity: 1 !important;
    color: #fff !important;
  }

  .slick-prev {
    left: -7px !important;
  }

  h6 {
    padding-bottom: 5px;
  }
}
/* end */

.body-content blockquote {
  margin-left: 50px;
  border-left: 5px solid var(--red);
  padding: 1em;
  margin-bottom: 20px;
}

/* testimonial */
.testimonial-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.testimonial-text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 0;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.testimonial-prev,
.testimonial-next {
  background: var(--red);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
}

.t-bq-wrapper.t-bq-wrapper-fullwidth {
  max-width: 100%;
}

.t-bq-section {
  margin-right: 20px;
  width: 100%;

  p {
    font-style: italic;
  }

  h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }

  h6:before {
    content: '';
    position: absolute;
    transform: skew(-15deg);
    width: 5px;
    left: 5px;
    top: 8px;
    height: 100%;
    background: var(--red);
  }
}

.t-bq-quote-horace {
  position: relative;
  height: auto;
  /* width: fit-content !important; */

  p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 9999;
  }
}

.t-bq-quote-horace .t-bq-quote-horace-base {
  color: #ffffff;
  font-weight: 500;
  padding: 30px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  height: 13rem;
  position: relative;
}

.about-testimonials .t-bq-quote-horace .t-bq-quote-horace-base {
  .slick-slide {
    height: 17rem !important;
  }
}

.t-bq-quote-horace h6 {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  padding-top: 20px;
  color: #000;
  position: absolute;
  bottom: 20px;
}

.t-bq-quote-horace .t-bq-quote-horace-meta .t-bq-quote-horace-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 500;
}

.t-bq-quote-horace .t-bq-quote-horace-meta .t-bq-quote-horace-author cite {
  font-style: normal;
}

.t-bq-quote-horace .t-bq-quote-horace-meta .t-bq-quote-horace-source {
  font-size: 13px;
}

.t-bq-quote-horace .t-bq-quote-horace-qmark {
  position: absolute;
  z-index: 100;
  top: 150px;
  right: 5px;
  font-size: 280pt;
  color: var(--red);
  opacity: 0.17;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* end */


.footer-bottom li {
  color: var(--gray);
}

.content .blog-list {
  .title-link {
    color: #000 !important
  }

  .title-link:hover {
    color: var(--red) !important;
  }
}

.banner-card {
  display: inline-block;
  width: 297px;
  height: 220px;
  background-color: #fff;
}

.service-card {
  height: auto;

  .title {
    height: 3.5rem;
    font-size: 1.5rem;
  }
}

.sidebar-news a {
  margin-bottom: 15px;
}

.overlay-curve {
  display: none;
}

.about-us .team-members-list {
  grid-template-columns: repeat(2, 1fr);

  .vertical-banner,
  .banner-card {
    width: auto;
  }

  ;

  @media (min-width: 1500px) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-main,
.services,
.inner-page,
.single-blog {
  h2 {
    margin-bottom: 35px !important;

    @media screen and (max-width:767px) {
      margin-bottom: 25px !important;
    }
  }

  h3 {
    color: var(--red);
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;

  }
}

.description h3 {
  color: var(--red);
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}

.cmplz-document {
  a {
    text-decoration: none !important;
  }
}

.testimonial h3 {
  color: var(--red);
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

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

.bento-grid-container {
  padding: 40px;
  display: flex;
  align-items: center;
  background: #000
}

.bento-header {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 40px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: auto;

  p {
    margin-bottom: 0;
  }
}

.page-main a {
  font-weight: 500 !important;
}
.bento-tile:nth-child(5n+1),
.bento-tile:nth-child(5n+4),  .bento-tile:nth-child(5n+5), .t-bq-section:nth-child(5n+4), .t-bq-section:nth-child(5n+1), .t-bq-section:nth-child(5n+5) {
  background: #000;
  /* black */
  a,
    .tile-title,p,
    i, span{
      color: #fff !important;
    }
             h6 {
               color: #fff;
             }
}

.bento-tile:nth-child(5n+2),
.bento-tile:nth-child(5n+3),
.bento-tile:nth-child(5n+6), .t-bq-section:nth-child(5n+2),
.t-bq-section:nth-child(5n+3),
.t-bq-section:nth-child(5n+6) {
  background: #fff;
  /* white */
  a,
    .tile-title, p,
    i, span{
      color: #000;
    }
    h6{
      color: #000 !important;
    }
}
.bento-tile {
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* background: #000; */

  

  a:hover {
    color: var(--red);
  }
}

.bento-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tile-title {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  line-height: 26px;
  gap: 10px;
}

.tile-desc {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .bento-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
}

.info-grid .vc_row {
  display: flex !important;
  align-items: stretch;
  margin-left: -10px !important;
  gap: 10px;

  @media screen and (max-width:768px) {
    flex-direction: column !important;
    gap: 0px;
    margin-left: 0px !important;

    .card {
      max-width: 100%;
    }
  }
}

.info-box {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
}

.info-grid .card:hover {
  /* transform: translateY(-4px); */
  /* box-shadow: 0 8px 24px rgba(16, 12, 12, 0.1); */
}

/* contact */
.accordion-container {
  display: flex;
  justify-content: start;
  align-items: start;

  @media screen and (max-width:768px) {
    flex-direction: column;
  }

  h4 {
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 0;
  }
}

/* Accordion styles */
.accordion {
  min-width: 250px;
  width: 30%;
  border-right: none;

  @media screen and (max-width:768px) {
    border-right: 1px solid var(--grayAlt) !important;
    border-left: 1px solid var(--grayAlt) !important;
  }
}

.accordion-item {
  padding: 20px 15px;
  cursor: pointer;
  border-bottom: 1px solid var(--grayAlt);
  background-color: #fff;
  transition: background 0.3s;
  color: #000;
}

.accordion-item:hover,
.accordion-item.active {
  color: var(--red);
  font-weight: 500;
}

/* Content styles */
.contact .content {
  flex-grow: 1;
  min-width: 250px;
  width: 60%;
  padding: 20px;
  padding-top: 15px;
  border: 1px solid var(--grayAlt);

}

.content-item {
  display: none;
}

.content-iten-spacing {
  margin-top: 20px;
}

.content-item.active {
  display: block;
}

/* Tabs inside content */
.transport-tabs {
  margin-top: 30px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.tab-button {
  padding: 8px 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  border: none;
  font-size: 17px;
  transition: all ease 0.3s;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.tab-button.active {
  background: var(--red);
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.homepage {
  margin-top: -40px;
}

/* testimonial page */
.testimonial-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.marquee-row {
  display: flex;
  gap: 2rem;
  will-change: transform;
}

.single-blog .page-main h3 {
  margin-top: 30px;
  clear: both;
}

.single-blog .useful-links {
  margin-top: 0;
}

.main-content {
  opacity: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  @media (min-width: 1500px) {
    grid-template-columns: repeat(4, 1fr);
  }

  margin: auto;
  margin-top: 30px;
}

.page-main {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin-top: 30px;

    @media (min-width: 1500px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.service-item {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* border: 1px solid var(--grayAlt);  */
  cursor: pointer;
  display: block !important;
  height: 14rem;

  @media screen and (max-width:767px) {
    height: 11.5rem;
  }
}

.service-number a {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
}

.service-image {
  background-color: var(--red);
  display: flex;
  justify-content: end;
  height: 50px;
  transition: all 0.3s ease;
}

.service-content {
  padding: 20px;

  h3 {
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    color: #000 !important;
  }

  .service-item:hover {
    background-color: var(--red);

    h3 {
      color: var(--red);
    }
  }

  p {
    color: #000 !important;
  }

  .excerpt {
    height: 3rem;
  }
}

.service-image:hover {
  background-color: var(--red);
}

.service-content h3 a:hover {
  color: var(--red) !important;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
}

.errorpage {
  .hero-title {
    width: 100%;
    margin-bottom: 30px;
  }

  h1 {
    color: #000;
    text-align: center;
  }

  text-align: center;
}

.reveal-text {
  color: #fff !important
}

.info-grid .card {
  padding: 16px;
  color: white;
  /* font-family: sans-serif; */
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  flex: 1 1 calc(33.333% - 20px) !important;
  height: auto;
}

.info-grid .card-icon {
  font-size: 24px;
  margin-right: 12px;
}

.info-grid .card h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--red);
  margin: 0 0 8px 0;
  text-align: center;
}

.info-grid .card p {
  color: #000;
  margin: 0;
  text-align: center;
}

.info-grid .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-heading {
  margin-top: -60px;
}

.img-height {
  height: 700px;
}

.animated-text-section {
  padding: 100px 20px;
  background: #0a0a0a;
  text-align: center;
}

.staggered-heading {
  color: white;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.staggered-heading span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: all 0.6s ease;
}

.staggered-heading span.visible {
  opacity: 1;
  transform: translateY(0);
}

.staggered-text span:nth-child(1) {
  animation-delay: 0s;
}

.staggered-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.staggered-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.staggered-text span:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.homepage .staggered-heading {
  display: flex;
  flex-direction: column;

  @media screen and (max-width:768px) {
    flex-direction: row;
  }
}

@media (min-width:1023px) {
  .inner-pages {
    height: 400px;

    .page-hero,
    .bg,
    .page-home {
      height: 400px;
    }
  }

}



#input_2_11 {
  height: 5rem !important;
  block-size: 5rem !important;
  min-block-size: 5rem !important;
  max-block-size: 5rem !important;
}

@media (min-width:560px) and (max-width:800px) {
  .stats-item {
    width: 50%;
  }
}

@media (min-width:768px)and (max-width:1200px) {
  .first-content p {
    margin-bottom: 20px;
  }

  .block .container {
    width: 100% !important;
  }

  .homepage-grid .container-lists {
    width: 100%;
    margin: 30px auto 0 !important;
    padding: 0 20px;
  }

  .red {
    height: 550px;
  }

  .homepage-grid-bg-fixed {
    transform: scale(1);
  }

  .quote-content {
    max-width: 85%;
    margin-top: 0 !Important;
  }

  .quote-container {
    height: 600px;
    padding: 0;
  }

  .img-height {
    height: 500px;
  }

  .homepage-grid .container-lists {
    margin: auto !important;
  }

  .homepage-grid .section {
    margin: 100px 0;
  }
}

@min @media (min-width: 999px) and (max-width: 1200px) {
  .circle {
    /* top: 43%; */
    padding: 3rem;

    h4 {
      font-size: 15px;
      line-height: 20px;
    }
  }

  .homepage-grid {

    .container,
    .container-lists {
      width: 100% !important;
    }
  }
}

@media (min-width:560px) and (max-width: 1024px) {
  .homepage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1071px) {
  .sub-menu .sub-menu {
    right: -10%;
    top: 0;
  }

  .menu li .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  .sub-menu li {
    display: flex;
  }

  .sub-menu {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }

  .menu-item-159 .sub-menu i.fa-solid.fa-chevron-down {
    color: #fff !important;
    z-index: 1000;
    margin-right: 15px;
  }
}

.accordion {
  border: 1px solid var(--grayAlt);
  transition: all 0.3s ease;
  border-bottom: none;
  border-right: none;

  @media screen and (max-width:768px) {
    border-right: 1px solid var(--grayAlt) !important;
    border-left: 1px solid var(--grayAlt) !important;
  }
}

.gform-body .gform_body {
  margin-top: 0 !important;
  line-height: 0 !important;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-sidebar h3 {
  font-size: 32px !important;
}

.button {
  padding: 5px 20px !important;
}

.services-intro {
  text-align: center;
  margin-bottom: 40px;
}

.services-title {
  margin: 0;
}

.services a {
  color: var(--red) !important;
}

.services a:hover {
  color: #000 !important;
}

.services-subtitle {
  margin-top: 10px;
}

.grandchildren-list {
  margin-top: 10px;
  margin-left: 20px;
}

.grandchildren-list li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.archive {
  .input {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #707070;
    width: 100%;
    color: #707070
  }

  ;

  button {
    margin-top: 0 !important;
  }

  select {
    padding: 10px;
    width: 100%;
  }
}

.search-buttons,
.select-container {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.select-container {
  background-color: #dddddd;
  ;
  padding: 40px 20px;
  flex-direction: column;

  div {
    width: 100%;
  }

  h3 {
    font-size: 20px;
    color: var(--red);
    margin-bottom: 10px;
  }
}

.search-buttons input {
  width: auto !important;
  background-color: #fff;
  border: 1px solid var(--orange) !important;
  border-radius: 50px !important;
  color: #000;
}

.search-buttons input:hover {
  background-color: var(--red);
  color: #fff;
}

.filter-group input {
  width: fit-content !important;
  height: auto !important;
}

@media screen and (max-width: 1230px) {
  .container {
    padding: 0 20px;
  }
}

/* Container = flex row that wraps */
.filter-cats {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 100;
}

/* Hide the native checkbox */
.filter-cats input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cat-pill {
  display: inline-block;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  color: #707070;
  border: 1px solid var(--orange);
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked+.cat-pill {
  background: var(--red);
  color: #fff !important;
  border: 1px solid transparent;
}


/* Shared container layout */
.filter-tags {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Hide the native checkbox */
.filter-tags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Selected state */
.filter-tags input[type="checkbox"]:checked+.tag-pill {
  color: #fff;
}

/* accordion */
.vc_tta-container {
  margin-top: 20px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  border-radius: 0 !important;
  background-color: #fff !important;
}

.vc_tta-title-text {
  color: var(--orange) !important;
  font-size: 20px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  background-color: #dddddd !important;
  color: var(--red) !important;
  border: none !important;
}

.vc_tta-container {
  margin-bottom: 0 !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
  border-bottom: 1px solid var(--gray) !important;
}

.vc_tta-panel-body {
  background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border: none !important;
}

/* end */

strong,
b {
  font-weight: 500 !important;
}

.card-box {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);

  h3,
  h3 a {
    font-size: 22px;
    height: 5rem;
    line-height: 22px !important;
    color: #000 !important;
  }

  h3:hover,
  h3 a:hover {
    text-decoration: none !important;
    color: var(--red) !important;
  }

  .subtitle {
    height: 4.5rem;
  }

  ;

  .socials {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
  }

  position: relative;
}

.card-box img {
  width: 100%;
  height: 210px;
  object-fit: scale-down;
  object-position: center;
}

a {
  text-decoration: none;
}

.card-box .card-img {
  width: 375px;
  height: 210px;
  margin: auto;
  margin-top: 5px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s;
}

.card-content {
  padding: 0.7rem 1rem 2rem;
}

.blog-button {
  margin-bottom: 30px;

  a {
    min-width: 160px;
    max-width: 180px;
  }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;

  .t-bq-quote-horace-base,
  .testimonial-card {
    display: flex;
    flex-direction: column;
    height: 12rem;
  }
}

.nav-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  z-index: 100;
  position: relative;

  .page-numbers {
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid var(--orange);
    line-height: 1.1em;

    padding: 2px 7px;
    font-size: 15px;

    @media screen and (max-width:768px) {
      padding: 3px 5px !important;
      font-size: 13px;
    }
  }

  .page-numbers:hover {
    background-color: var(--red);
    border: 1px solid transparent;
    color: #fff !important;
  }

  .current {
    background: var(--red);
    color: #fff;
    border: 1px solid transparent;
    cursor: none;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    line-height: 2;
  }

  .current:hover {
    opacity: 1;
  }
}

.single-card-content {
  h5 {
    margin-bottom: 10px;
  }
}

.popular-card .warpper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  margin-block: 12px 20px;
}
.popular-card {
  display: flex;
  align-items: center;
gap: 10px;
margin-top: 20px;
.img-cover{
  max-width: 100px !important;
}
}
.testimonial-page {
  .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px 2px !important;
  }
}

.single-blog .page-main ul {
  clear: both;
  margin-left: 20px;

}

.wp-block-gallery {
  margin-bottom: 20px !important;
}

/* Base */
.mobile-filter-toggle {
  display: none;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.mobile-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.mobile-filter-panel {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  padding: 20px;
  transition: right 0.3s ease-in-out;
}

.mobile-filter-panel.open {
  right: 0;
}

.mobile-filter-overlay.show {
  display: block;
}

.close-filter {
  display: none;
}

.filter-modal {
  display: block;
}

@media screen and (max-width: 768px) {
  .testimonial-grid {
    gap: 2rem;
  }

  .filter-modal {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow: auto;
  }

  .filter-modal.is-open {
    display: block;
  }

  .filter-modal-inner {
    background: #fff;
    margin: 50px auto;
    padding: 10px;
    position: relative;
    border-radius: 6px;
  }

  .close-filter {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 28px;
    background: var(--red);
    color: #fff;
    padding: 0px 8px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .t-bq-section {
    margin-right: 0;
  }

  .close-filter {
    display: block;
  }

  .mobile-filter-toggle {
    display: inline-block;
  }
}

/* service card */
.service-item {
  position: relative;
  overflow: hidden;
  transition: color .3s ease;
  isolation: isolate;

  .button {
    margin: auto 20px;
  }
}

.service-item:hover::before,
.service-item:focus-within::before {
  opacity: 1;
}

.service-item:hover,
.service-item:focus-within {
  color: #fff;
  background-color: var(--red);
  transition: all 0.3s ease;

  li,
  a,
  p {
    color: #fff !important;
  }

  h3 {
    color: var(--red) !important;
  }

  .service-title {
    background-color: #fff;
    padding-bottom: 0;
    height: 60px;
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .service-image {
    background-color: var(--red);
  }

  h3 a:hover {
    color: #fff !important;
  }

  i.fa-solid.fa-chevron-right {
    color: var(--red);
  }

  .service-number a:hover {
    color: #ffff !important;
  }

  border: 1px solid transparent;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);

  .grandchildren-list a:hover {
    color: var(--red) !important;
  }
}

/* Hide native checkbox but leave it accessible to screen‑readers */
.filter-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-img {
  margin-bottom: 20px;
}

.content-item-spacing {
  margin-top: 20px;
}

.sidebar-news a {
  font-size: 20px;
}

.sidebar-news {
  padding: 30px 20px;
}

.post-date {
  margin-bottom: 10px;
}

.contact-container {
  margin-bottom: 40px;

  @media screen and (max-width:768px) {
    margin-bottom: 0px;
  }
}

.vertical-banner.testimonial-card {
  position: relative;
  overflow: hidden;
}

.tile-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: #fff !important;
}

.tile-list {
  display: flex !important;
  align-items: center;
  gap: 5px;

  @media screen and (max-width:500px) {
    flex-direction: column;
    align-items: start;
  }
}

.tile-description {
  margin-top: 15px;
}

.bento-tile:nth-child(odd):hover {
  background-color: #fff;
a,
  .tile-title,
  i, span {
    color: var(--red) !important;
  }
  
  .tile-item {
    color: var(--red) !important;
  }
}
.bento-tile:nth-child(even):hover {
  background-color: #000;

  a,
    .tile-title,
    i, span {
      color: var(--red) !important;
    }
}
.vertical-banner:hover .overlay-curve {
  opacity: 1;
}

.vertical-banner .content {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Desktop: Only rotate arrows for nested items (children with grandchildren) */
@media (min-width: 1071px) {
  .sub-menu .menu-item-has-children>.fa-chevron-down {
    transform: rotate(-90deg) !important;
    position: absolute;
    right: 0;
    top: 3px;
  }
}

.team-member-detail {
  margin-bottom: 150px;
}

@media screen and (max-width:768px) {
  .gear-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .description {
    margin-top: 40px;
  }

  .team-blogs {
    max-width: 100% !important;

    .slick-next,
    .slick-prev {
      top: 105% !important;
    }
  }

  .team-member-detail {
    margin-bottom: 120px !important;
  }

  .ArchiveWrap {
    margin-top: 60px !important;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  &.loaded {
    overflow-y: auto;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;

  .overlayDoor {

    &:before,
    &:after {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: #000;
      transition: .5s cubic-bezier(.77, 0, .18, 1);
      transition-delay: .8s;
    }

    &:before {
      left: 0;
    }

    &:after {
      right: 0;
    }
  }

  &.loaded {
    .overlayDoor {
      &:before {
        left: -50%;
      }

      &:after {
        right: -50%;
      }
    }

    .overlayContent {
      opacity: 0;
      margin-top: -15px;
    }
  }

  .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s cubic-bezier(.77, 0, .18, 1);

    .skip {
      display: block;
      text-align: center;
      margin: 50px auto 0;
      cursor: pointer;
      color: #fff;
      font-weight: 700;
      font-size: 70px;
      transition: 0.2s ease;
      
    }
        
  }
}

.loading-outer-spin {
  width: 124px;
  height: 124px;
  border: 3px solid var(--red);
  border-bottom: 3px solid transparent;
  border-radius: 50%;
    display: flex;
      justify-content: center;
      align-items: center;
  position: relative;
  animation: outer 1s linear infinite;


  .loading-inner-spin {
    width: 60px;
    border: 3px solid transparent;
      border-top: 3px solid var(--red);
      border-radius: 50%;
    height: 60px;
   
    animation: inner 1s linear infinite;
  }
}

@keyframes outer {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes inner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-720deg);
  }
}

@media (min-width:768px) and (max-width: 1023px) {
  .homepage-grid {

    .container,
    .container-list,
    .container-lists {
      width: 100%;
      margin: auto;
    }
  }

  .hero-contact,
  .page-hero-contact {
    width: 100%;
  }

  .hero-contact,
  .page-hero-contact {
    top: 0px;
  }

  .hero-contact-container {
    margin-top: 50px;
    align-items: start;
    margin-bottom: 0;
    flex-direction: column;
  }

  .hero-contact,
  .page-hero-contact {
    width: 100%;
  }

  .service-links {
    width: 100%;
    margin-top: 50px;
  }

  .section,
  section {
    margin: 100px 0;
  }

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

  .circle {
    padding: 1rem;

    h4 {
      font-size: 20px;
    }
  }

  .bg-fixed {
    .container {
      max-width: 60%;
    }
  }

  .footer-logo {
    flex-direction: column;
  }

  .newsletter-text input[type="email"] {
    min-width: 350px;
  }

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

  .page-home {
    background-position: 50%;
    height: 350px;
  }

  .bg,
  .home-flex,
  .page-hero {
    height: 350px;
  }

  .services-grid,
  .team-members-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-layout {
    flex-direction: column;
  }

  .page-main,
  .page-sidebar,
  .vc_col-sm-4,
  .team-member-container {
    width: 100% !important;
    max-width: 100%;
  }

  .page-sidebar {
    margin-top: 60px;
  }

  .filter-modal {
    top: 100px;
  }

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

  .contact .content {
    width: 100%;
  }

  .accordion {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .circle {
    padding: 4rem;
    width: 400px;
  }
}

.vc_do_btn:hover,
.vc_btn3-container:hover,
.vc_btn3 {
  color: #000 !important;
}

.social-container .social-icons {
  justify-content: center;
}

.service-title {
  background-color: var(--red);
  padding: 10px 20px;
  height: 70px;
  display: flex;
  font-size: 18px !important;
  line-height: 26px !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
  color: #fff !important;

  a,
  h3,
  i.fa-solid.fa-chevron-right {
    color: #fff;
  }
}

.post-aside {
  background-color: #dddddd;
  padding: 20px 20px 30px;

  .img-cover {
    border-radius: 50%;
  }

  hr {
    margin-top: 20px;
    background-color: var(--grayAlt);
  }

  h5 {
    padding-bottom: 10px;
  }

  h5 a {
    color: var(--orange) !important;
    font-size: 20px !important;
    line-height: 24px;
  }
}

.post-aside hr:last-child {
  display: none;
}

.post-aside,
.page-sidebar {
  h3 {
    font-size: 32px;
  }
}

.table-responsive {
  overflow: auto;
}

.table-vertical {
  max-height: 20rem;
  overflow-y: auto;
}

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

th {
  background-color: rgba(0, 10, 25, 0.15);
  padding: 0.5em 0.75em;
}

th,
.nowrap {
  white-space: nowrap;
}

td {
  text-align: center;
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

figure {
  margin: 0;
  padding: 0;
}

table .content {
  padding: 0 5vw 5rem 5vw;
}

.unit {
  display: block;
}

.combined {
  background-color: rgba(0, 0, 100, 0.05);
  font-weight: 500;
}

.MainWrap .page-main a {
  color: var(--red);
}

.MainWrap .page-main a:hover {
  color: #000 !important;
}

.socials a,
.bento-grid a {
  color: #fff !important;
}

.events a {
  color: #000 !important;
}

.events a:hover {
  text-decoration: none !important;
}

.socials a:hover,
.bento-grid a:hover {
  color: var(--red) !important;
  text-decoration: none !important;
}

/* tags */
.grid-list {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  gap: 10px;
  margin-top: 20px;

  p {
    font-size: 15px !important;
  }
}

.tag-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 8px;
  font-size: 15px;
  border: 1px solid var(--orange);
  border-radius: 50px;
}

.tag-btn:is(:hover, :focus-visible),
.bento-tile:is(:hover, :focus-visible),
.cat-pill:is(:hover, :focus-visible),
.button:is(:hover, :focus-visible),
.tab-button:is(:hover, :focus-visible),
.filter-button:is(:hover, :focus-visible) {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box, border-box;
  border-color: transparent;
  transform: translateY(-2px);
  transition: all 0.3 ease;
}

.single-blog .page-main:first-child {
  h3 {
    margin-top: 0;
  }
}

#cmplz-manage-consent .cmplz-manage-consent {
  z-index: 9999 !important;
}

#trustindex-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-main .button:hover {
  text-decoration: none !important;
}

.googleReviews {
  position: fixed !important;
  right: 35px !important;
  top: 35% !important;
  z-index: 99999 !important;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  @media screen and (max-width:767px) {
    top: 40%;
  }
}

.wp-block-pullquote {
  padding: 0 0 !important;
}

.privacy-policy h3 {
  margin-top: 30px !important;
}

.privacy-policy h3:first-child {
  margin-top: 0 !important;
}

.blog-title {
  a {
    font-size: 35px !important;
    color: #fff !important;
  }

  a:hover {
    color: #fff !important;
  }

  @media screen and (max-width:767px) {
    font-size: 30px !important;
  }
}

.archive .page-sidebar h3 {
  margin-bottom: 20px !important;
}

.get-contact-link {
  color: #fff !important;
}

.get-contact-link:hover {
  color: #000 !important;
}

.latest-news-title {
  color: #fff !important;
}

.latest-news-title:hover,
.first-author-link a:hover {
  color: #000 !important;
}

.t-bq-quote-horace-text .read-more,
.review .read-more {
  color: #fff !important;
  margin-top: 0;
}

.t-bq-quote-horace-text .read-more:hover,
.review .read-more:hover {
  color: var(--red) !important;
}

.testimonial-marquee-wrapper,
.about-testimonials {
  .read-more {
    color: var(--red) !important;
  }

  .read-more:hover {
    color: #000 !important;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.sub-menu {
  display: none;
  transition: all 0.3s ease;
}

.menu-item-has-children.open>.sub-menu {
  display: block !important;
}

.description .t-bq-quote-horace .t-bq-quote-horace-base {
  height: 100% !important;
}

/* .description .slick-next, .slick-prev{
  top: 106% !important;
} */

#cmplz-manage-consent .cmplz-manage-consent {
  left: 0 !important;
  padding: 0 !important;
  padding: 10px 15px 8px !important;
  width: fit-content !important;
}



.job-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin-bottom: 20px; */
}

.job-listing {
  margin-top: 20px;
}

.filter-button {
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: 10px !important;
  transition: all ease 0.3s;
}

.filter-button.active {
  background: var(--red);
  color: white;
  border: none !important;
}

.job-card {
  border-bottom: 1px solid var(--grayAlt);
  padding: 20px 0;
  position: relative;

  p {
    margin-bottom: 0 !important;
  }
}

.job-meta {
  margin: 10px 0;
}

.tag {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
}

.apply-link {
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: bold;
  text-decoration: none;

  @media screen and (max-width: 600px) {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }
}

.inline-excerpt {

  p,
  a {
    display: inline;
  }
}

.single-testimonial {
  .t-bq-quote-horace .t-bq-quote-horace-base {
    height: 100% !important;
  }
}

.job-card.past-job {
  opacity: 0.5;
}

.apply-link.disabled {
  cursor: not-allowed;
  color: var(--grayAlt);
  text-decoration: none;
  pointer-events: none;
}

.team-members-lists {
  .slick-slide img {
    width: 100% !important;
  }

  margin-top: -14px;

  .vertical-banner {

    /* height: 390px !important; */
    .title {
      font-size: 1.5rem;
    }

    .subtitle {
      height: 3rem;
    }
  }

}

@media (min-width:1024px) and (max-width: 1200px) {
  .page-home {
    background-position: center left;
  }
}

@media (min-width:768px) and (max-width: 1024px) {
  .Logo {
    width: 40%;
  }

  .page-hero {
    margin-top: 95px !important;
  }
}

.rmp-menu-item-link {
  font-size: 20px !important;
}

/* Resonsive Code */
@media screen and (max-width: 1070px) {
  .menu {
    margin-top: 0px;
  }

  .social-container,
  .top-nav {
    display: none;
  }

  .desktop-navigation .menu-main-menu-container {
    display: none;
  }

  i.fa-solid.fa-bars {
    color: var(--red);
    font-size: 1.8rem;
    display: flex;
    justify-content: flex-end;
  }

  .menu li {
    position: relative;
  }

  .sub-menu li a {
    color: var(--red) !important
  }

  i.fa-solid.fa-chevron-down {
    position: absolute;
    display: block;
    color: #fff !important;
    right: 0px;
    top: -5px;
    padding: 8px;
  }

  .desktop-navigation .menu-main-menu-container {
    display: none;
  }

  i.fa-solid.fa-bars {
    color: var(--red);
    font-size: 1.8rem;
    display: flex;
    justify-content: flex-end;
  }

  .archive-loop {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu li a {
    color: #000;
  }

  /* .sub-menu {
    background-color: #fff;
  } */
}

@media (min-width:768px) {
  .footer-img img {
    max-width: fit-content !important;
  }
}

.footer-logos a,
.footer-imgs {
  max-width: 30%;
}

.footer-legal {
  border-top: 1px solid var(--grayAlt);
  border-bottom: 1px solid var(--grayAlt);
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

  @media screen and (max-width:767px) {
    gap: 0
  }

  @media screen and (max-width:545px) {
    .footer-logos {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      width: 100%;

      a,
      .footer-imgs {
        max-width: 100%;
      }
    }
  }

  p {
    width: 40%;
    color: var(--gray);
  }
}

@media screen and (max-width: 767px) {
  .team-member-container {
      max-width: 100% !important;
      margin-top: 60px;
    }
  
    .mobile-top-nav {
      margin-top: 20px;
      display: block;
    }
  
    .about-testimonials .slick-list {
      height: 16rem !important;
    }
  
    .service-item {
      height: 100%;
    }
  
    .about-testimonials .t-bq-quote-horace .t-bq-quote-horace-base {
      height: 14rem;
    }
  
    .hero-contact-container {
      margin-top: 50px;
    }
  
    .t-bq-quote-horace .t-bq-quote-horace-base {
      padding: 20px 15px
    }
  
    .t-bq-quote-horace .t-bq-quote-horace-meta {
      flex-direction: column;
      text-align: center;
    }
  
    .t-bq-quote-horace .t-bq-quote-horace-meta .t-bq-quote-horace-userpic {
      margin: 0 auto;
      margin-bottom: 10px;
    }
  .stats-container .stats-grid {
    margin-top: 0;
  }

  .page-hero {
    margin-top: 70px !important;
  }

  header {
    padding-top: 8px !important;
  }

  .section,
  section {
    margin: 60px 0;
  }

  .Logo {
    width: 45%;
  }

  .team-members-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .contactFormSection .left,
  .contactFormSection .right,
  .contact-page {
    padding: 25px !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .footer-logo,
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-text input[type="email"] {
    min-width: 280px;

    z-index: 100;
  }

  .footer-legal p {
    width: 100% !important;
  }

  .footer-logos {
    width: 95%;
  }

  .t-bq-quote-horace-base {
    height: 100%;
  }

  .newsletter {
    display: none;
  }

  .PageWrap {
    margin-top: 50px;
  }

  .page-layout {
    flex-direction: column;
  }

  .contactFormSection {
    flex-direction: column;
  }

  .page-sidebar,
  .page-main {
    width: 100% !important;
  }

  .grid-item {
    grid-column: span 1 !important;
  }

  .circle-text {
    position: static;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
  }

  .overlay-text {
    position: static;
    background: none;
    color: black;
    padding: 0;
  }

  .stats-item {
    width: 100%;
  }

  .bg-fixed .container {
    max-width: 100%;
  }

  .homepage-grid .container {
    width: 100%;
  }

  .hero-contact,
  .page-hero-contact {
    width: 100%;
  }

  .home-flex {
    flex-direction: column;
    position: relative;
  }

  .bg {
    position: static;
    bottom: 0;
    height: 200px !important;
    width: 100%;
  }

  .page-home {
    height: 200px !important;
  }

  .homepage {
    margin-top: 0;
    top: 0;
  }

  .page-hero .container {
    padding: 0;
  }

  .hero-title {
    width: 100%;
    padding: 20px;
  }

  .hero-contact-container {
    flex-direction: column;
    margin-bottom: -50px;
  }

  .service-links {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .home-flex {
    height: auto !important;
    flex-direction: column-reverse;

  }

  .home .home-flex {
    height: 400px !important;
  }

  .page-hero,
  .inner-pages {
    height: auto !important;
  }

  .archive-hero {
    height: auto !important;
  }

  .home .page-hero {
    height: 420px !important;
  }

  .hero-contact,
  .page-hero-contact {
    top: 0px;
  }

  .page-main,
  .services,
  .inner-page,
  .single-blog {
    h3 {
      font-size: 20px !important;
      line-height: 26px;
    }
  }

  .first-content p {
    margin-bottom: 20px;
  }

  .circle {
    top: 52%;
    padding: 4rem;

    h4 {
      font-size: 14px;
      line-height: 20px;
    }
  }

  .block .container {
    width: 100% !important;
  }

  .homepage-grid .container-lists {
    width: 100%;
    margin: 20px auto 0 !important;
    padding: 0 20px;
  }

  .img-height {
    height: auto !important;
  }

  .red {
    height: 480px;
  }

  .homepage-grid-bg-fixed {
    transform: scale(1);
  }

  .quote-content {
    max-width: 85%;
  }

  .quote-container {
    height: 600px;
    padding: 0;
  }

  .newsletter-section {
    height: 350px;

    .gdprNotice {
      max-width: 100%
    }
  }

  .contactFormSection {
    margin-top: 0;
  }

  .vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .services-grid,
  .page-main .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-contact,
  .page-hero-contact {
    h2 {
      margin-bottom: 0 !important;
    }
  }

  .contact .content {
    border-top: none;
  }

  .accordion {
    border-bottom: none;

    @media screen and (max-width:768px) {
      border-right: 1px solid var(--grayAlt) !important;
      border-left: 1px solid var(--grayAlt) !important;
    }
  }

  .PageWrap {
    margin-bottom: 60px;
  }

  .accordion,
  .contact .content {
    width: 100%;
  }

  .home .bg {
    bottom: 0px;
  }

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

  .team-member-container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .profile-text {
    width: 100%;
    gap: 0;
    margin-bottom: 30px;
  }

  .testimonial-slider {
    margin-right: 0;
    gap: 20px;
  }

  .t-bq-quote-horace p {
    margin-bottom: 20px;
  }

  .body-content blockquote {
    margin-left: 0;
  }

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

  .team-member-container .social-icons {
    flex-wrap: wrap;
  }

  .stats-container .stats-grid .value,
  .stats-container .stats-grid .plus {
    font-size: 70px;
  }

  .page-main {
    margin-bottom: 60px;
  }

  .single-blog img {
    float: none;
  }

  .card {
    max-width: 100% !important;
  }

  .homepage-grid .section {
    margin: 100px 0 50px;
  }

  .quote-section {
    margin: 40px 0 !important;
  }

  .blog-list h2 {
    font-size: 25px;
  }

  .stats-container h3 {
    margin-bottom: 0;
  }

  .bg-fixed {
    height: 300px;
  }

  .testimonial-grid,
  .archive .team-members-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width:1500px) {

  .page-hero,
  .home-flex,
  .bg,
  .page-home {
    height: 600px !important;
  }

  .inner-pages .page-hero,
  .inner-pages .home-flex,
  .inner-pages .bg,
  .inner-pages .page-home,
  .inner-pages {
    height: 500px !important;
  }
}

@media (min-width:1024px) and (max-width: 1500px) {

  .inner-pages .page-hero,
  .inner-pages .home-flex,
  .inner-pages .bg,
  .inner-pages .page-home,
  .inner-pages {
    height: 330px !important;
  }
}


.fp-sub-menu {
  display: none;
  margin-left: 15px;
a{
  text-decoration: none;
}
li{
  padding: 12px 0px 7px 10px !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
li:last-child{
  border-bottom: none !important;
}
}

.has-sub.open .fp-sub-menu {
  display: block;
}

.toggle-sub {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}

.toggle-sub i {
  font-size: 18px;
}

.fa-plus, .fa-minus{
  color: var(--red);
  font-size: 18px;
}
.toggle-sub{
z-index: 9999999;
  margin-right: -8px;
}
.has-sub{
  display: block !important;
  .has-sub-link{
    width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
  }
}

.t-bq-section {
  background-color: #000;

  .t-bq-quote-horace-text {
    color: #fff !important;
  }
  h6{
    color: #fff !important;
  }
}
.blog .subtitle{
  color: #000;
}
.bento-tile:nth-child(5n+1),
.bento-tile:nth-child(5n+4),
.bento-tile:nth-child(5n+5),
.t-bq-section:nth-child(5n+4),
.t-bq-section:nth-child(5n+1),
.t-bq-section:nth-child(5n+5){
  background: #000;

  /* black */
  a,
  .tile-title,
  p,
  i,
  span {
    color: #fff !important;
  }

  h6 {
    color: #fff;
  }
}

.bento-tile:nth-child(5n+2),
.bento-tile:nth-child(5n+3),
.bento-tile:nth-child(5n+6),
.t-bq-section:nth-child(5n+2),
.t-bq-section:nth-child(5n+3),
.t-bq-section:nth-child(5n+6){
  background: #fff;

  /* white */
  a,
  .tile-title,
  p,
  i,
  span {
    color: #000 !important;
  }

  h6 {
    color: #000 !important;
  }
}
.t-bq-section{
  a{
    color: var(--red) !important;
    font-size: 18px;
  }
}
.t-bq-section:last-child{
  background: #000 !important; 
  
    /* black */
    a,
    .tile-title,
    p,
    i,
    span {
      color: #fff !important;
    }
  
    h6 {
      color: #fff !important;
    }
}

@media screen and (min-width:768px) {
  p,a,li,ol,.button{
    font-size: 18px !important;
    line-height: 25px !important;
  }
}
.rmp-menu-item-link{
  font-size: 17px !important;
}
#rmp-menu-wrap-184 .rmp-submenu .rmp-menu-item-link{
  height: 45px !important;
  display: flex;
  align-items: center;
}
#rmp-menu-wrap-184 .rmp-menu-item-link .rmp-font-icon{
  font-size: 16px !important;
}
 #rmp-menu-wrap-184 .rmp-submenu.rmp-submenu-open{
  margin-bottom: 30px !important;
 }

 .events {
  .subtitle {
      color: var(--black) !important;
  
     
    }
        .socials a {
           color: #fff !important;
         }
 }

 .wp-block-image img{
  margin-bottom:20px
 }