@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 68em) {
    html {
      font-size: 45%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 40%; } }

body {
  box-sizing: border-box;
  direction: rtl;
  font-size: 1.8rem;
  background-color: #f5f5f5; }

body[class="page"] {
  font-size: 1.8rem; }

body.search-results,
body.single-activities {
  background-color: #f6f6f6; }

a:link,
a:visited {
  text-decoration: none; }

.container {
  max-width: 120rem;
  margin: 0 auto 0;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .container {
      margin: 0 auto;
      max-width: 90%;
      width: 90%; } }

#post-container {
  max-width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    #post-container {
      margin: 0 auto;
      max-width: 90%;
      width: 90%; } }
  #post-container .blogpost {
    font-size: 1.8rem;
    margin-bottom: 3rem; }

.container-team {
  max-width: 164rem;
  width: 90%;
  margin: 0 auto 0;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .container-team {
      margin: 0 auto;
      max-width: 90%;
      width: 90%; } }

/* main {
    position: relative;
} */
.mobile {
  display: none; }
  @media only screen and (max-width: 56.25em) {
    .mobile {
      display: block; } }

.show-mobile {
  display: none !important; }
  @media only screen and (max-width: 56.25em) {
    .show-mobile {
      display: block !important; } }

.desktop {
  display: block; }
  @media only screen and (max-width: 56.25em) {
    .desktop {
      display: none !important; } }

.page-header {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative; }
  .page-header::before {
    content: "";
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 56.25em) {
    .page-header {
      height: 250px; } }
  @media only screen and (max-width: 37.5em) {
    .page-header {
      height: 350px; } }
  .page-header__box {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px) brightness(85%);
    -webkit-backdrop-filter: blur(6px) brightness(70%);
    width: 60rem;
    max-width: 100%;
    padding: 5rem 2.5rem;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 77%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 87.5em) {
      .page-header__box {
        transform: translate(-77%, -50%); } }
    .page-header__box h2 {
      text-shadow: unset !important;
      padding: 0 !important;
      font-size: 5rem !important;
      margin-bottom: 1rem; }
    .page-header__box p {
      color: #fff;
      font-size: 3rem;
      font-weight: 100; }
  .page-header h2 {
    font-size: 8rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 #000, 1px 0 0 #0000005e, 1px 1px 0 #00000029, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    padding: 0 25vw; }
    @media only screen and (max-width: 87.5em) {
      .page-header h2 {
        padding: 0 15vw; } }
    @media only screen and (max-width: 56.25em) {
      .page-header h2 {
        padding: 0 10vw; } }
    @media only screen and (max-width: 37.5em) {
      .page-header h2 {
        padding: 0; } }
  .page-header h3 {
    color: #fff;
    font-size: 2.6rem;
    padding: 0 20vw; }
    @media only screen and (max-width: 56.25em) {
      .page-header h3 {
        padding: 0 10vw; } }
    @media only screen and (max-width: 37.5em) {
      .page-header h3 {
        padding: 0 5vw; } }

.arrows div:focus,
.arrows div:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes bouncebg {
  0%,
  100% {
    background-position: 30.6% 50%, 30%;
    @media only screen and (max-width: 21.5em) {
      background-position: 26.5% 50%, 25%; } }
  0% {
    background-position: 30.6% 100%, 30%;
    @media only screen and (max-width: 21.5em) {
      background-position: 26.5% 100%, 25%; } } }

@keyframes arrow {
  100% {
    background-position: 96.5%, 95% 30%, 93%, 100%; }
  0% {
    background-position: 97.5%, 95%, 91.8%, 100%; } }

.line {
  height: 13px;
  width: 0;
  margin-top: 72px;
  margin-left: -6px;
  margin-bottom: -16px;
  background: #0E97CB;
  transform: rotate(-37deg);
  transform-origin: left;
  animation: grow .5s linear forwards; }

@keyframes grow {
  to {
    width: 220%; } }

.line-2 {
  height: 13px;
  width: 0;
  margin-top: -13px;
  margin-left: -41px;
  /* margin-bottom: -14px; */
  background: #0E97CB;
  transform: rotate(35deg);
  transform-origin: left;
  animation: grow .5s linear forwards; }

@keyframes grow {
  to {
    width: 220%; } }

body {
  font-family: "Rubik", sans-serif;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.5; }

.heading-primary {
  padding: 4rem 0;
  font-size: 4.8rem;
  font-weight: 500;
  display: block;
  text-align: center; }
  .heading-primary--white {
    color: #fff; }

.page-heading {
  padding: 2.5rem 0;
  font-weight: 500;
  font-size: 4rem;
  text-align: right;
  color: #0f8dc7;
  margin-bottom: 3rem; }

.page-blog-title {
  text-align: center;
  margin-bottom: 6rem;
  color: #fff;
  font-weight: bold;
  font-size: 4.5rem; }

.post-title {
  color: #0f8dc7;
  font-size: 2.2rem;
  font-weight: 500; }

.main-post-title {
  color: #0f8dc7;
  font-size: 4.5rem;
  font-weight: 500;
  text-align: right;
  margin: 4rem 0; }

.page-content {
  font-size: 1.8rem;
  line-height: 1.5; }

h2 {
  margin: unset; }

form p {
  text-align: right;
  margin-bottom: 2rem; }

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  right: 10px;
  left: unset;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  right: 10px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  right: 0;
  left: unset; }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0f8dc7;
  background-color: #0f8dc7;
  z-index: 0; }

[type="checkbox"].filled-in + span:not(.lever) {
  padding-right: 25px;
  padding-left: 0;
  font-size: 1.5rem;
  color: #1a1a1a; }

input:not(.browser-default):focus {
  border-bottom: 1px solid #0f8dc7 !important;
  box-shadow: 0 1px 0 0 #0f8dc7 !important; }

[role="form"] form input:not(.browser-default),
[role="form"] form input:not(.wpcf7-submit) {
  font-size: 1.7rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  color: #1a1a1a;
  text-align: right; }
  [role="form"] form input:not(.browser-default)::placeholder,
  [role="form"] form input:not(.wpcf7-submit)::placeholder {
    color: #1a1a1a; }

[role="form"] form input[type="submit"].wpcf7-submit {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 0;
  border: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-align: center !important; }

span.wpcf7-not-valid-tip {
  direction: rtl;
  text-align: right; }

#breadcrumbs {
  font-size: 1.6rem; }

.pagination {
  padding: 1rem 0 3rem;
  font-size: 1.8rem; }

.color-blue {
  color: #0f8dc7; }

.color-white {
  color: #fff; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

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

.d-flex {
  display: flex; }

.align-items-end {
  align-items: flex-end; }

.d-flex-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.as-end {
  align-self: end; }

.as-start {
  align-self: start; }

.mt--3 {
  margin-top: -2.8rem; }

.top--2 {
  top: -2rem; }

.p-0 {
  padding: 0; }

.pb-4 {
  padding-bottom: 3rem; }

.m-0 {
  margin: 0; }

.my-4 {
  margin: 4rem 0; }

.mt-0 {
  margin-top: 0rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-10 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-1-not-last:not(:last-child) {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mr-1 {
  margin-right: 1rem; }

.w-4 {
  width: 4.4rem; }

.hidden-check {
  display: none; }

.fs-6 {
  font-size: 6rem; }

.fs-7 {
  font-size: 7rem; }

.fs-8 {
  font-size: 8rem; }

.fw-n {
  font-weight: normal; }

.min-500 {
  min-height: 550px; }

html[lang="en_US"] {
  direction: ltr; }
  html[lang="en_US"] body,
  html[lang="en_US"] main {
    direction: ltr; }
  html[lang="en_US"] .top-bar {
    padding: 0.7rem 11.5vw 0.7rem 7vw; }
  html[lang="en_US"] .navigation .custom-logo-link {
    left: unset;
    right: 7.5vw; }
  html[lang="en_US"] .navigation .stellarnav .dd-toggle {
    right: 0;
    left: unset; }
  html[lang="en_US"] .navigation .stellarnav ul#main-menu li.search form {
    border-right: unset;
    border-left: 1px solid #fff; }
  html[lang="en_US"] .navigation .stellarnav ul#main-menu li a {
    text-align: left; }
  html[lang="en_US"] .team-filter {
    direction: ltr; }
    html[lang="en_US"] .team-filter select {
      background: url(img/down.svg) no-repeat right; }
    html[lang="en_US"] .team-filter__item--search {
      background-position-x: 100%; }
  html[lang="en_US"] .section-team .team-slider {
    direction: ltr; }
    html[lang="en_US"] .section-team .team-slider__grid__item__content__wrapper__row {
      direction: ltr; }
  html[lang="en_US"] .page-team__grid {
    direction: ltr; }
  html[lang="en_US"] .single-lowyer__sidebar {
    margin-right: unset;
    margin-left: 7rem; }
  html[lang="en_US"] .section-blog__slider__item {
    text-align: left;
    direction: ltr; }
  html[lang="en_US"] .activities__filter select {
    background-position: right; }
  html[lang="en_US"] .footer .nl-pop__content__body__form {
    text-align: left;
    border-left: unset;
    border-right: 1px solid #bebebe;
    padding-left: unset;
    padding-right: 6rem; }
  html[lang="en_US"] .footer .nl-pop__content__body__checkbox {
    padding-right: unset;
    padding-left: 6rem; }
  html[lang="en_US"] [type="checkbox"].filled-in + span:not(.lever) {
    padding-left: 25px;
    padding-right: unset; }
  html[lang="en_US"] [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    left: 0;
    right: unset;
    z-index: 0; }
  html[lang="en_US"] [type="checkbox"].filled-in + span:not(.lever):before,
  html[lang="en_US"] [type="checkbox"].filled-in + span:not(.lever):after {
    right: unset;
    left: 0; }
  html[lang="en_US"] [role="form"] form input:not(.browser-default),
  html[lang="en_US"] [role="form"] form input:not(.wpcf7-submit) {
    text-align: left; }
  html[lang="en_US"] form p {
    text-align: left; }

.btn {
  border: 0;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background-color: #0f8dc7;
  color: #fff; }
  .btn--red {
    background-color: #e51283;
    font-size: 2.2rem;
    padding: 1.3rem 4rem; }
    .btn--red:hover {
      background-color: #b60e68; }

.btn, .btn-large, .btn-flat, select {
  height: unset; }

.openNewsPop {
  cursor: pointer; }

.btn-fill {
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #061d2f;
  width: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 2px solid #061d2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#061d2f), to(#061d2f));
  background-image: linear-gradient(#061d2f, #061d2f);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size .5s, color .5s;
  transition: background-size .5s, color .5s; }
  .btn-fill:hover {
    background-size: 100% 100%;
    color: #fff; }

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 7vw 0.7rem 11.5vw;
  position: relative;
  background-color: #fff; }
  @media only screen and (max-width: 56.25em) {
    .top-bar {
      padding: 1rem 0.5rem;
      flex-direction: column-reverse;
      display: none; } }
  .top-bar__item__nav ul {
    list-style: none; }
    .top-bar__item__nav ul li {
      display: inline; }
      .top-bar__item__nav ul li a {
        font-size: 0.8vw;
        padding: 0.45vw 0.9vw;
        color: #707070;
        transition: all 0.2s; }
        .top-bar__item__nav ul li a:hover {
          color: black; }
        @media only screen and (max-width: 56.25em) {
          .top-bar__item__nav ul li a {
            font-size: 1.8rem;
            padding: 1rem 0.5rem; } }
  .top-bar__item--social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem; }
    @media only screen and (max-width: 56.25em) {
      .top-bar__item--social {
        padding-bottom: 0.8rem; } }
    .top-bar__item--social a {
      display: flex;
      align-items: center; }
      .top-bar__item--social a img {
        width: 4.4rem;
        height: auto; }

.navigation {
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 6.5vw;
  position: relative; }
  .navigation .stellarnav {
    background: unset;
    z-index: 10; }
    .navigation .stellarnav .dd-toggle {
      right: unset;
      left: 0; }
    .navigation .stellarnav .menu-toggle {
      padding: unset; }
      .navigation .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 6px;
        margin: 0 0 5px; }
    .navigation .stellarnav ul#main-menu {
      display: inline;
      background: transparent; }
      .navigation .stellarnav ul#main-menu li a {
        font-size: 1.1vw;
        padding: 0.7vw 1.3vw;
        text-align: right;
        transition: all 0.2s; }
        .navigation .stellarnav ul#main-menu li a[aria-current="page"] {
          color: #0f8dc7; }
        .navigation .stellarnav ul#main-menu li a:hover {
          color: #cccccc; }
        @media only screen and (max-width: 56.25em) {
          .navigation .stellarnav ul#main-menu li a {
            font-size: 2.8rem;
            padding: 2rem 0.5rem; } }
      .navigation .stellarnav ul#main-menu li.search {
        padding: 2rem 0.5rem; }
        .navigation .stellarnav ul#main-menu li.search form {
          display: flex;
          align-items: center;
          border-right: 1px solid #fff; }
          @media only screen and (max-width: 56.25em) {
            .navigation .stellarnav ul#main-menu li.search form {
              border-right: unset !important;
              border-left: unset !important; } }
          .navigation .stellarnav ul#main-menu li.search form .search-btn {
            border: 0;
            background: transparent;
            padding: 0 1vw; }
            @media only screen and (max-width: 56.25em) {
              .navigation .stellarnav ul#main-menu li.search form .search-btn {
                padding: 1rem 0.5rem; } }
            .navigation .stellarnav ul#main-menu li.search form .search-btn:focus, .navigation .stellarnav ul#main-menu li.search form .search-btn:active {
              outline: transparent; }
            .navigation .stellarnav ul#main-menu li.search form .search-btn i {
              color: #fff;
              font-size: 1.1vw;
              cursor: pointer; }
              @media only screen and (max-width: 56.25em) {
                .navigation .stellarnav ul#main-menu li.search form .search-btn i {
                  font-size: 1.8rem; } }
          .navigation .stellarnav ul#main-menu li.search form .search-field {
            border: 0;
            padding: 0.7rem;
            display: none; }
  .navigation .custom-logo-link {
    display: block;
    position: absolute;
    top: 2rem;
    left: 7.5vw;
    z-index: 20;
    direction: ltr; }
    .navigation .custom-logo-link img {
      width: auto;
      height: auto;
      transition: all 0.1s; }
      .navigation .custom-logo-link img:hover {
        transform: scale(1.025); }
      @media only screen and (max-width: 75em) {
        .navigation .custom-logo-link img {
          width: 25rem; } }
      @media only screen and (max-width: 56.25em) {
        .navigation .custom-logo-link img {
          width: 20rem; } }

.bread-wrap {
  padding: 1rem 7.5vw; }

header li.show-mobile a {
  font-size: 2.2rem !important;
  font-weight: 100; }

@media only screen and (max-width: 56.25em) {
  header .border-bold a {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15) !important; } }

.team-err {
  width: 80%;
  margin: 0 auto;
  color: #0f8dc7;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center; }

.team-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4rem;
  direction: rtl; }
  .team-filter__title {
    font-size: 5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0f8dc7;
    margin-bottom: 2rem; }
  .team-filter--blog {
    width: 50%;
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem auto; }
  @media only screen and (max-width: 37.5em) {
    .team-filter {
      grid-template-columns: unset;
      grid-row-gap: 2.5rem;
      z-index: 1999;
      position: relative; } }
  .team-filter__item {
    font-size: 2rem;
    width: 100%;
    max-width: 100%; }
    .team-filter__item--search {
      background: url(img/search.svg) no-repeat left;
      -webkit-appearance: none;
      background-position-x: 0;
      background-size: 6%; }
  .team-filter select {
    background: url(img/down.svg) no-repeat left;
    -webkit-appearance: none;
    background-position-x: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    font-family: inherit;
    padding: 1rem; }
    .team-filter select:focus {
      outline: transparent; }
  .team-filter select {
    color: #707070; }
  .team-filter option {
    color: #1a1a1a;
    font-size: 1.6rem; }
  .team-filter input {
    border: 0;
    border-bottom: 1px solid #707070;
    background-color: transparent;
    font-family: inherit;
    padding: 1rem; }
    .team-filter input:focus {
      outline: transparent; }

.section-team {
  position: relative;
  background-color: #f6f6f6;
  padding-bottom: 4rem;
  direction: ltr; }
  .section-team .arrows {
    position: absolute;
    top: 50%;
    width: 100%; }
    .section-team .arrows .next {
      width: 100%;
      height: 100px;
      background-image: url(img/arrow.png);
      background-size: contain;
      transform: rotateZ(180deg);
      background-repeat: no-repeat;
      position: absolute;
      right: 4%;
      cursor: pointer; }
      @media only screen and (max-width: 37.5em) {
        .section-team .arrows .next {
          background-size: 5%;
          right: 2%; } }
    .section-team .arrows .prev {
      width: 100%;
      height: 100px;
      background-image: url(img/arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 4%;
      cursor: pointer; }
      @media only screen and (max-width: 37.5em) {
        .section-team .arrows .prev {
          background-size: 5%;
          left: 2%;
          bottom: -155px; } }
  .section-team .team-slider {
    width: 80%;
    margin: 0 auto;
    direction: rtl;
    margin-bottom: 5rem; }
    .section-team .team-slider .slick-list .slick-slide img {
      max-width: 100%;
      width: 100%; }
    .section-team .team-slider .slick-dots {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 3.5rem 0;
      list-style-type: none; }
      .section-team .team-slider .slick-dots li {
        margin: 0 0.25rem; }
      .section-team .team-slider .slick-dots button {
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #c0c0c0;
        text-indent: -9999px; }
        .section-team .team-slider .slick-dots button:active, .section-team .team-slider .slick-dots button:focus {
          outline: transparent; }
      .section-team .team-slider .slick-dots li.slick-active button {
        background-color: #0f8dc7; }
    .section-team .team-slider__grid__item {
      padding-left: 10px; }
      .section-team .team-slider__grid__item__content {
        position: relative; }
        .section-team .team-slider__grid__item__content__wrapper {
          position: absolute;
          bottom: 0;
          width: 100%;
          background-color: rgba(15, 141, 199, 0.5);
          color: #fff;
          padding: 1.5rem; }
          .section-team .team-slider__grid__item__content__wrapper__row {
            display: flex;
            direction: rtl;
            align-items: baseline; }
            .section-team .team-slider__grid__item__content__wrapper__row__title {
              flex: 1;
              font-size: 1.8rem;
              font-weight: 500; }
            .section-team .team-slider__grid__item__content__wrapper__row__category {
              font-size: 1.6rem;
              font-weight: 100; }
          .section-team .team-slider__grid__item__content__wrapper__description {
            flex: 1; }

.section-blog {
  padding: 7rem 0;
  overflow: auto;
  position: relative;
  background-image: url("img/blog-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  /* the slides */
  /* the parent */ }
  .section-blog__wide {
    background: transparent;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    display: grid;
    grid-template-columns: 39% 1fr;
    grid-column-gap: 3rem;
    align-items: center;
    transition: all 0.2s; }
    .section-blog__wide__img {
      max-width: 100%;
      border: 3px solid #fff; }
      @media only screen and (max-width: 37.5em) {
        .section-blog__wide__img {
          grid-column: 1/-1;
          margin-bottom: 2rem; } }
    .section-blog__wide__content {
      padding-left: 1rem; }
      @media only screen and (max-width: 37.5em) {
        .section-blog__wide__content {
          grid-column: 1/-1; } }
      .section-blog__wide__content__date {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 200; }
      .section-blog__wide__content__title {
        font-weight: 500;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 2rem; }
      .section-blog__wide__content__description {
        font-size: 2.2rem;
        font-weight: 200;
        width: 70%;
        color: #d2d2d2; }
        @media only screen and (max-width: 56.25em) {
          .section-blog__wide__content__description {
            width: unset; } }
  .section-blog .slick-slide {
    margin: 0 27px;
    outline: none; }
  .section-blog .slick-list {
    margin: 0 -27px;
    padding: 0 10% 0 0; }
  .section-blog__slider {
    margin-top: 10rem;
    margin-left: 6vw; }
    .section-blog__slider__item {
      text-align: right;
      direction: rtl; }
      .section-blog__slider__item:hover {
        cursor: url("img/cursor.svg"), auto; }
      .section-blog__slider__item__img {
        max-width: 100%;
        width: 100%;
        height: 29.5rem;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 68em) {
          .section-blog__slider__item__img {
            height: 25rem; } }
      .section-blog__slider__item__title {
        font-size: 2.4rem;
        color: #fff;
        margin-bottom: 1rem;
        font-weight: 400;
        line-height: 1.3; }
      .section-blog__slider__item__description {
        font-size: 1.8rem;
        color: #d2d2d2;
        margin-bottom: 1rem;
        font-weight: 300; }
      .section-blog__slider__item__read-more {
        font-size: 1.8rem;
        color: #0f8dc7; }
  .section-blog .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3.5rem 0;
    list-style-type: none; }
    .section-blog .slick-dots li {
      margin: 0 0.25rem; }
    .section-blog .slick-dots button {
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #c0c0c0;
      text-indent: -9999px; }
      .section-blog .slick-dots button:active, .section-blog .slick-dots button:focus {
        outline: transparent; }
    .section-blog .slick-dots li.slick-active button {
      background-color: #0f8dc7; }

.activities {
  padding: 3rem 0 5rem;
  overflow: auto;
  position: relative;
  background-image: url("img/activities-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden; }
  .activities__title {
    color: #fff;
    text-shadow: 0px 2px 5px #00000059; }
  .activities__filter {
    background-color: rgba(165, 165, 165, 0.38);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2rem 10rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
    font-size: 2.5rem;
    backdrop-filter: blur(19px); }
    @media only screen and (max-width: 31.25em) {
      .activities__filter {
        padding: 2rem 1rem;
        font-size: 2rem; } }
    @media only screen and (max-width: 21.5em) {
      .activities__filter {
        flex-direction: column; } }
    .activities__filter__title {
      letter-spacing: 2px;
      line-height: 2; }
      @media only screen and (max-width: 31.25em) {
        .activities__filter__title {
          letter-spacing: 1px; } }
      @media only screen and (max-width: 21.5em) {
        .activities__filter__title {
          text-align: center;
          margin-bottom: 1rem;
          letter-spacing: 2px; } }
    .activities__filter select {
      background: url(img/down-white.svg) no-repeat left;
      fill: #fff;
      -webkit-appearance: none;
      background-position-x: 0;
      border: 0;
      border-bottom: 1px solid #d9d9d9;
      font-family: inherit;
      font-size: 2.2rem;
      width: 50%;
      color: #d9d9d9 !important;
      font-weight: 100; }
      @media only screen and (max-width: 31.25em) {
        .activities__filter select {
          font-size: 2rem;
          margin: 0 auto; } }
      .activities__filter select:focus {
        outline: transparent; }
    .activities__filter select {
      padding-right: 1rem;
      color: #707070; }
    .activities__filter option {
      color: #1a1a1a;
      font-size: 1.8rem; }
  .activities__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    direction: rtl !important; }
    .activities__arrows .next {
      width: 50%;
      height: 100px;
      background-image: url(img/arr-r.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 7%;
      cursor: pointer;
      z-index: 0;
      background-position-x: right; }
      .activities__arrows .next:active, .activities__arrows .next:focus {
        outline: none; }
      @media only screen and (max-width: 75em) {
        .activities__arrows .next {
          background-size: 5%;
          right: 2%;
          background-position-y: center; } }
      @media only screen and (max-width: 37.5em) {
        .activities__arrows .next {
          background-size: 5%;
          right: 2%; } }
    .activities__arrows .prev {
      width: 50%;
      height: 100px;
      background-image: url(img/arr-l.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 7%;
      cursor: pointer;
      z-index: 0; }
      .activities__arrows .prev:active, .activities__arrows .prev:focus {
        outline: none; }
      @media only screen and (max-width: 75em) {
        .activities__arrows .prev {
          background-size: 5%;
          left: 2%;
          background-position-y: center; } }
      @media only screen and (max-width: 37.5em) {
        .activities__arrows .prev {
          background-size: 5%;
          left: 2%; } }
  .activities .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3.5rem 0;
    list-style-type: none; }
    .activities .slick-dots li {
      margin: 0 0.25rem; }
    .activities .slick-dots button {
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #C0C0C0;
      text-indent: -9999px; }
      .activities .slick-dots button:active, .activities .slick-dots button:focus {
        outline: transparent; }
    .activities .slick-dots li.slick-active button {
      background-color: #0f8dc7; }
  .activities__grid {
    /*display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap:1rem;

        @media only screen and(max-width:$bp-smallest) {
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        }*/
    direction: ltr;
    position: relative;
    z-index: 99; }
    .activities__grid .slick-track .slick-slide div {
      display: flex;
      justify-content: center; }
    .activities__grid .wrapper {
      padding: 5px;
      width: 200px !important; }
      @media only screen and (max-width: 37.5em) {
        .activities__grid .wrapper {
          width: 100px !important; } }
    .activities__grid__item {
      background-color: #fff;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      height: 100px;
      direction: rtl;
      transition: all .2s; }
      .activities__grid__item:hover {
        transform: translateY(-2px);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }
      .activities__grid__item:active {
        transform: translateY(0); }
      .activities__grid__item__title {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1rem;
        text-align: center; }
        .activities__grid__item__title a {
          color: #1a1a1a;
          outline: none;
          line-height: 1; }
      .activities__grid__item__description {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1;
        color: #707070;
        width: 70%;
        margin: 0 auto; }

.testimonials {
  position: relative;
  padding: 3rem 0 5rem;
  clear: both; }
  .testimonials__container {
    max-width: 120rem;
    margin: 0 auto 0;
    position: relative;
    display: flex;
    flex-direction: column; }
  .testimonials__arrows {
    position: absolute;
    top: 19rem;
    width: 100%;
    direction: rtl !important; }
    .testimonials__arrows .next {
      width: 5%;
      height: 60px;
      background-image: url(img/arrow.png);
      background-size: contain;
      transform: rotateZ(180deg);
      background-repeat: no-repeat;
      position: absolute;
      right: 0%;
      cursor: pointer;
      z-index: 199; }
      @media only screen and (max-width: 75em) {
        .testimonials__arrows .next {
          background-size: 5%;
          right: 2%;
          background-position-y: center; } }
      @media only screen and (max-width: 37.5em) {
        .testimonials__arrows .next {
          background-size: 5%;
          right: 2%; } }
    .testimonials__arrows .prev {
      width: 5%;
      height: 60px;
      background-image: url(img/arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0%;
      cursor: pointer;
      z-index: 199; }
      @media only screen and (max-width: 75em) {
        .testimonials__arrows .prev {
          background-size: 5%;
          left: 2%;
          background-position-y: center; } }
      @media only screen and (max-width: 37.5em) {
        .testimonials__arrows .prev {
          background-size: 5%;
          left: 2%; } }
  .testimonials__slider {
    width: 90%;
    margin: 0 auto;
    clear: both;
    direction: ltr; }
    @media only screen and (max-width: 75em) {
      .testimonials__slider {
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .testimonials__slider {
        float: unset;
        width: 90%;
        margin: 0 auto; } }
    .testimonials__slider__item {
      direction: rtl;
      text-align: right; }
      .testimonials__slider__item__title {
        font-size: 2.6rem;
        color: #0f8dc7;
        margin-bottom: 1rem; }
      .testimonials__slider__item__description {
        font-size: 2rem; }
    .testimonials__slider .slick-slide img {
      max-width: 100%;
      width: 100%; }
  .testimonials .slider-nav-thumbnails {
    margin-top: 5rem;
    direction: ltr; }
    .testimonials .slider-nav-thumbnails__wrap-img {
      height: 100px;
      display: flex !important;
      align-items: center;
      justify-content: center; }
    .testimonials .slider-nav-thumbnails .slick-track {
      display: flex;
      flex-direction: row;
      margin-left: auto;
      justify-content: center; }
      .testimonials .slider-nav-thumbnails .slick-track .slick-slide {
        margin: 2rem;
        width: auto !important; }
        .testimonials .slider-nav-thumbnails .slick-track .slick-slide img {
          width: 55px;
          filter: grayscale(100%);
          transition: all .2s;
          cursor: pointer; }
      .testimonials .slider-nav-thumbnails .slick-track .slick-slide.slick-current img {
        filter: unset;
        transform: scale(1.8); }
  .testimonials .slick-dots {
    display: flex;
    justify-content: center;
    direction: ltr;
    margin: 0;
    padding: 3.5rem 0;
    list-style-type: none; }
    .testimonials .slick-dots li {
      margin: 0 0.25rem; }
    .testimonials .slick-dots button {
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #C0C0C0;
      text-indent: -9999px; }
      .testimonials .slick-dots button:active, .testimonials .slick-dots button:focus {
        outline: transparent; }
    .testimonials .slick-dots li.slick-active button {
      background-color: #0f8dc7; }

.works {
  padding: 2rem 0;
  background-color: rgba(165, 165, 165, 0.1);
  direction: ltr;
  /* the slides */
  /* the parent */ }
  .works:hover {
    cursor: url("img/cursor.svg"), auto; }
  .works .slick-slide {
    margin: 0 27px; }
  .works .slick-list {
    margin: 0 -27px;
    padding: 0 10% 0 0; }
  .works__slider {
    margin-left: 6vw; }
    .works__slider__item {
      text-align: right;
      direction: rtl; }
      .works__slider__item__img {
        max-width: 100%;
        width: 100%;
        height: 29.5rem;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 68em) {
          .works__slider__item__img {
            height: 25rem; } }
      .works__slider__item__title {
        font-size: 2.4rem;
        color: #1a1a1a;
        margin-bottom: 1rem;
        font-weight: 500;
        line-height: 1.3; }
      .works__slider__item__description {
        font-size: 1.8rem;
        color: #707070;
        margin-bottom: 1rem; }
      .works__slider__item__read-more {
        font-size: 1.8rem;
        color: #0f8dc7; }
  .works .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3.5rem 0;
    list-style-type: none; }
    .works .slick-dots li {
      margin: 0 0.25rem; }
    .works .slick-dots button {
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #C0C0C0;
      text-indent: -9999px; }
      .works .slick-dots button:active, .works .slick-dots button:focus {
        outline: transparent; }
    .works .slick-dots li.slick-active button {
      background-color: #0f8dc7; }
  .works__arrows {
    width: 100%;
    display: flex;
    justify-content: center; }
    .works__arrows .next {
      width: 100%;
      height: 60px;
      background-image: url(img/work-arr.png);
      background-size: auto;
      transform: rotateZ(180deg);
      background-repeat: no-repeat;
      cursor: pointer; }
    .works__arrows .prev {
      width: 100%;
      height: 60px;
      background-image: url(img/work-arr.png);
      background-size: auto;
      background-repeat: no-repeat;
      cursor: pointer;
      margin-left: 1.5rem; }

.footer {
  background-image: url("img/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5rem; }
  .footer .hidden-pop {
    opacity: 0;
    transition: all 0.2s; }
  .footer .nl-pop {
    display: none;
    justify-content: center; }
    .footer .nl-pop__overlay {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100vh;
      z-index: 200;
      background-color: rgba(0, 0, 0, 0.52);
      opacity: 1;
      backdrop-filter: brightness(100%) blur(10px);
      -webkit-backdrop-filter: brightness(100%) blur(10px);
      overflow-y: hidden;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .footer .nl-pop__content {
      position: absolute;
      width: 75%;
      top: 5%;
      background: #fff;
      border: 2px solid #fff;
      z-index: 999; }
      @media only screen and (max-width: 56.25em) {
        .footer .nl-pop__content {
          width: 95%; } }
      .footer .nl-pop__content__title {
        text-align: center;
        color: #fff;
        background-color: #0f8dc7;
        padding: 1rem 0;
        font-size: 3.5rem; }
      .footer .nl-pop__content__body {
        padding: 2.5rem 5rem;
        display: flex; }
        @media only screen and (max-width: 56.25em) {
          .footer .nl-pop__content__body {
            flex-direction: column-reverse; } }
        .footer .nl-pop__content__body__form {
          flex: 0.3;
          padding-left: 6rem;
          border-left: 1px solid #bebebe;
          text-align: right;
          direction: rtl; }
          @media only screen and (max-width: 56.25em) {
            .footer .nl-pop__content__body__form {
              border-left: unset;
              border-top: 1px solid #bebebe;
              padding-top: 2rem;
              margin-top: 2rem;
              padding-left: unset; } }
          .footer .nl-pop__content__body__form__title {
            color: #0f8dc7;
            font-size: 2.5rem;
            margin-bottom: 1.5rem; }
          .footer .nl-pop__content__body__form input {
            font-size: 1.7rem;
            padding: 0.5rem 0.5rem 0.5rem 0;
            color: #1a1a1a; }
            .footer .nl-pop__content__body__form input::placeholder {
              color: #1a1a1a; }
          .footer .nl-pop__content__body__form input[type="submit"] {
            width: 100%;
            margin-top: 1rem;
            padding: 2rem 0;
            background-color: #e51283;
            border: 0;
            color: #fff;
            outline: none;
            cursor: pointer; }
            .footer .nl-pop__content__body__form input[type="submit"]:hover {
              background-color: #ee238f; }
          .footer .nl-pop__content__body__form span.wpcf7-not-valid-tip {
            direction: rtl;
            text-align: right; }
        .footer .nl-pop__content__body__checkbox {
          flex: 0.7;
          padding-right: 6rem; }
          @media only screen and (max-width: 56.25em) {
            .footer .nl-pop__content__body__checkbox {
              padding-right: unset; } }
          .footer .nl-pop__content__body__checkbox__title {
            color: #0f8dc7;
            font-size: 2.5rem;
            margin-bottom: 2.5rem; }
          .footer .nl-pop__content__body__checkbox__body {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 1rem; }
            @media only screen and (max-width: 56.25em) {
              .footer .nl-pop__content__body__checkbox__body {
                grid-template-columns: repeat(2, 1fr); } }
            .footer .nl-pop__content__body__checkbox__body p {
              margin-bottom: 1.5rem; }
            .footer .nl-pop__content__body__checkbox__body__label {
              color: #1a1a1a; }
              .footer .nl-pop__content__body__checkbox__body__label span {
                display: flex;
                align-items: center;
                line-height: 1; }
                @media only screen and (max-width: 56.25em) {
                  .footer .nl-pop__content__body__checkbox__body__label span {
                    height: 20px; } }
  .footer__flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .footer__flex {
        flex-direction: column; } }
    .footer__flex h3 {
      font-size: 2.4rem;
      color: #0f8dc7;
      margin-bottom: 2rem;
      font-weight: 500; }
    @media only screen and (max-width: 37.5em) {
      .footer__flex__item:not(:last-child) {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__flex__item--sitemap {
        grid-column: 1/3;
        justify-self: center; } }
    .footer__flex__item--sitemap h3 {
      margin-top: -2rem; }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--sitemap h3 {
          margin-top: unset;
          grid-column: 2/-1; } }
    .footer__flex__item--sitemap ul {
      list-style: none; }
      .footer__flex__item--sitemap ul li:not(:last-child) {
        margin-bottom: 1rem; }
      .footer__flex__item--sitemap ul li a {
        color: #fff;
        font-size: 2rem;
        font-weight: 100;
        transition: all 0.2s; }
        .footer__flex__item--sitemap ul li a:hover {
          color: #cccccc; }
    @media only screen and (max-width: 37.5em) {
      .footer__flex__item--branches {
        grid-column: 3/-1;
        justify-self: center; } }
    .footer__flex__item--branches h3 {
      margin-top: -2rem; }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--branches h3 {
          margin-top: unset; } }
    .footer__flex__item--branches .branches__content__text {
      font-size: 1.6rem;
      color: #a5a5a5; }
      .footer__flex__item--branches .branches__content__text:not(:last-child) {
        margin-bottom: 1rem; }
      .footer__flex__item--branches .branches__content__text span {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 100; }
    .footer__flex__item--newsletter {
      grid-column: 3/5;
      list-style: none;
      padding: 0 5rem;
      text-align: center;
      position: relative;
      right: 4rem; }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--newsletter {
          grid-column: 1/-1;
          padding: 2rem 0; } }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--newsletter {
          padding: 2.5rem;
          right: 0; } }
      .footer__flex__item--newsletter h3 {
        color: #fff;
        font-weight: 500;
        font-size: 3.8rem;
        line-height: 1;
        text-align: center;
        margin-bottom: 0.5rem; }
      .footer__flex__item--newsletter p {
        margin-bottom: 2.5rem;
        color: #d9d9d9;
        font-size: 2rem; }
      .footer__flex__item--newsletter button {
        padding: 2rem 0;
        width: 100%;
        color: #fff;
        font-size: 1.5rem;
        background-color: #e51283;
        border: 0;
        cursor: pointer;
        outline: none;
        box-shadow: 0px 10px 20px #00000059; }
        .footer__flex__item--newsletter button:hover {
          background-color: #cd1075; }
      .footer__flex__item--newsletter form {
        font-size: 1.6rem; }
        .footer__flex__item--newsletter form .wpcf7-response-output {
          color: #fff;
          border: 0;
          padding: 0;
          margin-top: 1rem; }
        .footer__flex__item--newsletter form input {
          font-family: inherit;
          font-size: 1.6rem;
          width: calc(100% - 6.25px);
          padding: 1rem;
          text-align: right; }
        .footer__flex__item--newsletter form select {
          font-family: inherit;
          font-size: 1.6rem;
          width: auto;
          padding: 1.1rem;
          padding-left: 2.5rem;
          background-image: url(img/down-blue.svg);
          background-position-y: center;
          background-position-x: 1%;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          text-overflow: "";
          color: #707070; }
          @media only screen and (max-width: 37.5em) {
            .footer__flex__item--newsletter form select {
              padding-left: 3rem; } }
          .footer__flex__item--newsletter form select option {
            color: #1a1a1a; }
        .footer__flex__item--newsletter form input[type="submit"] {
          font-family: inherit;
          font-size: 1.6rem;
          width: 105%;
          padding: 1rem;
          align-self: baseline;
          margin-right: 1rem;
          background-color: #a5a5a5;
          border-color: transparent;
          cursor: pointer; }
          .footer__flex__item--newsletter form input[type="submit"]:hover {
            background-color: #8c8c8c; }
        .footer__flex__item--newsletter form .row {
          margin-top: 1rem;
          display: flex; }
    .footer__flex__item--social {
      justify-self: end; }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--social {
          grid-column: 1/-1;
          justify-self: center; } }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--social {
          text-align: center; } }
      .footer__flex__item--social li:not(:last-child) {
        margin-bottom: 0.7rem; }
        @media only screen and (max-width: 37.5em) {
          .footer__flex__item--social li:not(:last-child) {
            margin-left: 1rem;
            margin-bottom: 0; } }
      .footer__flex__item--social li a img {
        width: 44px;
        height: 44px; }
      @media only screen and (max-width: 37.5em) {
        .footer__flex__item--social li {
          display: inline-block; } }
  .footer__location {
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    color: #a5a5a5; }
    .footer__location span {
      color: #0f8dc7;
      font-weight: 500; }
  .footer__privecy {
    background-color: #164356;
    text-align: center;
    color: #fff;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1;
    transition: all 0.2s; }
    .footer__privecy a {
      color: #fff;
      font-size: 1.6rem; }
      .footer__privecy a:hover {
        color: #cccccc; }
  .footer__copy {
    background-color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0; }
    .footer__copy__creds a {
      background: url("img/logocc.png") no-repeat right;
      padding: 5px 40px 5px 0;
      color: #1a1a1a; }
      .footer__copy__creds a:hover {
        text-decoration: underline; }

.instagram {
  padding: 5rem 0; }

.video {
  height: 70rem;
  background-image: url("img/home-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  direction: ltr;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center; }
  .video .mobile-title {
    display: none;
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 #000, 1px 0 0 #0000005e, 1px 1px 0 #00000029, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; }
    @media only screen and (max-width: 37.5em) {
      .video .mobile-title {
        display: block; } }
  .video .lottie-anim {
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    pointer-events: none; }
    @media only screen and (max-width: 37.5em) {
      .video .lottie-anim {
        display: none; } }
  .video__grid {
    max-width: 100%;
    width: 81vw;
    height: 29vw;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr); }
    @media only screen and (max-width: 87.5em) {
      .video__grid {
        height: 31vw; } }
    @media only screen and (max-width: 68em) {
      .video__grid {
        height: 34vw; } }
    @media only screen and (max-width: 37.5em) {
      .video__grid {
        display: none; } }
    .video__grid__item {
      justify-self: center;
      position: relative; }
      .video__grid__item--c1 {
        grid-row: 2;
        grid-column: 1;
        width: -webkit-fill-available;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer; }
        .video__grid__item--c1 #yesodContent {
          position: relative;
          left: .3vw; }
      .video__grid__item--c2 {
        grid-row: 1;
        grid-column: 2;
        cursor: pointer; }
      .video__grid__item--c3 {
        grid-row: 2;
        grid-column: 3;
        width: -webkit-fill-available;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer; }
        .video__grid__item--c3 #lawyersContent {
          position: relative;
          right: 1vw; }
      .video__grid__item--c4 {
        grid-row: 1;
        grid-column: 4;
        cursor: pointer; }
        .video__grid__item--c4 #casesContent {
          position: relative;
          right: 2vw; }
          .video__grid__item--c4 #casesContent div:nth-child(2) {
            font-size: 1vw; }
      .video__grid__item--c5 {
        grid-row: 2;
        grid-column: 5;
        width: -webkit-fill-available;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer; }
        .video__grid__item--c5 #ratingContent {
          position: relative;
          right: 2.5vw; }
      .video__grid__item--c6 {
        grid-row: 1;
        grid-column: 6;
        cursor: pointer; }
        .video__grid__item--c6 #activitiesContent {
          position: relative;
          right: 3.5vw; }
          .video__grid__item--c6 #activitiesContent div:nth-child(2) {
            font-size: 1vw; }
      .video__grid__item--c7 {
        grid-row: 2;
        grid-column: 7;
        width: -webkit-fill-available;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer; }
        .video__grid__item--c7 #practicesContent {
          position: relative;
          right: 4vw; }
      .video__grid__item__content {
        display: none;
        text-align: center;
        color: #fff;
        line-height: 1;
        position: relative; }
        .video__grid__item__content__num {
          font-weight: 500;
          font-size: 3.5vw;
          text-shadow: 0px 5px 10px #00000059; }
        .video__grid__item__content__text {
          font-size: 1.15vw;
          text-shadow: 0px 5px 10px #00000059;
          line-height: 1; }

.page-team {
  padding-bottom: 6rem; }
  .page-team__title {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 4rem; }
  .page-team__header {
    height: 50vh;
    background-image: url("img/hearo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-team__header h2 {
      font-size: 8rem;
      color: #fff;
      text-shadow: 0px 2px 5px #00000059; }
  .page-team .team-filter {
    width: 100%;
    padding: 2.5rem 2rem;
    background-color: #fff; }
  .page-team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 2rem;
    grid-row-gap: 3rem; }
    .page-team__grid.loading {
      background-image: url("img/ajax-loader.gif");
      background-size: 100px;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 111999;
      position: relative; }
    @media only screen and (max-width: 75em) {
      .page-team__grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
    .page-team__grid__item__content {
      position: relative;
      background-image: radial-gradient(#c9cccd, #989ba0);
      transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .page-team__grid__item__content:hover {
        transform: translateY(10px); }
      .page-team__grid__item__content__header-img .glow-wrap {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        margin-top: -10px; }
        .page-team__grid__item__content__header-img .glow-wrap .glow {
          display: block;
          position: absolute;
          width: 40%;
          height: 200%;
          background: rgba(255, 255, 255, 0.2);
          top: 0;
          filter: blur(5px);
          transform: rotate(45deg) translate(-450%, 0);
          transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .page-team__grid__item__content__header-img img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.2);
        display: block;
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        margin-top: -10px; }
      .page-team__grid__item__content__header-img:hover img {
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
      .page-team__grid__item__content__header-img:hover .glow {
        transform: rotate(45deg) translate(450%, 0);
        transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .page-team__grid__item__content__wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(15, 141, 199, 0.5);
        color: #fff;
        padding: 1.5rem;
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .page-team__grid__item__content__wrapper__row {
          display: flex; }
          .page-team__grid__item__content__wrapper__row__title {
            flex: 1;
            font-size: 1.8rem;
            font-weight: 500; }
          .page-team__grid__item__content__wrapper__row__category {
            font-size: 1.6rem;
            font-weight: 100; }
        .page-team__grid__item__content__wrapper__description {
          flex: 1; }

#page-activities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  padding: 4rem 0; }
  @media only screen and (max-width: 56.25em) {
    #page-activities {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } }
  #page-activities a {
    background-color: #fff;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7rem;
    transition: all 0.2s;
    width: 100%;
    height: 20rem;
    border: 1px solid #d9d9d9;
    color: #1a1a1a;
    padding: 0 2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    color: #061d2f; }
    #page-activities a:hover {
      box-shadow: 0px 20px 30px #0000004d; }
    #page-activities a img {
      margin-bottom: 2rem; }

.activities__filter--page {
  display: none;
  background-color: #0f8dc7; }
  @media only screen and (max-width: 56.25em) {
    .activities__filter--page {
      display: flex; } }

.side-act {
  float: right;
  width: 300px;
  margin-right: 7.5vw;
  margin-top: 1rem;
  z-index: 199;
  position: relative;
  margin-left: 5rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .side-act {
      display: none; } }
  .side-act__text__title {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 1px solid;
    padding: 1rem 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem; }
  .side-act__lawyer__title {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 1px solid;
    padding: 1rem 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem; }
  .side-act__lawyer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
    .side-act__lawyer__grid__item {
      text-align: center;
      color: #1a1a1a; }
      .side-act__lawyer__grid__item img {
        max-width: 100%;
        background-color: #fff; }
  .side-act p {
    margin-bottom: 1rem;
    direction: rtl;
    padding: 0 2rem; }
    .side-act p a:link,
    .side-act p a:visited {
      font-size: 1.6rem;
      color: #1a1a1a;
      display: block;
      transition: all 0.2s; }
      .side-act p a:link:hover,
      .side-act p a:visited:hover {
        color: #0f8dc7; }
  .side-act::before {
    content: "";
    display: table;
    table-layout: fixed; }
  .side-act::-webkit-scrollbar {
    width: 12px; }
  .side-act::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .side-act::-webkit-scrollbar-thumb {
    background-color: #a5a5a5; }

.activity-main__content {
  font-size: 2.2rem;
  font-weight: 200;
  margin-bottom: 5rem; }

.activity-main__bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem; }
  .activity-main__bottom__news {
    flex: 0.5;
    margin-left: 8rem; }
    .activity-main__bottom__news__title {
      font-size: 2.8rem;
      font-weight: 500;
      border-bottom: 1px solid #d9d9d9;
      margin-bottom: 2rem; }
  .activity-main__bottom__rating {
    flex: 0.5; }
    .activity-main__bottom__rating__title {
      font-size: 2.8rem;
      font-weight: 500;
      border-bottom: 1px solid #d9d9d9;
      margin-bottom: 2rem; }
    .activity-main__bottom__rating__content {
      display: flex; }
      .activity-main__bottom__rating__content__item {
        margin-left: 2rem; }

.activity-main__toall {
  direction: ltr;
  margin-bottom: 5rem; }
  .activity-main__toall a {
    color: #1a1a1a;
    font-size: 2.8rem; }

.career-icons a img {
  width: 4.4rem; }

.job-apply {
  width: 500px;
  max-width: 100%;
  margin-top: 5rem; }
  .job-apply__title {
    color: #0f8dc7;
    padding: 2rem 0;
    font-weight: 500;
    text-align: center;
    font-size: 3rem; }
  .job-apply__form {
    padding: 1rem 4rem; }
    .job-apply__form [role="form"] form input[type="submit"].wpcf7-submit {
      border: 2px solid #0f8dc7;
      color: #0f8dc7;
      background-color: #fff;
      font-weight: 600;
      padding: 1.5rem 0;
      transition: all 0.3s; }
      .job-apply__form [role="form"] form input[type="submit"].wpcf7-submit:hover {
        background-color: #0f8dc7;
        color: #fff; }
    .job-apply__form span.resume {
      position: relative;
      width: 100%;
      display: block; }
      .job-apply__form span.resume:hover::before {
        animation: bouncebg 0.5s ease; }
    .job-apply__form span.resume:before {
      content: "צרף קורות חיים ";
      position: absolute;
      right: 0;
      padding: 1rem;
      background-color: #0f8dc7;
      background-image: url("img/up.png"), url("img/cloud.png");
      background-size: 12px, 26px;
      background-position: 30.6%, 30%;
      background-repeat: no-repeat;
      color: #fff;
      width: 100%;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      z-index: 0; }
      @media only screen and (max-width: 21.5em) {
        .job-apply__form span.resume:before {
          background-position: 26.5%, 25%; } }
    .job-apply__form span.resume > input {
      visibility: hidden;
      z-index: 1;
      padding-bottom: 2rem; }
    .job-apply__form span.letter {
      position: relative;
      width: 100%;
      display: block; }
      .job-apply__form span.letter:hover::before {
        animation: arrow 0.4s 1 alternate ease-out forwards; }
    .job-apply__form span.letter:before {
      content: "צרף מכתב פנייה";
      position: absolute;
      right: 0;
      padding: 1rem;
      border: 2px solid #a5a5a5;
      background-image: url("img/circle.png"), url("img/circle.png"), url("img/circle.png"), linear-gradient(90deg, #fff 88%, #0f8dc7 12%);
      background-size: 5px, 5px, 5px, contain;
      background-position: 97.5%, 95%, 91.8%, 100%;
      background-repeat: no-repeat;
      color: #a5a5a5;
      width: 100%;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s; }
    .job-apply__form span.letter > input {
      visibility: hidden;
      padding-bottom: 2rem; }

.body-movement {
  margin-top: 5rem; }
  @media only screen and (max-width: 56.25em) {
    .body-movement {
      flex-direction: column; } }
  .body-movement .move-right {
    -webkit-transform: translate3d(25px, 25px, 100px);
    transform: translate3d(25px, 25px, 100px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .body-movement .move-left {
    -webkit-transform: translate3d(-25px, -25px, 100px);
    transform: translate3d(-25px, -25px, 100px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.job-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem; }
  .job-img-grid__item--1 {
    align-self: end; }
  .job-img-grid__img {
    width: 30rem;
    height: 20rem;
    max-width: 100%;
    transform: translate3d(0, 0, 100px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0px 20px 30px #0000004d; }
    .job-img-grid__img--1, .job-img-grid__img--2 {
      height: auto; }
    .job-img-grid__img--2 {
      width: 25rem; }

select.jobSelect {
  border: 0;
  border-bottom: 1px solid #1a1a1a;
  color: #0f8dc7;
  font-weight: 500; }
  select.jobSelect option {
    color: #1a1a1a; }
  select.jobSelect:focus {
    outline: none; }

.grad-form__title {
  background-color: #061d2f;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 2.5rem; }

.grad-form__form {
  padding-top: 5rem;
  background-image: url("img/grad-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .grad-form__form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
    padding: 0 10rem; }
    @media only screen and (max-width: 37.5em) {
      .grad-form__form form {
        grid-template-columns: 1fr;
        padding: 0; } }
    .grad-form__form form .wpcf7-submit {
      background-color: #0f8dc7; }
      .grad-form__form form .wpcf7-submit:hover {
        background-color: #119edf; }
    .grad-form__form form p:nth-child(8) {
      padding-top: 1rem;
      grid-column: 1/-1;
      justify-self: center; }
    .grad-form__form form p:nth-child(9) {
      grid-column: 1/-1;
      justify-self: center;
      width: 300px; }

.works-page {
  padding-top: 6rem; }
  .works-page__item {
    display: flex;
    align-items: center;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 37.5em) {
      .works-page__item {
        flex-direction: column; } }
    .works-page__item__img {
      max-width: 100%;
      width: 35rem;
      height: 26rem;
      margin-left: 5rem; }
      @media only screen and (max-width: 37.5em) {
        .works-page__item__img {
          width: 100%;
          height: auto;
          margin-left: unset;
          margin-bottom: 1rem; } }
    .works-page__item__content {
      font-size: 1.8rem; }
      .works-page__item__content__title {
        color: #0f8dc7;
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 500;
        width: 90%; }
      .works-page__item__content__description {
        margin: 1rem 0;
        color: #707070; }
        .works-page__item__content__description p {
          display: inline; }
        .works-page__item__content__description a {
          margin-right: 1rem; }
      .works-page__item__content__tags {
        display: flex;
        align-items: baseline; }
        @media only screen and (max-width: 37.5em) {
          .works-page__item__content__tags {
            display: block; } }
        .works-page__item__content__tags__title {
          font-size: 1.8rem;
          font-weight: 500; }
        .works-page__item__content__tags a {
          font-size: 1.5rem; }

.page-search-field {
  margin-left: -4.25rem;
  padding: 1rem;
  border: 3px solid #0f8dc7;
  background-color: transparent;
  font-size: 2rem;
  width: 520px;
  max-width: 100%;
  font-family: inherit;
  outline: none; }

.page-search-btn {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 20;
  cursor: pointer; }
  .page-search-btn:active, .page-search-btn:focus {
    background-color: unset; }
  .page-search-btn .fas.fa-search {
    color: #0f8dc7;
    font-size: 2rem; }
    .page-search-btn .fas.fa-search:active, .page-search-btn .fas.fa-search:focus {
      outline: none; }

.result-count {
  font-size: 1.8rem;
  color: #707070;
  margin-bottom: 4rem; }

.search-result {
  margin-bottom: 3rem; }
  .search-result__title {
    font-size: 2.5rem;
    font-weight: 500; }
  .search-result__content {
    font-size: 2rem; }

.no-res {
  font-size: 2rem; }

.blog-page {
  width: 70%;
  margin: 5rem auto 5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  .blog-page__right {
    grid-column: 1/ 5;
    padding-left: 3rem; }
    .blog-page__right__title {
      border-bottom: 2px solid #0f8dc7;
      font-size: 2.4rem;
      font-weight: 500;
      color: #0f8dc7;
      padding: 1rem;
      margin-bottom: 4rem;
      margin-left: 15px; }
    .blog-page__right__slider__item {
      padding-left: 15px; }
      .blog-page__right__slider__item__img {
        max-width: 100%; }
      .blog-page__right__slider__item__title {
        margin-top: 0.5rem;
        font-size: 1.6rem;
        line-height: 1.2; }
      .blog-page__right__slider__item__description {
        font-size: 1.4rem;
        line-height: 1.2;
        padding-top: 0.5rem; }
        .blog-page__right__slider__item__description a {
          color: #1a1a1a; }
  .blog-page__left {
    grid-column: 5/ -1; }
    .blog-page__left__item__img {
      max-width: 100%;
      width: 400px; }
    .blog-page__left__item__title {
      font-size: 1.8rem;
      line-height: 1.2; }
    .blog-page__left__item__description {
      font-size: 2.3rem;
      line-height: 1.2;
      font-weight: 500; }
      .blog-page__left__item__description a {
        color: #1a1a1a; }

.about-rates__title {
  text-align: center;
  font-size: 3rem; }

.about-rates__contact {
  padding: 1rem 7rem;
  margin: 1rem 0; }

.contact {
  color: #707070; }
  .contact__jumbotron {
    display: flex;
    box-shadow: 0px 10px 20px #00000029;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 56.25em) {
      .contact__jumbotron {
        flex-direction: column-reverse;
        align-items: unset; } }
    .contact__jumbotron__content {
      padding-right: 10rem; }
      @media only screen and (max-width: 56.25em) {
        .contact__jumbotron__content {
          padding-right: 0;
          padding: 5rem; } }
      .contact__jumbotron__content__title {
        font-size: 2.6rem;
        font-weight: 500;
        margin-bottom: 1rem;
        color: #061d2f; }
      .contact__jumbotron__content__description {
        font-weight: 100;
        font-size: 1.8rem;
        margin-bottom: 2rem; }
      .contact__jumbotron__content__phone {
        direction: ltr;
        font-weight: 100;
        font-size: 1.8rem;
        text-align: right; }
        .contact__jumbotron__content__phone a {
          color: #707070; }
          .contact__jumbotron__content__phone a:hover {
            color: #0f8dc7; }
    .contact__jumbotron__img {
      max-height: 100%;
      max-width: 100%; }
  .contact__table {
    border-collapse: collapse;
    width: 100%; }
    .contact__table .text-left {
      text-align: left;
      direction: ltr; }
    .contact__table th,
    .contact__table td {
      padding: 15px 8px;
      border-bottom: 1px solid #ddd;
      font-size: 1.6rem;
      font-weight: 100;
      text-align: right; }
      .contact__table th a,
      .contact__table td a {
        color: #707070; }
        .contact__table th a:hover,
        .contact__table td a:hover {
          color: #0f8dc7; }
    .contact__table td.text_ltr {
      text-align: left;
      direction: ltr; }
    .contact__table td:first-child {
      font-size: 2rem;
      font-weight: 500;
      color: #061d2f; }
    .contact__table th {
      text-align: center; }
    .contact__table tr:hover {
      background-color: #f5f5f5; }

.lawyerExpandContent {
  display: none; }

.lowyer_act {
  display: flex;
  justify-content: center;
  grid-gap: 1rem; }
  .lowyer_act__item {
    height: 140px;
    position: relative;
    margin-left: 2rem;
    display: block;
    text-align: center;
    color: #1a1a1a; }
    .lowyer_act__item__img {
      display: block;
      height: 130px;
      width: 130px; }
    .lowyer_act__item__name {
      display: flex;
      justify-content: center;
      color: #1a1a1a;
      font-size: 1.6rem; }
    .lowyer_act__item__title {
      display: flex;
      align-items: center;
      text-align: center;
      background-color: #707070;
      color: #fff;
      height: 100%;
      width: 120px; }

.act-low-wrap__title {
  position: relative;
  font-size: 2rem;
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: 2rem;
  background-color: #061d2f;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100px;
  padding: 0 2rem;
  line-height: 1; }

.circle-box {
  clip-path: circle(50% at 50% 50%);
  height: 150px;
  width: 150px;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid #061d2f;
  border-radius: 50%;
  background-color: #f6f6f6;
  position: relative; }
  .circle-box::-webkit-scrollbar {
    width: 1rem; }
  .circle-box::-webkit-scrollbar-track {
    background-color: #f6f6f6; }
  .circle-box::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    outline: 1px solid darkgrey;
    border-radius: 8px; }
  .circle-box--clicked {
    border-radius: 5px;
    clip-path: circle(75%);
    height: 300px;
    width: 300px; }
    .circle-box--clicked .circle-box__title {
      position: unset;
      left: unset;
      top: unset;
      transform: unset;
      padding: 1rem;
      margin: 0 1rem;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #9ea7ad;
      font-size: 2.5rem; }
      .circle-box--clicked .circle-box__title img {
        margin-left: 1rem;
        height: 3rem; }
    .circle-box--clicked .circle-box__content .mb-1-not-last {
      padding: 1rem;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #9ea7ad; }
      .circle-box--clicked .circle-box__content .mb-1-not-last:hover {
        background-color: #dddddd; }
      .circle-box--clicked .circle-box__content .mb-1-not-last a {
        color: inherit; }
      .circle-box--clicked .circle-box__content .mb-1-not-last object {
        margin-left: 2rem; }
  .circle-box__title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 500;
    padding: 2rem;
    line-height: 1; }
    .circle-box__title img {
      margin-bottom: 0.5rem; }
  .circle-box__content {
    display: none;
    padding: 1rem; }

.wrapper-profile {
  display: flex; }
  @media only screen and (max-width: 37.5em) {
    .wrapper-profile {
      flex-direction: column-reverse; } }
  .wrapper-profile__text {
    flex: 0.6; }

.single-lowyer__header-img {
  height: 50rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 90% bottom;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .single-lowyer__header-img {
      height: 65rem;
      background-position: center bottom; } }

.single-lowyer__contact {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 37.5em) {
    .single-lowyer__contact {
      left: 50%;
      top: 80%; } }
  .single-lowyer__contact__header__title {
    color: #fff;
    font-size: 5rem;
    font-weight: 500;
    background-color: #0f8dc7;
    padding: 0 2rem 0 4rem;
    margin-bottom: 0.6rem; }
    @media only screen and (max-width: 37.5em) {
      .single-lowyer__contact__header__title {
        padding: 0 2rem 0 2rem; } }
  .single-lowyer__contact__header__position {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 100;
    background-color: transparent;
    color: #0f8dc7;
    border: 2px solid #0f8dc7;
    display: inline;
    padding: 1rem 2rem;
    text-align: center; }
  .single-lowyer__contact__header__details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 0.2rem;
    margin-top: 3rem;
    /*  @media only screen and(max-width: $bp-small) {
          grid-template-columns: repeat(1, 1fr);
        } */ }
    .single-lowyer__contact__header__details__item {
      position: relative;
      font-size: 1.6rem;
      font-weight: 100;
      color: #d9d9d9;
      align-self: center;
      z-index: 1;
      height: 100%; }
      .single-lowyer__contact__header__details__item object {
        margin-left: 0.5rem;
        z-index: -1;
        position: relative; }

.single-lowyer__sidebar {
  margin-right: 7rem;
  flex: 0.4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  grid-auto-rows: max-content;
  justify-items: center; }
  .single-lowyer__sidebar div {
    justify-self: end; }
  .single-lowyer__sidebar div:nth-child(even) {
    justify-self: start; }
  @media only screen and (max-width: 37.5em) {
    .single-lowyer__sidebar {
      margin-right: 0;
      margin-left: 0 !important;
      margin-bottom: 5rem; } }
  .single-lowyer__sidebar__toggle {
    color: #fff;
    border: 2px solid #061d2f;
    background-color: #d9d9d9;
    width: 35rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 37.5em) {
      .single-lowyer__sidebar__toggle {
        width: 100%; } }
    .single-lowyer__sidebar__toggle__title {
      font-size: 2.2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: all 0.4s;
      padding: 1rem 3rem;
      color: #061d2f;
      font-weight: 400; }
      .single-lowyer__sidebar__toggle__title .arrow {
        cursor: pointer;
        transform: rotate(0); }
      .single-lowyer__sidebar__toggle__title .rotate {
        transition: all 0.4s;
        transform: rotate(180deg); }
    .single-lowyer__sidebar__toggle__content {
      display: none;
      color: #061d2f;
      font-size: 1.8rem;
      font-weight: 100;
      padding: 1.5rem 3rem;
      background-color: #a5a5a5; }
      .single-lowyer__sidebar__toggle__content img {
        width: 4rem;
        margin-left: 1rem; }
      .single-lowyer__sidebar__toggle__content a {
        color: #061d2f;
        text-decoration: underline; }

.tooltip {
  position: relative; }

.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute; }

.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 45px;
  left: 45px;
  width: 0; }

.tooltip:before {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 50px;
  left: 5px;
  white-space: nowrap; }

/* expand */
.tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
  transition: all 0.2s ease-in-out; }

.tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
  transition: all 0.1s ease-in-out; }

.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.tooltip.expand:hover:after {
  transition: all 0.2s 0.1s ease-in-out; }

.tags {
  margin: 0.5rem 0;
  list-style: none;
  overflow: hidden;
  padding: 0; }
  .tags__item {
    background: #eee;
    border-radius: 0.3rem 0 0 0.3rem;
    color: #999;
    display: inline-block;
    height: 2.6rem;
    line-height: 2.6rem;
    padding: 0 2rem 0 2.3rem;
    position: relative;
    margin: 0 1rem 1rem 0;
    text-decoration: none;
    -webkit-transition: color 0.2s; }
    .tags__item:hover a {
      color: #fff; }
    .tags__item a {
      color: #707070;
      font-size: 1.5rem; }
    .tags__item::before {
      background: #fff;
      border-radius: 1rem;
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
      content: "";
      height: 0.6rem;
      right: 1rem;
      position: absolute;
      width: 0.6rem;
      top: 1rem; }
    .tags__item::after {
      background: #fff;
      border-bottom: 1.3rem solid transparent;
      border-right: 1rem solid #eee;
      border-top: 1.3rem solid transparent;
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .tags__item:hover {
      background-color: #0f8dc7;
      color: white; }
    .tags__item:hover::after {
      border-right-color: #0f8dc7; }
