@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@font-face {
  font-family: "FbMonopolitser-Bold";
  src: url("../fonts/FbMonopolitser-Bold.otf") format("otf"), url("../fonts/FbMonopolitser-Bold.woff") format("woff"), url("../fonts/FbMonopolitser-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "FbMonopoly-Medium";
  src: url("../fonts/FbMonopoly-Medium.otf") format("otf"), url("../fonts/FbMonopoly-Medium.woff") format("woff"), url("../fonts/FFbMonopoly-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "FbMonopoly-Light";
  src: url("../fonts/FbMonopoly-Light.otf") format("otf"), url("../fonts/FbMonopoly-Light.woff") format("woff"), url("../fonts/FFbMonopoly-Light.woff2") format("woff2");
}
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 10px;
}

body {
  color: #363636;
  font-size: 2rem;
  direction: rtl;
  line-height: 1.5;
  font-weight: 400;
  font-family: "FbMonopoly-Light", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .title {
  position: relative;
  display: block;
  font-family: "FbMonopolitser-Bold", sans-serif;
  line-height: 1;
}

h1 {
  font-size: 12rem;
}

h2 {
  font-size: 8rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

div, p, span, a, input, input[type=submit], select, textarea {
  font-family: "FbMonopoly-Light", sans-serif;
}

strong, b, .bold, .bold p {
  font-family: "FbMonopoly-Medium", sans-serif;
}
strong p, strong span, strong a, strong input, b p, b span, b a, b input, .bold p, .bold span, .bold a, .bold input, .bold p p, .bold p span, .bold p a, .bold p input {
  font-family: "FbMonopoly-Medium", sans-serif;
}

i, em {
  font-style: italic;
}

a, input[type=submit], button, .transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: #0D3A81;
}
a:hover, a:focus {
  color: #F75E5E;
}

img {
  max-width: 100%;
  height: auto;
}

.round {
  border-radius: 50%;
}

figure.mask {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
figure.mask img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.small {
  font-size: 1.6rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.container.container1600 {
  max-width: 1600px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: absolute;
  width: 100%;
  right: 0;
  top: 2.5rem;
  z-index: 99999;
}
header .nav {
  padding-top: 2rem;
}
header .logo svg {
  width: 143px;
}
header.not-absolute {
  position: relative;
}

/*======================== Main Menu ======================*/
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  background: white;
  border-radius: 25px;
  margin: 0;
  padding: 0 2rem 0 1rem;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #363636;
  font-family: "FbMonopoly-Medium", sans-serif;
  line-height: 2;
  padding: 0.8rem 1.8rem 0.5rem;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
}
ul#main-menu > li.services {
  background: #F75E5E;
  border-radius: 2rem;
  align-self: center;
}
ul#main-menu > li.services > a {
  color: white !important;
  padding: 0.8rem 1.5rem 0.5rem;
  line-height: 1;
}
ul#main-menu > li.current-menu-item > a {
  color: #363636;
}
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -20px;
  top: 100%;
  width: 200px;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 0.5s;
  transform: translateY(-3rem);
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: black;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 1.8rem;
  font-family: "FbMonopoly-Medium", sans-serif;
  transition: all ease-out 0.5s;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #F75E5E;
}
ul#main-menu ul.sub-menu li:first-child {
  border-radius: 2rem 2rem 0 0;
}
ul#main-menu ul.sub-menu li:last-child {
  border-radius: 0 0 2rem 2rem;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu a {
  padding: 10px;
}

.post-type-archive-service ul#main-menu, .single-service ul#main-menu, .post-type-archive-story ul#main-menu, .single-story ul#main-menu, .page-template-general ul#main-menu, .single-partner ul#main-menu, .post-type-archive-partner ul#main-menu, .tax-service_cat ul#main-menu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/*============================= General =============================*/
.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.text16 {
  font-size: 1.8rem;
}

.text18 {
  font-size: 1.8rem;
}

.text22 {
  font-size: 2.2rem;
}

.text25 {
  font-size: 2.5rem;
}

.text30 {
  font-size: 3rem;
}

.text35 {
  font-size: 3rem;
}

.text40 {
  font-size: 4rem;
}

.text50 {
  font-size: 5rem;
}

.text60 {
  font-size: 6rem;
}

.text80 {
  font-size: 8rem !important;
}

.text120 {
  font-size: 12rem;
}

.lh-1 {
  line-height: 1;
}

.black {
  color: #363636;
}

.button {
  border: none;
  background: #F75E5E;
  border-radius: 25px;
  position: relative;
  transition: all cubic-bezier(0, 0, 0, 1) 0.5s;
}
.button a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1.3rem 3rem;
  font-family: "FbMonopoly-Medium", sans-serif;
  color: white;
  font-size: 1.8rem;
  line-height: 1;
}
.button a:hover {
  color: white !important;
}
.button::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 30px 30px 0px;
  border-color: transparent transparent #F75E5E transparent;
  transform: rotate(90deg);
  position: absolute;
  right: 25px;
  top: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 0.5s;
  z-index: -1;
}
.button:hover {
  border-radius: 10px 0 10px 10px;
  transform: translateX(-15px);
}
.button:hover::before {
  right: -15px;
}
.button.turq {
  background: #247188;
}
.button.turq::before {
  border-color: transparent transparent #247188 transparent;
}
.button.blue {
  background: #001B5B;
}
.button.blue::before {
  border-color: transparent transparent #001B5B transparent;
}
.button.grey {
  background: #F3F3ED;
}
.button.grey::before {
  border-color: transparent transparent #F3F3ED transparent;
}
.button.grey a {
  color: #363636;
}

.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs a {
  color: white;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  line-height: 1;
  padding: 2px;
}
.breadcrumbs a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  transition: all cubic-bezier(0, 0, 0, 1) 0.6s;
}
.breadcrumbs a:hover::after, .breadcrumbs a:focus::after {
  top: 0;
}
.breadcrumbs a span {
  position: relative;
  z-index: 1;
}
.breadcrumbs span {
  line-height: 1;
}

/*============================== Homepage =============================*/
.home #hp-top {
  background: #001B5B;
  padding: 14rem 0 20rem;
}
.home #hp-top .hp-videos-wrapper {
  flex-wrap: wrap;
  gap: 30px;
}
.home #hp-top .hp-videos-wrapper .video-container {
  flex: 0 0 calc(50% - 15px);
  max-width: 48%;
  aspect-ratio: 1/1.666;
  position: relative;
  perspective: 450px;
  perspective-origin: 50% 30%;
}
.home #hp-top .hp-videos-wrapper .video-container:nth-child(odd) {
  transform: translateY(-50%);
}
.home #hp-top .hp-videos-wrapper .video-container .video-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
}
.home #hp-top .hp-videos-wrapper .video-container .video-frame video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote {
  position: absolute;
  padding: 1.5rem 1rem;
  background: #F3F3ED;
  top: 60%;
  width: 20rem;
  line-height: 1.2;
  transform-style: preserve-3d;
  animation: float3D 3s ease-in-out infinite;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 18px 18px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote a {
  display: block;
  color: #363636;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote.right {
  left: 80%;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote.right::after {
  right: calc(100% - 1px);
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote.left {
  right: 60%;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
}
.home #hp-top .hp-videos-wrapper .video-container .video-quote.left::after {
  transform: rotate(90deg);
  left: calc(100% - 1px);
}
.home #hp-top .hp-videos-wrapper .video-container:nth-child(4) .video-quote {
  animation-delay: 0.8s;
}
.home #hp-top .hp-videos-wrapper .video-container:nth-child(5) .video-quote {
  animation-delay: 1.6s;
}
.home #hp-top .main-title {
  transform: translateX(140px);
  padding-top: 5rem;
}
.home #hp-top .hp-about {
  background: #F3F3ED;
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  padding: 4rem 6rem 4rem 10rem;
  position: absolute;
  right: 0;
}
.home #hp-top .hp-about.animation-on {
  animation: from-right cubic-bezier(0, 0, 0, 1) 1s;
}
.home #hp-top .hp-about::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 0 60px 60px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
}
.home #hp-top .hp-about #arrow1-animation-container {
  width: 210px;
  height: 200px;
  position: absolute;
  right: 25%;
  top: -220px;
}
.home #hp-top .partners .partner {
  aspect-ratio: 1/1;
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  opacity: 0;
  transform: translateY(100px);
  margin-bottom: 0;
}
.home #hp-top .partners .partner img {
  max-height: 100%;
}
.home #hp-top .partners .partner.animation-on {
  animation: from-bottom cubic-bezier(0, 0, 0, 1) 1s forwards;
  animation-fill-mode: both;
}
.home #activities {
  padding: 15rem 0;
  border-radius: 0 30px 0 0;
  margin-top: -30px;
  position: relative;
  background: white;
}
.home #activities::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 150px 150px 0px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  left: 0;
  top: -150px;
}
.home #activities h2 {
  margin-bottom: 8rem;
  display: inline-block;
}
.home #activities h2 #arrow2-animation-container {
  width: 250px;
  height: 140px;
  position: absolute;
  right: 105%;
  top: -1rem;
}
.home #activities .activities-row {
  z-index: 1;
}
.home #activities .types-list {
  z-index: 2;
}
.home #activities .types-list .single-type {
  display: inline-block;
  min-width: 300px;
  margin-bottom: 3rem;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  opacity: 0;
  transform: translateX(200px);
}
.home #activities .types-list .single-type .type-title {
  border-radius: 15px 0 15px 15px;
  position: relative;
}
.home #activities .types-list .single-type .type-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  border-width: 0 40px 40px 0px;
  transform: rotate(90deg);
}
.home #activities .types-list .single-type .type-title::after {
  content: "";
  background: url(../svg/activities_arrow.svg);
  background-size: contain !important;
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.home #activities .types-list .single-type h3 a {
  font-family: "FbMonopolitser-Bold", sans-serif;
  color: white;
  padding: 1rem 2rem;
  display: inline-block;
}
.home #activities .types-list .single-type.hover {
  min-width: 100%;
}
.home #activities .types-list .single-type.hover .type-title::after {
  opacity: 1;
  visibility: visible;
  left: 2rem;
}
.home #activities .types-list .single-type.animation-on {
  animation: from-right cubic-bezier(0, 0, 0, 1) 1s;
  animation-fill-mode: both;
}
.home #activities .types-list .single-type ul.sub-type-mobile {
  display: none;
}
.home #activities .sub-types {
  position: relative;
}
.home #activities .sub-types ul {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  padding-right: 2rem;
}
.home #activities .sub-types ul li {
  transform: translateX(50%);
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 1rem;
}
.home #activities .sub-types ul li a {
  color: #363636;
}
.home #activities .sub-types ul li a::after {
  content: "+";
  display: inline-block;
  font-family: "FbMonopoly-Medium", sans-serif;
  line-height: 1;
  font-size: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.home #activities .sub-types ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-1rem) rotate(360deg);
}
.home #activities .sub-types ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 9;
}
.home #activities .sub-types ul.active li {
  animation-delay: calc(var(--i) * 0.1s);
  animation-name: slide;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.home #activities .sub-types-bg {
  position: absolute;
  left: 0;
  top: -3rem;
  width: calc(200% + 200px);
  height: calc(100% + 3rem);
  background: url(../svg/activities_bg.svg) center center no-repeat #F3F3ED;
  background-size: contain;
  border-radius: 25px;
}
.home #activities .carousel-wrapper {
  margin-top: -150px;
  margin-bottom: 2rem;
}
.home #activities .carousel-wrapper .activities_carousel .item {
  position: relative;
  aspect-ratio: 0.6/1;
  border-radius: 20px;
  overflow: hidden;
}
.home #activities .carousel-wrapper .activities_carousel .item video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #activities .activity-areas {
  position: relative;
  min-height: 450px;
}
.home #activities .activity-areas .activities-bg {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 40px;
  position: absolute;
  border-radius: 20px;
  min-height: 450px;
}
.home #activities .activity-areas .single-type {
  flex: 1;
  border-radius: 15px;
}
.home #activities .activity-areas .single-type .type-title h3 a {
  font-family: "FbMonopolitser-Bold", sans-serif;
  color: white;
  padding: 1rem 2rem;
  display: block;
  font-size: 5rem;
  text-align: center;
}
.home #activities .activity-areas .single-type ul {
  list-style: none;
  padding: 2rem;
  display: none;
}
.home #activities .activity-areas .single-type ul li {
  text-align: center;
  margin-bottom: 2rem;
}
.home #activities .activity-areas .single-type ul li a {
  font-family: "FbMonopoly-Medium", sans-serif;
  line-height: 1;
}
.home #hp-numbers {
  padding-top: 5rem;
  padding-left: 6rem;
  opacity: 0;
  transform: translateY(100px);
  overflow: hidden;
}
.home #hp-numbers.animation-on {
  animation: from-bottom cubic-bezier(0, 0, 0, 1) 1s forwards;
  animation-fill-mode: both;
}

.numbers {
  background: white;
  border-radius: 0 25px 25px 25px;
  padding: 5rem 3rem;
  position: relative;
  margin-top: 2rem;
}
.numbers::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 0px 60px 60px;
  border-color: transparent transparent white transparent;
  transform: rotate(270deg);
  position: absolute;
  top: 0;
  right: 100%;
}
.numbers .single-number {
  margin: 0 2rem;
  flex: 1;
}
.numbers .single-number .the-number span {
  font-family: "FbMonopolitser-Bold", sans-serif;
  color: #F75E5E;
  font-size: 12rem;
  line-height: 1;
}

#ai-serach-block {
  position: relative;
  margin-top: 2rem;
  max-width: 650px;
  cursor: pointer;
}
#ai-serach-block .search-field {
  background: white;
  border-radius: 40px;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  border: 3px solid #F75E5E;
}
#ai-serach-block .search-field .ai-icon {
  width: 45px;
  height: 45px;
  background: #F75E5E;
  border-radius: 50%;
  flex-shrink: 0;
}
#ai-serach-block #arrow5-animation-container {
  position: absolute;
  top: -50px;
  right: -120px;
  width: 160px;
  height: 120px;
}

#ai-agent {
  padding: 5rem 0;
}

#stories {
  background: url(../svg/stories_bg.svg) center center no-repeat #001B5B;
  background-size: cover !important;
  padding: 15rem 0 20rem;
  margin-top: -30px;
}
#stories h2 {
  padding: 5rem 0 0 3rem;
}
#stories .single-story {
  padding: 3rem 0 0 0;
}
#stories .single-story .story-quote {
  background: white;
  border-radius: 25px 0 25px 25px;
  padding: 6rem 8rem 4rem 8rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 80%;
  position: relative;
  margin-right: 6rem;
  margin-top: 3rem;
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 1.2s;
}
#stories .single-story .story-quote::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 60px 60px 0px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
#stories .single-story .story-quote button {
  margin-top: 3rem;
}
#stories .single-story figure {
  position: relative;
  aspect-ratio: 4/5;
  width: 40%;
  transform: translateX(15%) translateY(-3rem) scale(0);
  transition: all cubic-bezier(0, 0, 0, 1) 0.8s;
  border-radius: 1.5rem;
  overflow: hidden;
}
#stories .single-story figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#stories .owl-item.active figure {
  transform: translateX(15%) translateY(-3rem) scale(1);
}
#stories .owl-item.active .story-quote {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#stories .ala-carousel-nav {
  margin-top: 0;
}

#more-articles h2, #services h2 {
  display: inline-block;
  margin: 0 auto 5rem;
  position: relative;
}
#more-articles h2 #arrow3-animation-container, #services h2 #arrow3-animation-container {
  width: 200px;
  height: 160px;
  position: absolute;
  left: -11rem;
  top: -8rem;
}

#services {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  background: white;
}
#services .services-carousel .owl-stage-outer {
  padding: 5rem 0;
}
#services .services-carousel a {
  color: #363636;
}
#services .services-carousel .owl-item {
  padding: 2rem;
}
#services .services-carousel .owl-item .singel-service {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  transition: all ease 1s;
  transform: scale(1);
  display: block;
}
#services .services-carousel .owl-item .singel-service .service-type {
  border-radius: 10px 0 10px 10px;
  position: relative;
  transform: translateX(3rem);
}
#services .services-carousel .owl-item .singel-service .service-type::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  transform: rotate(90deg);
  border-width: 0 15px 15px 0px;
}
#services .services-carousel .owl-item .singel-service .service-logo {
  width: 6rem;
  aspect-ratio: 1/1;
  margin-right: 2rem;
}
#services .services-carousel .owl-item.active.center {
  z-index: 3;
}
#services .services-carousel .owl-item.active.center .singel-service {
  transform: scale(1.2);
}
#services .services-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
#services .services-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  background: url(../svg/slider_arrow.svg) center center no-repeat;
  background-size: contain !important;
  right: -80px;
  position: absolute;
}
#services .services-carousel .owl-nav button.owl-next {
  right: initial;
  left: -100px;
  transform: scale(-1);
}

#more-articles, .knowledge-posts {
  padding: 10rem 0;
}
#more-articles .articles-carousel .owl-nav, .knowledge-posts .articles-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
#more-articles .articles-carousel .owl-nav button, .knowledge-posts .articles-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  background: url(../svg/slider_arrow.svg) center center no-repeat;
  background-size: contain !important;
  right: -80px;
  position: absolute;
}
#more-articles .articles-carousel .owl-nav button.owl-next, .knowledge-posts .articles-carousel .owl-nav button.owl-next {
  right: initial;
  left: -100px;
  transform: scale(-1);
}
#more-articles .singel-article, .knowledge-posts .singel-article {
  margin-bottom: 5rem;
}
#more-articles .singel-article figure.mask, .knowledge-posts .singel-article figure.mask {
  aspect-ratio: 4/3;
}
#more-articles .singel-article svg, .knowledge-posts .singel-article svg {
  width: 24px;
}
#more-articles .singel-article a, .knowledge-posts .singel-article a {
  color: #363636;
}
#more-articles .child-term-posts, .knowledge-posts .child-term-posts {
  padding-bottom: 5rem;
}

#faq {
  padding: 10rem 0;
  border-radius: 30px 0 0 0;
  margin-top: -3rem;
  background: white;
  position: relative;
}
#faq::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 0px 150px 150px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -150px;
  right: 0;
}
#faq .faq-wrapper {
  margin-top: 3rem;
  padding-right: 3rem;
}
#faq .faq-wrapper .question {
  background: #F3F3ED;
  border-radius: 15px 0 15px 15px;
  position: relative;
  padding: 1.5rem 3rem;
  margin: 2rem 0 1rem;
  transition: all ease 0.3s;
  opacity: 0;
  transform: translateX(200px);
}
#faq .faq-wrapper .question.animation-on {
  animation: from-right cubic-bezier(0, 0, 0, 1) 1s forwards;
  animation-fill-mode: both;
}
#faq .faq-wrapper .question {
  cursor: pointer;
}
#faq .faq-wrapper .question::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 30px 30px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
  transition: all ease 0.3s;
}
#faq .faq-wrapper .question svg {
  width: 3rem;
  transition: all ease 0.3s;
}
#faq .faq-wrapper .question svg path {
  transition: all ease 0.3s;
}
#faq .faq-wrapper .question.active {
  color: white;
}
#faq .faq-wrapper .question.active svg {
  transform: rotate(-90deg);
}
#faq .faq-wrapper .question.active svg path {
  fill: white !important;
}
#faq .faq-wrapper .answer {
  background: #F3F3ED;
  border-radius: 0 15px 15px 15px;
  position: relative;
  padding: 1.5rem 3rem;
  width: calc(100% - 3rem);
  display: none;
  margin-bottom: 4rem;
}
#faq .faq-wrapper .answer::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 30px 30px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(180deg);
  top: 0;
  right: 100%;
}

.ala-carousel-nav, .owl-dots {
  position: relative;
  margin-top: 2rem;
}
.ala-carousel-nav button, .owl-dots button {
  border: none;
  background: transparent;
}
.ala-carousel-nav button.owl-dot, .owl-dots button.owl-dot {
  background: #BCBEB7 !important;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin: 0 4px;
  transition: all ease 0.3s;
}
.ala-carousel-nav button.owl-dot.active, .owl-dots button.owl-dot.active {
  background: #F75E5E !important;
  width: 25px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

.owl-item video {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.owl-item:not(.active) video {
  opacity: 0.5;
}

/*====================== Single Knowledge ===================*/
.single-knowledge #page-top, .tax-activity_types #page-top, .post-type-archive-service #page-top, .page-template-about #page-top {
  padding: 16rem 0 8rem;
  background-size: contain;
}

.off-canvas-wrapper {
  overflow-x: clip;
}

.single-knowledge .page-wrap.knowledge, .tax-activity_types .page-wrap.knowledge, .post-type-archive-service .page-wrap.knowledge {
  border-radius: 0 30px 0 0;
  margin-top: -30px;
  position: relative;
  background: white;
}
.single-knowledge .page-wrap.knowledge::after, .tax-activity_types .page-wrap.knowledge::after, .post-type-archive-service .page-wrap.knowledge::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 150px 150px 0px;
  border-color: transparent transparent #FFFFFF transparent;
  left: 0;
  top: -150px;
}
.single-knowledge .video-container, .tax-activity_types .video-container, .post-type-archive-service .video-container {
  aspect-ratio: 1/1.666;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-knowledge .video-container video, .tax-activity_types .video-container video, .post-type-archive-service .video-container video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-knowledge figure.mask, .tax-activity_types figure.mask, .post-type-archive-service figure.mask {
  aspect-ratio: 1/1.6;
}
.single-knowledge .knowledge-menu, .tax-activity_types .knowledge-menu, .post-type-archive-service .knowledge-menu {
  background: #F3F3ED;
  border-radius: 0 15px 15px 15px;
  padding: 3rem;
  position: sticky;
  top: 0;
}
.single-knowledge .knowledge-menu::after, .tax-activity_types .knowledge-menu::after, .post-type-archive-service .knowledge-menu::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  border-style: solid;
  border-width: 0 40px 40px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(180deg);
}
.single-knowledge .knowledge-menu ul, .tax-activity_types .knowledge-menu ul, .post-type-archive-service .knowledge-menu ul {
  padding: 0;
  list-style: none;
}
.single-knowledge .knowledge-menu ul li.active a, .tax-activity_types .knowledge-menu ul li.active a, .post-type-archive-service .knowledge-menu ul li.active a {
  color: #F75E5E;
}
.single-knowledge .knowledge-menu ul a, .tax-activity_types .knowledge-menu ul a, .post-type-archive-service .knowledge-menu ul a {
  color: #363636;
}
.single-knowledge .page-wrap.knowledge, .tax-activity_types .page-wrap.knowledge, .post-type-archive-service .page-wrap.knowledge {
  padding: 10rem 0;
}
.single-knowledge #stories, .tax-activity_types #stories, .post-type-archive-service #stories {
  background: transparent;
  padding: 5rem 0;
  margin-top: 0;
}
.single-knowledge #stories .single-story .story-quote, .tax-activity_types #stories .single-story .story-quote, .post-type-archive-service #stories .single-story .story-quote {
  background: #F3F3ED;
  box-shadow: none;
}
.single-knowledge #stories .single-story .story-quote::before, .tax-activity_types #stories .single-story .story-quote::before, .post-type-archive-service #stories .single-story .story-quote::before {
  border-color: transparent transparent #F3F3ED transparent;
}

/*================= Flexible content ==============*/
.flexible-content a {
  color: #247188;
}
.flexible-content .quote-section .quote-container {
  padding: 6rem 6rem 8rem 8rem;
  position: relative;
  width: calc(100% - 150px);
  margin-right: 60px;
  border-radius: 25px 0 25px 25px;
}
.flexible-content .quote-section .quote-container::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 0 60px 60px 0px;
  transform: rotate(90deg);
}
.flexible-content .quote-section .quote-container::after {
  content: "";
  background: url(../img/quotemark.png) center center no-repeat;
  background-size: contain;
  width: 180px;
  height: 117px;
  position: absolute;
  left: -90px;
  bottom: -30px;
}
.flexible-content .faq-section {
  border-radius: 0;
  margin-top: 0;
}
.flexible-content .faq-section #faq {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.flexible-content .faq-section #faq::before {
  display: none;
}
.flexible-content .highlight-text-container {
  background: #F3F3ED;
  border-radius: 15px;
  padding: 5rem;
}
.flexible-content .knowledge-section {
  padding: 3rem 0;
}
.flexible-content .knowledge-section:first-child {
  padding-top: 0;
}
.flexible-content .knowledge-section:last-child {
  padding-bottom: 0;
}
.flexible-content .knowledge-section ul {
  padding-right: 2rem;
  list-style: none;
}
.flexible-content .knowledge-section ul li {
  margin-bottom: 2rem;
}
.flexible-content .knowledge-section ul li::before {
  content: "+";
  display: inline-block;
  margin-left: 1rem;
  margin-right: -2rem;
  font-family: "FbMonopolitser-Bold", sans-serif;
  font-size: 3rem;
  line-height: 0.5;
}
.flexible-content .knowledge-section ol {
  padding-right: 3rem;
}
.flexible-content .knowledge-section ol li {
  margin-bottom: 2rem;
}
.flexible-content .knowledge-section ol li::marker {
  font-family: "FbMonopoly-Medium", sans-serif;
}
.flexible-content .slider figure {
  aspect-ratio: 2/1;
}
.flexible-content .image-only figure {
  aspect-ratio: 4/3;
}
.flexible-content .text-and-media figure {
  aspect-ratio: 1/1;
}
.flexible-content .text-and-media iframe {
  max-width: 100%;
}

.article-note {
  border-top: 1px solid #BCBEB7;
  padding: 2rem 0;
}
.article-note a {
  color: #363636;
  text-decoration: underline;
}

.share-buttons .share-title {
  background: #F3F3ED;
  border-radius: 15px 0 15px 15px;
  padding: 1rem 2rem;
  position: relative;
  font-family: "FbMonopoly-Medium", sans-serif;
  margin-right: 25px;
  cursor: pointer;
}
.share-buttons .share-title::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 0 25px 25px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
}
.share-buttons #copied-message {
  background: #F75E5E;
  color: white;
  border-radius: 3rem;
  padding: 1rem 2rem;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease;
}
.share-buttons #copied-message.copied {
  transform: translateY(0);
  opacity: 1;
}

/*====================== Taxonomy Knowledge ===================*/
.tax-activity_types .breadcrumbs, .post-type-archive-service .breadcrumbs {
  margin-bottom: 0;
}
.tax-activity_types #sub-categories, .post-type-archive-service #sub-categories {
  padding: 10rem 0 20rem;
}
.tax-activity_types #sub-categories .single-sub-cat, .post-type-archive-service #sub-categories .single-sub-cat {
  position: relative;
}
.tax-activity_types #sub-categories .single-sub-cat:nth-child(3n+2), .post-type-archive-service #sub-categories .single-sub-cat:nth-child(3n+2) {
  transform: translateY(25%);
}
.tax-activity_types #sub-categories .single-sub-cat:nth-child(3n+3), .post-type-archive-service #sub-categories .single-sub-cat:nth-child(3n+3) {
  transform: translateY(-25%);
}
.tax-activity_types #sub-categories .single-sub-cat figure, .post-type-archive-service #sub-categories .single-sub-cat figure {
  aspect-ratio: 1/1.5;
  margin: 0;
}
.tax-activity_types #sub-categories .single-sub-cat figure img, .post-type-archive-service #sub-categories .single-sub-cat figure img {
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.tax-activity_types #sub-categories .single-sub-cat .links, .post-type-archive-service #sub-categories .single-sub-cat .links {
  position: absolute;
  bottom: 15%;
  right: 0;
  max-width: 80%;
}
.tax-activity_types #sub-categories .single-sub-cat .links:hover .sub-cat-title.has-children svg, .post-type-archive-service #sub-categories .single-sub-cat .links:hover .sub-cat-title.has-children svg {
  transform: rotate(-90deg);
}
.tax-activity_types #sub-categories .single-sub-cat .links:hover .sub-cat-title.has-children svg path, .post-type-archive-service #sub-categories .single-sub-cat .links:hover .sub-cat-title.has-children svg path {
  fill: white;
}
.tax-activity_types #sub-categories .single-sub-cat .links:hover .sub-cat-title a, .post-type-archive-service #sub-categories .single-sub-cat .links:hover .sub-cat-title a {
  color: white;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-cat-title, .post-type-archive-service #sub-categories .single-sub-cat .sub-cat-title {
  background: #F3F3ED;
  border-radius: 1rem;
  z-index: 2;
  position: relative;
  transition: all ease 0.3s;
  padding-left: 1rem;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-cat-title a, .post-type-archive-service #sub-categories .single-sub-cat .sub-cat-title a {
  display: inline-block;
  padding: 1.5rem 2rem;
  position: relative;
  color: #363636;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-cat-title.has-children svg, .post-type-archive-service #sub-categories .single-sub-cat .sub-cat-title.has-children svg {
  width: 2rem;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.tax-activity_types #sub-categories .single-sub-cat:hover figure img, .post-type-archive-service #sub-categories .single-sub-cat:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu {
  position: relative;
  width: 300px;
  right: 4rem;
  border-radius: 1rem;
  list-style: none;
  background: white;
  padding: 0;
  margin-top: -3rem;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu li, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu li {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu a, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu a {
  line-height: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  display: flex;
  position: relative;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu a::after, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu a::after {
  content: "+";
  opacity: 0;
  margin: 0;
  transition: all ease 0.5s;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu a:hover::after, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu a:hover::after {
  opacity: 1;
  transform: rotate(90deg);
  margin-right: 2rem;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu.active, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu.active {
  opacity: 1;
  visibility: visible;
  padding: 4rem 2rem 2rem;
}
.tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu.active a, .post-type-archive-service #sub-categories .single-sub-cat .sub-sub-cat-menu.active a {
  line-height: 1.2;
}
.tax-activity_types #services, .post-type-archive-service #services {
  background: transparent;
  padding: 5rem 0;
}

.post-type-archive-service #sub-categories {
  padding: 10rem 0 0;
}

#more-categories {
  padding-bottom: 10rem;
}
#more-categories h2 {
  display: inline-block;
  margin: 5rem auto 8rem;
  position: relative;
}
#more-categories h2 #arrow3-animation-container, #more-categories h2 #arrow4-animation-container {
  width: 200px;
  height: 160px;
  position: absolute;
  left: -11rem;
  top: -8rem;
}
#more-categories .more-areas-carousel .singel-area figure.mask {
  aspect-ratio: 1/1.5;
}
#more-categories .more-areas-carousel .singel-area figure.mask img {
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
#more-categories .more-areas-carousel .singel-area .cat-title {
  background: #F3F3ED;
  border-radius: 1rem;
  padding: 1rem 2rem;
  position: absolute;
  right: -2rem;
  max-width: 80%;
}
#more-categories .more-areas-carousel .singel-area:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
.owl-nav button {
  width: 60px;
  height: 60px;
  background: url(../svg/slider_arrow.svg) center center no-repeat !important;
  background-size: contain !important;
  right: -80px;
  position: absolute;
}
.owl-nav button.owl-next {
  right: initial;
  left: -100px;
  transform: scale(-1);
}

.post-type-archive-service .logo svg path.logo-color, .post-type-archive-story .logo svg path.logo-color {
  fill: #001B5B !important;
}
.post-type-archive-service .logo svg path:not(.logo-color), .post-type-archive-story .logo svg path:not(.logo-color) {
  fill: #F75E5E !important;
}
.post-type-archive-service h1.services-title, .post-type-archive-story h1.services-title {
  position: relative;
  display: inline-block;
}
.post-type-archive-service h1.services-title #arrow2-animation-container, .post-type-archive-story h1.services-title #arrow2-animation-container {
  width: 250px;
  height: 140px;
  position: absolute;
  right: 105%;
  top: -1rem;
}
.post-type-archive-service #page-top, .post-type-archive-story #page-top {
  padding: 20rem 0 5rem;
}
.post-type-archive-service #page-top .breadcrumbs a, .post-type-archive-story #page-top .breadcrumbs a {
  color: #363636;
}
.post-type-archive-service #page-top .breadcrumbs a::after, .post-type-archive-story #page-top .breadcrumbs a::after {
  background: #F75E5E;
}
.post-type-archive-service #page-top .breadcrumbs a:hover, .post-type-archive-story #page-top .breadcrumbs a:hover {
  color: white;
}
.post-type-archive-service #terms-menu, .post-type-archive-story #terms-menu {
  background: #F3F3ED;
  border-radius: 25px 0 25px 25px;
  padding: 4.5rem 8rem;
  position: relative;
  margin-bottom: 10rem;
}
.post-type-archive-service #terms-menu::before, .post-type-archive-story #terms-menu::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 60px 60px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
}
.post-type-archive-service #terms-menu .single-type, .post-type-archive-story #terms-menu .single-type {
  border: 2px solid #363636;
  border-radius: 15px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.post-type-archive-service #terms-menu .single-type:hover, .post-type-archive-story #terms-menu .single-type:hover {
  color: white;
}
.post-type-archive-service #terms-menu a:hover, .post-type-archive-service #terms-menu a.active, .post-type-archive-story #terms-menu a:hover, .post-type-archive-story #terms-menu a.active {
  color: white;
}
.post-type-archive-service .level2-cat, .post-type-archive-story .level2-cat {
  margin-bottom: 10rem;
}
.post-type-archive-service .level2-cat .single-service, .post-type-archive-story .level2-cat .single-service {
  border-radius: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  color: #363636;
  display: block;
}
.post-type-archive-service .level2-cat .single-service img, .post-type-archive-story .level2-cat .single-service img {
  max-width: 6rem;
}
.post-type-archive-service .level2-cat .single-service svg, .post-type-archive-story .level2-cat .single-service svg {
  width: 4rem;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  flex-shrink: 0;
}
.post-type-archive-service .level2-cat .single-service:hover svg, .post-type-archive-story .level2-cat .single-service:hover svg {
  transform: translateX(-2rem);
}

.post-type-archive-story .single-story {
  margin-bottom: 5rem;
}
.post-type-archive-story .single-story figure {
  aspect-ratio: 4/3;
}
.post-type-archive-story .single-story figure img {
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.post-type-archive-story .single-story .story-cat {
  position: absolute;
  right: -1rem;
  bottom: 3rem;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.post-type-archive-story .single-story svg {
  width: 24px;
}
.post-type-archive-story .single-story a {
  color: #363636;
}
.post-type-archive-story .single-story a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.post-type-archive-story .story-filter {
  background: #F3F3ED;
  padding: 3rem;
  position: relative;
  border-radius: 20px 0 20px 20px;
}
.post-type-archive-story .story-filter::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 50px 50px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
}
.post-type-archive-story .story-filter span {
  background: white;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  display: inline-flex;
  gap: 5px;
}
.post-type-archive-story .story-filter span.active {
  background: #F75E5E;
  color: white;
}
.post-type-archive-story .story-filter span.active svg path {
  fill: white !important;
}
.post-type-archive-story .story-filter span.loader {
  background: transparent;
  display: none;
}
.post-type-archive-story .story-filter .type-filter svg {
  width: 24px;
}

#stories-areas {
  padding: 10rem 0;
}
#stories-areas a {
  flex: 1;
}
#stories-areas a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
#stories-areas figure {
  aspect-ratio: 3/4;
}
#stories-areas figure img {
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
#stories-areas .cat-title {
  position: absolute;
  left: -10px;
  bottom: 3rem;
  border-radius: 10px 0 10px 10px;
  padding: 10px 20px;
}
#stories-areas .cat-title::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 25px 25px 0px;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
}

.post-type-archive-partner .logo svg path.logo-color {
  fill: #001B5B !important;
}
.post-type-archive-partner .logo svg path:not(.logo-color) {
  fill: #F75E5E !important;
}
.post-type-archive-partner h1.partners-title {
  position: relative;
  display: inline-block;
}
.post-type-archive-partner h1.partners-title #arrow2-animation-container {
  width: 250px;
  height: 140px;
  position: absolute;
  right: 105%;
  top: -1rem;
}
.post-type-archive-partner #page-top {
  padding: 20rem 0 5rem;
}
.post-type-archive-partner #page-top .breadcrumbs a {
  color: #363636;
}
.post-type-archive-partner #page-top .breadcrumbs a::after {
  background: #F75E5E;
}
.post-type-archive-partner #page-top .breadcrumbs a:hover {
  color: white;
}
.post-type-archive-partner .single-partner figure {
  aspect-ratio: 1/1;
  background: white;
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.post-type-archive-partner .single-partner figure img {
  max-width: 60%;
  max-height: 60%;
}

/*================ Single story ================== */
.single-story .logo svg path.logo-color, .single-partner .logo svg path.logo-color {
  fill: #001B5B !important;
}
.single-story .logo svg path:not(.logo-color), .single-partner .logo svg path:not(.logo-color) {
  fill: #F75E5E !important;
}
.single-story header, .single-partner header {
  position: relative;
}
.single-story #page-top, .single-partner #page-top {
  margin-top: 8rem;
}
.single-story #page-top .breadcrumbs a, .single-partner #page-top .breadcrumbs a {
  color: #363636;
}
.single-story #page-top .breadcrumbs a:hover, .single-partner #page-top .breadcrumbs a:hover {
  color: white;
}
.single-story #page-top figure, .single-partner #page-top figure {
  width: 85px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
}
.single-story .media-wrapper, .single-partner .media-wrapper {
  padding: 10rem 0;
}
.single-story #stories, .single-partner #stories {
  padding: 10rem 0 !important;
}

.flexible-story-content .story-section {
  margin: 5rem 0;
  background: #F3F3ED;
  padding: 4rem 4rem 3rem;
  position: relative;
}
.flexible-story-content .story-section::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 30px 30px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  top: 0;
}
.flexible-story-content .story-section:nth-child(even) {
  border-radius: 25px 0 25px 25px;
}
.flexible-story-content .story-section:nth-child(even)::after {
  transform: rotate(90deg);
  left: 100%;
}
.flexible-story-content .story-section:nth-child(odd) {
  border-radius: 0 25px 25px 25px;
}
.flexible-story-content .story-section:nth-child(odd)::after {
  transform: rotate(180deg);
  right: 100%;
}
.flexible-story-content .story-section.text-image figure {
  aspect-ratio: 1/1;
}
.flexible-story-content .story-section.one-image figure {
  aspect-ratio: 4/3;
}
.flexible-story-content .story-section .two-vs.read svg path {
  fill: #5599B1;
}
.flexible-story-content .story-section.video iframe, .flexible-story-content .story-section.audio iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.flexible-story-content .story-section.video iframe.instagram-media, .flexible-story-content .story-section.audio iframe.instagram-media {
  aspect-ratio: initial;
  height: revert-layer;
}
.flexible-story-content .story-section.video .media-wrapper, .flexible-story-content .story-section.audio .media-wrapper {
  padding: 0;
}

/*================ Single partner ================== */
.single-partner #page-top .partner-logo, .single-service #page-top .partner-logo {
  aspect-ratio: 4/3;
  padding: 3rem;
  background: #F3F3ED;
  border-radius: 20px 0 20px 20px;
  position: relative;
}
.single-partner #page-top .partner-logo::after, .single-service #page-top .partner-logo::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 40px 40px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
}
.single-partner #page-top a, .single-service #page-top a {
  color: #F75E5E;
}
.single-partner .partner, .single-service .partner {
  margin-top: 5rem;
}
.single-partner #arrow1-animation-container, .single-service #arrow1-animation-container {
  opacity: 0.3;
}

/*================== Single Service =====================*/
.single-service header, .tax-service_cat header {
  position: relative;
}
.single-service #page-top, .tax-service_cat #page-top {
  margin-top: 8rem;
}
.single-service #page-top .breadcrumbs a, .tax-service_cat #page-top .breadcrumbs a {
  color: #363636;
}
.single-service #page-top .breadcrumbs a:hover span, .tax-service_cat #page-top .breadcrumbs a:hover span {
  color: white;
}
.single-service #page-top .service-logo, .tax-service_cat #page-top .service-logo {
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  position: relative;
}
.single-service .details-wrapper, .tax-service_cat .details-wrapper {
  background: #F3F3ED;
  border-radius: 25px 0 25px 25px;
  padding: 3rem 5rem;
  position: relative;
}
.single-service .details-wrapper::after, .tax-service_cat .details-wrapper::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 60px 60px 0px;
  border-color: transparent transparent #F3F3ED transparent;
  transform: rotate(90deg);
  top: 0;
  left: 100%;
}
.single-service .details-wrapper svg, .tax-service_cat .details-wrapper svg {
  max-width: 38px;
}
.single-service .page-wrap.service, .tax-service_cat .page-wrap.service {
  padding-top: 5rem;
}
.single-service #faq, .tax-service_cat #faq {
  margin-top: 0;
}
.single-service #faq::before, .tax-service_cat #faq::before {
  display: none;
}
.single-service .service-register, .tax-service_cat .service-register {
  border-radius: 0 20px 20px 20px;
  padding: 3rem;
  margin-bottom: 5rem;
}
.single-service .service-register::after, .tax-service_cat .service-register::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 0 60px 60px 0px;
  transform: rotate(180deg);
  top: 0;
  right: 100%;
}
.single-service .flexible-story-content .story-section:nth-child(even), .tax-service_cat .flexible-story-content .story-section:nth-child(even) {
  border-radius: 0 25px 25px 25px;
}
.single-service .flexible-story-content .story-section:nth-child(even)::after, .tax-service_cat .flexible-story-content .story-section:nth-child(even)::after {
  transform: rotate(180deg);
  right: 100%;
  left: initial;
}
.single-service .flexible-story-content .story-section:nth-child(odd), .tax-service_cat .flexible-story-content .story-section:nth-child(odd) {
  border-radius: 25px 0 25px 25px;
}
.single-service .flexible-story-content .story-section:nth-child(odd)::after, .tax-service_cat .flexible-story-content .story-section:nth-child(odd)::after {
  transform: rotate(90deg);
  left: 100%;
  right: initial;
}
.single-service .flexible-story-content .story-section .two-vs, .tax-service_cat .flexible-story-content .story-section .two-vs {
  display: none;
}
.single-service .flexible-story-content #section-1, .tax-service_cat .flexible-story-content #section-1 {
  margin-top: 0;
}

.single-service #stories, .post-type-archive-service #stories, .single-story #stories {
  padding: 0 0 10rem;
  background: transparent;
}
.single-service #stories .story-quote, .post-type-archive-service #stories .story-quote, .single-story #stories .story-quote {
  background: #F3F3ED;
  box-shadow: none;
}
.single-service #stories .story-quote::before, .post-type-archive-service #stories .story-quote::before, .single-story #stories .story-quote::before {
  border-color: transparent transparent #F3F3ED transparent;
}

#more-categories {
  padding-bottom: 10rem;
}
#more-categories figure {
  aspect-ratio: 2/3;
}
#more-categories .cat-title {
  background: #F3F3ED;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 10%;
  right: -1rem;
  border-radius: 10px;
  font-family: "FbMonopoly-Medium", sans-serif;
  max-width: 80%;
}

.error404 .page-wrap.page404 {
  padding: 10rem 0;
}
.error404 .logo svg path {
  fill: #001B5B !important;
}
.error404 .logo svg path.logo-color {
  fill: #F75E5E !important;
}

/*======================= Taxonomy Service category ==========================*/
.tax-service_cat .flexible-story-content {
  padding-left: 5rem;
}
.tax-service_cat .flexible-story-content ul {
  padding-right: 2rem;
}
.tax-service_cat .flexible-story-content .story-section {
  padding-left: 12rem !important;
}
.tax-service_cat .flexible-story-content {
  position: relative;
}
.tax-service_cat .flexible-story-content .service-icons {
  border-radius: 0 15px 15px 15px;
  padding: 2rem;
  position: absolute;
  left: 0;
  top: 3rem;
  font-size: 40px;
  line-height: 0;
}
.tax-service_cat .flexible-story-content .service-icons::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 30px 0px 0px 30px;
  right: 100%;
  top: 0;
}
.tax-service_cat .services-list {
  padding-left: 5rem;
}
.tax-service_cat .services-list .single-service {
  margin-bottom: 4rem;
}
.tax-service_cat .services-list .single-service .single-service-title {
  background: #F3F3ED;
  border-radius: 20px;
  padding: 3rem 5rem 3rem;
  display: block;
  transition: all ease 0.3s;
  cursor: pointer;
}
.tax-service_cat .services-list .single-service .single-service-title h3 {
  color: #363636;
  flex-grow: 1;
  font-family: "FbMonopoly-Medium", sans-serif;
}
.tax-service_cat .services-list .single-service .single-service-title .partners {
  background: white;
  border-radius: 10px 0 10px 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.tax-service_cat .services-list .single-service .single-service-title .partners::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 25px 25px 0px 0px;
  border-color: white transparent transparent transparent;
  top: 0;
  left: 100%;
}
.tax-service_cat .services-list .single-service .single-service-title .partners img {
  max-width: 100px;
  max-height: 60px;
}
.tax-service_cat .services-list .single-service .single-service-title svg {
  width: 3.5rem;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  transform: translateX(0);
  flex-shrink: 0;
}
.tax-service_cat .services-list .single-service .single-service-title:hover svg {
  transform: translateX(-2rem);
}
.tax-service_cat .services-list .single-service .single-service-title.active h3 {
  color: white;
}
.tax-service_cat .services-list .single-service .single-service-title.active svg {
  transform: rotate(-90deg);
}
.tax-service_cat .services-list .single-service .single-service-title.active svg path {
  fill: white !important;
}
.tax-service_cat .services-list .single-service .single-service-content {
  display: none;
  padding-top: 3rem;
}
.tax-service_cat .services-list .single-service .single-service-content button {
  background: white;
  border-radius: 25px;
  padding: 1rem 2rem;
  transition: all ease 0.3s;
}
.tax-service_cat .services-list .single-service .single-service-content button a {
  color: #363636;
}
.tax-service_cat .services-list .single-service .single-service-content button:hover a {
  color: white;
}
.tax-service_cat .services-list .single-service .single-service-content figure.mask {
  aspect-ratio: 4/3;
}

/*======================= Footer ==========================*/
.footer {
  margin-top: 10rem;
}
.footer .title {
  line-height: 0.9;
}
.footer .footer-cats-menu ul {
  padding: 0;
}
.footer .footer-socials {
  margin-top: 5rem;
}
.footer .footer-cf {
  padding-left: 3rem;
}
.footer .footer-contact {
  background: #247188;
  border-radius: 25px;
  padding: 7rem;
}
.footer .footer-newsletter {
  background: #001B5B;
  padding: 6rem 3rem;
  border-radius: 0 15px 15px 15px;
  position: relative;
  margin-top: -14rem;
}
.footer .footer-newsletter::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  border-style: solid;
  border-width: 0 40px 40px 0px;
  border-color: transparent transparent #001B5B transparent;
  transform: rotate(180deg);
}
.footer .footer-newsletter .wpcf7-submit {
  margin-top: 3rem;
}
.footer .footer-logos img {
  max-width: 12rem;
  max-height: 7rem;
}
.footer .menu-rights-credit {
  background: #363636;
  border-radius: 25px;
  padding: 3rem 7rem 2rem;
  margin: 3rem 0;
}
.footer .menu-rights-credit #footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 5rem;
}
.footer .menu-rights-credit #footer-menu a {
  color: white;
}
.footer .menu-rights-credit .credit {
  direction: ltr;
  text-align: left;
}
.footer .menu-rights-credit .credit a {
  color: #F75E5E;
}
.footer .menu-rights-credit .terms-menu {
  list-style: none;
}
.footer .menu-rights-credit .terms-menu li {
  position: relative;
}
.footer .menu-rights-credit .terms-menu li::after {
  content: "|";
  position: absolute;
  display: inline-block;
  left: 0;
  color: white;
}
.footer .menu-rights-credit .terms-menu li:last-child::after {
  display: none;
}
.footer .menu-rights-credit .terms-menu a {
  color: white;
  padding: 0 1rem;
}

.wpcf7 label, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 label {
  color: white;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  background: white;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 a {
  color: white;
  text-decoration: underline;
}
.wpcf7 .footer-submit p {
  display: flex;
  flex-direction: row-reverse;
}
.wpcf7 .wpcf7-submit {
  background: #F75E5E;
  color: white;
  border: none;
  padding: 1.5rem 3rem;
  line-height: 1;
  font-size: 1.8rem;
  border-radius: 25px;
  font-family: "FbMonopoly-Medium", sans-serif;
}
.wpcf7 .wpcf7-acceptance {
  font-size: 1.6rem;
}
.wpcf7 form .wpcf7-response-output {
  color: white;
}

.blue .wpcf7-submit {
  background: #001B5B;
}

.single-partner .breadcrumbs a:hover, .page-template-about .breadcrumbs a:hover {
  color: #F75E5E !important;
}

/*======================= About ==========================*/
.page-template-about #page-top {
  background: url(../svg/top_bg.svg) center center no-repeat #001B5B;
  position: relative;
}
.page-template-about #page-top .video-frame {
  position: absolute;
  top: 0;
  aspect-ratio: 2/3;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 100%;
  width: 400px;
}
.page-template-about #page-top .video-frame video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about #page-top:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 230px 0px 0px 140px;
  border-color: transparent transparent transparent white;
}
.page-template-about .page-wrap.about {
  background: #001B5B;
}
.page-template-about .page-wrap.about .wrapper {
  padding: 5rem 0 10rem;
  background: white;
  border-radius: 0 20px 0 0;
}
.page-template-about .page-wrap.about #arrow1-animation-container {
  width: 260px;
  opacity: 0.2;
  transform: scaleX(-1);
}
.page-template-about #about-notes {
  padding: 10rem 0;
}
.page-template-about #about-notes .note-icon {
  background: #F3F3ED;
  border-radius: 15px 15px 0 15px;
  padding: 1.5rem;
  font-size: 5rem;
  width: 80px;
  position: relative;
  margin-right: 42px;
  margin-bottom: 2rem;
  line-height: 1;
}
.page-template-about #about-notes .note-icon::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 22px 0px 0px 22px;
  border-color: transparent transparent transparent #F3F3ED;
  left: 100%;
  bottom: 0;
}
.page-template-about #about-notes .note-col {
  padding-right: 50px;
}
.page-template-about #about-notes .note-box {
  background: #001B5B;
  border-radius: 25px 0 25px 25px;
  padding: 3rem;
  position: relative;
}
.page-template-about #about-notes .note-box::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  content: "";
  border-width: 30px 30px 0px 0px;
  border-color: #001B5B transparent transparent transparent;
  left: 100%;
  top: 0;
}
.page-template-about #about-notes button a {
  padding: 2rem 3rem;
}
.page-template-about #about-partners {
  padding: 5rem 0;
}
.page-template-about #about-partners .partner a {
  width: 100%;
  padding: 2rem;
}
.page-template-about #about-partners .partner figure {
  width: 100%;
  background: white;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  aspect-ratio: 1/1;
}
.page-template-about #about-partners .partner figure img {
  max-width: 60%;
  max-height: 60%;
}
.page-template-about #about-numbers {
  padding: 5rem 0;
}
.page-template-about #about-numbers figure {
  aspect-ratio: 3.5/1;
}
.page-template-about #about-numbers .numbers {
  padding: 2rem 0;
}
.page-template-about #about-numbers .numbers::after {
  display: none;
}

/*======================= General ==========================*/
.page-template-general header {
  position: relative;
}
.page-template-general header .logo svg path {
  fill: #001B5B !important;
}
.page-template-general header .logo svg path.logo-color {
  fill: #F75E5E !important;
}
.page-template-general #page-top {
  margin-top: 8rem;
}
.page-template-general #page-top .breadcrumbs a {
  color: #363636;
}
.page-template-general #page-top .breadcrumbs a:hover {
  color: white;
}
.page-template-general #page-top .breadcrumbs a::after {
  background: #F75E5E;
}

div.botica-bootstrap-iso .h5, div.botica-bootstrap-iso h5 {
  font-size: 2.2rem !important;
}

/*=================== Animations ========================*/
@keyframes slide {
  to {
    transform: translatex(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes float3D {
  0% {
    transform: translateY(0) rotateY(0);
  }
  50% {
    transform: translateY(-10px) rotateY(6deg);
  }
  100% {
    transform: translateY(0) rotateY(0);
  }
}
@keyframes from-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes from-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.delay:nth-child(1) {
  animation-delay: 0.1s !important;
}

.delay:nth-child(2) {
  animation-delay: 0.2s !important;
}

.delay:nth-child(3) {
  animation-delay: 0.3s !important;
}

.delay:nth-child(4) {
  animation-delay: 0.4s !important;
}

.delay:nth-child(5) {
  animation-delay: 0.5s !important;
}

.delay:nth-child(6) {
  animation-delay: 0.6s !important;
}

.delay:nth-child(7) {
  animation-delay: 0.7s !important;
}

.delay:nth-child(8) {
  animation-delay: 0.8s !important;
}

.delay:nth-child(9) {
  animation-delay: 0.9s !important;
}

.delay:nth-child(10) {
  animation-delay: 1s !important;
}

.delay:nth-child(11) {
  animation-delay: 1.1s !important;
}

.delay:nth-child(12) {
  animation-delay: 1.2s !important;
}

.delay:nth-child(13) {
  animation-delay: 1.3s !important;
}

.delay:nth-child(14) {
  animation-delay: 1.4s !important;
}

.delay:nth-child(15) {
  animation-delay: 1.5s !important;
}

.delay:nth-child(16) {
  animation-delay: 1.6s !important;
}

.delay:nth-child(17) {
  animation-delay: 1.7s !important;
}

.delay:nth-child(18) {
  animation-delay: 1.8s !important;
}

.delay:nth-child(19) {
  animation-delay: 1.9s !important;
}

.delay:nth-child(20) {
  animation-delay: 2s !important;
}

.reveal {
  position: relative;
  display: inline-block;
}
.reveal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  background: white;
}
.reveal.animation-on::before {
  right: 100%;
}
.reveal.blue-reveal::before {
  background: #001B5B;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 36px;
  height: 24px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #F75E5E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 10px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 20px;
}
.triggerMobileMenu.open span {
  background: white;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.tax-activity_types .triggerMobileMenu span, .single-knowledge .triggerMobileMenu span {
  background: white;
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #001B5B;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  background: #001B5B;
  transform: translate(0);
}
.off-canvas.is-open ul#mobile-menu li {
  animation: from-right cubic-bezier(0, 0, 0, 1) 1s;
  opacity: 1;
  transform: translateX(0);
  animation-fill-mode: both;
}

.position-left {
  transform: translateX(-100%);
  left: 0;
}

.position-right {
  transform: translateX(100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #F75E5E;
  border-bottom: 1px solid #F75E5E;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
  opacity: 0;
  transform: translateX(100%);
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
  font-family: "FbMonopoly-Medium", sans-serif;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1.6rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #F75E5E;
}

.menu-item:nth-child(1) {
  animation-delay: 0.1s !important;
}

.menu-item:nth-child(2) {
  animation-delay: 0.2s !important;
}

.menu-item:nth-child(3) {
  animation-delay: 0.3s !important;
}

.menu-item:nth-child(4) {
  animation-delay: 0.4s !important;
}

.menu-item:nth-child(5) {
  animation-delay: 0.5s !important;
}

.menu-item:nth-child(6) {
  animation-delay: 0.6s !important;
}

.menu-item:nth-child(7) {
  animation-delay: 0.7s !important;
}

.menu-item:nth-child(8) {
  animation-delay: 0.8s !important;
}

.menu-item:nth-child(9) {
  animation-delay: 0.9s !important;
}

.menu-item:nth-child(10) {
  animation-delay: 1s !important;
}

.menu-item:nth-child(11) {
  animation-delay: 1.1s !important;
}

.menu-item:nth-child(12) {
  animation-delay: 1.2s !important;
}

.menu-item:nth-child(13) {
  animation-delay: 1.3s !important;
}

.menu-item:nth-child(14) {
  animation-delay: 1.4s !important;
}

.menu-item:nth-child(15) {
  animation-delay: 1.5s !important;
}

.menu-item:nth-child(16) {
  animation-delay: 1.6s !important;
}

.menu-item:nth-child(17) {
  animation-delay: 1.7s !important;
}

.menu-item:nth-child(18) {
  animation-delay: 1.8s !important;
}

.menu-item:nth-child(19) {
  animation-delay: 1.9s !important;
}

.menu-item:nth-child(20) {
  animation-delay: 2s !important;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1600px) {
  .home #hp-top .main-title {
    transform: none;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
  .services-carousel, .more-areas-carousel, .articles-carousel {
    max-width: 90%;
    margin: 0 auto;
  }
  ul#main-menu > li > a {
    padding: 0.8rem 1.2rem 0.5rem;
    font-size: 1.7rem;
  }
  .text120 {
    font-size: 10rem;
  }
  .home #hp-top .hp-videos-wrapper .video-container .video-quote.left {
    right: 10%;
    top: 60%;
  }
  .home #hp-top .partners {
    padding-top: 5rem;
  }
  #ai-serach-block {
    width: 90%;
    margin-bottom: 2rem;
  }
  #arrow2-animation-container {
    width: 150px !important;
    height: 80px !important;
    right: 100% !important;
    top: -1rem !important;
  }
}
@media only screen and (max-width: 1360px) {
  .single-knowledge .knowledge-menu {
    border-radius: 15px;
  }
  .single-knowledge .knowledge-menu::after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 9px;
  }
  .container {
    max-width: 990px;
  }
  .container.container1600 {
    max-width: 1170px;
  }
  header .logo svg {
    width: 110px;
  }
  h1 {
    font-size: 10rem !important;
  }
  h2 {
    font-size: 6rem !important;
  }
  .text30 {
    font-size: 2.5rem !important;
  }
  .text18 {
    font-size: 1.7rem !important;
  }
  .text25 {
    font-size: 2.2rem !important;
  }
  .text80 {
    font-size: 6rem !important;
  }
  body {
    font-size: 1.7rem !important;
  }
  .home #activities .carousel-wrapper {
    margin-top: -90px;
  }
  .home #activities .types-list {
    padding-right: 4rem;
  }
  .home #activities .types-list .single-type {
    margin-bottom: 2rem;
    min-width: 100%;
  }
  .home #hp-numbers .numbers .single-number .the-number span {
    font-size: 8rem;
  }
  .home #hp-top .main-title {
    padding-top: 5%;
  }
  .home #hp-top .hp-about {
    padding: 3rem;
  }
  .services-carousel .owl-nav button, .more-areas-carousel .owl-nav button, .articles-carousel .owl-nav button {
    width: 4rem !important;
    height: 4rem !important;
    right: -60px !important;
  }
  .services-carousel .owl-nav button.owl-next, .more-areas-carousel .owl-nav button.owl-next, .articles-carousel .owl-nav button.owl-next {
    left: -60px !important;
    right: auto !important;
  }
  .footer .footer-socials {
    margin-top: 2rem;
  }
  .footer .footer-contact {
    padding: 3rem;
  }
  .footer .footer-newsletter {
    padding: 6rem 2rem;
  }
  .footer .menu-rights-credit .terms-menu li:first-child a {
    padding-right: 0;
  }
  #services {
    padding: 5rem 0;
  }
  .post-type-archive-story .story-filter {
    padding: 2rem;
  }
  #stories .single-story .text35 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  h1 {
    font-size: 8rem;
  }
  .home #hp-top .hp-about {
    padding: 3rem 6rem 3rem 3rem;
  }
  .home #activities .carousel-wrapper {
    margin-top: 0;
  }
  .home #activities .sub-types-bg {
    right: 20%;
    left: auto;
    top: -100%;
    height: calc(200% + 3rem);
    background-size: cover;
  }
  .home #activities::before {
    border-width: 0 100px 100px 0px;
    top: -100px;
  }
  .home #activities .activity-areas .single-type .type-title h3 a {
    font-size: 4rem;
  }
  .single-knowledge .sidebar-sticky {
    position: sticky;
    top: 0;
    transition: all ease 0.3s;
    overflow: hidden;
    height: 500px;
  }
  .single-knowledge .sidebar-sticky.is-stuck {
    height: 50px;
  }
  .single-knowledge .sidebar-sticky.is-stuck .knowledge-menu ul {
    opacity: 0;
    pointer-events: none;
  }
  .single-knowledge .knowledge-menu {
    margin-bottom: 5rem;
  }
  .tax-activity_types #sub-categories {
    padding: 10rem 0 20rem;
  }
  .tax-activity_types #sub-categories .single-sub-cat {
    position: relative;
  }
  .tax-activity_types #sub-categories .single-sub-cat:nth-child(3n+2), .tax-activity_types #sub-categories .single-sub-cat:nth-child(3n+3) {
    transform: translateY(0);
  }
  .tax-activity_types #sub-categories .single-sub-cat:nth-child(2n+2) {
    transform: translateY(-25%);
  }
  #more-categories .text35 {
    font-size: 2.5rem;
  }
  #more-categories .more-areas-carousel .singel-area .cat-title {
    max-width: 90%;
  }
  .single-partner #arrow1-animation-container {
    display: none;
  }
  .single-service .service-register {
    border-radius: 20px;
  }
  .single-service .service-register::after {
    display: none;
  }
  .page-template-about #page-top:before {
    border-width: 100px 0px 0px 80px;
  }
  .page-template-about .numbers {
    padding: 0;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .home #hp-top .main-title {
    padding-top: 3rem;
  }
  .home #hp-top .hp-videos-wrapper .video-container:nth-child(odd) {
    transform: translateY(0);
  }
  .home #hp-top .hp-videos-wrapper .video-container:nth-child(even) {
    transform: translateY(30%);
  }
  .home #hp-top .hp-videos-wrapper .video-container .video-quote {
    left: 5% !important;
    top: 70%;
  }
  .home #hp-top .hp-about {
    position: relative;
    margin-bottom: 5rem;
    width: calc(100% - 3rem);
    float: left;
  }
  .home #hp-top .hp-about::after {
    border-width: 0 30px 30px 0px;
  }
  .home #hp-top .hp-about #arrow1-animation-container {
    display: none;
  }
  .home #hp-top .partners {
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .home #activities {
    padding: 8rem 0 0;
  }
  .home #activities h2 #arrow2-animation-container {
    right: 90%;
    top: -6rem;
  }
  .home #activities .sub-types-bg {
    display: none;
  }
  .home #activities .activity-areas {
    min-height: auto;
  }
  .home #activities .activity-areas .activities-bg {
    display: none;
  }
  .home #activities .types-list {
    padding-right: 3rem;
  }
  .home #activities .types-list .single-type {
    display: block;
  }
  .home #activities .types-list .single-type .type-title::before {
    border-width: 0 20px 20px 0px;
  }
  .home #activities .types-list .single-type ul.sub-type-mobile {
    list-style-type: none;
    padding-right: 2rem;
  }
  .home #activities .types-list .single-type ul.sub-type-mobile a {
    color: #363636;
  }
  .home #activities .types-list .sub-types {
    display: none;
  }
  .home #hp-numbers {
    padding-left: 3rem;
  }
  .home #hp-numbers .numbers {
    flex-wrap: wrap;
  }
  .home #hp-numbers .numbers .single-number {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 2rem 0;
    padding: 0 2rem;
  }
  .home #hp-numbers .numbers::after {
    border-width: 0 0px 30px 30px;
  }
  .home #faq {
    top: 0;
  }
  .home #faq::before {
    border-width: 0 0px 100px 100px;
    top: -100px;
  }
  .home #faq .faq-wrapper .question svg {
    width: 3rem;
  }
  #more-articles h2::before {
    display: none;
  }
  .services-carousel, .more-areas-carousel, .articles-carousel {
    max-width: 100%;
  }
  .services-carousel .owl-stage-outer, .more-areas-carousel .owl-stage-outer, .articles-carousel .owl-stage-outer {
    padding: 2rem 0;
  }
  #services {
    padding: 8rem 0;
  }
  #services .services-carousel .owl-item.active.center .singel-service {
    transform: scale(1);
  }
  #services .services-carousel .owl-stage-outer {
    padding: 0;
  }
  #stories {
    padding-top: 5rem;
  }
  #stories .single-story .story-quote {
    margin-right: 3rem;
    padding: 4rem 5rem 4rem 8rem;
  }
  #stories .single-story .story-quote::before {
    border-width: 0 30px 30px 0px;
  }
  #stories .stories-carousel {
    margin-top: 3rem;
  }
  .footer {
    margin-top: 0;
  }
  .footer .footer-newsletter {
    margin-top: 3rem;
    max-width: calc(100% - 2rem);
  }
  .footer .menu-rights-credit #footer-menu {
    display: block;
  }
  .single-knowledge .page-wrap.knowledge::after {
    border-width: 0 75px 75px 0px;
    top: -75px;
  }
  .single-knowledge .quote-section .quote-container {
    margin-right: 3rem;
    width: calc(100% - 80px);
    padding: 3rem 2rem 5rem;
  }
  .single-knowledge .quote-section .quote-container::before {
    border-width: 0 30px 30px 0px;
  }
  .single-knowledge .quote-section .quote-container::after {
    width: 100px;
    bottom: -50px;
    left: -30px;
  }
  .single-knowledge #page-top, .tax-activity_types #page-top {
    background-size: cover !important;
  }
  .single-service .logo-box {
    max-width: 150px;
    padding: 2rem;
    margin: 1rem 0 0;
  }
  .post-type-archive-service #terms-menu {
    padding: 2rem;
  }
  .tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu {
    opacity: 1;
    visibility: visible;
    padding: 4rem 2rem 2rem;
  }
  .tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu a {
    line-height: 1.2;
  }
  .tax-activity_types #sub-categories .single-sub-cat .sub-sub-cat-menu a::after {
    opacity: 1;
    transform: rotate(90deg);
    margin-right: 2rem;
  }
  .post-type-archive-story #stories-areas a {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .single-partner #page-top .partner-logo, .single-service #page-top .partner-logo {
    padding: 1rem;
  }
  .page-template-about #page-top .video-frame {
    position: relative;
    margin-top: 3rem;
  }
  #stories-areas a {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .page-template-about #page-top {
    background-size: cover !important;
  }
  .page-template-about #about-partners .partner a {
    padding: 0;
  }
  .numbers .single-number {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .home #activities .activity-areas .single-type .type-title h3 a {
    pointer-events: none;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .home #hp-top .hp-about {
    padding: 2rem 3rem 2rem 3rem;
  }
  .home #activities h2 {
    margin-bottom: 4rem;
  }
  .home #activities .types-list .single-type {
    margin-bottom: 1rem;
  }
  #stories .single-story figure {
    aspect-ratio: 1/1;
    width: 50%;
    transform: translateX(0) translateY(-3rem);
  }
  #stories .stories-carousel {
    margin-top: 0;
  }
  #stories .owl-item.active figure {
    transform: translateX(0) translateY(-3rem);
    float: left;
  }
  #stories .owl-item.active .story-quote {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 3rem 3rem 5rem 3rem;
  }
  h1, .text120 {
    font-size: 6rem !important;
  }
  h2 {
    font-size: 4rem !important;
  }
  .text16 {
    font-size: 1.6rem !important;
  }
  .text30 {
    font-size: 2.3rem !important;
  }
  .text35 {
    font-size: 2.5rem !important;
  }
  .text80 {
    font-size: 4rem !important;
  }
  .footer .menu-rights-credit {
    padding: 3rem 2rem 2rem;
  }
  .footer .menu-rights-credit .credit {
    margin-top: 2rem;
    text-align: center;
  }
  .tax-activity_types #sub-categories {
    padding: 10rem 0 5rem;
  }
  .tax-activity_types #sub-categories .single-sub-cat:nth-child(2n+2) {
    transform: translateY(0);
  }
  .post-type-archive-service .level2-cat .single-service img, .post-type-archive-service .level2-cat .single-service div {
    margin-bottom: 2rem;
  }
  .numbers .single-number {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tax-service_cat .flexible-story-content .service-icons {
    left: 2rem;
    top: -5rem;
  }
  .tax-service_cat .flexible-story-content .story-section {
    padding: 5rem 2rem 2rem !important;
  }
  .tax-service_cat .services-list {
    padding-left: 0;
  }
  .tax-service_cat .services-list .single-service .partners {
    margin-bottom: 3rem;
  }
} /* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  header .logo svg {
    width: 80px;
  }
  h1, .text120 {
    font-size: 5rem !important;
  }
  .text30, .text25 {
    font-size: 2rem !important;
  }
  .home #hp-top {
    padding-bottom: 15rem;
  }
  .home #hp-top .hp-videos-wrapper .video-container .video-quote {
    width: 15rem;
  }
  .home #hp-top .partners a {
    width: 31%;
  }
  .home #hp-top .partners .partner {
    max-width: 100%;
    transform: none !important;
    opacity: 1 !important;
  }
  .home #hp-top .partners .partner.animation-on {
    animation: none !important;
  }
  .home #hp-top .hp-videos-wrapper .video-container:last-child {
    display: none;
  }
  .home #hp-top #ai-serach-block {
    margin: 4rem auto;
  }
  .home #hp-numbers .numbers .single-number {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .home #activities::before {
    border-width: 0 60px 60px 0px;
    top: -60px;
  }
  .home #activities .types-list .single-type .type-title::after {
    opacity: 1;
    visibility: visible;
    left: 2rem;
  }
  .home #activities .types-list .single-type.hover .type-title::after {
    transform: rotate(-90deg);
  }
  .home #faq::before {
    border-width: 0 0px 60px 60px;
    top: -60px;
  }
  .home #faq .faq-wrapper {
    padding-right: 2rem;
  }
  .home #faq .faq-wrapper .question {
    padding: 1.5rem 1rem;
  }
  .home #faq .faq-wrapper .question::after {
    border-width: 0 20px 20px 0px;
  }
  .home #faq .faq-wrapper .question svg {
    width: 2rem;
  }
  .text25, .text22 {
    font-size: 2rem;
  }
  #arrow2-animation-container {
    max-width: 180px !important;
  }
  .footer .footer-cf {
    padding-left: 0;
  }
  .footer .menu-rights-credit {
    padding: 3rem 2rem 2rem;
  }
  .footer .menu-rights-credit .terms-menu li a {
    padding: 0.5rem 0 !important;
  }
  .footer .menu-rights-credit .terms-menu li::after {
    display: none;
  }
  .footer .footer-logos {
    justify-content: center;
  }
  .footer .footer-logos img {
    max-width: 40%;
  }
  #services h2 #arrow3-animation-container {
    left: -6rem;
    max-width: 130px;
  }
  #page-top #arrow2-animation-container {
    display: none !important;
  }
  .flexible-content .quote-section .quote-container {
    margin-right: 30px;
    width: calc(100% - 30px);
    padding: 2rem 2rem 4rem 2rem;
  }
  .flexible-content .quote-section .quote-container::before {
    border-width: 0 30px 30px 0px;
  }
  .flexible-content .quote-section .quote-container::after {
    width: 120px;
    height: 90px;
    left: -30px;
    bottom: -30px;
  }
  #faq .faq-wrapper .question {
    opacity: 1 !important;
    transform: none !important;
    animation-delay: 0 !important;
  }
  #faq .faq-wrapper .question .animation-on {
    animation: none !important;
  }
  .delay:nth-child(1) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(2) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(3) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(4) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(5) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(6) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(7) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(8) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(9) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(10) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(11) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(12) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(13) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(14) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(15) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(16) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(17) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(18) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(19) {
    animation-delay: 0s !important;
  }
  .delay:nth-child(20) {
    animation-delay: 0s !important;
  }
  #stories .single-story .story-quote {
    transform: translateY(0) !important;
    padding: 2rem 2rem 4rem !important;
    width: 100%;
  }
  #stories .single-story .story-quote .text35 {
    font-size: 2rem !important;
  }
  #stories .single-story figure {
    transform: translateY(-3rem) !important;
  }
  .child-term-posts h2 {
    font-size: 6rem !important;
  }
  #more-articles, .knowledge-posts {
    padding-bottom: 0 !important;
  }
  .flexible-content .highlight-text-container {
    padding: 2rem;
  }
  .single-knowledge #services {
    padding-bottom: 0;
  }
  #stories .single-story .story-quote {
    width: 90%;
  }
  #assistant-chat-bot #conversation-wrap #conversation-header #com-logo-costumer-service {
    width: auto !important;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */