/* HTML Code
<svg class="spinner">
  <circle>
    <animateTransform attributeName="transform" type="rotate" values="-90;810" keyTimes="0;1" dur="2s"
        repeatCount="indefinite"></animateTransform>
    <animate attributeName="stroke-dashoffset" values="0%;0%;-157.080%" calcMode="spline"
        keySplines="0.61, 1, 0.88, 1; 0.12, 0, 0.39, 0" keyTimes="0;0.5;1" dur="2s" repeatCount="indefinite">
    </animate>
    <animate attributeName="stroke-dasharray" values="0% 314.159%;157.080% 157.080%;0% 314.159%"
        calcMode="spline" keySplines="0.61, 1, 0.88, 1; 0.12, 0, 0.39, 0" keyTimes="0;0.5;1" dur="2s"
        repeatCount="indefinite"></animate>
  </circle>
</svg>
*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fontlibrary.org/face/droid-arabic-kufi");
.loader {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite; }

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  12% {
    box-shadow: 100px 0 #29aae3, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  25% {
    box-shadow: 110px 0 #29aae3, 100px 0 #29aae3, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0); }
  36% {
    box-shadow: 120px 0 #29aae3, 110px 0 #29aae3, 100px 0 #29aae3, 0px 0 rgba(255, 255, 255, 0); }
  50% {
    box-shadow: 130px 0 #29aae3, 120px 0 #29aae3, 110px 0 #29aae3, 100px 0 #29aae3; }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #29aae3, 120px 0 #29aae3, 110px 0 #29aae3; }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #29aae3, 120px 0 #29aae3; }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #29aae3; }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0); } }
/* HTML Code
<div class="spinner">
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
</div>
*/
.spinner {
  position: relative;
  width: 40px;
  height: 40px; }
  .spinner div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    animation: r 4.25s infinite cubic-bezier(0.15, 0.55, 0.85, 0.45), o 4.25s infinite step-end; }
    .spinner div::after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background-color: #13688e;
      border-radius: 100%;
      translate: 0 17.5px; }
    .spinner div:nth-child(1) {
      animation-delay: 0s; }
    .spinner div:nth-child(2) {
      animation-delay: 0.15s; }
    .spinner div:nth-child(3) {
      animation-delay: 0.3s; }
    .spinner div:nth-child(4) {
      animation-delay: 0.45s; }
    .spinner div:nth-child(5) {
      animation-delay: 0.6s; }
    .spinner div:nth-child(6) {
      animation-delay: 0.75s; }

@keyframes r {
  0% {
    transform: rotate(-90deg); }
  35% {
    transform: rotate(270deg); }
  70% {
    transform: rotate(630deg); }
  100% {
    transform: rotate(630deg); } }
@keyframes o {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
.owl-loaded .owl-stage-outer {
  overflow: hidden; }
  .owl-loaded .owl-stage-outer .owl-stage {
    display: flex; }
.owl-loaded .owl-nav.disabled {
  display: none; }
.owl-loaded .owl-dots {
  text-align: center; }
  .owl-loaded .owl-dots .owl-dot {
    border: 1px solid rgba(41, 170, 227, 0.1);
    background-color: rgba(41, 170, 227, 0.1);
    margin: 0 2px;
    height: 6px;
    width: 20px;
    border-radius: 2px;
    transition-duration: .25s; }
    .owl-loaded .owl-dots .owl-dot.active {
      background-color: #29aae3; }
    .owl-loaded .owl-dots .owl-dot span {
      display: none; }

.breadcrumb {
  --bs-breadcrumb-divider-color: #cbdbff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0; }
  html[dir=rtl] .breadcrumb li.breadcrumb-item + .breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0; }
    html[dir=rtl] .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
      float: right;
      padding-right: 0;
      padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb a {
    color: #cbdbff; }

.lg-outer {
  direction: ltr; }

html[dir=rtl] .form-floating > label {
  left: auto;
  right: 0;
  transform-origin: right; }
html[dir=rtl] .form-floating > .form-control-plaintext ~ label,
html[dir=rtl] .form-floating > .form-control:focus ~ label,
html[dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label,
html[dir=rtl] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem); }

html:is(:not([dir=rtl]), [dir=ltr]) body,
html:is(:not([dir=rtl]), [dir=ltr]) body :not(:is([class*=fa-])) {
  font-family: 'Ubuntu'; }

html[dir=rtl] body,
html[dir=rtl] body :not(:is([class*=fa-])) {
  font-family: 'DroidArabicKufiRegular'; }

alert .container:not(:empty) {
  display: block;
  width: 100%; }

header .upper-header .languages-list, header .lower-header nav > li .nav-more-links-list {
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 10px -3px rgba(4, 22, 30, 0.2);
  border: 1px solid #85daff;
  transition-duration: .25s;
  color: #333;
  padding: 5px 0;
  top: 35px;
  width: 150px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  margin: 0; }
  html[dir=ltr] header .upper-header .languages-list, header .upper-header html[dir=ltr] .languages-list, html[dir=ltr] header .lower-header nav > li .nav-more-links-list, header .lower-header nav > li html[dir=ltr] .nav-more-links-list {
    right: 12px; }
  html[dir=rtl] header .upper-header .languages-list, header .upper-header html[dir=rtl] .languages-list, html[dir=rtl] header .lower-header nav > li .nav-more-links-list, header .lower-header nav > li html[dir=rtl] .nav-more-links-list {
    left: 12px; }
  header .upper-header .active.languages-list, header .lower-header nav > li .active.nav-more-links-list {
    top: 30px;
    opacity: 1;
    visibility: visible; }
  header .upper-header .languages-list::before, header .lower-header nav > li .nav-more-links-list::before {
    content: '';
    position: absolute;
    top: -4.75px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    border-top: 1px solid #85daff;
    border-left: 1px solid #85daff;
    z-index: -1; }
    html[dir=ltr] header .upper-header .languages-list::before, header .upper-header html[dir=ltr] .languages-list::before, html[dir=ltr] header .lower-header nav > li .nav-more-links-list::before, header .lower-header nav > li html[dir=ltr] .nav-more-links-list::before {
      right: 8px; }
    html[dir=rtl] header .upper-header .languages-list::before, header .upper-header html[dir=rtl] .languages-list::before, html[dir=rtl] header .lower-header nav > li .nav-more-links-list::before, header .lower-header nav > li html[dir=rtl] .nav-more-links-list::before {
      left: 8px; }
  header .upper-header .languages-list li, header .lower-header nav > li .nav-more-links-list li {
    padding: 5px 10px;
    transition-duration: .25s;
    background-color: white;
    text-decoration: none;
    cursor: pointer; }
    header .upper-header .languages-list li:hover, header .lower-header nav > li .nav-more-links-list li:hover {
      background-color: #c7e9f8; }
    header .upper-header .languages-list li img, header .lower-header nav > li .nav-more-links-list li img {
      display: inline-block;
      width: 30px;
      margin: 0 7px;
      position: relative;
      bottom: 1px; }

header .lower-header nav > li .nav-aside-toggler, header .aside aside .aside-header button {
  border: 1px solid #c2e5f4;
  background-color: #fff;
  color: #333;
  display: block;
  padding: 5px 10px;
  border-radius: 3px; }

header .aside aside .aside-body .aside-sitemap-links, footer .footer-sitemap-links {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  header .aside aside .aside-body .aside-sitemap-links a, footer .footer-sitemap-links a {
    display: block;
    color: #666;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 0 12px;
    position: relative; }
    header .aside aside .aside-body .aside-sitemap-links a::before, footer .footer-sitemap-links a::before {
      content: '';
      width: 7px;
      height: 7px;
      background-color: transparent;
      position: absolute;
      opacity: 0;
      top: 50%;
      border-radius: 50%;
      transform: translateY(-50%);
      transition-duration: .25s; }
      html[dir=ltr] header .aside aside .aside-body .aside-sitemap-links a::before, header .aside aside .aside-body html[dir=ltr] .aside-sitemap-links a::before, html[dir=ltr] footer .footer-sitemap-links a::before, footer html[dir=ltr] .footer-sitemap-links a::before {
        left: 0; }
      html[dir=rtl] header .aside aside .aside-body .aside-sitemap-links a::before, header .aside aside .aside-body html[dir=rtl] .aside-sitemap-links a::before, html[dir=rtl] footer .footer-sitemap-links a::before, footer html[dir=rtl] .footer-sitemap-links a::before {
        right: 0; }
  header .aside aside .aside-body .links-pointer-fade.aside-sitemap-links a:hover::before, footer .links-pointer-fade.footer-sitemap-links a:hover::before, header .aside aside .aside-body .links-pointer-fade.aside-sitemap-links a:focus::before, footer .links-pointer-fade.footer-sitemap-links a:focus::before, header .aside aside .aside-body .links-pointer-fade.aside-sitemap-links a.active-exact::before, footer .links-pointer-fade.footer-sitemap-links a.active-exact::before, header .aside aside .aside-body .links-pointer-fade.aside-sitemap-links a.active::before, footer .links-pointer-fade.footer-sitemap-links a.active::before {
    opacity: 1;
    background-color: #29aae3; }
  html[dir=ltr] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a::before, header .aside aside .aside-body html[dir=ltr] .links-pointer-slide.aside-sitemap-links a::before, html[dir=ltr] footer .links-pointer-slide.footer-sitemap-links a::before, footer html[dir=ltr] .links-pointer-slide.footer-sitemap-links a::before {
    left: -5px; }
  html[dir=rtl] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a::before, header .aside aside .aside-body html[dir=rtl] .links-pointer-slide.aside-sitemap-links a::before, html[dir=rtl] footer .links-pointer-slide.footer-sitemap-links a::before, footer html[dir=rtl] .links-pointer-slide.footer-sitemap-links a::before {
    right: -5px; }
  header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:hover::before, footer .links-pointer-slide.footer-sitemap-links a:hover::before, header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:focus::before, footer .links-pointer-slide.footer-sitemap-links a:focus::before, header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active-exact::before, footer .links-pointer-slide.footer-sitemap-links a.active-exact::before, header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active::before, footer .links-pointer-slide.footer-sitemap-links a.active::before {
    opacity: 1; }
    html[dir=ltr] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:hover::before, header .aside aside .aside-body html[dir=ltr] .links-pointer-slide.aside-sitemap-links a:hover::before, html[dir=ltr] footer .links-pointer-slide.footer-sitemap-links a:hover::before, footer html[dir=ltr] .links-pointer-slide.footer-sitemap-links a:hover::before, html[dir=ltr] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:focus::before, header .aside aside .aside-body html[dir=ltr] .links-pointer-slide.aside-sitemap-links a:focus::before, html[dir=ltr] footer .links-pointer-slide.footer-sitemap-links a:focus::before, footer html[dir=ltr] .links-pointer-slide.footer-sitemap-links a:focus::before, html[dir=ltr] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active-exact::before, header .aside aside .aside-body html[dir=ltr] .links-pointer-slide.aside-sitemap-links a.active-exact::before, html[dir=ltr] footer .links-pointer-slide.footer-sitemap-links a.active-exact::before, footer html[dir=ltr] .links-pointer-slide.footer-sitemap-links a.active-exact::before, html[dir=ltr] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active::before, header .aside aside .aside-body html[dir=ltr] .links-pointer-slide.aside-sitemap-links a.active::before, html[dir=ltr] footer .links-pointer-slide.footer-sitemap-links a.active::before, footer html[dir=ltr] .links-pointer-slide.footer-sitemap-links a.active::before {
      left: 0; }
    html[dir=rtl] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:hover::before, header .aside aside .aside-body html[dir=rtl] .links-pointer-slide.aside-sitemap-links a:hover::before, html[dir=rtl] footer .links-pointer-slide.footer-sitemap-links a:hover::before, footer html[dir=rtl] .links-pointer-slide.footer-sitemap-links a:hover::before, html[dir=rtl] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a:focus::before, header .aside aside .aside-body html[dir=rtl] .links-pointer-slide.aside-sitemap-links a:focus::before, html[dir=rtl] footer .links-pointer-slide.footer-sitemap-links a:focus::before, footer html[dir=rtl] .links-pointer-slide.footer-sitemap-links a:focus::before, html[dir=rtl] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active-exact::before, header .aside aside .aside-body html[dir=rtl] .links-pointer-slide.aside-sitemap-links a.active-exact::before, html[dir=rtl] footer .links-pointer-slide.footer-sitemap-links a.active-exact::before, footer html[dir=rtl] .links-pointer-slide.footer-sitemap-links a.active-exact::before, html[dir=rtl] header .aside aside .aside-body .links-pointer-slide.aside-sitemap-links a.active::before, header .aside aside .aside-body html[dir=rtl] .links-pointer-slide.aside-sitemap-links a.active::before, html[dir=rtl] footer .links-pointer-slide.footer-sitemap-links a.active::before, footer html[dir=rtl] .links-pointer-slide.footer-sitemap-links a.active::before {
      right: 0; }

main.home blockquote, main.about-us .odometers {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0 0 5px black;
  padding: 15px;
  margin: 0;
  position: relative;
  bottom: 1px;
  background: center center no-repeat fixed;
  background-size: cover;
  text-align: center; }
  @media (min-width: 768px) {
    main.home blockquote, main.about-us .odometers {
      height: 300px; } }
  @media (max-width: 767px) {
    main.home blockquote, main.about-us .odometers {
      height: 200px; } }
  main.home blockquote::before, main.about-us .odometers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(4, 22, 30, 0.7); }
  main.home blockquote *, main.about-us .odometers * {
    position: relative;
    z-index: 1; }
  main.home blockquote h5, main.about-us .odometers h5 {
    position: relative;
    z-index: 1; }
  main.home blockquote .cta-link, main.about-us .odometers .cta-link {
    text-shadow: none;
    transition-property: all; }

main .box, main.resources .resource-file, main.home section.missions .mission, main.therapists .therapist {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.4);
  background-color: white; }
  main .box::before, main.resources .resource-file::before, main.home section.missions .mission::before, main.therapists .therapist::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150%;
    z-index: 2;
    height: 110px;
    transform: translate(-50%, 60px);
    background-color: rgba(16, 91, 124, 0.92);
    border-radius: 50% 50% 0 0;
    transition-duration: 0.35s;
    box-shadow: 0 0 6px 0 #0a3a4f; }
  main .box:hover::before, main.resources .resource-file:hover::before, main.home section.missions .mission:hover::before, main.therapists .therapist:hover::before {
    height: 200%; }
  main .box:hover .circular-overlay, main.resources .resource-file:hover .circular-overlay, main.home section.missions .mission:hover .circular-overlay, main.therapists .therapist:hover .circular-overlay {
    top: 50%;
    transform: translateY(-50%); }
    main .box:hover .circular-overlay div, main.resources .resource-file:hover .circular-overlay div, main.home section.missions .mission:hover .circular-overlay div, main.therapists .therapist:hover .circular-overlay div {
      white-space: normal;
      text-overflow: clip; }
    main .box:hover .circular-overlay p, main.resources .resource-file:hover .circular-overlay p, main.home section.missions .mission:hover .circular-overlay p, main.therapists .therapist:hover .circular-overlay p {
      opacity: 1;
      visibility: visible; }
  main .box:hover img, main.resources .resource-file:hover img, main.home section.missions .mission:hover img, main.therapists .therapist:hover img {
    transform: scale(1.15); }
  main .box img, main.resources .resource-file img, main.home section.missions .mission img, main.therapists .therapist img {
    display: block;
    width: 100%;
    transition-duration: 0.35s; }
  main .box .circular-overlay, main.resources .resource-file .circular-overlay, main.home section.missions .mission .circular-overlay, main.therapists .therapist .circular-overlay {
    position: absolute;
    top: calc(100% - 55px);
    left: 0;
    z-index: 2;
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    transition-duration: 0.35s; }
    main .box .circular-overlay div, main.resources .resource-file .circular-overlay div, main.home section.missions .mission .circular-overlay div, main.therapists .therapist .circular-overlay div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    main .box .circular-overlay p, main.resources .resource-file .circular-overlay p, main.home section.missions .mission .circular-overlay p, main.therapists .therapist .circular-overlay p {
      opacity: 0;
      visibility: hidden;
      transition-duration: 0.35s;
      font-size: 14px; }

main.resources .resources-categories-list, main.services > section .categories-list, main.news > section .categories-list, main.articles > section .categories-list, main.cases > section .categories-list, main.videos > section .categories-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: white;
  border: 1px solid #5eeeee;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  position: sticky;
  top: 100px; }
  @media (max-width: 767px) {
    main.resources .resources-categories-list, main.services > section .categories-list, main.news > section .categories-list, main.articles > section .categories-list, main.cases > section .categories-list, main.videos > section .categories-list {
      margin-bottom: 10px; } }
  main.resources .resources-categories-list a, main.services > section .categories-list a, main.news > section .categories-list a, main.articles > section .categories-list a, main.cases > section .categories-list a, main.videos > section .categories-list a {
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    transition-duration: .25s; }
    main.resources .resources-categories-list a:hover, main.services > section .categories-list a:hover, main.news > section .categories-list a:hover, main.articles > section .categories-list a:hover, main.cases > section .categories-list a:hover, main.videos > section .categories-list a:hover, main.resources .resources-categories-list a:focus, main.services > section .categories-list a:focus, main.news > section .categories-list a:focus, main.articles > section .categories-list a:focus, main.cases > section .categories-list a:focus, main.videos > section .categories-list a:focus, main.resources .resources-categories-list a:focus-within, main.services > section .categories-list a:focus-within, main.news > section .categories-list a:focus-within, main.articles > section .categories-list a:focus-within, main.cases > section .categories-list a:focus-within, main.videos > section .categories-list a:focus-within {
      background-color: rgba(218, 255, 210, 0.5); }
    main.resources .resources-categories-list a.active-exact, main.services > section .categories-list a.active-exact, main.news > section .categories-list a.active-exact, main.articles > section .categories-list a.active-exact, main.cases > section .categories-list a.active-exact, main.videos > section .categories-list a.active-exact {
      background-color: #daffd2; }

html {
  scroll-padding-top: 90px; }
  html body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden; }

alert {
  display: block;
  width: 100%;
  background-color: #a41171;
  color: white;
  text-align: center; }
  alert .container:not(:empty) {
    padding: 10px; }

.cta-link {
  text-decoration: none;
  display: block;
  font-size: 14px;
  background-color: #29aae3;
  border: 0 none;
  color: white;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #29aae3;
  position: relative;
  bottom: 0;
  transition-duration: .25s; }
  .cta-link:hover, .cta-link:focus {
    bottom: 2px; }
  .cta-link[disabled] {
    background-color: rgba(41, 170, 227, 0.5);
    position: static;
    cursor: no-drop; }

.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition-duration: 0.35s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 10; }
  .loading-layer.done {
    transform: scale(2);
    opacity: 0;
    visibility: hidden; }

.has-underline {
  position: relative; }
  .has-underline::after {
    content: '';
    background-color: #13688e;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    border-radius: 3px; }
  html[dir=ltr] .has-underline.has-underline-follow-dir::after {
    left: 0;
    transform: translateX(0); }
  html[dir=rtl] .has-underline.has-underline-follow-dir::after {
    right: 0;
    transform: translateX(0); }

.has-double-shadows {
  box-shadow: 12px 12px 1px #29aae3, -12px -12px 1px #ccc; }

.parallax {
  background-color: #136c93;
  box-shadow: 0 1px 5px #136c93;
  text-align: center;
  color: #fff;
  height: 150px;
  padding: 15px;
  margin: 0;
  display: flex;
  align-items: center; }
  .parallax .title {
    margin-bottom: 0; }
    .parallax .title:has(+ ul) {
      margin-bottom: 15px; }

.toast {
  position: relative;
  left: -10vw;
  transition-duration: .25s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  padding: 10px; }
  .toast.show {
    left: 0px;
    visibility: visible;
    opacity: 1; }
  .toast .toast-body {
    flex-grow: 1; }

.g-recaptcha > div {
  margin: 0 auto; }

header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9; }
  header .upper-header {
    background-color: #29aae3;
    color: white;
    font-size: 14px;
    padding: 5px; }
    header .upper-header .languages-tool {
      background-color: #13688e;
      font-size: 12px;
      display: inline-block;
      padding: 2px 8px;
      line-height: 1.6;
      border-radius: 10px;
      cursor: pointer;
      user-select: none; }
    header .upper-header .languages-list {
      z-index: 2; }
    header .upper-header .address-location {
      font-size: 12px; }
      @media (max-width: 459px) {
        header .upper-header .address-location {
          display: none; } }
  header .lower-header {
    font-size: 14px;
    padding: 5px 0;
    box-shadow: 0 0 5px silver; }
    header .lower-header .row {
      justify-content: space-between; }
      @media (width < 355px) {
        header .lower-header .row {
          justify-content: center;
          flex-direction: column; } }
    header .lower-header .nav-main-link {
      display: block; }
      header .lower-header .nav-main-link img {
        display: block;
        height: 37px; }
        html[lang=ku] header .lower-header .nav-main-link img {
          height: 33px; }
    header .lower-header div:has(nav) {
      align-items: center;
      flex-direction: row; }
    header .lower-header nav {
      list-style-type: none;
      flex-direction: row;
      align-items: center;
      display: flex;
      padding: 0;
      margin: 0;
      height: 37px; }
      html:not([lang=ku]) header .lower-header nav {
        gap: 15px; }
      html[lang=ku] header .lower-header nav {
        gap: 10px; }
      header .lower-header nav > li {
        position: relative;
        height: 100%;
        align-items: center;
        display: flex; }
        header .lower-header nav > li:hover .nav-more-links-list, header .lower-header nav > li:focus-within .nav-more-links-list {
          top: 36px;
          opacity: 1;
          visibility: visible; }
        @media (max-width: 991px) {
          header .lower-header nav > li:not(li:has(.cta-link, .nav-aside-toggler)) {
            display: none; } }
        @media (min-width: 992px) {
          header .lower-header nav > li:has(.nav-aside-toggler) {
            display: none; } }
        header .lower-header nav > li a {
          display: block; }
          header .lower-header nav > li a:not(.cta-link) {
            font-size: 14px;
            text-decoration: none;
            color: #13688e;
            position: relative; }
            html[lang=ku] header .lower-header nav > li a:not(.cta-link) {
              font-size: 12px; }
            header .lower-header nav > li a:not(.cta-link)::after {
              content: '';
              width: 0%;
              height: 1px;
              background-color: #13688e;
              position: absolute;
              bottom: 0px;
              left: 50%;
              transform: translateX(-50%);
              transition-duration: .25s; }
            header .lower-header nav > li a:not(.cta-link):hover::after, header .lower-header nav > li a:not(.cta-link).active::after {
              width: 75%; }
        header .lower-header nav > li .nav-more-links-list a::after {
          content: none; }
  header .aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 45, 0.85);
    transition-duration: .25s;
    opacity: 0;
    visibility: hidden; }
    header .aside.active {
      opacity: 1;
      visibility: visible; }
      html[dir=ltr] header .aside.active aside {
        right: 0; }
      html[dir=rtl] header .aside.active aside {
        left: 0; }
    header .aside aside {
      position: absolute;
      width: 300px;
      height: 100%;
      background-color: white;
      box-shadow: 0 0 15px -5px #333;
      transition-duration: .25s;
      padding: 20px 15px; }
      html[dir=ltr] header .aside aside {
        right: -300px; }
      html[dir=rtl] header .aside aside {
        left: -300px; }
      html[dir=ltr] header .aside aside .aside-header button i.fa-chevron-right {
        display: block; }
      html[dir=ltr] header .aside aside .aside-header button i.fa-chevron-left {
        display: none; }
      html[dir=rtl] header .aside aside .aside-header button i.fa-chevron-right {
        display: none; }
      html[dir=rtl] header .aside aside .aside-header button i.fa-chevron-left {
        display: block; }
      header .aside aside .aside-body {
        height: calc(100% - 29px);
        overflow: hidden auto;
        padding-bottom: 15px; }
        header .aside aside .aside-body .copyright {
          direction: ltr; }

footer {
  background: center 35% no-repeat #04161e url("../pics/icons/nav-6.png");
  background-size: min(65%, 360px);
  box-shadow: 0 0 5px 0 #04161e;
  color: white;
  padding: 30px 10px 10px;
  position: relative; }
  footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 575px) {
      footer::before {
        background-color: rgba(4, 22, 30, 0.9); } }
    @media (min-width: 576px) {
      footer::before {
        background-color: #04161e; } }
  footer > * {
    position: relative;
    z-index: 1; }
  footer .copyright {
    margin-top: 25px; }
    footer .copyright a {
      text-decoration: none;
      color: #6c757d; }
  footer .footer-main-logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 100%; }
  @media (576px <= width <= 767px) {
    footer .footer-sitemap-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px 4px; }
      h5:has(~ .footer-sitemap-links) {
        margin-bottom: 15px;
        text-align: center; } }
  footer .footer-sitemap-links a {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: normal;
    color: white; }
  footer .footer-social-links {
    list-style-type: none;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 6px;
    justify-content: center; }
    footer .footer-social-links a {
      width: 33px;
      height: 33px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #37afe5;
      border: 1px solid currentColor;
      border-radius: 50%;
      transition-duration: .25s; }
      footer .footer-social-links a:hover, footer .footer-social-links a:focus, footer .footer-social-links a:focus-within {
        color: #0aea23; }
  footer .quick-contact-us a {
    color: #37afe5; }

main {
  min-height: calc(100vh - 684px); }

main {
  background-color: #e6f5fc; }
  main .box, main.resources .resource-file {
    margin-bottom: 25px; }
    main .box a, main.resources .resource-file a {
      color: #010102;
      font-size: 14px;
      display: block;
      text-decoration: none;
      position: relative;
      top: 3px;
      margin-bottom: 10px; }
      main .box a:hover, main.resources .resource-file a:hover, main .box a:focus, main.resources .resource-file a:focus, main .box a:focus-within, main.resources .resource-file a:focus-within {
        text-decoration: underline; }
  main.home section {
    padding: 30px 0; }
    main.home section.slides {
      padding: 0;
      position: relative; }
      main.home section.slides .owl-dots {
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%); }
      main.home section.slides .slide {
        position: relative; }
        main.home section.slides .slide img {
          display: block;
          width: 100%;
          height: min(80vh, 550px);
          object-fit: cover; }
        main.home section.slides .slide .slide-overlay {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(19, 104, 142, 0.25);
          color: white;
          display: flex;
          justify-content: end;
          align-items: center;
          flex-direction: column;
          padding: 15px 15px 25px; }
    main.home section.intro .row {
      margin-top: 50px; }
      @media (min-width: 767px) {
        main.home section.intro .row {
          margin-top: 35px; }
          main.home section.intro .row:nth-child(2n+1) {
            flex-direction: row-reverse; } }
    main.home section.intro .intro-image-container {
      padding: 0 30px; }
    main.home section.intro img {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto 30px;
      border-radius: 5px;
      background-color: white; }
    @media (max-width: 677px) {
      main.home section.testimonials .testimonials-list {
        padding: 0 10px; } }
    main.home section.testimonials .testimonial {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition-duration: .25s;
      opacity: 0.25; }
      main.home section.testimonials .testimonial .testimonial-container {
        --color-bg: #f0f3f4;
        --color-border: #d8ddf7;
        border: 1px solid var(--color-border);
        background-color: var(--color-bg);
        border-radius: 5px;
        box-shadow: 0 3px 3px 0px rgba(191, 191, 191, 0.4);
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        padding: 20px 15px;
        display: flex;
        flex-direction: row; }
        main.home section.testimonials .testimonial .testimonial-container::after {
          content: '';
          position: absolute;
          bottom: -10.5px;
          left: 50%;
          transform: translateX(-50%) rotate(45deg);
          width: 20px;
          height: 20px;
          border: 1px solid transparent;
          border-bottom: 1px solid var(--color-border);
          border-right: 1px solid var(--color-border);
          background-color: var(--color-bg);
          z-index: 1;
          box-shadow: 3px 3px 5px -2px rgba(192, 192, 192, 0.4); }
        main.home section.testimonials .testimonial .testimonial-container .testimonial-details {
          flex-grow: 1; }
          main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-text {
            font-size: 14px;
            font-style: italic;
            margin-bottom: 20px; }
            html[dir=ltr] main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-text::before {
              content: open-quote; }
            html[dir=ltr] main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-text::after {
              content: close-quote; }
            html[dir=rtl] main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-text::before {
              content: close-quote; }
            html[dir=rtl] main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-text::after {
              content: open-quote; }
          main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-fullname {
            margin-bottom: -5px;
            font-weight: 600; }
          main.home section.testimonials .testimonial .testimonial-container .testimonial-details .testimonial-brief {
            font-size: 12px;
            color: #29aae3;
            font-weight: 600; }
        main.home section.testimonials .testimonial .testimonial-container .testimonial-links {
          font-size: 12px;
          display: flex;
          flex-direction: column; }
          main.home section.testimonials .testimonial .testimonial-container .testimonial-links a {
            text-decoration: none;
            font-size: 12px;
            margin-bottom: 10px; }
      main.home section.testimonials .testimonial img {
        display: block;
        width: 75px;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 0 5px 5px white, 0 0 5px 5px rgba(41, 170, 227, 0.69); }
    main.home section.testimonials .owl-stage .owl-item.center .testimonial {
      opacity: 1; }
  main.home blockquote .cta-link {
    font-size: large;
    padding: 10px 15px; }
    main.home blockquote .cta-link, main.home blockquote .cta-link:active, main.home blockquote .cta-link:focus {
      background-color: #13688e;
      border-color: #13688e; }
  main.privacy-policy article, main.terms-of-service article {
    padding: 20px 0; }
    main.privacy-policy article *, main.terms-of-service article * {
      background-color: #e6f5fc !important; }
      html[dir=rtl] main.privacy-policy article *, html[dir=rtl] main.terms-of-service article * {
        direction: rtl !important;
        text-align: right !important; }
  main.faq .container {
    max-width: 767px; }
  main.faq .faq-list {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0; }
    main.faq .faq-list.faq-margining li .faq.active {
      margin: 30px 0;
      border-radius: 4px;
      box-shadow: 0 2px 4px 0 #9c9c9c; }
    main.faq .faq-list.faq-margining.faq-accordion li .faq.active {
      transform: scale(1.05); }
      @media (max-width: 810px) {
        main.faq .faq-list.faq-margining.faq-accordion li .faq.active {
          transform: scale(1.02); } }
    main.faq .faq-list li:first-of-type .faq {
      border-radius: 4px 4px 0 0; }
      main.faq .faq-list li:first-of-type .faq.active {
        margin-top: 0; }
    main.faq .faq-list li:last-of-type .faq {
      border-radius: 0 0 4px 4px; }
      main.faq .faq-list li:last-of-type .faq.active {
        margin-bottom: 0; }
    main.faq .faq-list li:not(:last-of-type) .faq {
      border-bottom: 0 none; }
    main.faq .faq-list li .faq {
      background-color: white;
      border: 1px solid rgba(191, 191, 191, 0.466);
      box-shadow: 0 2px 4px 0 rgba(191, 191, 191, 0.64);
      display: flex;
      flex-direction: column;
      position: relative;
      transition-duration: .25s;
      overflow: hidden; }
      main.faq .faq-list li .faq.active .faq-question {
        background-color: rgba(41, 170, 227, 0.22); }
        main.faq .faq-list li .faq.active .faq-question::after {
          transform: rotate(180deg); }
      main.faq .faq-list li .faq .faq-question, main.faq .faq-list li .faq .faq-answer {
        user-select: none; }
        html[dir=ltr] main.faq .faq-list li .faq .faq-question, html[dir=ltr] main.faq .faq-list li .faq .faq-answer {
          padding: 20px 55px 20px 25px; }
        html[dir=rtl] main.faq .faq-list li .faq .faq-question, html[dir=rtl] main.faq .faq-list li .faq .faq-answer {
          padding: 20px 25px 20px 55px; }
      main.faq .faq-list li .faq .faq-question {
        cursor: pointer;
        transition-duration: .25s; }
        main.faq .faq-list li .faq .faq-question:hover {
          background-color: rgba(41, 170, 227, 0.22); }
        main.faq .faq-list li .faq .faq-question::after {
          content: "\f078";
          position: absolute;
          top: 20px;
          font-family: "Font Awesome 6 Free";
          font-weight: 600;
          transition-duration: .25s; }
          html[dir=ltr] main.faq .faq-list li .faq .faq-question::after {
            right: 20px; }
          html[dir=rtl] main.faq .faq-list li .faq .faq-question::after {
            left: 20px; }
      main.faq .faq-list li .faq .faq-answer {
        display: none;
        font-size: 14px; }
  main.about-us .about-us-slides img {
    display: block;
    width: 100%;
    opacity: .25;
    transition-duration: .25s; }
  main.about-us .about-us-slides[data-count='1'] img {
    opacity: 1; }
  main.about-us .about-us-slides .owl-stage .owl-item.center img {
    opacity: 1; }
  main.about-us .odometers {
    padding: 25px 0;
    min-height: 235px; }
    @media (max-width: 767px) {
      main.about-us .odometers {
        height: auto; } }
    main.about-us .odometers::before {
      background-color: rgba(19, 104, 142, 0.8); }
    main.about-us .odometers .odometer {
      direction: ltr; }
    @media (max-width: 767px) {
      main.about-us .odometers .odometer-text {
        margin-bottom: 20px; } }
  main.about-us section.meet-dr-nabaz, main.about-us section.certificates, main.about-us section.accreditations {
    padding: 30px 0; }
  main.about-us section.certificates img {
    display: block;
    cursor: pointer; }
    @media (min-width: 600px) {
      main.about-us section.certificates img {
        max-height: 175px; } }
    @media (max-width: 599px) {
      main.about-us section.certificates img {
        max-height: 375px; } }
  main.about-us section.accreditations img {
    display: block;
    cursor: pointer;
    height: 150px; }
  main.contact-us section.contact-form, main.book-appointment section.contact-form {
    padding: 30px 0; }
    main.contact-us section.contact-form iframe, main.book-appointment section.contact-form iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0 none; }
      @media (max-width: 767px) {
        main.contact-us section.contact-form iframe, main.book-appointment section.contact-form iframe {
          height: 300px; } }
    main.contact-us section.contact-form form, main.book-appointment section.contact-form form {
      display: block;
      height: 100%;
      background-color: white;
      /*&.form-disabled::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }*/ }
      @media (min-width: 768px) {
        main.contact-us section.contact-form form, main.book-appointment section.contact-form form {
          min-height: 450px; } }
      main.contact-us section.contact-form form textarea, main.book-appointment section.contact-form form textarea {
        height: 125px;
        resize: none; }
      main.contact-us section.contact-form form .form-direct-contacting-list, main.book-appointment section.contact-form form .form-direct-contacting-list {
        list-style-type: none;
        padding: 0;
        margin: 15px 0;
        display: flex;
        gap: 4px;
        justify-content: center; }
  main.therapists .therapist {
    margin-bottom: 15px; }
    main.therapists .therapist a {
      color: #6806b9;
      font-size: 18px;
      display: block;
      text-decoration: none; }
      main.therapists .therapist a:hover, main.therapists .therapist a:focus, main.therapists .therapist a:focus-within {
        text-decoration: underline; }
    main.therapists .therapist p {
      margin-top: 15px; }
    main.therapists .therapist img {
      height: 300px;
      object-fit: cover; }
    main.therapists .therapist .circular-overlay {
      padding: 10px 5px; }
  main.therapists section.therapist-profile {
    padding: 25px 0 0; }
    main.therapists section.therapist-profile img {
      display: block;
      object-fit: cover;
      margin: 0 auto;
      max-height: 400px;
      max-width: 100%; }
    main.therapists section.therapist-profile .therapist-image {
      border-radius: 4px; }
    main.therapists section.therapist-profile .therapist-contacting-list {
      display: flex;
      gap: 5px; }
    main.therapists section.therapist-profile .therapist-images-slides img {
      cursor: pointer; }
    main.therapists section.therapist-profile .therapist-timeline-list {
      padding: 0;
      margin: 40px 0 0;
      list-style-type: none;
      position: relative; }
      main.therapists section.therapist-profile .therapist-timeline-list li {
        position: relative;
        margin-bottom: 30px; }
        html[dir=ltr] main.therapists section.therapist-profile .therapist-timeline-list li {
          padding: 0 23px 0 130px; }
        html[dir=rtl] main.therapists section.therapist-profile .therapist-timeline-list li {
          padding: 0 130px 0 23px; }
        main.therapists section.therapist-profile .therapist-timeline-list li::before {
          content: attr(data-year);
          position: absolute;
          font-size: 46px;
          top: 0;
          color: #198dc0;
          line-height: .9; }
          html[dir=ltr] main.therapists section.therapist-profile .therapist-timeline-list li::before {
            left: 11px; }
          html[dir=rtl] main.therapists section.therapist-profile .therapist-timeline-list li::before {
            right: 5px; }
    @media (max-width: 767px) {
      main.therapists section.therapist-profile .therapist-fullname, main.therapists section.therapist-profile .therapist-specification {
        text-align: center; }
      main.therapists section.therapist-profile .therapist-contacting-list {
        justify-content: center; } }
  main.resources .resource-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    font-size: 28px;
    text-decoration: none;
    background-color: rgba(41, 170, 227, 0.25);
    color: #3057a2;
    box-shadow: 0 5px 5px -3px rgba(20, 104, 143, 0.4);
    border-radius: 3px;
    gap: 25px;
    transition: all .25s, width 0s;
    position: relative;
    bottom: 0;
    margin: 0 auto 20px; }
    @media (max-width: 575px) {
      main.resources .resource-box {
        width: 100%;
        max-width: 190px; } }
    @media (min-width: 576px) {
      main.resources .resource-box {
        width: 190px; } }
    main.resources .resource-box span {
      line-height: 1; }
    main.resources .resource-box:hover {
      bottom: 5px;
      background-color: rgba(41, 170, 227, 0.3);
      box-shadow: 0 5px 5px -3px rgba(20, 104, 143, 0.45); }
  main.resources .resources-links-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    main.resources .resources-links-list li {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        main.resources .resources-links-list li:last-child {
          margin-bottom: 0; } }
    main.resources .resources-links-list .resource-link {
      display: flex;
      background-color: white;
      border: 1px solid silver;
      padding: 10px 15px;
      gap: 25px;
      border-radius: 5px;
      text-decoration: none;
      transition-duration: .25s;
      box-shadow: 0 2px 5px rgba(33, 37, 41, 0.07); }
      main.resources .resources-links-list .resource-link:hover, main.resources .resources-links-list .resource-link:focus, main.resources .resources-links-list .resource-link:focus-within {
        box-shadow: 0 8px 12px rgba(33, 37, 41, 0.14); }
      main.resources .resources-links-list .resource-link .resource-link-image {
        display: flex;
        align-items: center; }
        main.resources .resources-links-list .resource-link .resource-link-image img {
          display: block;
          height: 50px;
          width: 100%; }
      main.resources .resources-links-list .resource-link .resource-link-details {
        flex-grow: 1; }
        main.resources .resources-links-list .resource-link .resource-link-details .resource-link-name {
          font-size: 24px;
          line-height: 1.3; }
        main.resources .resources-links-list .resource-link .resource-link-details .resource-link-brief {
          font-size: 14px;
          margin-top: 5px; }
  html[dir=rtl] main.resources .dropdown-menu.show {
    text-align: right; }
  main.services > section, main.news > section, main.articles > section, main.cases > section, main.videos > section {
    padding: 30px 8px; }
    main.services > section + section, main.news > section + section, main.articles > section + section, main.cases > section + section, main.videos > section + section {
      padding-top: 0; }
    main.services > section .container, main.news > section .container, main.articles > section .container, main.cases > section .container, main.videos > section .container {
      border-radius: 4px; }
    main.services > section .content-qrcode-container, main.news > section .content-qrcode-container, main.articles > section .content-qrcode-container, main.cases > section .content-qrcode-container, main.videos > section .content-qrcode-container {
      position: sticky;
      top: 90px; }
      main.services > section .content-qrcode-container img, main.news > section .content-qrcode-container img, main.articles > section .content-qrcode-container img, main.cases > section .content-qrcode-container img, main.videos > section .content-qrcode-container img {
        display: block;
        width: 100%;
        max-width: 213px;
        margin: 0 auto; }
    main.services > section .content-image, main.news > section .content-image, main.articles > section .content-image, main.cases > section .content-image, main.videos > section .content-image {
      margin-bottom: 20px; }
      main.services > section .content-image img, main.news > section .content-image img, main.articles > section .content-image img, main.cases > section .content-image img, main.videos > section .content-image img {
        max-height: 400px;
        max-width: 100%; }
    main.services > section .content-images, main.news > section .content-images, main.articles > section .content-images, main.cases > section .content-images, main.videos > section .content-images {
      margin: 20px 0;
      padding: 0 0 3px;
      gap: 25px;
      list-style-type: none;
      overflow-x: auto;
      display: flex; }
      main.services > section .content-images li, main.news > section .content-images li, main.articles > section .content-images li, main.cases > section .content-images li, main.videos > section .content-images li {
        flex: 0 0 auto; }
        main.services > section .content-images li img, main.news > section .content-images li img, main.articles > section .content-images li img, main.cases > section .content-images li img, main.videos > section .content-images li img {
          display: block;
          width: 100%;
          height: 50px;
          cursor: pointer; }
    main.services > section .content-info, main.news > section .content-info, main.articles > section .content-info, main.cases > section .content-info, main.videos > section .content-info {
      display: flex;
      gap: 10px; }
      main.services > section .content-info .separator, main.news > section .content-info .separator, main.articles > section .content-info .separator, main.cases > section .content-info .separator, main.videos > section .content-info .separator {
        width: 1px;
        border-left: 1px solid rgba(41, 170, 227, 0.45);
        height: 20px;
        position: relative;
        transform: translateY(15%); }
      main.services > section .content-info .content-sharing, main.news > section .content-info .content-sharing, main.articles > section .content-info .content-sharing, main.cases > section .content-info .content-sharing, main.videos > section .content-info .content-sharing {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        gap: 10px;
        font-size: 23px;
        line-height: 1; }
    main.services > section .content-content, main.news > section .content-content, main.articles > section .content-content, main.cases > section .content-content, main.videos > section .content-content {
      overflow: hidden; }
    main.services > section iframe, main.news > section iframe, main.articles > section iframe, main.cases > section iframe, main.videos > section iframe {
      margin-bottom: 10px; }
  main.gallery img {
    cursor: pointer; }
  main.gallery .album {
    position: relative;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: center; }
    main.gallery .album img {
      display: block;
      width: max-content;
      height: 100%;
      max-height: 140px;
      max-width: 210px;
      object-fit: cover;
      margin: 0 auto;
      border-radius: 5px;
      background-color: white;
      padding: 5px;
      opacity: .33; }
    main.gallery .album .album-stacker {
      position: relative; }
      main.gallery .album .album-stacker .album-cover {
        position: relative;
        z-index: 2;
        margin-bottom: 12px; }
        main.gallery .album .album-stacker .album-cover img {
          max-width: 250px;
          max-height: 134px;
          box-shadow: 0 3px 5px 0 silver;
          opacity: 1; }
      main.gallery .album .album-stacker .album-backward-images {
        overflow: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        main.gallery .album .album-stacker .album-backward-images img {
          position: absolute;
          top: 50%;
          left: 50%;
          transition-duration: .25s; }
          main.gallery .album .album-stacker .album-backward-images img:nth-child(1) {
            transform: translate(-50%, -50%) rotate(8deg); }
          main.gallery .album .album-stacker .album-backward-images img:nth-child(2) {
            transform: translate(-50%, -50%) rotate(-8deg); }
    main.gallery .album:hover .album-backward-images img {
      opacity: 1; }
      main.gallery .album:hover .album-backward-images img:nth-child(1) {
        transform: translate(-50%, -50%) rotate(12deg); }
      main.gallery .album:hover .album-backward-images img:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-12deg); }
  main.book-appointment .appointment_datepicker .ui-datepicker-inline {
    width: 100%; }
  main.videos > section {
    padding: 30px 0; }
  main.videos .video {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #04161e; }
    main.videos .video.has-opacity-effect {
      opacity: 0.5;
      bottom: 0;
      transition-duration: .25s; }
      main.videos .video.has-opacity-effect:hover {
        opacity: 1;
        bottom: 5px; }
    main.videos .video img {
      position: relative;
      display: block;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5); }
  main .error img {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 25px; }

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