/*
*
*
* SERVICES
*
*
*/

.page-template-services-template:has(.no-services-layout) .scroll-indicator {
  display: none;
}

.fix-menu {
  background-color: #F3F2F1;
  width: 100%;
  /* transition: .5s; */
  z-index: 99;
  min-height: 48px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: .25s ease;
}

.fix-menu ul {
  list-style-type: none;
  margin: auto;
  position: relative;
}

.fix-menu li {
  list-style: none;
  display: inline-block;
}

.fix-menu li a {
  display: inline-block;
  line-height: 1;
  padding: 20px 23px;
  min-height: 48px;
  color: #3D3935;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.fix-menu li a.selected {
  background: #D8D7D7;
}

.fix-menu li a:hover {
  background: #e7e7e7;
}

.fix-menu.active {
  top: 80px;
}

.fix-menu.sticky {
  position: fixed;
}

.admin-bar .fix-menu.active {
  position: fixed;
  top: calc(var(--header-height, 80px) + var(--wp-admin--admin-bar--height, 0px));
}

.fix-menu .fix-hover {
  height: 48px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #D8D7D7;
  position: absolute;
  z-index: 1;
  padding: 0 23px;
  display: none;
}

.service.fp-page {
  position: relative;
}

.fix-menu-active-item-anchor {
  position: absolute;
  width: 100%;
  height: 2%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.services {
  background: #FFFFFF;
  position: relative;
}

.services-wrapper.no-services-layout .fp-card .container {
  background-color: #fff;
}

.services-wrapper .services-deals {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.service .left-column {
  background: #FFFFFF;
}

.service h2,
/* .service h3,  */
.service .h3-style {
  margin: 0;
}

.service-image,
.default-service-image {
  width: 100%;
  max-height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 1;
  min-height: 300px;
}

.services-wrapper .service-image,
.services-wrapper .default-service-image {
  min-height: unset;
}

.page-template-single-service-template .services-wrapper .default-service-image {
  height: 100%;
  margin-top: 0;
}

html:has(.no-services-layout) .fp-card,
html:has(.no-services-layout) .hero_module {
  scroll-snap-align: none;
}

.service-deals {
  position: relative;
}

.s-deal {
  position: relative;
  color: #3D3935;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #F3F2F1;
  background: #FFFFFF;
  /* padding: 20px 0 20px; */
  min-height: 48px;
}

.orange-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}

.orange-box::before,
.orange-box::after {
  content: '';
  display: block;
  height: 1px;
  width: 23px;
  background: #F68D2E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .25s;
}

.orange-box::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.orange-box::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0)
}

.s-deal:hover .orange-box::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-deal.open:hover .orange-box::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.s-deal:hover .orange-box::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg)
}

.s-deal.open .orange-box::before {
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
}

.s-deal.open .orange-box::after {
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
}

.offices_module .orange-box {
  width: 46px;
  height: 46px;
}

.s-deal-wrap {
  height: 0px;
  justify-content: left;
  overflow: hidden;
}

.s-deal.open .s-deal-wrap {
  height: 500px;
  overflow: visible;
}

.services-wrapper .s-deal.open .s-deal-wrap {
  height: auto;
  padding: 24px 0;
}

.s-deal-content {
  background: #F3F2F1;
  width: 100%;
  color: #3D3935;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  max-width: 580px;
  padding-left: 110px;
  padding-right: 24px;
  height: 0;
  overflow: hidden;
  transition: .5s ease;
}

.s-deal-cat {
  opacity: 0;
}

.s-deal.open .s-deal-content {
  /* display: block; */
  height: auto;
}

.s-deal {
  cursor: pointer;
}

.s-deal.open {
  background: #F3F2F1;
  cursor: auto;
}

.s-deal.s-deal.open .s-deal-cat {
  opacity: 1;
  transition: .5s;
  transition-delay: .5s;
}

.s-deal-title {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  line-height: 16px;
  padding-left: 110px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
  padding: 20px;
  padding-left: 110px;
  background: white;
}

.s-deal.open .s-deal-title {
  opacity: 0;
  height: 0;
}

.s-deal-content h2,
.s-deal-content .h2-style,
.s-deal-content h3 {
  max-width: 456px;
  color: #3D3935;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 48px 0 0;
  font-weight: normal;
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

.s-deal-content p {
  margin-bottom: 24px;
}

.s-deal.open .orange-box {
  background: #F68D2E;
}

.s-deal.open .orange-box::after {
  background: #FFFFFF;
}

.s-deal-cat {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  color: #1D428A;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  width: 100%;
  max-width: 456px;
}

.our-services {
  width: 480px;
  margin: auto;
}

.our-services h3 {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  color: #3D3935;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  margin-top: -24px;

}
.our-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100% - 30px);
  column-gap: 18px;
}

.our-services li {
  margin: 0;
  padding: 0;
}

.our-services li a {
  display: block;
  line-height: 48px;
  height: 48px;
  padding-left: 54px;
  color: #3D3935;
  font-size: 16px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.our-services.many-services li a {
  line-height: 42px;
  height: 42px;
}

.our-services li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 18px;
  transition: .5s ease;
  background: #F68D2E;
}

.our-services li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  transition: .5s ease;
  border-bottom: 1px solid #F68D2E;
  border-right: 1px solid #F68D2E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.our-services li a:hover::before {
  left: 10px;
}

.our-services li a:hover::after {
  left: 16px;
}

.services-wrapper .services .right-column {
  position: relative;
}

.services-wrapper .back-btn {
  top: 84px;
}

.service-col-over {
  height: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.latest-deals .container {
  min-height: 549px;
}

.latest-deals h2 {
  font-size: 30px;
  color: #3D3935;
  letter-spacing: 0;
  padding: 0;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
}

/* .admin-bar .fix-menu {
  top: 32px;
} */

/* .service h3,  */
.service .h3-style {
  font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
}

.s-deal-content h2,
.s-deal-content .h2-style,
.s-deal-content h3  {
  font-size: 30px;
  line-height: 35px;
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

.sub-fade, .sub-nav {
  display: none;
}

.services-wrapper .s-deal-content h2,
.services-wrapper .s-deal-content .h2-style {
  margin-top: 0;
}

.services-wrapper .service-image.cover,
.services-wrapper .default-service-image.cover {
  transition: .25s;
}

@media screen and (max-width: 1336px) {
  .services-wrapper .services .right-column {
    background: #F3F2F1;
  }

  .services-wrapper .content {
    font-size: 14px;
    line-height: 18px;
  }

  .services-wrapper .content p {
    margin-bottom: 24px;
  }

  .s-deal-title {
    padding-left: 110px;
  }
  .service-col-over {
    height: 300px;
  }

  .our-services {
    width: 516px;
  }

  .our-services ul {
    display: block;
    height: unset;
    width: 100%;
  }

  .our-services li {
    float: left;
    display: block;
    width: 240px;
    margin-right: 18px;
  }

  .our-services li a {
    padding-left: 40px;
    font-size: 14px;
  }

  .our-services h3 {
    border-bottom: none;
    font-size: 14px;

  }

  .service-image,
  .default-service-image {
    background: #FFFFFF;
  }

  .s-deal-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .service h2,
  .service .h2-style,
  .service .h3-style {
    font-size: 40px;
    line-height: 46px;
  }
  .service .h3-style {
    margin-bottom: 24px;
  }
  .s-deal-content h2, .s-deal-content .h2-style, .s-deal-content h3   {
    font-size: 30px;
    line-height: 35px;
  }
  .s-deal-cat {
    max-width: 388px;
  }

}

@media screen and (max-height: 768px) {

  .hero_module .container, .hero_module .container .cartes {
    height: auto;
  }

  .our-services {
    width: 516px;
    margin: 0;
    margin-right: -18px;
  }

  .our-services ul {
    display: block;
    height: unset;
    width: 100%;
  }

  .our-services li {
    float: left;
    display: block;
    width: 240px;
    margin-right: 18px;
  }

  .our-services li a {
    padding-left: 40px;
  }

  .our-services h3 {
    border-bottom: none;
    font-size: 14px;
  }

  .service-image,
  .default-service-image {
    background: #FFFFFF;
  }

  .services-wrapper .service-image.cover img {
    display: none;
  }

  .services-wrapper .s-deal-content h2, .services-wrapper .s-deal-content .h2-style, .services-wrapper .s-deal-content h3 {
    margin-top: 0;
  }

  .services-wrapper .s-deal.open {
    height: calc(100vh - 244px);
  }

  .admin-bar .services-wrapper .s-deal.open {
    height: calc(100vh - 256px);
  }

  .services-wrapper .s-deal.open .s-deal-content {
    padding-right: 48px;
    max-width: 100%;
  }

}


@media screen and (max-width: 1336px) {
  .s-deal {
    max-height: 48px;
    /* padding-top: 17px; */
  }
  .s-deal.open {
    max-height: 100%;
  }
  .orange-box {
    height: 48px;
  }
}

@media screen and (max-width: 1336px) and (max-height: 768px) {
  .services-wrapper .s-deal.open {
    height: calc(100vh - 224px);
  }
}

@media screen and (max-width: 1230px) {
  body:has(.oaklins-site-dp) .fix-menu.active {
    top: 60px;
  }
  body.page-template-services-template:has(.oaklins-site-dp):has(.no-services-layout)) .hero_module {
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  /* .fix-menu {
    top: -20px;
  } */
  .fix-menu.active {
    top: 60px;
  }

  .service-image.cover img,
  .default-service-image.cover img {
    display: block;
  }
  .services-wrapper .services-deals {
    height: auto;
  }

  .services-wrapper .s-deal.open {
    height: 100%;
  }

  /* .services-wrapper .s-deal.open .s-deal-content {
    max-width: 456px;
  } */

  .services-wrapper .service-image.cover img,
  .services-wrapper .default-service-image.cover img {
    display: block;
  }


  .admin-bar .services-wrapper .s-deal.open {
    height: calc(100vh - 246px);
  }

}

@media screen and (max-width: 1023px) {
  .services-wrapper .content {
    padding-top: 130px;
  }

  /*.page-template-services-template:has(.no-services-layout) .scroll-indicator {*/
  /*  display: block;*/
  /*}*/

  .our-services {
    max-width: 460px;
  }

  .our-services ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(100% - 30px);
    column-gap: 18px;
  }

  .our-services li {
    float: none;
    width: auto;
    margin-right: 18px;
  }

  .our-services h3 {
    margin-top: 0;
  }

  .services {
    height: auto;
  }

  .services-wrapper:not(.no-services-layout) .services > div {
    scroll-snap-align: start;
  }

  .service.fp-page {
    scroll-snap-align: none;
    height: auto;
    min-height: auto;
  }

  .service-col-over {
    height: 360px;
    bottom: -360px;
    height: 360px;
    background-color: #F3F2F1;
  }

  .right-column .service-image {
    display: none;
  }

  .right-column .default-service-image {
    position: static;
    margin-top: -20px;
    max-height: 60vh;
}

  .services-wrapper .services-deals {
    bottom: unset;
    position: relative;
  }
  .services-wrapper .content {
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 556px;
  }
  .services-wrapper .services .right-column {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .fix-menu {
    height: 60px;
  }
  .fix-menu, .fix-menu.sticky {
    position: fixed;
  }
  .fix-menu.active {
    top: 60px;
  }

  .fix-menu li:last-of-type {
    padding-right: 96px;
  }
  /* .services-wrapper .fp-card.fp-overlay.card-1 {
    margin-bottom: 523px;
  } */
  .our-services {
    padding: 24px;
  }
  .our-services li {
    width: 100%;
    margin-right: 0;
  }

  .our-services h3 {
    font-size: 14px;
  }

  .s-deal-content {
    max-width: 100%;
    padding-right: 110px;
  }


  .fix-menu ul {
    white-space: nowrap;
    /* overflow-x: scroll; */
    display: block;
  }

  .fix-menu, .fix-menu.sticky {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fix-menu li a {
    white-space: nowrap;
  }

  .our-services {
    max-width: 100%;
    height: inherit;
    margin: 0 auto;
  }
/*
  .latest-deals, .latest-deals .container {
    min-height: auto;
  } */

  .s-deal.open .s-deal-wrap {
    height: auto;
  }

  .s-deal.open {
    max-height: 360px;
    min-height: 360px;
  }

  .services-wrapper .s-deal.open {
    max-height: unset;
    min-height: unset;
  }

  .s-deal.open .s-deal-content {
    padding-bottom: 48px;
  }

  .service .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .service.container {
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: unset;
    margin-top: 0;
  }

  .services-wrapper .service .content {
    padding-bottom: 0;
  }

  .services-wrapper .service:last-child .content {
    padding-bottom: 70px;
  }

  /* .service-col-over {
    height: 523px;
    bottom: -523px;
    min-height: 523px;
    max-height: 523px;
  } */

  .services-wrapper .s-deal-content h2,
  .services-wrapper .s-deal-content .h2-style,
  .services-wrapper .s-deal-content h3 {
    margin-top: 24px;
  }

  .s-deal-cat {
    top: 19px;
  }

  .our-services h3 {
    font-size: 16px;
    line-height: 30px;
}

  .our-services li a {
    font-size: 16px;
    height: 74px;
    line-height: 74px;
  }

  .fix-menu li a {
    font-size: 18px;
    padding: 21px 23px;
  }

  .fix-menu li a.selected, .fix-menu li a:hover {
    background: transparent;
    color: #F68D2E;
  }

  .fix-menu li a.selected {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  }

  .fix-menu ul {
    height: 60px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .fix-menu ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .fix-menu ul::-webkit-scrollbar {
      display: none;
  }
  .fix-menu ul {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .fix-menu ul::-webkit-scrollbar {
      width: 0;
      height: 0;
  }

  .sub-fade {
    display: block;
    top: 0;
    right: 0;
    width: 96px;
    height: 60px;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -o-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -ms-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    position: absolute;
    z-index: 7000;
    pointer-events: none;
  }

  .sub-fade.text-left {
    right: unset;
    left: 0;
    background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -webkit-linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -o-linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -moz-linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -webkit-linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
    background-image: -ms-linear-gradient(to left, rgba(255,255,255,0) 0%,rgb(243,242,241) 100%);
  }

  .sub-nav {
    position: absolute;
    top: 15px;
    width: 24px;
    z-index: 7001;
    cursor: pointer;
    display: inline-block;
  }

  .sub-nav.sub-prev {
    left: 7px;
  }

  .sub-nav.sub-next {
    right: 0;
  }

  .sub-nav.sub-prev img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .services-wrapper .content, .content.md-show {
    padding: 130px 15px;
    max-width: 554px;
    opacity: 1;
  }
/*
  .latest-deals .col-md-6.s-deal-image.cover {
    display: none;
  } */

  .latest-deals .container {
    min-height: unset;
  }

  .latest-deals .container .s-deal.open {
    min-height: unset;
    max-height: unset;
  }

  .services-wrapper .right-column {
    display: none;
  }

  .services-wrapper .right-column .default-service-image {
    display: none;
  }
}



@media screen and (max-width: 767px) {
  .services h2 {
    hyphens: auto;
  }

  .latest-deals .col-md-6.s-deal-image.cover {
    display: none;
  }

  .s-deal-image {
    height: 0;
    overflow: hidden;
  }

  .services-wrapper .content, .content.md-show {
    max-width: 100%;
  }

  .s-deal-cat {
    padding-left: 56px;
    padding-right: 56px;
    width: auto;
  }
  .s-deal-content {
    max-width: 100%;
    padding: 24px;
  }
  .services-wrapper .content {
    max-width: 100%;
  }

  .services-wrapper .service .content {
    padding-bottom: 0;
  }

  .services-wrapper .service:last-child .content {
    padding-bottom: 70px;
  }

  .our-services h3 {
    padding-left: 24px;
    height: 74px;

    line-height: 74px;

    margin-bottom: 0;

    padding-bottom: 0;
  }
  .our-services li a::before {
    left: 24px;
  }

  .our-services li a::after {
    left: 30px;
  }

  .our-services li a {
    padding-left: 67px;
  }

  .content {
    padding: 15px;
  }

  /* .services-wrapper .content p {
    margin-bottom: 80px;
  } */

  .our-services {
    background-color: #F3F2F1;
  }

  .services-wrapper .fp-card.fp-overlay.card-1 {
    margin-bottom: 0;
  }

  .service.container {
    min-height: unset;
  }

  .service-col-over {
    height: auto;
    position: relative;
    min-height: auto;
    max-height: unset;
    right: unset;
    bottom: unset;
  }

}

.page-template-single-service-template .content iframe {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .page-template-single-service-template .services-wrapper {
    min-height: calc(var(--content-height, 100dvh) + var(--footer-height, 0px));
    display: flex;
    flex-direction: column;
  }

  .page-template-single-service-template footer {
    margin-top: auto;
  }
}

/* Handle service height relative to footer height on single service page */
@media screen and (max-width: 767px) {
  .page-template-single-service-template .services-wrapper {
    min-height: calc(100vh - 60px - 265px);
  }
}

@media screen and (max-width: 430px) {
  .page-template-single-service-template .services-wrapper {
    min-height: calc(100vh - 60px - 277px);
  }
}

@media screen and (max-width: 412px) {
  .page-template-single-service-template .services-wrapper {
    min-height: calc(100vh - 60px - 301px);
  }
}

@media screen and (max-width: 390px) {
  .page-template-single-service-template .services-wrapper {
    min-height: calc(100vh - 60px - 313px);
  }
}


@media screen and (max-width: 1023px) {
  .page-template-single-service-template .service .content .oaklins-btn.hidden-mobile {
    visibility: hidden;
  }
}