@media screen and (min-width: 1280px) and (max-width: 1536px) {

  /* COMMON CSS */
  h1 {
    font-size: 76px;
    line-height: 80px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3 {
    font-size: 34px;
    line-height: 38px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5 {
    font-size: 23px;
    line-height: 27px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    padding-bottom: 25px;
  }

  .centerBlock {
    padding: 60px 20px 0px 20px;
    max-width: 1400px;
  }

  .MaxWrap {
    display: flex;
    max-width: 1400px;
    padding: 0px 45px 0px 45px;
  }

  .alm-filter--title h3,
  .Searchbox input {
    font-size: 26px;
  }

  .home .HeroCaption h1 {
    font-size: 90px;
  }

  .HeroCaption h1 {
    font-size: 68px;
  }

  header .centerBlock {
    padding: 0 45px;
  }

  .page-template-default .pageWrap .centerBlock {
    padding: 60px 45px;
  }

  .col_1_1 .col,
  .col_1_1_1 .col,
  .col_1_1_1_1 .col,
  .alm-filters .col,
  .Bspace {
    padding-bottom: 60px;
  }

  .TeamWrapper,
  .NewsWrapper,
  .NewsDetailBlock,
  .TeamDetailBlock,
  .BlockWithTitle,
  .ServiceDetailBlock,
  .TopBordered,
  .eventForm,
  .ContactWrapper .TextWrapper,
  .ContactWrapper .ContactForm {
    padding-top: 30px;
  }

  /* HOME SLIDER SECTION */

  .home .BlueText h2,
  .slickWrap h2 {
    padding-bottom: 30px;
  }

  .TitleHolder h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  /* ABOUT PAGE */
  .aboutTextImage .col h2 {
    padding-bottom: 25px;
  }

  .aboutTextImage .col_1_1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* NEWS DETAIL */
  .NewsDetailBlock h2 {
    padding-bottom: 10px;
  }

  .Leftspacer {
    padding-bottom: 40px;
  }

  /* CONTACT PAGE */
  .mapBlock {
    min-height: 600px;
  }

  .ContactWrapper .BlueText h3 {
    padding-bottom: 30px;
  }

  /* FOOTER SECTION */
  #footer .col_1_1 .col:first-child {
    width: 55%;
  }

  #footer .col_1_1 .col:last-child {
    width: 45%;
  }

  .Wrapper .Address {
    width: 28%;
  }

  .TeamSlider.Bspace {
    padding-bottom: 0px;
  }
}

/* IPAD.CSS */

/* IPAD LANDSCAPE CSS */
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape),
all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
screen and (min-width: 1025px) and (max-width: 1279px) {

  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 22px;
    line-height: 24px;
  }

  .single .LeftTitle h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  p.LargeBlueText {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  /* BUNCH + COMMON CSS */
  .col_1_1 .col,
  .col_1_1_1 .col,
  .col_1_1_1_1 .col {
    padding: 0 20px 60px 20px;
  }

  .Leftspacer {
    padding: 0 20px 30px 20px;
  }

  .alm-filters .alm-filter {
    padding: 0 20px 30px 20px;
  }

  .Bspace {
    padding-bottom: 60px;
  }

  body.error404 .centerBlock {
    padding-bottom: 0px;
  }

  body.error404 .Errorpage {
    padding-top: 100px;
  }

  .centerBlock {
    padding: 60px 10px;
  }

  .WhatWeDo .TitleHolder::before,
  .InsightNews .TitleHolder::before {
    width: calc(100% - 40px);
  }

  .page-template-default .pageWrap .centerBlock {
    padding: 40px 30px;
  }

  .HeroCaption {
    padding: 0 30px;
  }

  .TeamWrapper,
  .NewsWrapper,
  .NewsDetailBlock,
  .TeamDetailBlock,
  .BlockWithTitle,
  .ServiceDetailBlock,
  .TopBordered,
  .eventForm,
  .ContactWrapper .TextWrapper,
  .ContactWrapper .ContactForm {
    padding-top: 25px;
  }

  .TeamWrapper::before,
  .NewsWrapper::before,
  .NewsDetailBlock::before,
  .TeamDetailBlock::before,
  .BlockWithTitle::before,
  .ServiceDetailBlock::before,
  .TopBordered::before,
  .eventForm::before,
  .ContactWrapper .TextWrapper::before,
  .ContactWrapper .ContactForm::before,
  .aboutTextImage .col_1_1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: calc(100% - 40px);
    height: 2px;
    margin: 0 auto;
    background-color: #518cfc;
  }

  /* MENU */
  .logo_white {
    max-width: 300px;
  }

  .home .HeroCaption h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .HeroCaption h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .BottomScroll {
    bottom: 100px;
    height: 10rem;
  }

  .home .TitleHolder h2 {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .slickWrap h2 span {
    right: auto;
    top: 0;
  }

  /* ABOUT ROW */
  .aboutTextImage .col_1_1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aboutTextImage .col h2 {
    padding-bottom: 25px;
  }

  .aboutTextImage .col .BlueText {
    padding-bottom: 10px;
  }

  .aboutTextImage .col .BlueText h4 {
    line-height: 32px;
  }

  /* TEAM DETAIL */

  .teamInfo a {
    width: auto;
  }

  .contentBox {
    padding-bottom: 30px;
  }

  .contentBox a {
    font-size: 20px;
  }

  /* CONTACT PAGE */
  .ContactWrapper .BlueText h3 {
    padding-bottom: 18px;
  }

  .mapBlock {
    min-height: 600px;
    margin: 0px 20px 30px 20px;
  }

  .EventInfo,
  .TeamDetailBlock .teamInfo {
    padding: 25px;
  }

  .EventInfo h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .eventDetail {
    padding-top: 20px;
  }

  .LeftCol h2 {
    padding-bottom: 0;
  }

  /* FOOTER */
  .alm-filters--submit {
    left: calc(33.33% - 40px);
  }

  .alm-filter--inner {
    left: 20px;
    width: calc(100% - 40px);
    z-index: 998 !important;
  }

  .alm-filter--title h3,
  .Searchbox input {
    font-size: 30px;
  }

  #footer .col_1_1 .col {
    width: 100%;
    padding-bottom: 60px;
  }

  #footer .col_1_1 .col:last-child {
    padding-bottom: 0;
  }

  /* COOKIES POLICY */
  .cky-notice-group {
    justify-content: flex-start !important;
    flex-direction: column !important;
  }

  .cky-notice-btn-wrapper {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }

  .page-template-template-news-list .alm-filters--controls {
    bottom: auto;
    top: 0;
    left: auto;
  }

  .NewsService h5 {
    line-height: 32px;
  }

  .RelevantInsights.RelevantTeam.LastElement {
    padding-bottom: 40px;
  }

  .RelevantInsights.RelevantTeam.LastElement .TeamSlider,
  .TeamSlider {
    padding-bottom: 20px;
  }

  body.page-template-template-services-list .centerBlock {
    padding-bottom: 20px;
  }

  body.page-template-template-service-detail .BlockWithTitle .LeftTitle.viewBox {
    padding-bottom: 30px;
  }

  body.page-template-template-service-detail .BlockWithTitle .col_1_1_1 .col {
    padding: 10px 20px;
  }

  body.page-template-template-service-detail .BlockWithTitle.Bspace {
    padding-top: 45px;
  }

  .WhatWeDo .TitleHolder::before,
  .InsightNews .TitleHolder::before {
    width: 40vw;
  }

  .Family-row h4,
  .Family-row h5 {
    font-size: 24px;
  }

  .Family-row img {
    max-width: 30px;
  }
}

/* IPAD PRTRSAIT CSS */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
all and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 1024px) {

  /* HEADER CSS */
  .EventInfo {
    padding: 25px;
  }

  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 22px;
    line-height: 24px;
  }

  .HeroMainWrapper iframe {
    min-height: 175vh;
  }

  .single .LeftTitle h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  p.LargeBlueText {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  body.error404 .centerBlock {
    padding-bottom: 0px;
  }

  body.error404 .Errorpage {
    padding-top: 100px;
  }

  .centerBlock {
    padding: 60px 15px;
  }

  .contentBox {
    padding-bottom: 30px;
  }

  .page-template-default .pageWrap .centerBlock {
    padding: 40px 15px;
  }

  .col_1_1_1_1 .col,
  .col_1_1_1 .col,
  .alm-filters .col {
    width: 50%;
  }

  .col_1_1 .col.LeftCol,
  .col_1_1 .col.RightCol {
    width: 100%;
  }

  .col_1_1 .col,
  .col_1_1_1 .col,
  .col_1_1_1_1 .col,
  .Leftspacer,
  .alm-filters .alm-filter,
  .col_1_1 .col.LeftCol,
  .col_1_1 .col.RightCol {
    padding: 0 20px 40px 20px;
  }

  .TeamWrapper::before,
  .NewsWrapper::before,
  .NewsDetailBlock::before,
  .TeamDetailBlock::before,
  .BlockWithTitle::before,
  .ServiceDetailBlock::before,
  .TopBordered::before,
  .eventForm::before,
  .ContactWrapper .TextWrapper::before,
  .ContactWrapper .ContactForm::before,
  .aboutTextImage .col_1_1::before {
    max-width: calc(100% - 40px);
  }

  .ContactWrapper .ContactForm::before {
    display: none;
  }

  .col {
    padding: 0px 20px 40px;
  }

  .Bspace {
    padding-bottom: 60px;
  }

  .home .HeroCaption h1 {
    font-size: 75px;
    line-height: 85px;
    text-align: center;
  }

  .HeroCaption h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .imageBlock .box,
  .mediaBox {
    margin-bottom: 15px;
  }

  .home .InsightNews .BlueText h5 {
    padding-bottom: 5px;
  }

  .TitleHolder h2 {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .home .TitleHolder h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .BottomScroll {
    display: none;
  }

  .home .InsightNews .BlueText h5 {
    padding-bottom: 5px;
  }

  .Info {
    margin-top: 0px;
  }

  .slickWrap h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 30px;
  }

  .slickWrap h2 span {
    font-size: 50px;
    right: auto;
    top: 0px;
  }

  /* ABOUT SECTION */
  .aboutTextImage .col_1_1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .aboutTextImage .col_1_1 .col {
    width: 100%;
  }

  .aboutTextImage .col h2 {
    padding-bottom: 25px;
  }

  .aboutTextImage .BlueText h4 {
    padding-bottom: 0;
  }

  /* SERVICE PAGE */
  .service {
    padding: 10px 0px;
  }

  /* TEAM PAGE  */
  .teamInfo a {
    width: auto;
  }

  .TeamDetailBlock .col {
    width: 100%;
  }

  .TeamDetailBlock .LeftCol .featuredBlock {
    display: block !important;
  }

  .RightCol .featuredBlock {
    display: none;
  }

  .TeamDetailBlock .teamInfo {
    height: auto;
  }

  .LeftCol h2 {
    padding-bottom: 0;
  }

  .gform_button.button {
    margin: 0;
  }

  .alm-filters--submit {
    left: calc(50% - 35px);
    top: 7%;
  }

  .alm-filter--inner {
    left: 20px;
    width: calc(100% - 40px);
  }

  .alm-filter--title h3,
  .Searchbox input {
    font-size: 30px;
  }

  button.alm-filters--button {
    width: 25px;
    height: 25px;
  }

  .alm-filter--title h3::after {
    width: 2.9vw;
    height: 1.8vw;
    top: 35%;
  }

  /* CONTACT PAGE */
  .mapBlock {
    min-height: 600px;
    margin: 0px 20px 30px 20px;
  }

  .ContactWrapper .BlueText h3 {
    padding-bottom: 18px;
  }

  .mapBlock {
    min-height: 500px;
  }

  /* EVENT PAGE */
  .eventDetail {
    padding-top: 20px;
  }

  /* COOKIES POLICY */
  .cky-notice-group {
    justify-content: flex-start !important;
    flex-direction: column !important;
  }

  .cky-notice-btn-wrapper {
    margin-top: 20px !important;
    margin-left: 0px !important;
  }

  /* FOOTER */
  #footer .centerBlock {
    padding: 40px 15px;
  }

  #footer .col_1_1 .col {
    width: 100%;
    padding-bottom: 60px;
  }

  #footer .col_1_1 .col:last-child {
    padding-bottom: 0;
  }

  .Paybill {
    margin-top: 15px;
  }

  .page-template-template-news-list .alm-filters--controls {
    bottom: 0;
    top: auto;
    left: auto;
  }

  .NewsService h5 {
    line-height: 32px;
  }

  .RelevantInsights.RelevantTeam.LastElement {
    padding-bottom: 40px;
  }

  .RelevantInsights.RelevantTeam.LastElement .TeamSlider,
  .TeamSlider {
    padding-bottom: 10px;
  }

  body.page-template-template-services-list .centerBlock {
    padding-bottom: 20px;
  }

  .ServiceDetailBlock .infoBlock,
  .ServiceDetailBlock .infoBlock .col.RightCol {
    padding-bottom: 0px;
  }

  .ServiceDetailBlock .infoBlock {
    padding-bottom: 30px;
  }

  body.page-template-template-service-detail .BlockWithTitle .LeftTitle.viewBox {
    padding-bottom: 30px;
  }

  body.page-template-template-service-detail .BlockWithTitle .col_1_1_1 .col {
    padding: 10px 20px;
  }

  .WhatWeDo .TitleHolder::before,
  .InsightNews .TitleHolder::before {
    width: 50vw;
  }

  .HeadofDepartment .imageBlock {
    width: 50%;
  }

  .HeadofDepartment .imageBlock:nth-child(even) {
    padding-right: 10px !important;
  }

  .HeadofDepartment .imageBlock:nth-child(odd) {
    padding-left: 10px !important;
  }

  .blockRow .row {
    padding-bottom: 40px;
  }

  .LeftTitle h3 {
    padding-bottom: 20px;
  }

  .blockRow .row .Info {
    line-height: 28px;
  }
}

/* MAX 1024 */
@media screen and (max-width: 1200px) {

  /* Headings */
  body {
    font-size: 18px;
    line-height: 25px;
  }

  body.active {
    overflow-y: hidden;
    position: fixed;
  }

  .logo_white {
    z-index: 9;
    position: relative;
  }

  .HeroCaption h1 {
    text-align: center;
  }

  .PrevSlide,
  .NextSlide {
    width: 20px;
  }

  .aboutTextImage .col_1_1,
  .aboutTextImage:nth-child(2n) .col_1_1 {
    flex-direction: column;
  }

  .aboutTextImage .col_1_1 .col:first-child {
    padding-bottom: 30px;
  }

  .aboutTextImage .col h2 {
    padding-top: 0px;
    padding-bottom: 14px;
  }

  .aboutTextImage .col .BlueText {
    padding-bottom: 5px;
  }
}

@media screen and (max-height: 700px) and (orientation: portrait),
screen and (max-height: 600px) {
  /* .mm-panels .SocialMedia {
      position: sticky;
  } */
}

/* MOBILE.CSS */

@media screen and (min-width: 0) and (max-width: 896px) {
  @media all and (orientation: portrait) {
    .single .LeftTitle h2 {
      padding-top: 30px;
      padding-bottom: 40px;
    }

    .Family-row h4,
    .Family-row h5 {
      font-size: 24px;
    }

    .Family-row img {
      max-width: 30px;
    }
  }

  @media all and (orientation: landscape) {

    .HeroMainWrapper,
    .HeroMainWrapper .BgImage {
      min-height: 100vh;
    }

    .BottomScroll {
      height: 8rem;
      bottom: 90px;
    }

    #footer .Wrapper .footerLinks li {
      padding: 0 !important;
    }

    .nav-list.mm-listview {
      padding-bottom: 60px;
    }

    .mm-panels .SocialMedia,
    .Paybill.mm-listitem {
      position: sticky;
      left: auto;
      bottom: auto;
      height: auto;
      position: absolute;
    }

    .Paybill.mm-listitem {
      margin-top: 0px;
      padding-left: 20px;
      bottom: 50px;
    }

    .mm-panels .SocialMedia {
      bottom: 0px;
    }
  }

  /* .Family-row h5 {
    font-size: 35px;
    line-height: 40px;
  } */
}

@media screen and (max-width: 767px) {

  .logo_white {
    max-width: 220px !important;
  }

  .RelevantTeam .TeamSlider .slick-slide>div {
    padding-top: 0px !important;
  }

  .TeamSlider {
    margin: 0px -10px;
  }

  .LeftTitle.viewBox h2 {
    padding-bottom: 0px;
  }

  .LeftTitle.viewBox h2+a {
    padding-top: 20px;
  }

  .home .sliderWrapper {
    padding-bottom: 40px;
  }

  .HeroMainWrapper iframe {
    min-width: 202vh;
    min-height: 175vh;
    height: 70vw;
    width: 120vw;
  }

  .arrowwrapper .news__dots {
    display: none;
  }

  .arrowwrapper .prevSlide {
    left: -10px;
  }

  .arrowwrapper .nextSlide {
    right: -10px;
  }

  .NewsService h5 {
    line-height: 32px;
  }

  .TestimonialSlider {
    padding: 0;
  }

  .TestimonialSlider h5 {
    font-size: 18px;
  }

  .TestimonialSlider .slick-slide>div,
  .TestimonialSlider .slickWrap {
    padding: 0 13px;
  }

  .TestimonialSlider .PrevSlide,
  .TestimonialSlider .NextSlide {
    top: 20px;
  }

  .TestimonialSlider .PrevSlide {
    left: 0px;
  }

  .TestimonialSlider .NextSlide {
    right: 0px;
  }

  .RightCol .featuredBlock+* {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  /* BUNCH CSS + COMMON CSS*/
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    padding: 0px 0px 25px 0px;
  }

  p.LargeBlueText {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .contentBox {
    padding-bottom: 30px;
  }

  .centerBlock {
    padding: 40px 20px;
    position: relative;
  }

  .page-template-default .pageWrap .centerBlock {
    padding: 40px 20px;
  }

  .Bspace {
    padding-bottom: 40px !important;
  }

  .centerBlock .Bspace:last-child {
    padding-bottom: 0 !important;
  }

  .RelevantInsights.RelevantTeam.LastElement {
    padding-bottom: 40px !important;
  }

  .RelevantInsights.RelevantTeam.LastElement .TeamSlider,
  .TeamSlider {
    padding-bottom: 10px;
  }

  .col_1_1,
  .col_1_1_1,
  .col_1_1_1_1,
  .Wrapper,
  .alm-filters {
    flex-direction: column;
  }

  .col_1_1 .col,
  .col_1_1_1 .col,
  .col_1_1_1_1 .col,
  .col_1_1 .col.LeftCol,
  .col_1_1 .col.RightCol,
  .Leftspacer {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }

  .alm-filters .alm-filter {
    width: 100%;
    padding: 0px 0px 25px 0px;
  }

  .TeamWrapper .col_1_1_1 .col {
    padding-bottom: 30px;
  }

  .col_1_1 .col:last-child,
  .col_1_1_1 .col:last-child,
  .col_1_1_1_1 .col:last-child,
  .col_1_1 .col.LeftCol:last-child,
  .col_1_1 .col.RightCol:last-child {
    padding-bottom: 10px;
  }

  .alm-filters .alm-filter:first-child {
    position: relative;
  }

  .alm-filters .alm-filter:first-child:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #eee !important;
  }

  .imageBlock .box,
  .mediaBox {
    margin-bottom: 20px;
  }

  .TeamWrapper,
  .NewsWrapper,
  .NewsDetailBlock,
  .TeamDetailBlock,
  .BlockWithTitle,
  .ServiceDetailBlock,
  .TopBordered,
  .eventForm,
  .ContactWrapper .TextWrapper,
  .ContactWrapper .ContactForm {
    padding-top: 35px;
  }

  .ContactWrapper .ContactForm {
    padding-top: 0;
  }

  .TeamWrapper::before,
  .NewsWrapper::before,
  .NewsDetailBlock::before,
  .TeamDetailBlock::before,
  .BlockWithTitle::before,
  .ServiceDetailBlock::before,
  .TopBordered::before,
  .eventForm::before,
  .ContactWrapper .TextWrapper::before,
  .ContactWrapper .ContactForm::before,
  .aboutTextImage .col_1_1::before,
  .texteditorblock .col_1_1:before {
    max-width: 100%;
  }

  blockquote * {
    padding: 0px 0px 0px 20px !important;
    font-size: 22px;
    line-height: 34px;
  }

  .WhatWeDo .TitleHolder::before,
  .InsightNews .TitleHolder::before {
    width: 50vw;
  }

  /* HOME PAGE */
  /* HeroMainWrapper */

  .BottomScroll {
    display: none;
  }

  .HeroCaption {
    padding: 0px 20px 0px 20px;
  }

  .HeroCaption h1 {
    font-size: 48px;
    line-height: 54px;
    padding-top: 85px;
  }

  .home .HeroCaption h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .home .TitleHolder h2,
  .TitleHolder h2 {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .TitleHolder h2::before {
    width: 100%;
  }

  .home .InsightNews .BlueText h5 {
    padding-bottom: 7px;
  }

  /* SLIDER */
  .HomeSlider {
    padding: 0px 20px 0px 20px;
  }

  .sliderWrapper .BlueText h2 {
    padding: 0 0px 20px 0px;
  }

  .BottomScroll {
    height: 10rem;
    bottom: 100px;
  }

  .PrevSlide,
  .NextSlide {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .PrevSlide {
    left: 0px;
  }

  .NextSlide {
    right: 0px;
  }

  .slickWrap {
    padding: 10px;
  }

  .slickWrap h2 {
    width: 100%;
    text-align: center;
    word-break: break-all;
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 30px;
  }

  .slickWrap h2 span {
    font-size: 46px;
    line-height: 52px;
    right: 0;
    left: auto;
    top: 0;
  }

  .slickWrap p {
    font-size: 20px;
    line-height: 32px;
  }

  /* ABOUT ROW  */
  .aboutTextImage .col_1_1,
  .texteditorblock .col_1_1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .aboutTextImage .col .BlueText h4 {
    line-height: 32px;
  }

  /* NEWS SECTION */
  .PostTitle h4 {
    padding-bottom: 0px;
  }

  .PostTitle .BlueText h5 {
    padding-bottom: 5px;
  }

  .NewsDetailBlock .col.RightCol {
    padding-bottom: 0;
  }

  /* TEAM */
  .TeamWrapper .teamBlock {
    padding-bottom: 0px;
  }

  .teamBlock {
    padding-bottom: 0px;
  }

  .teamInfo a {
    width: auto;
  }

  .Info {
    margin-top: 0;
  }

  .Info a {
    font-size: 20px;
    line-height: 30px;
    width: auto;
  }

  .NewsDate {
    font-family: "apercuregular", sans-serif;
    line-height: 28px;
  }

  .TeamDetailBlock .LeftCol {
    margin-bottom: 20px;
  }

  .TeamDetailBlock .LeftCol .featuredBlock {
    display: block !important;
  }

  .RightCol .featuredBlock {
    display: none;
  }

  /* SERVICE */
  .ServiceDetailBlock .LeftCol h2 {
    padding-bottom: 0;
  }

  .service a {
    padding-right: 30px;
  }

  /* .service:first-child {
    padding-top: 0px!important;
} */
  /* .service:last-child {
    border-bottom: none;
} */
  .texteditorblock .service:last-child {
    border-bottom: 1px solid #000;
  }

  .RelevantInsights .CenterTitle,
  .LeftTitle,
  .Leftspacer {
    padding-left: 0px;
  }

  .RelevantInsights .CenterTitle h2 {
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .LeftTitle h2 {
    padding-bottom: 40px;
  }

  .col .LeftTitle h2,
  .BlockWithTitle .col h2 {
    padding-bottom: 0px !important;
  }

  .ServiceDetailBlock .LeftTitle h2,
  .ServiceDetailBlock .LeftTitle h3 {
    padding-bottom: 8px !important;
  }

  .HeadofDepartment .LeftTitle h3 {
    padding-bottom: 30px !important;
  }

  .buttonWrapper,
  .alm-btn-wrap {
    margin-top: 40px;
  }

  /* CONTACT PAGE */
  .mapBlock {
    width: auto;
    min-height: 400px;
    margin: 15px 0px;
  }

  .ContactWrapper {
    padding-bottom: 35px;
  }

  .ContactWrapper .TextWrapper::before,
  .ContactWrapper .ContactForm::before {
    display: none;
  }

  .ContactWrapper .BlueText h3 {
    padding-bottom: 15px;
  }

  /* EVENT PAGE */
  .EventInfo,
  .TeamDetailBlock .teamInfo {
    padding: 20px;
  }

  .eventDetail {
    padding-top: 20px;
  }

  .eventName h2 {
    padding-bottom: 10px;
  }

  .eventForm {
    margin-top: 0;
  }

  .Monthyear h2 {
    padding: 0;
  }

  /* AJAX LOAD MORE MOBILE */
  .alm-filter--title h3,
  .Searchbox input {
    font-size: 20px;
  }

  .alm-filters--controls {
    position: static;
    top: 0%;
    left: calc(100% - 20px);
  }

  .alm-filters--submit {
    position: absolute;
    left: calc(100% - 20px);
    top: 0;
    display: flex;
    align-items: center;
  }

  .NewsFilter {
    padding-bottom: 20px;
  }

  .NewsFilter .alm-filters--reset {
    padding: 0px 0px 25px 0px;
  }

  .alm-filters--reset {
    position: static;
    width: 33.33%;
    padding: 0px 0px 35px 0px;
  }

  button.alm-filters--button {
    width: 20px;
    height: 20px;
  }

  .alm-filter--title h3::after {
    width: 16px;
    height: 10px;
  }

  .alm-filter--inner {
    left: 0px;
    width: 100%;
    z-index: 998 !important;
  }

  .NewsInfo h5 {
    padding-bottom: 0px;
  }

  /* Errorpage */
  .Text {
    padding: 50px 0px 50px 0px;
  }

  .Errorpage .Wrapper svg {
    width: 60px;
    height: auto;
  }

  .footermenuitem a {
    padding-left: 0px;
  }

  /* FOOTER */
  #footer .centerBlock {
    padding-bottom: 30px;
  }

  #footer .col_1_1 .col {
    width: 100%;
    padding-bottom: 30px;
  }

  #footer .col_1_1 .col:last-child {
    padding-bottom: 0;
  }

  #footer .Wrapper .Address,
  #footer .Wrapper .menu-container,
  #footer .Wrapper .Registery {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }

  #footer .footerLogos div {
    padding-top: 20px;
  }

  #footer .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
  }

  #footer .Paybill {
    margin-top: 25px;
  }

  #footer .signUpform>div {
    font-size: 24px;
    line-height: 28px;
  }

  #footer .Wrapper .footerLinks li {
    padding: 0px 0px 5px 0px !important;
  }

  /* COOKIES POLICY */
  .cky-notice-btn-wrapper {
    margin: 0 !important;
  }

  .signUpform .gform_wrapper.gravity-theme .gform_footer {
    margin: 0 !important;
  }

  .page-template-template-news-list .alm-filters--controls {
    bottom: 0;
    top: auto;
    left: auto;
  }

  .page-template-template-news-list .Searchbox {
    padding-right: 125px;
  }

  .TeamSlider {
    padding-left: 0px;
    padding-right: 0px;
  }

  .TeamTitle {
    padding-top: 35px !important;
    padding-bottom: 45px !important;
  }

  .ServiceDetailBlock .TeamTitle h2 {
    padding-bottom: 0px !important;
  }

  .TeamTitle::before {
    max-width: 100%;
  }

  .ServiceDetailBlock .infoBlock {
    padding-bottom: 40px;
  }

  .ServiceDetailBlock .infoBlock .col.RightCol {
    padding-bottom: 0px;
  }

  .blockRow .row .Info a {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 0px) and (max-width: 550px) {
  .TeamSlider {
    padding-left: 0px;
    padding-right: 0px;
  }

  .RelevantInsights.RelevantTeam.LastElement .TeamSlider,
  .TeamSlider {
    padding-bottom: 0px;
  }

  .WhatWeDo .TitleHolder::before,
  .InsightNews .TitleHolder::before {
    width: 60vw;
  }

  body.error404 .centerBlock {
    padding-bottom: 0px;
  }

  body.error404 .Errorpage {
    padding-top: 100px;
  }
}

@media screen and (max-width: 360px) {
  .logo_white {
    max-width: 180px;
  }

  .slickWrap h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }

  .slickWrap p {
    font-size: 18px;
    line-height: 32px;
  }

  .Family-row h4,
  .Family-row h5 {
    font-size: 20px;
  }

  .Family-row img {
    max-width: 20px;
  }
}