@charset "UTF-8";
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 18px;
}

body {
  color: #000000;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
  font-family: "aktiv-grotesk-ex-hebrew", sans-serif;
  direction: rtl;
  text-align: right;
}
body * {
  font-family: "aktiv-grotesk-ex-hebrew", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "aktiv-grotesk-ex-hebrew", sans-serif;
  line-height: 1.1;
  font-weight: 800;
}

h1 {
  font-size: 5.5556rem;
}

h2 {
  font-size: 3.3333rem;
}

h3 {
  font-size: 2.7778rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "aktiv-grotesk-ex-hebrew", sans-serif;
  text-align: right;
}

strong,
b {
  font-weight: 800;
}

i,
em {
  font-style: italic;
}

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

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #D1B076;
}

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

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.top-section {
  padding-top: 150px;
}

section {
  position: relative;
  z-index: 2;
}

.site-navigation {
  display: flex;
  align-items: center;
}

header {
  position: fixed;
  width: 100%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
header .container {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}

.b-radius {
  border-radius: 5px;
}

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

.site-logo {
  min-width: 150px;
}
.site-logo a {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 99999;
  text-decoration: none;
  font-weight: 800;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  left: 20px;
  outline: 2px solid #ffcc00;
}

/*============================== Main Menu =========================*/
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  padding: 5px 15px 0px 15px;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #D1B076;
}
ul#main-menu li.current-menu-item > a {
  color: #D1B076;
}

/*============================== Sub Menu =========================*/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 250px;
  display: none;
  padding: 0;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  padding: 10px;
  color: #000000;
  margin-inline-end: 2px;
  margin-inline-start: 2px;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #D1B076;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #D1B076;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

.homepage-wrapper {
  overflow: hidden;
}

.home-top {
  position: relative;
}
.home-top h1 {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 0.9;
}
.home-top h1 p {
  margin-bottom: 0;
}
.home-top h1 strong {
  font-weight: 800;
}
.home-top .image-wrapper {
  position: relative;
}
.home-top .image-wrapper svg {
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  bottom: -8%;
  z-index: 2;
  width: 19vw;
}
.home-top .image-wrapper figure {
  position: absolute;
  max-width: unset;
  left: 10px;
  top: 0;
  width: auto;
  height: auto;
}
.home-top .image-wrapper figure img {
  max-width: 43vw;
  width: auto;
  height: auto;
}
.home-top .btns {
  position: relative;
  z-index: 2;
}
.home-top .numbers {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  border: 1px solid #fff;
}
.home-top .numbers .text {
  margin: 0;
}
.home-top .numbers .single {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-top .video-wrapper {
  position: relative;
  width: max-content;
}
.home-top .video-wrapper .mobile-img {
  display: none;
}
.home-top .video-wrapper .mobile-img img {
  position: absolute;
  max-width: unset;
  width: auto;
  height: 150px;
  right: -20px;
  left: auto;
  top: 0;
  max-width: 47vw;
}
.home-top .video-wrapper video {
  width: 25vw;
  height: 25vw;
  object-fit: cover;
  border-radius: 100% 0 0 0;
  z-index: 2;
}
.home-top .video-wrapper::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10%;
  left: -10%;
  border: 3px solid #fff;
  border-radius: 100% 0 0 0;
}
.home-top .row {
  margin-bottom: 5.5556rem;
}
.home-top .bg-color {
  background-image: linear-gradient(to bottom, #fff, #EBEBE9);
}
.home-top .sub-icon {
  display: flex;
}
.home-top .sub-icon .icon {
  margin-inline-start: 10px;
  width: 1.3889rem;
  height: 1.3889rem;
  border-radius: 0 0 0 100%;
  background-color: #D1B076;
}
.home-top .container {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.home-top .btns {
  display: flex;
  margin-bottom: 45px;
}
.home-top .btns .opp {
  margin-inline-start: 20px;
}

.btns {
  display: flex;
  margin-bottom: 25px;
}
.btns .opp {
  margin-inline-start: 20px;
}

.achievements-slider {
  padding-bottom: 100px;
}
.achievements-slider .owl-item {
  height: auto !important;
}
.achievements-slider .owl-item .single {
  height: 100%;
}
.achievements-slider .owl-dots {
  position: absolute;
  right: 8%;
  bottom: 50px;
  margin: 0;
}

.achievements-section {
  position: relative;
  padding: 0;
}
.achievements-section .bg-image {
  min-height: 820px;
  height: auto;
}
.achievements-section .bg-color {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.achievements-section .content {
  position: relative;
  max-width: 1200px;
}
.achievements-section .text {
  margin: 10px 0 0 0;
}
.achievements-section .shape {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
  width: 15.5vw;
  height: 15.5vw;
  border-radius: 0 0 0 100%;
  border: 3px solid #fff;
  opacity: 0;
  transform: translate(-50px, -50px) rotate(-20deg);
  transition-duration: 1.5s;
  transition-delay: 0.7s;
}
.achievements-section .shape.active {
  opacity: 1;
  transform: translate(0) rotate(0);
}
.achievements-section .container {
  position: relative;
  z-index: 2;
  padding: 130px 40px;
}
.achievements-section .company-date {
  display: flex;
}
.achievements-section .company-date .company {
  margin-inline-end: 12px;
  padding-inline-end: 12px;
  border-inline-end: 1px solid;
}
.achievements-section .single {
  border-radius: 10px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.achievements-section .single:hover .logo {
  height: 55px;
}
.achievements-section .single .title {
  margin: 20px 0 15px 0;
  font-size: 1.3889rem;
  font-weight: 700;
  text-align: right;
}
.achievements-section .single .hidden {
  display: none;
}
.achievements-section .single .read-more {
  margin-top: 10px;
}
.achievements-section .single .logo {
  height: 65px;
  transition: 0.6s;
}
.achievements-section .single .logo img {
  max-height: 100%;
  width: auto;
}

.expertise-section {
  padding: 100px 40px 200px 40px;
}
.expertise-section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.expertise-section .top .text {
  margin: 15px 0 0 0;
}
.expertise-section .btn.mobile {
  display: none;
}
.expertise-section .bottom .single {
  width: 100%;
  padding: 30px;
  min-height: 680px;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.expertise-section .bottom .single:hover {
  color: #fff;
}
.expertise-section .bottom .single:hover .link {
  width: 55px;
  height: 55px;
}
.expertise-section .bottom .single .text {
  margin: 10px 0 20px 0;
}
.expertise-section .bottom .single .link {
  width: 40px;
  height: 40px;
  border-radius: 0 100% 0 0;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D1B076;
}
.expertise-section .bottom .single .link img {
  max-width: 70%;
  max-height: 70%;
  margin-right: 7px;
  margin-top: 6px;
}
.expertise-section .bottom .single .title, .expertise-section .bottom .single .text, .expertise-section .bottom .single .link {
  position: relative;
  z-index: 2;
}
.expertise-section .bottom .single .bg-image {
  border-radius: 10px;
}
.expertise-section .bottom .single .bg-color {
  top: auto;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.features-section h2 {
  opacity: 0;
  transform: translateY(-50px);
  transition-duration: 1.5s;
  transition-delay: 0.7s;
  max-width: 28rem;
  font-size: 4.3333rem;
  margin-bottom: 0;
}
.features-section h2.active {
  opacity: 1;
  transform: translateY(0);
}
.features-section .mid-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-section .row {
  justify-content: space-between;
}
.features-section .container {
  position: relative;
  z-index: 2;
}
.features-section .container .text {
  margin: 5px 0 0 0;
}
.features-section .btn {
  margin-top: 30px;
}
.features-section .btn.mobile {
  display: none;
}
.features-section .col-lg-5 {
  display: flex;
  align-items: flex-start;
}
.features-section .col-lg-5:nth-child(2) {
  justify-content: flex-end;
  margin-top: 60px;
}
.features-section .col-lg-5:nth-child(3) {
  justify-content: center;
}
.features-section .col-lg-5:nth-child(4) {
  justify-content: center;
  margin-top: 50px;
}
.features-section .single {
  max-width: 19.4444rem;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 25px;
  transform: translateY(40px);
  transition: 1.7s;
  transition-delay: 0.4s;
}
.features-section .single.active {
  transform: translateY(0);
}
.features-section .single .icon {
  height: 5.5556rem;
}
.features-section .single .icon figure {
  height: 100%;
}
.features-section .single .icon img {
  max-height: 100%;
  width: auto;
}
.features-section .single .title {
  margin: 15px 0 10px 0;
}

.news-section {
  max-width: 1800px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  z-index: 3 !important;
}
.news-section .container {
  padding: 4.4444rem 0 12.7778rem 0;
}
.news-section .form-banner {
  position: absolute;
  background-color: #013630;
  border-radius: 10px;
  padding: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  z-index: 3;
}
.news-section .form-banner .big {
  font-size: 1.4889rem;
}
.news-section .form-banner p {
  display: flex;
  justify-content: flex-end;
}
.news-section .form-banner label {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.news-section .form-banner label input {
  width: 100%;
  padding: 12px 8px;
}
.news-section .form-banner input {
  border-radius: 15px;
  background-color: #fff;
  border: 0;
  outline: none;
}
.news-section .form-banner input[type=submit] {
  padding: 16px 25px 12px 25px;
  border-radius: 50px;
  background-color: #D1B076;
  transition: 0.5s;
  border: 1px solid #D1B076;
}
.news-section .form-banner input:hover {
  border-color: #D1B076;
}
.news-section .form-banner .title-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.news-section .form-banner .title-submit p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.news-section .form-banner .title-submit .title {
  margin-inline-start: 40px;
}
.news-section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-section .top .text {
  margin: 15px 0 40px 0;
}
.news-section .single {
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 35px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-section .single .bg-color {
  background-color: rgba(235, 235, 233, 0.3);
  transition: 0.8s;
  height: 84%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
.news-section .single:hover .bg-color, .news-section .single.active .bg-color {
  height: 100%;
}
.news-section .single:hover .btn, .news-section .single.active .btn {
  opacity: 1;
}
.news-section .single .btn {
  opacity: 0;
  margin-top: 15px;
  transition-duration: 0.5s;
  transition-delay: 0.4s;
}
.news-section .single img {
  border-radius: 10px;
  aspect-ratio: 16/11.5;
}
.news-section .single .title {
  margin: 25px 0 10px 0;
}
.news-section .single figure {
  position: relative;
}
.news-section .single figure img {
  border-radius: 10px;
}
.news-section .single .tag {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  border-radius: 10px;
  background-color: #013630;
  padding: 0.3333rem 1.6667rem 0.2222rem 1.1111rem;
}
.news-section .single .tag .title {
  margin-bottom: 6px;
}

.global-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 450px 0 250px 0;
}
.global-section .inner {
  position: relative;
  z-index: 2;
  max-width: 33.0889rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-section .inner .text {
  margin: 15px 0;
}
.global-section .logo-btn {
  display: flex;
  align-items: center;
}
.global-section .logo-btn .btn {
  margin-inline-start: 20px;
  margin-top: 0 !important;
}
.global-section .global-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  border-radius: 50%;
  height: 750px;
}
.global-section .global-img video {
  transform: scale(1.5);
  width: 100%;
  border-radius: 50%;
  height: 100%;
  opacity: 0.4;
}
.global-section .global-img img {
  width: auto;
  height: auto;
}

.people-section {
  height: 100vh;
  position: relative;
  z-index: 3;
  margin-top: -100px;
  padding: 10px 0 0 0;
}
.people-section h2 {
  margin-bottom: 0;
}
.people-section .bg-image {
  background-position: 50% 100%;
}
.people-section .bg-color {
  position: absolute;
  top: 0;
  right: 0;
  height: 30%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(242, 241, 240), rgba(242, 241, 240, 0));
  z-index: 2;
}
.people-section .container {
  z-index: 3;
  max-width: 41.1111rem;
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #fff;
}
.people-section .container p {
  text-align: center;
  margin-bottom: 5px;
}
.people-section .container .btn {
  margin-top: 35px;
}
.people-section .container .text {
  margin-top: 5px;
}
.people-section .container .text strong {
  font-size: 1.4889rem;
  display: block;
}

.analyze-section .col-lg-8 {
  position: relative;
}
.analyze-section .col-lg-5 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.analyze-section .btn.mobile {
  display: none;
}
.analyze-section .text {
  margin-bottom: 25px;
}
.analyze-section .text strong {
  font-size: 1.3889rem;
}
.analyze-section .dots {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  bottom: -80px;
  z-index: 2;
}
.analyze-section video {
  margin-bottom: 60px;
  border-radius: 0 100% 0 0;
  width: 18.5vw;
  height: 18.5vw;
}

.oaklins-page {
  overflow: hidden;
}
.oaklins-page h1 {
  font-size: 3.3333rem;
  line-height: 0.9;
  margin-bottom: 25px;
}
.oaklins-page h1 strong {
  color: #D1B076;
  font-size: 2.1122rem;
}
.oaklins-page .main-section {
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
  background-image: linear-gradient(to top right, #EBEBE9, #fff);
}
.oaklins-page .main-section .btn {
  padding: 16px 20px 12px 20px;
}
.oaklins-page .main-section .mt-4 {
  margin-top: 2.5rem !important;
}
.oaklins-page .main-section .container {
  z-index: 2;
}
.oaklins-page .main-section .global-img {
  position: absolute;
  left: -400px;
  bottom: 0;
}
.oaklins-page .col-lg-6 .col-lg-5 {
  display: flex;
  align-items: flex-end;
}
.oaklins-page .col-lg-6 figure {
  margin-bottom: -3vw;
}
.oaklins-page .col-lg-6 figure img {
  border-radius: 0 100% 0 0;
  aspect-ratio: 1/1;
}
.oaklins-page .top-text strong {
  display: block;
  margin-top: 25px;
}
.oaklins-page .col-lg-7 {
  position: relative;
}
.oaklins-page .col-lg-7 .logo {
  position: absolute;
  top: 40px;
  right: -100px;
  z-index: 2;
}
.oaklins-page .col-lg-7 video {
  width: 25vw;
  height: 25vw;
  object-fit: cover;
  border-radius: 100% 0 0 0;
  z-index: 2;
}
.oaklins-page .numbers-text {
  margin: 0;
  font-size: 2.1889rem;
}
.oaklins-page .numbers {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 50px 60px;
  border: 1px solid #fff;
  margin-top: 160px;
  align-items: center;
}
.oaklins-page .numbers .numbers-text {
  width: 100%;
}
.oaklins-page .numbers .single {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-page {
  background-color: transparent;
  background-image: linear-gradient(to bottom left, #fff, #EBEBE9);
}
.team-page .container {
  max-width: 1560px;
}
.team-page h1 {
  font-size: 3.3556rem;
}
.team-page h1 strong {
  font-size: 2.2222rem;
  color: #D1B076;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
.team-page .banner {
  max-width: 1260px;
  margin: 110px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 25px;
  display: flex;
  justify-content: center;
}
.team-page .banner .text {
  max-width: 32vw;
}
.team-page .banner .huge, .team-page .banner h3 {
  margin-inline-end: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  max-width: 22.5rem;
}
.team-page .top-section {
  padding-top: 0;
}
.team-page .top-section .bread {
  top: 70px;
}
.team-page .top-section .mt-4 {
  margin-top: 0.7rem !important;
}
.team-page .top-section .col-lg-4 {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.team-page .top-section figure {
  width: 100%;
  padding-left: 7px;
}
.team-page .single {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.team-page .single .tag {
  position: absolute;
  right: -15px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 20px 15px 15px;
  min-width: 70%;
  z-index: 2;
  border-radius: 10px;
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(6px) saturate(160%);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.45), inset 0 -1px 1px rgba(255, 255, 255, 0.12);
  transition: 0.5s;
}
.team-page .single .tag .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 0 100% 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  background-color: #D1B076;
  left: -20px;
}
.team-page .single .tag .link img {
  margin: 6px 6px 0 0;
}
.team-page .single:hover .tag {
  min-width: 75%;
}
.team-page .single:hover .tag .link {
  opacity: 1;
}
.team-page .main-section {
  padding-bottom: 250px;
}
.team-page .main-section .row {
  gap: 45px 20px;
}
.team-page .main-section .col-lg-4 {
  width: 32.433333%;
}
.team-page .main-section .col-lg-4:nth-child(3n+1) {
  transform: translateY(3rem);
}
.team-page .main-section .col-lg-4:nth-child(3n+2) {
  transform: translateY(0);
}
.team-page .main-section .col-lg-4:nth-child(3n+3) {
  transform: translateY(9rem);
}

.expertise-page {
  padding-top: 100px;
  background-color: transparent;
  background-image: linear-gradient(to bottom left, #fff -60%, #EBEBE9);
}
.expertise-page .bread {
  top: 40px;
  right: 40px;
  top: 50px;
  right: 70px;
  color: #fff;
  z-index: 3;
}
.expertise-page .bread a {
  color: #fff;
}
.expertise-page h1 {
  font-size: 3.5556rem;
  margin-top: 10px;
}
.expertise-page .top-section {
  padding-top: 0;
}
.expertise-page h2 {
  font-size: 2.2rem;
}
.expertise-page h3 {
  font-size: 3.3rem;
}
.expertise-page section {
  max-width: 1520px;
  margin: 0 auto;
}
.expertise-page .top-banner {
  position: relative;
}
.expertise-page .top-banner .bg-image {
  border-radius: 10px;
}
.expertise-page .top-banner .graph {
  position: absolute;
  z-index: 2;
  left: 70.0002px;
  bottom: -169.9992px;
}
.expertise-page .top-banner .graph img {
  max-width: 25vw;
}
.expertise-page .top-banner .container {
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px 30px;
  z-index: 3;
}
.expertise-page .banner {
  max-width: 1260px;
  margin: 100px auto 130px auto;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  padding: 70px 120px;
  display: flex;
  justify-content: center;
  position: relative;
}
.expertise-page .banner .circle {
  width: 12.8vw;
  height: 12.8vw;
  border-radius: 0 0 100% 0;
  border: 3px solid #fff;
  position: absolute;
  right: -7vw;
  bottom: -6.5vw;
}
.expertise-page .banner .text {
  max-width: 26rem;
}
.expertise-page .banner .huge,
.expertise-page .banner h2 {
  margin-inline-end: 15px;
  font-size: 2.4rem;
  max-width: 27rem;
}
.expertise-page .top-section {
  padding-bottom: 130px;
}
.expertise-page .top-section img {
  border-radius: 10px;
}
.expertise-page .top-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 40px;
}
.expertise-page .block {
  max-width: 1520px;
  margin: 0 auto 130px auto;
}
.expertise-page .block.features-block {
  max-width: 1800px;
}

.green-block {
  background-color: #013630;
  border-radius: 10px;
}
.green-block h3 {
  width: 42%;
  padding-left: 55px;
}
.green-block .left {
  width: 58%;
}
.green-block .sub {
  margin-bottom: 10px;
}
.green-block .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 120px;
}

.image-text-block img {
  aspect-ratio: 1/0.6;
  border-radius: 10px;
}
.image-text-block .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.features-block {
  width: calc(100% - 60px);
  background-color: #fff;
  border-radius: 10px;
}
.features-block h2 {
  font-size: 3.2rem;
}
.features-block .container {
  padding: 70px 50px 50px 50px;
  max-width: 100%;
}
.features-block .features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.features-block .text {
  padding-right: 15px;
  border-right: 2px solid #D1B076;
  margin-inline-end: 25px;
  margin-bottom: 15px;
  max-width: 15.5rem;
}

.blocks-wrapper {
  padding-bottom: 25px;
  overflow: hidden;
}

.background-block {
  position: relative;
  min-height: 470px;
}
.background-block h2 {
  margin-bottom: 10px;
}
.background-block .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}
.background-block .text {
  max-width: 32rem;
}
.background-block .container {
  z-index: 3;
  padding: 80px 70px;
}

/*============================== General =========================*/
.popup-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  z-index: 9;
}
.popup-wrapper.active {
  transform: translateY(0);
}
.popup-wrapper .popup-inner-wrapper {
  position: relative;
}
.popup-wrapper .popup-inner-wrapper .close {
  position: absolute;
  right: 100%;
  bottom: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100% 0 0 0;
  background-color: #D1B076;
  padding: 7px;
  cursor: pointer;
  background-color: #D1B076;
}
.popup-wrapper .popup-inner-wrapper .close span {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  margin: 7px 0 0 7px;
}
.popup-wrapper .popup {
  border-radius: 0 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px;
  display: flex;
  align-items: center;
  max-height: 70vh;
  overflow: auto;
  max-width: 900px;
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(6px) saturate(160%);
}
.popup-wrapper .popup .text {
  margin: 25px 0;
}
.popup-wrapper .popup .right {
  width: 63%;
}
.popup-wrapper .popup a {
  color: #fff;
}
.popup-wrapper .popup .image {
  margin-left: 25px;
  width: 37%;
}
.popup-wrapper .popup .image figure img {
  aspect-ratio: 1/1.2;
  border-radius: 10px;
}

.bread {
  position: absolute;
  right: 0;
  top: -100px;
  direction: rtl;
  text-align: right;
  color: #949494;
  font-size: 15px;
}
.bread a {
  color: #949494;
  text-decoration: underline;
}

.fadein-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.8s;
}
.fadein-right.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.8s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-top {
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.8s;
}
.fadein-top.viewed {
  opacity: 1;
  transform: translate(0);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}
.fadein-bottom.viewed {
  opacity: 1;
  transform: translate(0);
}

.wpcf7-spinner {
  position: absolute;
  left: -10px;
  top: -10px;
}

.accept {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
.accept p {
  margin-bottom: 0;
}
.accept * {
  width: 100%;
}
.accept a {
  width: auto !important;
  margin-right: 5px;
}
.accept p:last-of-type {
  justify-content: flex-start !important;
}
.accept .privacy-policy-link {
  color: #fff;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
  justify-content: flex-end;
}
.accept .wpcf7-acceptance {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  width: auto;
}
.accept a,
.accept .privacy-policy-link {
  text-decoration: underline;
  color: #D1B076;
}
.accept .gdpr-label-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 375px;
  color: #fff;
}
.accept .wpcf7-checkbox {
  position: relative;
}
.accept .wpcf7-list-item {
  display: flex;
}
.accept label {
  max-width: 530px;
}
.accept .wpcf7-acceptance label::before, .accept .wpcf7-acceptance label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 1px;
  right: -7px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  right: -3px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}

video {
  object-fit: cover;
}

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

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

.credit-policies {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.rights-credit {
  display: flex;
  align-items: center;
}
.rights-credit .rights {
  margin-left: 15px;
}

footer {
  background-color: #013630;
  font-size: 15px;
  color: #fff;
  z-index: 9;
  position: relative;
}
footer a {
  color: #fff;
}
footer .container {
  max-width: 1520px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .cookie-privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline-end: 30px;
}
footer .cookie-privacy .cookie {
  margin-inline-end: 10px;
  padding-inline-end: 10px;
  border-inline-end: 1px solid #fff;
}

main {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.contact-section {
  position: sticky;
  bottom: 0;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #013630;
}
.contact-section a {
  color: #fff;
}
.contact-section label {
  color: #fff;
  font-size: 18px;
}
.contact-section h2 {
  font-size: 5.5556rem;
  margin-bottom: 40px;
  line-height: 1;
}
.contact-section .row {
  justify-content: space-between;
}
.contact-section .duo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-section .duo > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-section .duo label {
  width: 47%;
}
.contact-section label {
  width: 100%;
  margin-bottom: 10px;
}
.contact-section form {
  margin-top: 40px;
}
.contact-section form > p:last-of-type {
  display: flex;
  justify-content: flex-start;
}
.contact-section textarea {
  max-height: 115px;
}
.contact-section input, .contact-section textarea {
  background-color: #fff;
  color: #000000;
  background-color: #fff;
  width: 100%;
  padding: 11px 7px;
  border-radius: 10px;
  border: 0;
  outline: none;
  margin-top: 5px;
  text-align: right;
}
.contact-section input:focus, .contact-section textarea:focus {
  outline: none;
}
.contact-section input[type=submit], .contact-section textarea[type=submit] {
  background-color: #D1B076;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 17px 20px 14px 20px;
  border-radius: 40px;
}
.contact-section .text > p {
  margin-bottom: 10px;
}
.contact-section .text strong {
  font-weight: 400;
  color: #D1B076;
}
.contact-section .container {
  max-width: 1520px;
  padding: 250px 0 130px 0;
}

.sections-wrapper {
  position: relative;
  z-index: 3;
  background: #fff;
}
.sections-wrapper .bg-color {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255), #F2F1F0, #F2F1F0, rgb(242, 241, 240));
}
.sections-wrapper section {
  position: relative;
  z-index: 2;
}

section {
  padding: 0 40px;
}

.section {
  padding: 100px 40px;
}

.owl-dots {
  display: flex;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #fff !important;
  margin-inline-end: 10px;
  transition: 0.5s;
}
.owl-dots .owl-dot.active {
  background: #D1B076 !important;
  width: 40px;
}

figure {
  display: block;
  margin-bottom: 0;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-more, .btn {
  padding: 16px 25px 12px 25px;
  border-radius: 50px;
  background-color: #D1B076;
  transition: 0.5s;
  border: 1px solid #D1B076;
}
.read-more:hover, .btn:hover {
  border-color: #D1B076;
}
.read-more.opp, .btn.opp {
  background-color: transparent;
  border: 1px solid #D1B076;
}
.read-more.opp:hover, .btn.opp:hover {
  transform: none;
  background-color: #D1B076;
}

.bold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.primary {
  color: #D1B076;
}

.green {
  color: #013630;
}

.big {
  font-size: 1.3889rem;
  line-height: 1.2;
}

.med {
  font-size: 2.2222rem;
  line-height: 1.2;
}

.huge {
  font-size: 3.3333rem;
  line-height: 1.1;
}

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

/* Edit Above Only*/
/* ==========================================================================
   Mobile-First Drawer Styles (Screens under 991px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-navigation .main-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* Width of your mobile menu drawer */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 100px 30px 40px;
    z-index: 9999;
    transform: translateX(125%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-navigation.is-open .main-menu-drawer {
    transform: translateX(0);
  }
  .site-navigation .menu-items-list {
    flex-direction: column !important;
    padding: 0;
    margin: 0;
  }
  .site-navigation .menu-items-list a {
    color: white !important;
    text-align: center;
  }
  .site-navigation .menu-items-list li.current-menu-item > a {
    color: #D1B076 !important;
  }
  .site-navigation .menu-toggle {
    position: relative;
    z-index: 10000;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-navigation ul#main-menu ul.sub-menu {
    position: relative;
  }
  .site-navigation ul#main-menu ul.sub-menu li {
    background: transparent;
    text-align: center;
    padding: 10px 0;
  }
  .site-navigation ul#main-menu ul.sub-menu li a {
    text-align: center;
  }
  .site-navigation ul#main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
}
/* ==========================================================================
   Desktop Responsive Overrides (Screens 960px and Up)
   ========================================================================== */
@media (min-width: 991px) {
  .menu-toggle {
    display: none;
  }
  .main-menu-drawer {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    transform: none; /* Disables the mobile off-screen slide position */
  }
  .menu-items-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style: none;
  }
  .menu-items-list a {
    color: #333333;
    font-size: 1rem;
  }
}
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 40px;
  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.hamburger-bar {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #D1B076;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span.hamburger-bar:nth-child(2) {
  top: 5px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(3) {
  top: 16px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(4) {
  top: 27px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(2) {
  top: 16px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(3) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(4) {
  top: 16px;
  transform: rotate(-135deg);
}

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

/** off-cnavas (mobile menu wrapper) ****************/
ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #000000;
}
ul#mobile-menu > li {
  border-bottom: 1px solid #D1B076;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

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: #D1B076;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
  ul#main-menu > li > a {
    padding: 5px 5px 0px 5px;
  }
  .site-logo img {
    max-width: 120px;
  }
  footer .container, header .container {
    max-width: calc(100vw - 80px);
  }
  .contact-section h2 {
    margin-bottom: 25px;
  }
  .contact-section .container {
    padding: 150px 0 100px 0;
  }
  .contact-section textarea {
    max-height: 90px;
  }
  .contact-section input, .contact-section textarea {
    padding: 8px 7px;
  }
  .top-section {
    padding-top: 90px;
  }
  .read-more, .btn {
    padding: 10px 18px 6px 18px;
  }
  .people-section .mt-4 {
    margin-top: 0.5rem !important;
  }
  .global-section .container {
    padding-bottom: 230px;
  }
  .news-section {
    max-width: calc(100vw - 80px);
  }
  .news-section .container {
    padding: 3.6444rem 0 8.7778rem 0;
  }
  .news-section .top .text {
    margin: 0px 0 25px 0;
  }
  .news-section .single .bg-color {
    height: 83%;
  }
  .features-section {
    padding-bottom: 70px;
  }
  .features-section h2 {
    font-size: 3.9333rem;
  }
  .features-section .single {
    padding: 15px;
  }
  .analyze-section {
    padding: 100px 40px 0 40px;
  }
  .analyze-section h2 {
    font-size: 3.0333rem;
  }
  .expertise-section {
    padding: 50px 30px 30px 30px;
  }
  .expertise-section .top {
    margin-bottom: 30px;
  }
  .expertise-section .top .text {
    margin: 0;
  }
  .expertise-section .bottom .single {
    min-height: 500px;
    padding: 20px;
  }
  .expertise-section .bottom .single .text {
    margin: 5px 0 10px 0;
    font-size: 1.1889rem;
  }
  .expertise-section .bottom .single .link {
    width: 30px;
    height: 30px;
  }
  .expertise-section .bottom .single .link img {
    max-width: 45%;
    max-height: 45%;
  }
  .expertise-section .bottom .huge {
    font-size: 2.8333rem;
  }
  .home-top .row {
    margin-bottom: 3.5556rem;
  }
  .home-top h1 {
    font-size: 4.5556rem;
  }
  .achievements-section .container {
    padding: 80px 40px;
  }
  .bread {
    top: -60px;
  }
  .oaklins-page .numbers-text {
    font-size: 1.9889rem;
  }
  .oaklins-page .numbers {
    margin-top: 40px;
    padding: 45px;
  }
  .oaklins-page .numbers .huge {
    font-size: 2.8333rem;
  }
  .oaklins-page .main-section {
    padding-top: 115px;
    padding-bottom: 60px;
  }
  .oaklins-page .main-section .mt-4 {
    margin-top: 0.8rem !important;
  }
  .oaklins-page .btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .oaklins-page .btns .opp {
    margin-inline-start: 0;
    margin-top: 15px;
  }
  .oaklins-page h1 {
    font-size: 3.1333rem;
    margin-bottom: 0;
  }
  .oaklins-page h1 strong {
    font-size: 1.8122rem;
  }
  .popup-wrapper .popup {
    padding: 30px;
  }
  .popup-wrapper .popup-inner-wrapper {
    margin-top: 80px;
  }
  .team-page .main-section {
    padding-bottom: 200px;
  }
  .team-page .main-section .col-lg-4:nth-child(3n+1) {
    transform: translateY(2rem);
  }
  .team-page .main-section .col-lg-4:nth-child(3n+3) {
    transform: translateY(7rem);
  }
  .team-page .main-section .row {
    gap: 30px 15px;
  }
  .team-page .banner {
    max-width: 1000px;
    margin: 75px auto;
    padding: 55px 20px;
  }
  .team-page .banner .text {
    max-width: 33rem;
  }
  .team-page .top-section .bread {
    top: 50px;
  }
  .team-page h1 {
    font-size: 3.0556rem;
  }
  .team-page h1 strong {
    font-size: 1.9222rem;
  }
  .green-block .container {
    padding: 60px 70px 40px 70px;
  }
  .features-block .container {
    padding: 50px 30px 30px 15px;
  }
  .features-block .features {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .features-block .text {
    padding-right: 10px;
    margin-inline-end: 20px;
    margin-bottom: 15px;
    max-width: 15rem;
    font-size: 1.3rem;
    width: 18%;
  }
  .expertise-page {
    padding-top: 80px;
  }
  .expertise-page .bread {
    top: 30px;
    right: 50px;
  }
  .expertise-page .block {
    margin-bottom: 75px;
  }
  .expertise-page .banner {
    margin: 60px auto 80px auto;
  }
  .expertise-page .banner .circle {
    right: -3vw;
    bottom: -8.5vw;
  }
  .expertise-page .top-section {
    padding-bottom: 80px;
  }
  .expertise-page .top-banner .container {
    padding: 20px 10px;
  }
  .expertise-page .top-banner, .expertise-page .green-block, .expertise-page .features-block {
    max-width: calc(100% - 80px);
  }
  .expertise-page .banner {
    margin: 60px auto 80px auto;
  }
  .expertise-page .background-block {
    max-width: calc(100% - 80px);
  }
  .expertise-page .background-block .bg-image {
    border-radius: 10px;
  }
  .expertise-page .background-block .container {
    padding: 60px 50px;
  }
}
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  .team-page .main-section .row {
    gap: 30px 10px;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .features-block {
    width: calc(100% - 40px);
  }
  .features-block h2 {
    font-size: 1.6rem;
  }
  .features-block .text {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    font-size: 1.1rem;
  }
  .features-block .container {
    padding: 40px 15px 25px 15px;
  }
  .green-block .container {
    padding: 60px 20px 40px 20px;
    flex-direction: column;
  }
  .green-block .container h3 {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 2.5rem;
  }
  .green-block .container .med {
    font-size: 1.5222rem;
  }
  .green-block .container .left {
    width: 100%;
  }
  header .container {
    max-width: calc(100% - 40px);
  }
  .image-text-block h2 {
    margin-top: 15px;
  }
  .expertise-page {
    padding-top: 90px;
  }
  .expertise-page .bread {
    top: 20px;
    right: 25px;
  }
  .expertise-page .top-banner .bg-color {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .expertise-page .top-banner .container {
    z-index: 3;
  }
  .expertise-page h2 {
    font-size: 1.7rem;
  }
  .expertise-page .block {
    margin-bottom: 40px;
  }
  .expertise-page .background-block {
    max-width: calc(100% - 40px);
  }
  .expertise-page .background-block .bg-color {
    background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }
  .expertise-page .background-block .container {
    padding: 50px 20px;
  }
  .expertise-page .banner {
    margin: 50px auto 60px auto;
    flex-direction: column;
    padding: 50px 20px 40px 20px;
  }
  .expertise-page .banner h2 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .expertise-page .banner .circle {
    display: none;
  }
  .expertise-page .banner h2, .expertise-page .banner .text {
    max-width: 100%;
  }
  .expertise-page h1 {
    font-size: 3.1556rem;
    margin-top: 4px;
  }
  .expertise-page .top-banner .container {
    padding: 10px 5px;
  }
  .expertise-page .top-banner,
  .expertise-page .green-block,
  .expertise-page .features-block {
    max-width: calc(100% - 40px);
  }
  .expertise-page .top-section {
    padding-bottom: 60px;
  }
  .team-page .main-section {
    padding-bottom: 40px;
  }
  .team-page .single .tag {
    right: -10px;
    bottom: 20px;
    min-width: 75%;
  }
  .team-page .single .tag .link {
    opacity: 1;
    top: 15px;
    width: 30px;
    height: 30px;
    left: -12px;
  }
  .team-page .single .tag .link img {
    max-width: 15px;
  }
  .team-page .row {
    flex-direction: column;
  }
  .team-page .row .col-lg-4 {
    width: 100%;
    transform: none !important;
    margin-bottom: 5px;
  }
  .team-page .banner {
    margin: 65px auto;
    padding: 40px 20px;
    flex-direction: column;
  }
  .team-page .banner .huge {
    margin: 0 0 15px 0;
    font-size: 2rem;
  }
  .team-page h1 {
    font-size: 2.9556rem;
  }
  .team-page h1 strong {
    font-size: 1.6222rem;
  }
  .team-page .top-section .mt-4 {
    margin-top: 0.3rem !important;
    margin-bottom: 30px;
  }
  .team-page .top-section .container {
    padding-top: 30px;
  }
  .popup-wrapper .popup-inner-wrapper .close {
    left: 7px;
    right: auto;
    width: 34px;
    height: 34px;
  }
  .popup-wrapper .popup-inner-wrapper .close span {
    font-size: 20px;
  }
  .popup-wrapper .popup {
    max-width: 98%;
    padding: 20px;
    flex-direction: column;
  }
  .popup-wrapper .popup .image {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .popup-wrapper .popup .image figure img {
    aspect-ratio: 1/1.1;
  }
  .popup-wrapper .popup .right {
    width: 100%;
  }
  .oaklins-page h1 {
    font-size: 2.3333rem;
  }
  .oaklins-page h1 strong {
    font-size: 1.2122rem;
  }
  .oaklins-page .main-section .numbers {
    text-align: center;
    padding-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
  .oaklins-page .main-section .numbers .numbers-text {
    text-align: center;
    font-size: 1.5889rem;
    margin-bottom: 25px;
  }
  .oaklins-page .main-section .numbers .single {
    width: 50%;
    margin-bottom: 25px;
  }
  .oaklins-page .main-section .numbers .single .huge {
    font-size: 2.4333rem;
  }
  .oaklins-page .main-section .col-lg-6 .col-lg-5, .oaklins-page .main-section .col-lg-6 .col-lg-7 {
    width: 50%;
    max-width: 50%;
  }
  .oaklins-page .main-section .col-lg-6 .col-lg-5 .logo, .oaklins-page .main-section .col-lg-6 .col-lg-7 .logo {
    top: 30px;
    right: 0px;
  }
  .oaklins-page .main-section .col-lg-6 .col-lg-5 .logo img, .oaklins-page .main-section .col-lg-6 .col-lg-7 .logo img {
    max-width: 90px;
  }
  .oaklins-page .main-section .col-lg-6 .col-lg-5 video, .oaklins-page .main-section .col-lg-6 .col-lg-7 video {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 2.3rem;
  }
  ul#main-menu > li > a {
    padding: 15px 5px 15px 5px;
    font-size: 1.3rem;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn.opp {
    border-width: 2px;
  }
  footer .container {
    flex-direction: column;
    text-align: center;
  }
  footer .credit-policies, footer .rights-credit, footer .cookie-privacy {
    flex-direction: column;
    margin-bottom: 5px;
    margin: 0;
  }
  footer .credit-policies .rights, footer .rights-credit .rights, footer .cookie-privacy .rights {
    margin: 0 0 5px 0;
  }
  footer .credit-policies .cookie, footer .rights-credit .cookie, footer .cookie-privacy .cookie {
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
    border-left: 0;
  }
  .contact-section .form-title {
    margin-top: 20px;
  }
  .contact-section form {
    margin-top: 20px;
  }
  .contact-section label, .contact-section input, .contact-section textarea {
    font-size: 15px;
  }
  .contact-section label[type=submit], .contact-section input[type=submit], .contact-section textarea[type=submit] {
    padding: 13px 15px 10px 15px;
    margin-top: -10px;
  }
  .contact-section .container {
    padding: 60px 0 160px 0;
  }
  .contact-section h2 {
    font-size: 3.6556rem;
  }
  .people-section {
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
  }
  .people-section h2 {
    font-size: 1.8333rem;
  }
  .people-section .text strong {
    font-size: 1.1889rem;
  }
  .people-section .container {
    max-width: calc(100vw - 40px);
    padding: 40px 15px;
  }
  .global-section .global-img {
    width: 650px;
    border-radius: 50%;
    height: 650px;
    top: 45%;
  }
  .global-section .container {
    padding: 130px 0 300px 0;
  }
  .global-section .inner .text {
    margin: 5px 0;
  }
  .global-section h2 {
    font-size: 2.4333rem;
  }
  .news-section {
    max-width: calc(100vw - 40px);
  }
  .news-section h2 {
    font-size: 2.5333rem;
  }
  .news-section .top .btn {
    display: none;
  }
  .news-section .btn.mobile {
    display: inline-block;
  }
  .news-section .big {
    font-size: 1.1889rem;
  }
  .news-section .single {
    padding: 15px;
    margin-bottom: 15px;
  }
  .news-section .single .btn {
    opacity: 1;
    transform: none !important;
  }
  .news-section .single .bg-color {
    height: 100%;
  }
  .news-section .single .tag {
    top: 8px;
    border-radius: 15px 0 0 15px;
    padding: 0.4333rem 1.2667rem 0.2222rem 0.8111rem;
  }
  .news-section .form-banner {
    position: static;
    transform: none;
    left: auto;
    padding: 20px 15px;
    margin-top: 25px;
    margin-bottom: -60px;
  }
  .news-section .form-banner .title-submit {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .news-section .form-banner .title-submit .title {
    margin: 0 0 10px 0;
  }
  .news-section .container {
    padding: 3.1444rem 0 1.7778rem 0;
  }
  .news-section .top .text {
    margin: 0px 0 25px 0;
  }
  .features-section {
    padding-bottom: 50px;
    padding-top: 80px;
  }
  .features-section .btn {
    display: none;
  }
  .features-section .btn.mobile {
    display: inline-block;
  }
  .features-section h2 {
    font-size: 2.3333rem;
  }
  .features-section .single {
    max-width: 100%;
  }
  .features-section .single .icon {
    height: 4.3556rem;
  }
  .features-section .mid-content {
    position: static;
    transform: none;
    left: auto;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .features-section .col-lg-5 {
    justify-content: center !important;
    margin: 0 0 15px 0 !important;
  }
  .analyze-section {
    padding: 80px 20px 0 20px;
  }
  .analyze-section .dots {
    display: none;
  }
  .analyze-section video {
    margin-bottom: 0;
    border-radius: 0 100% 0 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .analyze-section h2 {
    font-size: 2.3rem;
  }
  .analyze-section .btn {
    display: none;
  }
  .analyze-section .btn.mobile {
    display: inline-block;
  }
  .analyze-section .row .row {
    margin-bottom: 40px;
  }
  .analyze-section .row .row .col-lg-7, .analyze-section .row .row .col-lg-5 {
    width: 50%;
    max-width: 50%;
  }
  .expertise-section {
    padding: 30px 20px 0 20px;
  }
  .expertise-section h2 {
    font-size: 2.3rem;
  }
  .expertise-section .bottom .huge {
    font-size: 2.3rem;
  }
  .expertise-section .bottom .col-lg-4 {
    margin-bottom: 15px;
  }
  .expertise-section .bottom .single {
    min-height: 300px;
    padding: 20px 15px;
  }
  .expertise-section .bottom .single .text {
    font-size: 1rem;
  }
  .expertise-section .bottom .single .title {
    line-height: 1;
  }
  .expertise-section .btn {
    display: none;
  }
  .expertise-section .btn.mobile {
    display: inline-block;
  }
  .achievements-section .shape {
    display: none;
  }
  .achievements-section .bg-image {
    background-position: 70% 50%;
    min-height: 960px;
  }
  .achievements-section .single {
    padding: 20px 15px;
  }
  .achievements-section .single .logo {
    height: 45px;
    display: flex;
    justify-content: center;
  }
  .achievements-section .single .hidden {
    display: block;
  }
  .achievements-section .single .hidden .text {
    display: none;
  }
  .achievements-section .company-date {
    flex-direction: column;
    align-items: center;
  }
  .achievements-section .company-date .company {
    margin-inline-end: 0;
    padding-inline-end: 0;
    border-inline-end: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }
  .achievements-section .btns {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .achievements-section .btns .opp {
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .achievements-section .text {
    font-size: 1.1889rem;
  }
  .achievements-section .container {
    padding: 50px 20px;
  }
  .top-section {
    padding-top: 70px;
  }
  section {
    padding: 0 20px;
  }
  section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-top .container {
    padding-top: 40px;
  }
  .home-top .sub-icon {
    margin-bottom: 4px;
  }
  .home-top .sub-icon .icon {
    width: 1.0889rem;
    height: 1.0889rem;
  }
  .home-top .numbers {
    flex-wrap: wrap;
    padding: 40px 15px 5px 15px;
  }
  .home-top .numbers .single {
    margin-bottom: 30px;
    width: 50%;
    padding: 0 10px;
  }
  .home-top .numbers .single .huge {
    font-size: 2.4333rem;
    line-height: 0.8;
  }
  .home-top .image-wrapper {
    display: none;
  }
  .home-top .video-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .home-top .video-wrapper .mobile-img img {
    max-width: 46vw;
    aspect-ratio: 1/0.9;
    height: auto;
  }
  .home-top .video-wrapper .mobile-img {
    display: block;
  }
  .home-top .video-wrapper::before {
    bottom: 9%;
    left: -3%;
    width: 47vw;
    height: 47vw;
    right: auto;
  }
  .home-top .video-wrapper video {
    width: 46vw;
    height: 46vw;
  }
  .home-top .big {
    font-size: 1.1889rem;
  }
  .home-top .icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .home-top h1 {
    font-size: 3.3556rem;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
/* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
/* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */