@keyframes bg-anim {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
* {
  margin: 0;
  padding: 0;
  font-smooth: always; }

html {
  height: 100%;
  min-height: 100%; }

body {
  overflow-x: hidden; }

.news-link:hover {
  text-decoration: none; }

.logo {
  width: 224px;
  transition: 0.3s linear;
  text-align: center; }
  .logo.home-logo {
    display: none; }
  .logo.sub-page-logo {
    /*margin-left: -4.45vw;*/
    filter: brightness(1);
    transition: 0.3s linear; }
    .logo.sub-page-logo:hover {
      filter: brightness(4); }
  @media screen and (max-width: 1250px) {
    /*.logo.sub-page-logo { margin-left: -1.45vw;}*/
    .logo {
      position: fixed !important;
      left: 50px;
      opacity: 1 !important;
      margin-left: 0 !important;
      top: 15px !important;
      padding: 0 !important;
      height: auto !important; }
      .logo a {
        padding: 0 !important; }
      .logo svg {
        left: 0 !important;
        position: relative !important;
        top: 0 !important; } }
  @media screen and (max-width: 900px) {
    .logo {
      width: 110px !important;
      left: 20px;
      margin-top: -5px; } }
  .logo svg {
    left: -2.15vw;
    position: relative; }
  .logo path {
    fill: #F1D730;
    transition: 0.3s linear; }
  .logo:hover path {
    fill: #ffffff; }
  @media screen and (max-width: 1720px) {
    /*.logo.sub-page-logo { margin-left: -4.45vw;}*/
    .logo {
      width: 190px; } }
  @media screen and (max-width: 1250px) {
    .logo {
      margin-left: 0; } }

.top-header {
  position: fixed;
  z-index: 30;
  width: 100%;
  padding: 20px 80px;
  transition: 0.3s linear;
  box-sizing: border-box;
  min-height: 0; }
  @media screen and (max-width: 1250px) {
    .top-header {
      min-height: 90px; } }
  @media screen and (max-width: 900px) {
    .top-header {
      padding: 10px;
      min-height: 60px; } }
  .top-header.scrolled {
    padding: 10px 30px;
    background: #5B5E59;
    box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.5); }
    .top-header.scrolled .logo {
      width: 180px; }
    @media screen and (max-width: 900px) {
      .top-header.scrolled {
        padding: 10px; } }

.arrow-down-menu {
  display: none;
  cursor: pointer;
  transition: 0.3s linear;
  position: relative;
  top: -3px;
  margin-left: 10px; }
  @media screen and (max-width: 1440px) {
    .arrow-down-menu {margin-left:5px;}
    .sub-menu .arrow-down-menu {left:-10px;}
  }
  @media screen and (max-width: 1250px) {
    .arrow-down-menu {
      display: inline-block; } }
  .arrow-down-menu.open {
    transform: rotate(180deg); }

header .menu {
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-smooth: always; }
  @media screen and (max-width: 1250px) {
    header .menu {
      position: fixed;
      width: 50%;
      background: #5B5E59;
      height: 100%;
      top: 0;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      right: -50%;
      transition: all 0.3s linear;
      padding: 10vh 0;
      overflow-y: scroll;
      pointer-events: none; }
      header .menu.open {
        right: 0;
        pointer-events: all; } }
  @media screen and (max-width: 776px) {
    header .menu {
      width: 100%;
      right: -100%;
      padding: 15vh 0; } }
  @media screen and (max-width: 1250px) {
    .menu.right-menu {
      top: 50vh;
      height: 50vh; } }
  @media screen and (max-width: 1250px) {
    .menu.open li {
      opacity: 1;
      margin-left: 0; } }
  header .menu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 0; }
    header .menu li:hover .sub-menu {
      opacity: 1;
      pointer-events: all; }
      header .menu li:hover .sub-menu .sub-menu {
        opacity: 0;
        pointer-events: none; }
    header .menu li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: #5B5E59;
      opacity: 0;
      z-index: 20;
      transition: 0.3s linear;
      pointer-events: none;
      border-top: 1px rgba(112, 112, 112, 0.7) solid; }
      @media screen and (max-width: 1250px) {
        header .menu li .sub-menu {
          position: relative;
          opacity: 1;
          pointer-events: all;
          border-top: 0;
          top: 0;
          max-height: 0;
          overflow: hidden; }
          header .menu li .sub-menu.open {
            max-height: 400px; } }
      header .menu li.right .sub-menu,.menu li .sub-menu.right {
        left: auto;
        right: 0; }
      header .menu li .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        border-left: 1px rgba(112, 112, 112, 0.7) solid;
        margin-top: -1px; }
        @media screen and (max-width: 1250px) {
          header .menu li .sub-menu .sub-menu {
            left: 0;
            border: 0;
            margin-top: 0;
            padding-left: 30px; } }
      header .menu li .sub-menu li {
        white-space: nowrap;
        display: block;
        border-bottom: 1px rgba(112, 112, 112, 0.7) solid;
        padding: 0; }
        header .menu li .sub-menu li:hover {
          background: #383838; }
          @media screen and (max-width: 1250px) {
            header .menu li .sub-menu li:hover {
              background: none; } }
        @media screen and (max-width: 1250px) {
          header .menu li .sub-menu li {
            border-bottom: 0; } }
        header .menu li .sub-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: all; }
        header .menu li .sub-menu li a {
          font-size: 16px !important;
          padding: 15px 25px;
          display: inline-block; }
          @media only screen and (max-width:1440px){
            header .menu li .sub-menu li a {font-size: 14px !important; padding: 10px 20px;}
          }

    @media screen and (max-width: 1250px) {
      header .menu li {
        display: block;
        opacity: 0;
        margin-left: -20px;
        transition: all 0.3s linear 0.4s;
        padding: 1vh 5vw; } }
    header .menu li a {
      color: #ffffff;
      font-size: 19px;
      font-family: 'Tenor sans';
      text-transform: uppercase;
      transition: 0.3s linear;
      font-smooth: always; }
      @media screen and (max-width: 1720px) {
        header .menu li a {
          font-size: 18px;
          padding: 0 15px; } }

      @media screen and (max-width: 1440px) {
        header .menu li a {
          font-size: 15px;
          padding: 0 10px; } }

      @media screen and (max-width: 1250px) {
        header .menu li a {
          font-size: 20px;
          padding: 1vh;
          display: inline-block; } }
      header .menu li a:hover {
        text-decoration: none;
        color: #F1D730; }

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .hero:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.5; }
  .hero:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #5B5E59;
    opacity: 0.6; }
  .hero.sub-hero {
    height: 630px; }
    @media screen and (max-width: 500px) {
      .hero.sub-hero {
        height: 400px; } }
    .hero.sub-hero:before {
      height: 90%; }
    .hero.sub-hero .hero-container {
      padding-top: 0; }
      .hero.sub-hero .hero-container .hero-line {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0; }
  .hero.gray-bg:before {
    display: none; }
  .hero.gray-bg:after {
    display: none; }

@media screen and (max-width: 991px) {
  .margin-bottom-mobile-column {
    margin-bottom: 70px; } }

@media screen and (max-width: 991px) {
  .mobile-center-h {
    text-align: center; } }

.bg-anim {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: bg-anim 15s linear infinite alternate;
  object-fit: cover; }
  .bg-anim.vector-bg {
    height: auto;
    width: 80%;
    bottom: -100px;
    z-index: 2;
    opacity: 0.07; }
    @media screen and (max-width: 991px) {
      .bg-anim.vector-bg {
        bottom: 0; } }
    .bg-anim.vector-bg path {
      fill: #F6F3EC; }

.hero-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 27vh; }

.hero-subheader {
  font-size: 27px;
  color: #F1D730;
  font-family: 'Raleway';
  text-align: center; }
  @media screen and (max-width: 991px) {
    .hero-subheader {
      font-size:20px;
    padding: 0 20px;
      line-height: 32px;
       } }

.hero-h {
  color: #F1D730;
  font-family: 'Tenor sans';
  font-size: 11vh;
  text-align: center;
  line-height: 11vh; }
  @media screen and (max-width: 814px) {
    .hero-h {
      font-size: 16vw;
      line-height: 16vw; } }
  .hero-h.sub-hero-h {
    font-size: 74px;
    line-height: 74px;
    word-break: break-word;
    margin-top: 55px; }
    @media screen and (max-width: 500px) {
      .hero-h.sub-hero-h {
        font-size: 40px;
        line-height: 50px; } }

.row-margin-bottom {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .row-margin-bottom.no-margin-bottom-mobile {
      margin-bottom: 0; } }

.row-margin-bottom-big {
  margin-bottom: 200px; }
  @media screen and (max-width: 991px) {
    .row-margin-bottom-big {
      margin-bottom: 100px; } }

.row-margin-bottom-small {
  margin-bottom: 50px; }

.social-icons-row span {
  width: 50%;
  text-align: left;
  display: inline-block;
  margin-top: 20px; }
.social-icons-row a {
  width: 50%;
  text-align: left;
  display: inline-block;
  margin-top: 20px; }  
  @media screen and (max-width: 1604px) {
    .social-icons-row span {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .social-icons-row span {
      width: 50%; } }
  @media screen and (max-width: 596px) {
    .social-icons-row span {
      width: 100%; } }
.social-icons-row img {
  margin-right: 25px; }

.hero-p {
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  font-family: 'Raleway';
  margin-top: 7vh; }
  @media screen and (max-width: 814px) {
    .hero-p {
      font-size: 20px; } }

.hero-line {
  width: 1px;
  height: 100px;
  background: #ffffff; }

@media screen and (max-width: 991px) {
  .mobile-display-none {
    display: none; } }

section {
  position: relative;
  padding: 150px 0; }
  @media screen and (max-width: 991px) {
    section {
      padding: 50px 0; } }
  @media screen and (max-width: 991px) {
    section.mobile-padding.first-section {
      padding: 130px 5% 50px 5%; } }
  section.hero {
    padding: 0; }
  section.first-section:before {
    width: 1px;
    background: #5B5E59;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: '';
    display: block; }

h1, h2, h3 {
  font-size: 40px;
  color: #5B5E59;
  font-family: 'Tenor sans';
  line-height: 50px;
  margin-bottom: 30px; }
  h1.max-width, h2.max-width, h3.max-width {
    max-width: 300px; }
  h1.white, h2.white, h3.white {
    color: #ffffff; }
  @media screen and (max-width: 1270px) {
    h1, h2, h3 {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (max-width: 991px) {
    h1, h2, h3 {
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 450px) {
    h1, h2, h3 {
      font-size: 40px;
      line-height: 50px; } }

.section-h {
  font-size: 40px;
  color: #5B5E59;
  font-family: 'Tenor sans';
  line-height: 50px;
  margin-bottom: 50px; }
  .section-h.max-width {
    max-width: 300px; }
  .section-h.white {
    color: #ffffff; }
  @media screen and (max-width: 1270px) {
    .section-h {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (max-width: 991px) {
    .section-h {
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .section-h {
      font-size: 40px;
      line-height: 50px; } }

.section-p,ul li {
  color: #5B5E59;
  font-size: 16px;
  font-family: 'Raleway';
  line-height: 38px; }
  .section-p.tenor-p {
    font-family: 'Tenor sans';
    font-size: 26px;
    line-height: 38px; }
    ul li{margin:0px;}
  .section-p.white {
    color: #ffffff; }
  @media screen and (max-width: 991px) {
    .section-p {
      text-align: left; } }

.filter-button {
  color: #5B5E59;
  font-size: 20px;
  font-family: 'Raleway';
  border: 1px rgba(112, 112, 112, 0.2) solid;
  padding: 18px 21px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s linear;
  line-height: 20px;
  cursor: pointer; }
  @media screen and (max-width: 646px) {
    .filter-button {
      padding: 10px 15px;
      font-size: 14px;
      margin-right: 5px; } }
  @media screen and (max-width: 350px) {
    .filter-button {
      font-size: 14px; } }
  .filter-button .close-button {
    color: #F1D730;
    font-size: 50px;
    font-family: 'Raleway';
    font-weight: 200;
    line-height: 0;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(45deg);
    opacity: 0;
    vertical-align: middle;
    pointer-events: none; }
  .filter-button:hover {
    background: #ffffff; }
  .filter-button.active {
    background: #ffffff; }
    .filter-button.active .close-button {
      opacity: 1;
      pointer-events: all; }

.regular-list {
  color: #5B5E59;
  font-size: 18px;
  font-family: 'Raleway';
  line-height: 36px;
  padding-left: 25px; }
  .regular-list li {
    padding-bottom: 5px; }

@media screen and (max-width: 991px) {
  .mobile-padding {
    padding-left: 5%;
    padding-right: 5%; } }

.no-padding {
  padding: 0; }

.margin-row {
  margin-top: 125px; }

.margin-top-0 {
  margin-top: 0 !important; }

@media screen and (max-width: 991px) {
  .mobile-align-center {
    align-items: center !important; } }

@media screen and (max-width: 991px) {
  .mobile-m-top {
    margin-top: 50px; } }

.read-more {
  font-size: 18px;
  color: #5B5E59;
  font-family: 'Tenor sans';
  border-bottom: 2px #F1D730 solid;
  transition: all 0.3s linear;
  margin-top: 20px;
  display: inline-block;
  position: relative; }
  .read-more:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/arrow-right-read-more.svg") center center no-repeat;
    position: absolute;
    top: 2px;
    right: -20px;
    opacity: 0;
    transition: all 0.3s linear; }
  .read-more.no-hover:hover {
    padding-right: 0; }
  .read-more.no-hover:after {
    display: none; }
  .read-more.white {
    color: #ffffff; }
    .read-more.white:after {
      background: url("../images/arrow-right-white.svg") center center no-repeat; }
    .read-more.white:hover {
      color: #ffffff; }
  .read-more.white-border {
    border-bottom: 2px #ffffff solid; }
  .read-more:hover {
    padding-right: 30px;
    color: #5B5E59;
    text-decoration: none; }
    .read-more:hover:after {
      right: 0px;
      opacity: 1; }

.big-house {
  width: 60%;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  opacity: 0.08; }

.boxes-section {
  font-size: 0;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.light-bg {
  background: rgba(162, 134, 68, 0.1); }

@media screen and (max-width: 1066px) {
  .mobile-column {
    flex-direction: column !important; } }

.box-h {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Raleway';
  line-height: 36px; }
  .box-h.gray {
    color: #5B5E59;
    margin-bottom: 20px; }

.hours-table {
  padding: 2.5vw;
  width: 70%; }
  .hours-table .box-h {
    font-family: 'Tenor sans'; }
  @media screen and (max-width: 1306px) {
    .hours-table {
      width: 90%; } }
  @media screen and (max-width: 991px) {
    .hours-table {
      width: 100%;
      padding: 5vw; } }
  .hours-table .hours-table-row {
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    font-family: 'Raleway';
    font-size: 20px;
    padding: 18px 0 14px 0; }
    @media screen and (max-width: 448px) {
      .hours-table .hours-table-row {
        font-size: 16px; } }
    .hours-table .hours-table-row span {
      opacity: 0.8; }
    .hours-table .hours-table-row:last-of-type {
      font-size: 18px;
      border-bottom: 0; }

.three-boxes-section.four-boxes-section .box {
  height: 618px; }
  @media screen and (max-width: 991px) {
    .three-boxes-section.four-boxes-section .box {
      height: 400px; } }
.three-boxes-section .box {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  height: 526px; }
  @media screen and (max-width: 991px) {
    .three-boxes-section .box {
      height: 400px; } }
  .three-boxes-section .box .box-h {
    margin-bottom: 0; }
  .three-boxes-section .box.partnership-box {
    height: 500px; }
    @media screen and (max-width: 991px) {
      .three-boxes-section .box.partnership-box {
        height: 400px; } }
  @media screen and (max-width: 1200px) {
    .three-boxes-section .box {
      margin-bottom: 50px !important; }
      .three-boxes-section .box:last-of-type {
        margin-bottom: 0; } }

.table {
  color: #5B5E59;
  font-size: 20px;
  font-family: 'Raleway';
  margin: 50px 0; }
  .table .table-row {
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    padding: 20px 0; }
    @media screen and (max-width: 500px) {
      .table .table-row {
        flex-direction: column; } }
    .table .table-row:last-of-type {
      border: 0; }
    @media screen and (max-width: 1440px) {
      .table .table-row span {
        font-size: 14px; } }
    .table .table-row span:last-of-type {
      text-align: right; }
      @media screen and (max-width: 500px) {
        .table .table-row span:last-of-type {
          text-align: center; } }

@media screen and (max-width: 1600px) {
  .water-image {
    left: 0 !important; } }

.light-boxes-section {
  padding-left: 10%;
  padding-right: 10%; }

.switcher-carousel {
  width: 70%;
  position: relative;
  left: 30%; }
  .switcher-carousel img {
    position: relative;
    top: 8px;
    margin: 0 2px; }
  .switcher-carousel .slick-prev {
    transform: rotate(180deg);
    padding: 15px;
    border: 1px rgba(112, 112, 112, 0.2) solid;
    position: absolute;
    bottom: -64px;
    right: 59px;
    width: 60px;
    left: auto;
    top: auto;
    background: url("../images/arrow-right-carousel.svg") center center no-repeat;
    transition: 0.3s linear; }
    .switcher-carousel .slick-prev:before {
      display: none; }
    .switcher-carousel .slick-prev:hover {
      background: url("../images/arrow-right-carousel.svg") center center no-repeat #F1D730; }
  .switcher-carousel .slick-next {
    padding: 15px;
    border: 1px rgba(112, 112, 112, 0.2) solid;
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 60px;
    left: auto;
    top: auto;
    background: url("../images/arrow-right-carousel.svg") center center no-repeat;
    transition: 0.3s linear; }
    .switcher-carousel .slick-next:before {
      display: none; }
    .switcher-carousel .slick-next:hover {
      background: url("../images/arrow-right-carousel.svg") center center no-repeat #F1D730; }

 

.box {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 1.20%;
  height: 526px;
  position: relative;
  margin-top: -120px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .box {
      height: 400px; } }
  .box.lightbox-box {
    height: 221px !important;
    overflow: hidden;
    margin-bottom: 0.45% !important; }
    .box.lightbox-box .box-h {
      font-weight: 400; }
    .box.lightbox-box .zoom {
      width: 44px;
      height: 44px;
      background: #F1D730;
      border-radius: 50%;
      position: absolute;
      right: 20px;
      bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 3;
      transform: scale(0);
      opacity: 1;
      transition: 0.3s linear; }
      .box.lightbox-box .zoom img {
        width: auto;
        height: auto;
        opacity: 1;
        left: auto;
        top: auto; }
    .box.lightbox-box img {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
      opacity: 0; }
    .box.lightbox-box .box-container {
      width: 100%;
      height: auto !important;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1; }
    .box.lightbox-box .section-p {
      line-height: 30px;
      margin-top: 20px;
      margin-bottom: 0; }
      @media screen and (max-width: 991px) {
        .box.lightbox-box .section-p {
          text-align: left;
          width: 100%; } }
    .box.lightbox-box:after {
      display: none !important; }
    .box.lightbox-box:before {
      display: none !important; }
    .box.lightbox-box:hover {
      text-decoration: none; }
      .box.lightbox-box:hover .zoom {
        transform: scale(1); }
        .box.lightbox-box:hover .zoom img {
          transform: scale(1); }
      .box.lightbox-box:hover img {
        opacity: 1;
        filter: grayscale(0); }
      .box.lightbox-box:hover .box-container {
        background: rgba(162, 134, 68, 0.1); }
        .box.lightbox-box:hover .box-container .box-h {
          color: #5B5E59; }
  .box.layout-box {
    height: auto !important;
    overflow: visible; }
    .box.layout-box .newsletter-h {
      margin-top: 30px; }
    .box.layout-box .table {
      margin-top: 20px;
      margin-bottom: 0; }
      .box.layout-box .table .table-row {
        padding: 25px 0 15px 0; }
        .box.layout-box .table .table-row:last-of-type {
          border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }
    .box.layout-box:before {
      display: none; }
    .box.layout-box:after {
      display: none; }
    .box.layout-box img {
      height: auto;
      width: 70%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .box.layout-box:hover img {
      filter: none; }
    .box.layout-box .box-container {
      padding-top: 100%;
      width: 100%;
      height: auto !important;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
  .box.light-bg {
    height: 250px;
    transition: all 0.3s linear;

    margin: 0 0.25%; }
    .box.light-bg .box-h {
      min-height: 0; }
    @media screen and (max-width: 1428px) {
      .box.light-bg {
        width: 49.1% !important;
        margin-bottom: 0.5% !important; } }
    @media screen and (max-width: 844px) {
      .box.light-bg {
        width: 100% !important;
        margin: 0;
        margin-bottom: 0.5% !important;
        height: 200px; }
        .box.light-bg .box-container {
          padding: 30px 40px;
          align-items: left !important;
          justify-content: center !important; }
        .box.light-bg .box-h {
          font-size: 22px;
          line-height: 32px; } }
    .box.light-bg .box-container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column; }
    .box.light-bg:after {
      display: none; }
    .box.light-bg:before {
      display: none; }
    .box.light-bg .box-h {
      color: #5B5E59;
      transition: all 0.3s linear; }
    .box.light-bg .arrow {
      border: 1px #5B5E59 solid; }
      .box.light-bg .arrow svg path {
        stroke: #5B5E59; }
    .box.light-bg:hover {
      background: #5B5E59; }
      .box.light-bg:hover .box-h {
        color: #ffffff; }
  .box .box-p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 34px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 0;
    margin-top: -20px; }
  @media screen and (max-width: 1200px) {
    .box {
      width: 45%;
      margin: 0 2.5%;
      margin-top: -120px;
      margin-bottom: calc(5% + 120px); }
      .box:nth-last-child(-n+2) {
        margin-bottom: 0; } }
  @media screen and (max-width: 1200px) {
    /*.home .boxes-section{margin-top: -120px;}*/
    .home .box {margin-top:0px;margin-bottom:25px;}
    .home .box:nth-child(1){margin-top: -120px;}
    .home .box:nth-child(2){margin-top: -120px;}
  }
  @media screen and (max-width: 616px) {
    .box {
      width: 95%; }
      /*.box:nth-last-child(-n+2) {
        margin-bottom: calc(5% + 120px); }*/
      .box:last-of-type {
        margin-bottom: 0; }
        .home .box:nth-child(2){margin-top:0px;}
      }
  .box .box-h {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Raleway';
    min-height: 75px;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .box .box-h {
        text-align: left;
        line-height: 40px; } }
  .box .box-container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    padding: 50px 40px; }
  .box img {
    transition: all 0.3s linear;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .box:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.5; }
  .box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #5B5E59;
    opacity: 0.4;
    transition: all 0.3s linear; }
  .box:hover img {
    transform: scale(1.1);
    filter: grayscale(100%); }
  .box:hover .arrow {
    background: #F1D730;
    border: 1px #F1D730 solid; }
    .box:hover .arrow svg path {
      stroke: #5B5E59; }
  .box:hover:after {
    opacity: 0.8; }
  .box:hover .box-p {
    max-height: 600px;
    padding: 0; }
    @media screen and (max-width: 991px) {
      .box:hover .box-p {
        max-height: 0;
        padding: 0; } }

.arrow {
  padding: 10px 20px;
  margin-top: 10px;
  border: 1px #ffffff solid;
  display: inline-block;
  transition: all 0.3s linear;
  font-size: 0;
  line-height: 0; }
  .arrow svg path {
    transition: all 0.3s linear; }

.tables-holder .box-h {
  font-family: 'Tenor sans'; }
  @media screen and (max-width: 991px) {
    .tables-holder .box-h {
      text-align: left; } }

.plans-table-holder .box-h {
  font-family: 'Tenor sans'; }

.getting-adress .section-p {
  font-size: 22px; }

.text-slider-section {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .text-slider-section {
      padding-top: 150px;
      padding-bottom: 50px; } }
  .text-slider-section .slick-dots {
    top: -70px;bottom:unset;
    list-style: none; }
    .text-slider-section .slick-dots li {
      list-style: none;
      font-size: 0; }
      .text-slider-section .slick-dots li:before {
        content: '' !important; }
      .text-slider-section .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #5B5E59;
        font-size: 0;
        opacity: 0.1;
        transition: all 0.3s linear; }
        .text-slider-section .slick-dots li button:before {
          content: '' !important; }
      .text-slider-section .slick-dots li.slick-active button {
        background: #F1D730;
        opacity: 1; }
      .text-slider-section .slick-dots li.slick-active:before {
        content: '' !important; }

.slider-p {
  font-size: 24px;
  color: #5B5E59;
  text-align: left;
  line-height: 56px;
  font-family: 'Tenor sans'; }
  @media screen and (max-width: 991px) {
    .slider-p {
      font-size: 22px;
      line-height: 30px; } }
  .slider-p span {
    font-size: 20px;
    margin-top: 50px;
    display: block;
    opacity: 0.8;
    text-align: left; }

.side {
  padding: 7vw 10vw;
  overflow: hidden;
  position: relative;
  flex: 1 1;
  width: 50%; }
  @media screen and (max-width: 1066px) {
    .side {
      width: 100%;
      text-align: center;
      padding: 15vw 10vw; } }
  .side .side-holder {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3; }
  .side img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
    object-fit: cover; }
  .side:hover img {
    transform: scale(1.1); }
  .side .read-more {
    margin-top: 80px; }

.yellow-bg {
  background: #F1D730; }

.gray-bg {
  background: #5B5E59; }

.newsletter-section {
  padding: 100px 10%;
  font-size: 0; }
  .newsletter-section .newsletter-h {
    margin-bottom: 10px; }

.newsletter-h {
  font-size: 30px;
  color: #5B5E59;
  font-family: 'Tenor sans';
  line-height: 30px; }
  .newsletter-h img {
    height: 35px; }

.newsletter-p {
  font-size: 18px;
  font-family: 'Raleway';
  opacity: 0.8;
  margin-bottom: 0; }

.newsletter {
  margin-bottom: 50px; }
  @media screen and (max-width: 746px) {
    .newsletter {
      flex-direction: column;
      text-align: center; }
      .newsletter .button {
        margin-left: 0;
        margin-top: 20px; } }

.button {
  color: #5B5E59;
  text-transform: uppercase;
  background: #F1D730;
  font-size: 20px;
  font-family: 'Tenor sans';
  padding: 17px 35px;
  margin-left: 30px;
  transition: all 0.3s linear; }
  .button:hover {
    background: #5B5E59;
    color: #F1D730;
    text-decoration: none; }

.links-block {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 2%; }
  @media screen and (max-width: 1030px) {
    .links-block {
      width: 100%; } }
  .links-block a {
    display: block;
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    padding: 30px 10px 23px 10px;
    font-family: 'Tenor sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #5B5E59;
    transition: all 0.3s linear; }
    @media screen and (max-width: 1030px) {
      .links-block a {
        text-align: center; }
        .links-block a:last-of-type {
          border: 0; } }
    .links-block a:first-of-type {
      border-top: 1px rgba(112, 112, 112, 0.2) solid; }
    .links-block a:hover {
      color: #5B5E59;
      padding-left: 30px;
      text-decoration: none; }

footer {
  padding: 100px 0;
  position: relative; }
  footer a {
    color: #5B5E59; }
    footer a:hover {
      color: #5B5E59; }

.footer-p {
  font-size: 18px;
  color: #5B5E59;
  font-family: 'Raleway';
  line-height: 36px;
  padding: 45px 0;
  margin-bottom: 0; }

.social-icons a,.footer-social-icons a {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px rgba(112, 112, 112, 0.2) solid; }
  .social-icons a:last-of-type,.footer-social-icons a:last-of-type {
    border: 0; }
  .social-icons a img,.footer-social-icons a img {
    transition: 0.2s linear; }
  .social-icons a:hover img,.footer-social-icons a:hover {
    transform: scale(0.9); }

.footer-left {
  border-right: 1px rgba(112, 112, 112, 0.2) solid; }
  @media screen and (max-width: 788px) {
    .footer-left {
      border: 0;
      border-bottom: 1px rgba(112, 112, 112, 0.2) solid; } }

.footer-box {
  padding: 0 10%; }
  @media screen and (max-width: 1100px) {
    .footer-box {
      padding: 0 5%; } }
  @media screen and (max-width: 788px) {
    .footer-box {
      padding: 50px 0; } }

@media screen and (max-width: 450px) {
  .footer-logo {
    width: 300px; } }

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

.copyrights {
  font-size: 16px;
  font-family: 'Raleway';
  opacity: 0.5;
  text-align: center;
  position: absolute;
  bottom: 50px; }
  @media screen and (max-width: 788px) {
    .copyrights {
      padding-left: 0; } }

.logo-container {
  display: block;
  z-index: 9999;
  position: relative;
  pointer-events: all; }
@media only screen and (min-width:1721px){
  .logo-container{left:15px;}
}
.burger-holder {
  display: none !important;
  position: fixed;
  right: 50px; }
  @media screen and (max-width: 1250px) {
    .burger-holder {
      display: flex !important;
      margin-top: 5px; } }
  @media screen and (max-width: 900px) {
    .burger-holder {
      right: 20px;
      margin-top: 5px; } }

body .burger-menu {
  margin: 0 auto;
  width: 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  height: 32px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 36px; }

body .burger-menu .bar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  background: #F1D730;
  width: 100%;
  display: block; }

body .burger-menu .bar:nth-of-type(2) {
  margin: 8px 0; }

body .burger-menu.closed {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

body .burger-menu.closed .bar {
  float: right; }

body .burger-menu.closed .bar:nth-of-type(2) {
  width: 75%;
  -webkit-transition-property: margin, height, width;
  transition-property: margin, height, width;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  transition-delay: 0.3s, 0.3s, 0s; }

body .burger-menu.closed .bar:nth-of-type(3) {
  width: 50%; }

body .burger-menu.opened {
  padding-top: 12px; }

body .burger-menu.opened .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  height: 1px; }

body .burger-menu.opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -1px; }

body .burger-menu.opened .bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  height: 1px; }

.get-in-touch-section {
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .get-in-touch-section {
      padding: 75px 0; } }
  .get-in-touch-section img {
    opacity: 0.2;
    filter: grayscale(100%); }
  @media screen and (max-width: 991px) {
    .get-in-touch-section .section-p {
      text-align: center; } }

.get-in-touch-holder {
  position: relative;
  z-index: 2; }
  .get-in-touch-holder .section-p {
    font-size: 30px; }
    @media screen and (max-width: 991px) {
      .get-in-touch-holder .section-p {
        font-size: 22px; } }
  .get-in-touch-holder .link {
    color: #F1D730; }
    .get-in-touch-holder .link:hover {
      color: #F1D730; }

.m-bottom-col {
  margin-bottom: 50px; }

.buttons a {
  display: block;
  padding: 50px 53px;
  color: #5B5E59;
  font-size: 30px;
  font-family: 'Raleway';
  background: rgba(162, 134, 68, 0.1);
  transition: 0.3s linear;
  margin-bottom: 3px; }
  .buttons a .button-icon {
    margin-right: 20px; }
    .buttons a .button-icon path {
      transition: 0.3s linear; }
    .buttons a .button-icon rect {
      transition: 0.3s linear; }
  @media screen and (max-width: 670px) {
    .buttons a {
      font-size: 25px;
      padding: 30px 40px; } }
  @media screen and (max-width: 544px) {
    .buttons a {
      font-size: 16px;
      padding: 20px 30px; } }
  .buttons a .button-arrow {
    padding: 10px 20px;
    border: 1px #5B5E59 solid;
    font-size: 0;
    line-height: 0;
    transition: 0.3s linear; }
    .buttons a .button-arrow svg {
      height: 12px; }
      .buttons a .button-arrow svg path {
        stroke: #5B5E59; }
  .buttons a:hover {
    background: #5B5E59;
    color: #ffffff;
    text-decoration: none; }
    .buttons a:hover .button-arrow {
      background: #F1D730;
      border: 1px #F1D730 solid; }
    .buttons a:hover .button-icon path {
      fill: #ffffff; }
      .buttons a:hover .button-icon path.phone-circle {
        stroke: #5B5E59; }
    .buttons a:hover .button-icon rect {
      fill: #5B5E59; }

.read-more-margin {
  position: relative;
  left: 30%;
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .read-more-margin {
      left: 0; } }

.border-row {
  padding: 40px 0 30px 0;
  border-top: 1px rgba(112, 112, 112, 0.2) solid;
  border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }

.accordion {
  background: none;
  font-family: 'Tenor sans';
  color: #5B5E59;
  font-size: 30px;
  cursor: pointer;
  padding: 35px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-top: 1px rgba(112, 112, 112, 0.2) solid;
  border-bottom: 0;
  font-weight: 600; }
  .accordion .faq-arrow {
    transition: all 0.4s linear;
    transform: rotate(90deg);
    padding: 10px;
    border: 1px #5B5E59 solid;
    font-size: 0; }
    .accordion .faq-arrow path {
      stroke: #5B5E59; }
    .accordion .faq-arrow svg {
      transition: all 0.4s linear; }

.accordion:focus {
  outline: none; }
.quetion_listing.active .faq-arrow,
.accordion.active .faq-arrow {
  background: #F1D730;
  border: 1px #F1D730 solid; }
.quetion_listing.active .faq-arrow svg,
  .accordion.active .faq-arrow svg {
    transform: rotate(180deg); }

.accordion.active, .accordion:hover {
  background: none;
  border-bottom: 0; }

.panel {
  display: none;
  background-color: white;
  /*max-height: 0;*/
  overflow: hidden;
  /*transition: all 0.4s ease-out !important; */
  padding: 0 18px;
    padding-bottom: 50px; }
  .panel:last-of-type {
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }
  .panel.active {
    display:block;
    }
    .panel .section-p {
      padding-bottom: 50px; }

.contact-form-section .section-h {
  margin-bottom: 0; }
.contact-form-section .section-p {
  margin-bottom: 50px; }

.contact-form {
  width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 930px) {
    .contact-form {
      width: 80%; } }

.newsletter-subscribe-section .contact-form {
  width: 100%; }

.text {
  width: 100%;
  border: 0;
  background: #ffffff;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Raleway';
  color: #5B5E59; }
  .text.textarea {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    resize: none; }

.image-holder {
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .image-holder {
      height: 300px; } }
  .image-holder.single-image-holder {
    height: 500px;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 991px) {
      .image-holder.single-image-holder {
        height: 300px; } }

.m-top-column {
  margin-top: 70px; }

.small-table-holder {
  width: 80%; }
  @media screen and (max-width: 991px) {
    .small-table-holder {
      width: 100%; } }
  .small-table-holder.plans-table-holder {
    padding: 40px 40px 20px 40px; }
    .small-table-holder.plans-table-holder .plans-table-header.hours-table-row {
      border-bottom: 0 !important; }
      .small-table-holder.plans-table-holder .plans-table-header.hours-table-row > div {
        padding-bottom: 0; }
  .small-table-holder .box-h {
    font-size: 22px; }
    @media screen and (max-width: 1713px) {
      .small-table-holder .box-h {
        font-size: 18px; } }
    @media screen and (max-width: 1441px) {
      .small-table-holder .box-h {
        font-size: 14px !important; } }
    @media screen and (max-width: 1147px) {
      .small-table-holder .box-h {
        font-size: 12px !important; } }
    @media screen and (max-width: 991px) {
      .small-table-holder .box-h {
        font-size: 18px !important; } }
    @media screen and (max-width: 443px) {
      .small-table-holder .box-h {
        font-size: 14px !important; } }

.submit {
  width: 100%;
  background: none;
  border: 1px rgba(112, 112, 112, 0.2) solid;
  font-family: 'Tenor sans';
  text-align: center;
  color: #5B5E59;
  padding: 25px;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #F1D730;
  transition: 0.3s linear; }
  .submit:hover {
    background: #5B5E59;
    color: #F1D730;
    text-decoration-color: #ffffff; }

.border-button {
  width: 100%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 1px rgba(112, 112, 112, 0.2) solid; }
  .border-button.half-button {
    width: 58.4%;
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .border-button.half-button {
        width: 100%; } }
  .border-button:hover {
    text-decoration: none; }
    .border-button:hover span {
      padding-right: 30px; }
  .border-button span {
    margin: 0; }

.tip-number {
  display: inline-block;
  background: #F1D730;
  width: 80px !important;
  min-width: 80px;
  height: 100px;
  text-align: center;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px; }

.spinner {
  margin-bottom: -40px; }

.larger-col-padding {
  padding: 0 3%; }

.news-content {
  padding: 0 4%; }
  @media screen and (max-width: 991px) {
    .news-content {
      text-align: center; } }
  .news-content .newsletter-h {
    margin-bottom: 20px;
    line-height: 40px; }
  .news-content .section-p {
    font-size: 18px;
    opacity: 0.8;
    line-height: 36px; }
  .news-content .news-date {
    display: inline-block;
    width: 100%;
    border-top: 1px rgba(112, 112, 112, 0.4) solid;
    margin-top: 30px;
    text-align: left;
    opacity: 0.8;
    padding-top: 10px;
    color: #5B5E59; }
    @media screen and (max-width: 991px) {
      .news-content .news-date {
        text-align: center; } }

@media screen and (max-width: 991px) {
  .small-padding-mobile {
    padding: 20px 2.5% !important; } }

@media screen and (max-width: 991px) {
  .small-margin-bottom-mobile {
    margin-bottom: 50px; } }

@media screen and (max-width: 991px) {
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important; } }

@media screen and (max-width: 991px) {
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important; } }

.tag {
  background: rgba(162, 134, 68, 0.1);
  padding: 5px 20px;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 18px;
  text-transform: uppercase; }

.filters {
  padding: 40px 52px;
  line-height: 70px; }
  @media screen and (max-width: 646px) {
    .filters {
      line-height: 50px;
      padding: 30px; } }
  .filters .newsletter-h {
    margin-right: 30px;
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .filters .newsletter-h {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 25px; } }

@media screen and (max-width: 991px) {
  .team-image-holder {
    padding-bottom: 0 !important; } }

@media screen and (max-width: 991px) {
  .team-image {
    margin-bottom: 30px;
    height: auto; } }

.team-section .section-h {
  margin-bottom: 0; }
.team-section .newsletter-h {
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .team-section .newsletter-h {
      text-align: center; } }
.team-section .section-p {
  opacity: 0.8; }

@media screen and (max-width: 991px) {
  .contact-section .newsletter-h {
    text-align: center; } }

.padding-col {
  padding-top: 50px;
  padding-bottom: 50px; }

.text-slider-section-conference {
  padding-top: 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .text-slider-section-conference {
      margin-bottom: 0; } }
  .text-slider-section-conference .slider-p {
    font-size: 18px;
    opacity: 0.8;
    line-height: 36px;
    text-align: left; }
  .text-slider-section-conference span {
    font-size: 18px;
    display: block;
    text-align: left; }
  .text-slider-section-conference .text-slider-border {
    border: 1px rgba(112, 112, 112, 0.2) solid;
    padding: 120px 40px 5px 40px;
    position: relative; }

.blog-section .social-icons {
  background: rgba(162, 134, 68, 0.1);
  padding: 40px;
  padding-right: 11%; }
  @media screen and (max-width: 1074px) {
    .blog-section .social-icons {
      padding-right: 40px; } }
.blog-section .read-more {
  margin-top: 0; }
.blog-section .section-p {
  margin-bottom: 0; }
@media screen and (max-width: 1240px) {
  .blog-section .date-p {
    font-size: 16px; } }
@media screen and (max-width: 1074px) {
  .blog-section .date-p {
    padding: 50px 0; } }
@media screen and (max-width: 1074px) {
  .blog-section .blog-col {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%; } }

.policy-section .section-p {
  opacity: 0.8;
  line-height: 46px; }
  @media screen and (max-width: 991px) {
    .policy-section .section-p {
      text-align: left; } }
.policy-section .regular-list {
  opacity: 0.8;
  line-height: 46px; }
.policy-section .newsletter-h {
  margin-bottom: 30px; }

.quaker-table {
  padding-left: 23%; }
  .quaker-table .box-h {
    font-family: 'Tenor sans'; }
  @media screen and (max-width: 991px) {
    .quaker-table {
      padding-left: 5vw; } }

.sticky-here {
  position: -webkit-sticky;
  position: sticky;
  top: 160px; }

.getting-adress {
  padding: 50px; }
  @media screen and (max-width: 991px) {
    .getting-adress {
      margin-top: 100px; } }
  .getting-adress .newsletter-h {
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .getting-adress .newsletter-h {
        text-align: center; } }

.getting-col .newsletter-h {
  margin-top: 80px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .getting-col .newsletter-h {
      justify-content: center !important;
      flex-direction: column;
      text-align: center; }
      .getting-col .newsletter-h img {
        margin-top: 30px; } }

.quaker-centre-section .newsletter-h {
  margin-top: 70px;
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .quaker-centre-section .newsletter-h {
      text-align: center; } }
.quaker-centre-section .border-button {
  margin-top: 70px; }

.lake-district .border-button {
  margin-top: 50px; }

.border-bottom {
  border-bottom: 1px #d2d2d2 solid;
  padding-bottom: 50px; }

.disability-map {
  position: relative;
  left: -10%;
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .disability-map {
      width: 100% !important;
      left: 0; } }

.advisor-slide img {
  margin-top: 58px; }
  @media screen and (max-width: 462px) {
    .advisor-slide img {
      margin-top: 30px; } }
.advisor-slide span {
  font-weight: 700; }

.tripadvisor-slider-holder {
  padding: 40px 50px 20px 50px;
  width: 70%;
  border: 1px rgba(112, 112, 112, 0.2) solid;
  margin-top: 90px; }
  @media screen and (max-width: 991px) {
    .tripadvisor-slider-holder {
      width: 100%; } }
  @media screen and (max-width: 376px) {
    .tripadvisor-slider-holder {
      text-align: center; } }
  .tripadvisor-slider-holder.regular-slider {
    width: 100%; }
    .tripadvisor-slider-holder.regular-slider .slick-dots {
      text-align: center;
      top: -60px; }
      .tripadvisor-slider-holder.regular-slider .slick-dots li.slick-active button {
        background: #F1D730; }

.tripadvisor-slider {
  margin-top: 53px; }
  .tripadvisor-slider .slick-dots {
    top: -90px;
    position: absolute;
    height: 50px;
    list-style: none;
    text-align: right; }
    @media screen and (max-width: 462px) {
      .tripadvisor-slider .slick-dots {
        right: -20px; } }
    @media screen and (max-width: 376px) {
      .tripadvisor-slider .slick-dots {
        right: auto;
        text-align: center;
        top: -40px; } }
    .tripadvisor-slider .slick-dots li {
      list-style: none;
      font-size: 0; }
      .tripadvisor-slider .slick-dots li:before {
        content: '' !important; }
      .tripadvisor-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #5B5E59;
        font-size: 0;
        opacity: 0.1;
        transition: all 0.3s linear; }
        .tripadvisor-slider .slick-dots li button:before {
          content: '' !important; }
      .tripadvisor-slider .slick-dots li.slick-active button {
        background: #34E0A1;
        opacity: 1; }
      .tripadvisor-slider .slick-dots li.slick-active:before {
        content: '' !important; }

.advisor-slide {
  text-align: center; }
  .advisor-slide img {
    display: inline-block; }

.advisor-p, span {
  text-align: left;
  font-size: 18px;
  line-height: 36px;
  opacity: 0.8; }


  .advisor-logo {
    width: 150px; } 

.iframe-switcher {
  text-align: right;
  margin-top: 50px; }
  @media screen and (max-width: 624px) {
    .iframe-switcher {
      text-align: center; } }
  .iframe-switcher img {
    cursor: pointer;
    vertical-align: bottom;
    transition: all 0.3s linear;max-width:90px}
    .iframe-switcher img.active {
      border-top: 8px #F1D730 solid; }
    .iframe-switcher img:hover {
      border-top: 8px #F1D730 solid; }
  @media screen and (max-width: 624px) {
    .iframe-switcher .switcher {
      width: 30%; } }

.iframe {
  display: none; }
  .iframe.active {
    display: block; }

.content-box {
  padding: 100px;
  padding-right: 30%;
  padding-left: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 991px) {
    .content-box {
      width: 100%;
      padding-right: 0; } }

.content-box-left {
  padding-left: 41.5%;
  text-align: left;
  margin-top: 100px; }
  @media screen and (max-width: 991px) {
    .content-box-left {
      padding: 0;
      text-align: center; } }

.layout-boxes {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
  margin-top: 100px; }
  .layout-boxes .layout-box {
    width: 32.333%;
    padding-top: 32.333%;
    margin: 0 0.5%;
    margin-bottom: 1%;
    position: relative;
    display: inline-block;
    text-align: center;
    position: relative; }
    .layout-boxes .layout-box span {
      font-family: 'Raleway';
      font-size: 18px;
      color: #5B5E59;
      text-align: center;
      opacity: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      font-weight: 600;
      line-height: 22px; }
    .layout-boxes .layout-box img {
      width: 70%;
      position: absolute;
      display: inline-block;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0; }
    .layout-boxes .layout-box:hover .layout-box-caption {
      opacity: 1;
      pointer-events: all; }
  .layout-boxes .layout-box-caption {
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear; }
    .layout-boxes .layout-box-caption span {
      color: #ffffff;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 600; }
      .layout-boxes .layout-box-caption span:first-of-type {
        margin-top: -30px; }
      .layout-boxes .layout-box-caption span.layout-number {
        color: #F1D730;
        font-size: 70px;
        font-family: 'Tenor sans';
        margin-top: 30px; }

.light-boxes-section .newsletter-h {
  margin-bottom: 50px;
  margin-top: 100px; }

.half-width-image {
  position: relative;
  left: -30%;
  width: 130%;
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .half-width-image {
      width: 100%;
      left: auto; } }
  .half-width-image.half-width-image-right {
    right: 0;
    left: auto;
    width: 120%; }
    @media screen and (max-width: 991px) {
      .half-width-image.half-width-image-right {
        width: 100%;
        right: auto; } }

.yellow-box {
  background: #F1D730;
  width: 120%;
  left: -10%;
  padding: 80px 60px;
  position: relative;
  margin: 50px 0; }
  @media screen and (max-width: 991px) {
    .yellow-box {
      text-align: center;
      width: 100%;
      left: 0; } }
  @media screen and (max-width: 550px) {
    .yellow-box {
      padding: 40px 30px; } }

.top-span {
  font-size: 60px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  padding: 10px 20px;
  color: #5B5E59;
  margin-bottom: 30px;
  line-height: 60px;
  font-family: 'Tenor sans'; }

.follow-holder {
  border: 1px rgba(112, 112, 112, 0.2) solid;
  margin-top: 50px; }

.follow-header {
  padding: 40px; }
  @media screen and (max-width: 620px) {
    .follow-header {
      flex-direction: column; } }
  .follow-header p {
    font-size: 20px;
    color: #5B5E59;
    margin-bottom: 0;
    margin-left: 20px; }
    .follow-header p span {
      font-size: 16px;
      opacity: 0.8;
      line-height: 30px; }

.follow-row {
  border-top: 1px rgba(112, 112, 112, 0.2) solid; }
  .follow-row p {
    font-size: 16px;
    opacity: 0.8;
    line-height: 30px;
    padding: 30px 40px;
    margin-bottom: 0; }
    .follow-row p a {
      display: block;
      color: #5B5E59; }

.follow-more {
  font-family: 'Raleway';
  color: #0073B1;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px rgba(112, 112, 112, 0.2) solid;
  padding: 23px 0;
  cursor: pointer; }
  .follow-more.open img {
    transform: rotate(180deg); }
  .follow-more img {
    margin-left: 20px;
    transition: all 0.3s linear; }
  .follow-more span {
    opacity: 1; }

@media screen and (max-width: 1921px) {
  .movie {
    width: 100%;
    height: 30%; } }

.follow-button {
  color: #0073B1;
  border: 1px rgba(112, 112, 112, 0.2) solid;
  font-size: 20px;
  font-family: 'Raleway';
  font-weight: 600;
  line-height: 0;
  padding: 35px 22px;
  transition: 0.3s linear; }
  @media screen and (max-width: 620px) {
    .follow-button {
      margin-top: 30px; } }
  .follow-button span {
    font-size: 50px;
    display: block;
    margin-right: 20px;
    font-weight: 300;
    line-height: 0 !important; }
  .follow-button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0073B1; }

.follow-content {
  overflow: hidden;
  transition: all 0.3s linear; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contact-us-now {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 991px) {
    .contact-us-now.contact-us-large-mobile {
      position: relative;
      left: calc(-3% - 60px);
      width: calc(106% + 120px); } }
  .contact-us-now .newsletter-h {
    color: #ffffff;
    font-size: 40px; }
    @media screen and (max-width: 600px) {
      .contact-us-now .newsletter-h {
        line-height: 50px; } }
  .contact-us-now a {
    color: #F1D730;
    cursor: pointer; }
  .contact-us-now .section-p {
    font-size: 26px;
    line-height: 46px;
    margin-top: 30px; }
    @media screen and (max-width: 991px) {
      .contact-us-now .section-p {
        text-align: center; } }
    @media screen and (max-width: 584px) {
      .contact-us-now .section-p {
        font-size: 20px;
        line-height: 36px; } }
  .contact-us-now .contact-us-now-content {
    padding: 50px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1307px) {
      .contact-us-now .contact-us-now-content {
        padding: 40px; } }
    @media screen and (max-width: 584px) {
      .contact-us-now .contact-us-now-content {
        padding: 30px 5vw; } }
  .contact-us-now img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: grayscale(100%); }

.tables-holder {
  font-size: 0; }
  @media screen and (max-width: 950px) {
    .tables-holder {
      overflow-x: scroll;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      background-image: url(https://www.friendshouse.co.uk/wp-content/uploads/2020/10/left-right.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 95% 8%;
        
    } }
  .tables-holder .hours-table {
    display: inline-block;
    vertical-align: top;
    width: 33.1%; }
    @media screen and (max-width: 950px) {
      .tables-holder .hours-table {
        width: 300px;
        min-width: 300px;
        padding-bottom: 0;
        flex: 1; }
        .tables-holder .hours-table:last-of-type {
          padding-bottom: 5vw; } }
    .tables-holder .hours-table .hours-table-row {
      padding: 15px 0 !important; }

.plans-table-holder {
  padding: 40px 40px 80px 40px;
  border: 1px rgba(112, 112, 112, 0.2) solid; }
  @media screen and (max-width: 764px) {
    .plans-table-holder {
      padding: 20px; } }
  .plans-table-holder .check {
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #F1D730;
    display: inline-block;
    line-height: 0;
    font-size: 0; }
  .plans-table-holder .x {
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #D6D1C7;
    display: inline-block;
    line-height: 0;
    font-size: 0; }
  .plans-table-holder .hours-table {
    padding: 0;
    width: 100%; }
  .plans-table-holder .plans-table-header.hours-table-row {
    width: calc(100% + 80px);
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid !important;
    margin-left: -40px;
    margin-right: -40px; }
    @media screen and (max-width: 764px) {
      .plans-table-holder .plans-table-header.hours-table-row {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; }
        .plans-table-holder .plans-table-header.hours-table-row > div .box-h {
          margin-bottom: 0; } }
    .plans-table-holder .plans-table-header.hours-table-row > div {
      border-bottom: 0 !important;
      padding-top: 0;
      padding-bottom: 18px; }
      @media screen and (max-width: 1191px) {
        .plans-table-holder .plans-table-header.hours-table-row > div .box-h {
          font-size: 20px; } }
      @media screen and (max-width: 632px) {
        .plans-table-holder .plans-table-header.hours-table-row > div .box-h {
          font-size: 16px; } }
      @media screen and (max-width: 461px) {
        .plans-table-holder .plans-table-header.hours-table-row > div .box-h {
          font-size: 14px; } }
  .plans-table-holder .hours-table-row {
    border-bottom: 0 !important;
    padding: 0; }
    .plans-table-holder .hours-table-row.last-table-row > div:first-of-type {
      border-bottom: 0; }
    .plans-table-holder .hours-table-row.last-table-row > div:last-of-type {
      border-bottom: 0; }
    .plans-table-holder .hours-table-row.last-table-row > div:nth-of-type(2) {
      border-bottom: 0; }
    .plans-table-holder .hours-table-row:first-of-type {
      padding-top: 0; }
    .plans-table-holder .hours-table-row > div {
      padding: 27px 0;
      display: block; }
      .plans-table-holder .hours-table-row > div.no-padding {
        padding: 0;
        padding: 15px 0; }
      .plans-table-holder .hours-table-row > div span {
        font-size: 20px; }
        @media screen and (max-width: 786px) {
          .plans-table-holder .hours-table-row > div span {
            font-size: 16px;
            line-height: 24px; } }
      .plans-table-holder .hours-table-row > div:first-of-type {
        width: 63.5%;
        padding: 20px 0;
        text-align: left;
        margin-right: 0.5%;
        border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }
        @media screen and (max-width: 764px) {
          .plans-table-holder .hours-table-row > div:first-of-type {
            width: 54.5%; } }
        @media screen and (max-width: 522px) {
          .plans-table-holder .hours-table-row > div:first-of-type {
            width: 44.5%; } }
      .plans-table-holder .hours-table-row > div:nth-of-type(2) {
        width: 17%;
        margin: 0 0.5%;
        text-align: center;
        border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }
        @media screen and (max-width: 764px) {
          .plans-table-holder .hours-table-row > div:nth-of-type(2) {
            width: 22%; } }
        @media screen and (max-width: 522px) {
          .plans-table-holder .hours-table-row > div:nth-of-type(2) {
            width: 27%; } }
        .plans-table-holder .hours-table-row > div:nth-of-type(2) span {
          font-size: 18px;
          line-height: 25px; }
          @media screen and (max-width: 786px) {
            .plans-table-holder .hours-table-row > div:nth-of-type(2) span {
              font-size: 14px;
              line-height: 20px; } }
      .plans-table-holder .hours-table-row > div:last-of-type {
        text-align: center;
        width: 17%;
        margin: 0 0.5%;
        border-bottom: 1px rgba(112, 112, 112, 0.2) solid; }
        @media screen and (max-width: 764px) {
          .plans-table-holder .hours-table-row > div:last-of-type {
            width: 22%; } }
        @media screen and (max-width: 522px) {
          .plans-table-holder .hours-table-row > div:last-of-type {
            width: 27%; } }
        .plans-table-holder .hours-table-row > div:last-of-type span {
          font-size: 18px;
          line-height: 25px; }
          @media screen and (max-width: 786px) {
            .plans-table-holder .hours-table-row > div:last-of-type span {
              font-size: 14px;
              line-height: 20px; } }

.exclamation-row {
  font-family: 'Raleway';
  font-size: 18px;
  color: #5B5E59;
  opacity: 0.8;
  padding: 40px; }

.m-top-table {
  margin-top: 45px; }

@media screen and (max-width: 991px) {
  .no-padding-mobile {
    padding: 0; } }

.followers-p {
  font-family: 'Raleway'; }

.animate-image-holder {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .animate-image-holder.half-width-image {
    width: 130%; }
    @media screen and (max-width: 991px) {
      .animate-image-holder.half-width-image {
        width: 100%; } }
  .animate-image-holder:after {
    position: absolute;
    right: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1); }
  .animate-image-holder.show:after {
    width: 0; }

.logos-carousel-section {
  mix-blend-mode: luminosity;
  padding: 0 10%;
  padding-bottom: 50px;
  background: #ffffff; }
  .logos-carousel-section .logo-slide {
    text-align: center;
    mix-blend-mode: luminosity; }    
    .logos-carousel-section .logo-slide img {
      display: inline-block;
      height: 70px;
      mix-blend-mode: luminosity;} 

@media screen and (max-width: 991px) {
  .mobile-border-top {
    border-top: 1px #d2d2d2 solid;
    padding-top: 50px; } }

/*# sourceMappingURL=style.css.map */


/*Contact Us*/

.contact-form-section .gform_wrapper {width: 800px;left: 0;right: 0;margin: 0 auto;position: relative;}
.contact-form-section .gform_wrapper input,
.contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea{width: 100% !important;border: 0 !important;background: #fff !important;text-align: center;padding: 30px !important;margin-bottom:0px !important;font-size: 20px !important;font-family: 'Raleway' !important;color: #5B5E59 !important;}
.contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea {height: 250px !important;display: flex !important;align-items: center !important;justify-content: center !important;resize: none !important;}
.gform_wrapper .gform_page_footer {border-top: 0px dotted #ccc !important;}
.contact-form-section .gform_wrapper .ginput_container_address span{margin-top: 25px;}
.contact-form-section .gform_wrapper .ginput_container_address span.ginput_full{margin-top: 25px;display:block;}
.contact-form-section .gf_progressbar{display:none !important;}
.contact-form-section .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {font-size: 1.5em;margin: 12px!important;padding: 0!important;opacity: 1; text-align: center;}

.contact-form-section .gform_wrapper .gform_next_button,
.contact-form-section .gform_wrapper .gform_previous_button,
.contact-form-section .gform_wrapper input[type=submit] {width: 100% !important;background: none !important;border: 1px #70707033 solid !important;font-family: 'Tenor sans'!important;text-align: center !important;color: #5B5E59 !important;padding: 25px !important;font-size: 20px !important;text-decoration: underline !important;text-decoration-color: #F1D730 !important;transition: 0.3s linear !important;margin:0px 0px 20px !important;}
.contact-form-section .gform_wrapper .gform_next_button:hover,
.contact-form-section .gform_wrapper .gform_previous_button:hover,
.contact-form-section .gform_wrapper input[type=submit]:hover {background: #5B5E59 !important;color: #F1D730 !important;text-decoration-color: #fff !important;}
/*.contact-form-section .gform_wrapper span.gfield_required { display: none !important;}*/
.contact-form-section .gform_wrapper div.validation_error { color: #f00!important;font-weight: 400!important;border-top: 1px solid #f00!important;border-bottom: 1px solid #f00!important;}
.contact-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {color: #f00;  font-size: 16px;padding-right: 0px!important;margin: 0px;padding-top: 5px!important; font-weight: 400!important; text-align:center !important;}
.contact-form-section .gform_wrapper li.hidden_label input { margin-top: 0px !important;}
.contact-form-section .gform_wrapper .top_label .gfield_label,.contact-form-section .gform_wrapper legend.gfield_label{display:none !important;}
.contact-form-section .gform_wrapper .top_label #field_3_12 .gfield_label{display:block !important;}
.contact-form-section .gform_wrapper .top_label div.ginput_container {margin-top: 0px;}
.contact-form-section .gform_wrapper li.gfield.gfield_error,.contact-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color: #0000 !important;border: none !important;margin:0px !important;padding:0px !important;}
.contact-form-section .gform_wrapper .gfield_error .gfield_label{display:none !important;}
.contact-form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: calc(100% - 0px)!important;}

.contact-form-section .gform_wrapper .top_label li ul.gfield_checkbox,
.contact-form-section .gform_wrapper .top_label li ul.gfield_radio{display: flex; align-items: center;flex-wrap: wrap;}
.contact-form-section .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.contact-form-section .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.contact-form-section .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 0 !important;}
.contact-form-section .gform_wrapper ul.gfield_checkbox li,
.contact-form-section .gform_wrapper ul.gfield_radio li {margin-right: 20px !important;}

@media only screen and (min-width: 641px){
  .contact-form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: calc(100% - 0px)!important;}
  .contact-form-section  .gform_wrapper ul.gform_fields li.gfield {padding-right: 0px !important; margin: 0px !important;margin-top:20px !important;}
}
@media only screen and (max-width: 641px){
  .contact-form-section  .gform_wrapper ul.gform_fields li.gfield { padding-right: 0px !important;margin: 0px !important;margin-top:20px !important;}
}
@media screen and (max-width: 930px){
  .contact-form-section .gform_wrapper {width:80%}
}

@media screen and (max-width: 991px){
  .contact-form-section .gform_wrapper input,
  .contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea {padding: 20px !important;font-size: 18px !important;}
  .contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea{height:100px !important;}
  .contact-form-section .gform_wrapper .gform_next_button,
.contact-form-section .gform_wrapper .gform_previous_button,
  .contact-form-section .gform_wrapper input[type=submit]{padding: 15px !important;font-size: 18px !important;}
}

@media screen and (max-width: 479px){
  .contact-form-section .gform_wrapper input,
  .contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea{padding: 15px !important;font-size: 16px !important;}
  .contact-form-section .gform_wrapper #field_3_7 textarea,
.contact-form-section .gform_wrapper #field_1_6 textarea{height:100px !important;}
  .contact-form-section .gform_wrapper .gform_next_button,
.contact-form-section .gform_wrapper .gform_previous_button,
  .contact-form-section .gform_wrapper input[type=submit]{padding: 10px !important;font-size: 16px !important;}
}

.footer-links .menu{    position: unset; width: 100%;    background: unset;    height: unset;    right: unset;    display: flex;    flex-flow: unset;    flex-wrap: wrap;  padding: 0; overflow: unset;}
.footer-links .menu li{width:33.33%;margin:0px;opacity:1;padding:0px 25px;list-style:none;}
.footer-links .menu li a{    display: block;    border-bottom: 1px rgba(112, 112, 112, 0.2) solid;    padding: 30px 10px 23px 10px;font-family: 'Tenor sans';    font-size: 16px;    text-transform: uppercase;    color: #5B5E59;    transition: all 0.3s linear;}
.footer-links .menu li a:hover{padding-left:30px !important; cursor:pointer;}

.logos-carousel-section .logo-slide a,
.logos-carousel-section .logo-slide a:focus,
.logos-carousel-section .logo-slide,
.logos-carousel-section .logo-slide:focus,
.text-slider-section-conference .slider-p,
.text-slider-section-conference .slider-p:focus,
.logos-carousel-section .logo-slide:focus{outline:none !important;}
/* .first-section.quaker-centre-section .read-more:after {top: 10px;} */

.single-mit p.section-p{max-height:145px;overflow:hidden;}
.single-mit.full-height p.section-p{max-height:unset;}
a.read-more.desktop-s{margin-top:50px;}
.small-table-holder.plans-table-holder.remove-border {border: 0; padding-left: 0;}

@media (min-width: 1025px){
  body .col-lg-5.offset-lg-1 {margin-left: 6.33333%;flex: 0 0 43.66667%;max-width: 43.66667%;}  
}


@media screen and (max-width: 1030px){
  .footer-links .menu li{width:100%;}
  .footer-links .menu li a{ text-align: center;}
}
@media screen and (max-width:639px) {
  .increse-mob{padding:0 15px;}
}
@media screen and (max-width:479px) {
.footer-links .menu li a:{padding:0px 10px !important;}
}
h1,h2,h3,h4,h5,h6{font-family: 'HypatiaSansPro' !important;font-weight:400 !important;}
body,div,td,th,tr,table,span,a,p,ol,ul,ul li,ol li{font-family: 'Arial' !important;font-weight: 400 !important;letter-spacing: 1px;}
.blog-section ul,.blog-section ol,.default-content ul,.default-content ol{margin-left:20px;}
.default-content li,.single .blog-section li{color:#212529}
.error-content .hero-container {z-index: 3;}
.blog-section a{font-weight: 600 !important;color: #48276e;text-decoration: underline;}
.blog-section a:hover{text-decoration:none;}

   @media screen and (max-width:600px) {
       #cookie_hdr_showagain{
        font-size: 12px;
        }
    }
.cbd-link{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    color: #5B5E59;
    text-decoration: none;
    transform: translateX(-50%);
}
body{
  position:relative
}
@media screen and (max-width:600px) {
.cbd-link{
     bottom: 100px;
     }
}

.space-around-it{
justify-content: space-around;
}
.accordion.faq .card-header {
    position: relative;
    padding: 8px 0 !important;
    border: 0;
    margin: 0;
    background: transparent;
}
.accordion.faq .card-header:after {
    /* content: url(../../assets/img/next.png); */
    content: " ";
    position: absolute;
    background-image: url(../../assets/img/next.png);
    width: 20px;
    height: 20px;
    background-size: 8px;
    background-repeat: no-repeat;
       top: 16px;
    right: 9px;  transform: rotate(90deg);
}
.accordion.faq .card-header.collapsed:after {
   /* content: url("../../assets/img/next.png"); */
  content: " ";
    position: absolute;
    background-image: url(../../assets/img/next.png);
    width: 20px;
    height: 20px;
    background-size: 8px;
    background-repeat: no-repeat;
    top: 13px;
    right: 0; transform: rotate(0deg);
}

.accordion.faq{padding:0px; /*border: none;*/}
.card-header.faq{padding: 0.25rem 1.25rem}
.accordion.faq a.card-title{font-size:16px;}
/* .accordion.faq .card-header{border:none;} */

.accordion.faq .card{border:none;}

.accordion.faq .card-body.collapse{padding:3%;}
.accordion,.accordion.faq .card-body.collapse p{font-size:16px ;}
.accordion{border-top: 0;}

/* 8-2-2022 */

.quetion_listing.carrers{width:100%;}
.quetion_listing.carrers .accordion{padding: 11px 20px;}
.acc-title,.acc-desc p{color:#5B5E59;}
.acc-desc ul,.acc-desc ol{margin-left:5%;color:#5B5E59;}
