@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+Hebrew:300,700,900&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-size: 1rem;
  direction: rtl;
  line-height: 1.55;
  letter-spacing: 0.025rem;
  font-weight: 400;
  font-family: "Noto Sans Hebrew", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Noto Sans Hebrew", sans-serif;
  line-height: 1;
  font-weight: bold;
}

h1 {
  font-size: 3.4rem;
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

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

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: right;
}

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

a {
  text-decoration: none;
}

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

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 {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

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

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

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1580px;
  margin: 0 auto;
  padding: 10px 95px 10px 15px;
  width: 100%;
}

.fixed-contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: 0.4s;
  background-color: transparent;
  width: 100vw;
}
header svg path, header svg rect, header svg line, header svg circle {
  transition: 0.4s;
}
header .scrolled-logo {
  display: none;
  max-width: 3.6rem;
}
header.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
header.active ul#main-menu > li.current-menu-item > a {
  font-weight: bold;
}
header.active .triggerMobileMenu span {
  background: #000000;
}
header.active ul#main-menu > li.lang-item a {
  border-color: #000000;
}
header.active .logo {
  display: none;
}
header.active .scrolled-logo {
  display: block;
}
header.active ul#main-menu > li > a {
  color: #000000;
}
header.active ul#main-menu > li > a:hover {
  color: #a6a6a6;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.lang-item a {
  border-right: 1px solid #fff;
  line-height: 0.4;
}
ul#main-menu > li.catalog {
  padding: 5px 0;
  margin-left: 20px;
  background-color: #EEBD1E;
  border: 2px solid #EEBD1E;
  border-radius: 4rem;
}
ul#main-menu > li.catalog > a {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
ul#main-menu > li.catalog:hover {
  background-color: #000000;
  border-color: #000000;
  background-color: transparent;
}
ul#main-menu > li.catalog:hover > a {
  color: #000000 !important;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  padding: 5px 25px;
  line-height: 1;
}

ul#main-menu > li.current-menu-item > a {
  font-weight: bold;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #a6a6a6;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 100%;
  min-width: 200px;
  display: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  padding: 0;
}
ul#main-menu ul.sub-menu li a {
  color: #000000;
  font-size: 18px;
  padding: 8px;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

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: 10px;
  color: #000000;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #a6a6a6;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #a6a6a6;
}

.section-wrapper {
  height: 98vh;
}

#hp-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  height: 95%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#hp-top .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
}
#hp-top .read-more {
  position: relative;
  z-index: 5;
}
#hp-top .sub {
  margin-top: 15px;
  max-width: 23rem;
  line-height: 1.2;
}
#hp-top .has-circle::after {
  background-image: url("../../images/black-circle.svg");
  left: calc(100% + 2.35rem);
  top: -0.1rem;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
#hp-top .has-circle.active::after {
  opacity: 1;
  transform: translateY(0);
}
#hp-top .container {
  max-width: 1580px;
  padding: 100px 100px 6rem 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 3;
}
#hp-top .container::before {
  content: "";
  width: 2px;
  height: 210vh;
  background-color: #EEBD1E;
  position: absolute;
  right: 35px;
  bottom: 0;
  max-height: 0;
  transition: 3.5s;
}
#hp-top .container.active::before {
  max-height: 210vh;
}
#hp-top h1 {
  font-size: 4rem;
  max-width: 25rem;
}
#hp-top .top-text, #hp-top h1 {
  max-width: 25rem;
}
#hp-top .top-text {
  margin: 0.8rem 0 1.6rem 0;
}

#hp-about {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: -4rem;
}
#hp-about .container {
  padding: 0 30px;
}
#hp-about .image {
  position: relative;
  margin-top: -120px;
}
#hp-about .text {
  padding-bottom: 2rem;
  padding-top: 3rem;
}
#hp-about .col-lg-7 {
  display: flex;
  align-items: flex-end;
}
#hp-about .col-lg-5 {
  display: flex;
  justify-content: center;
}

#hp-features {
  overflow: hidden;
  width: 100%;
}
#hp-features .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hp-features .owl-stage {
  transition-timing-function: linear !important;
}
#hp-features .single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 16%;
  flex-shrink: 0;
}
#hp-features .single .icon {
  margin-bottom: 0.8rem;
  position: relative;
}
#hp-features .single .icon svg {
  height: 120px;
  width: auto;
}
#hp-features .single .icon::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #EEBD1E;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  position: absolute;
}

#hp-banner {
  position: relative;
  padding: 1.6rem 0 4rem 0;
}
#hp-banner .container {
  display: none;
}
#hp-banner .banner {
  position: relative;
  padding: 1.6rem 4rem 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hp-banner .banner .logo {
  margin-right: 20px;
}
#hp-banner .banner .logo, #hp-banner .banner .text {
  position: relative;
  z-index: 2;
}
#hp-banner .bg-color {
  width: 92%;
  left: auto;
  right: 0;
  background-color: #0075BE;
}

#hp-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 30px 0 30px;
}
#hp-logos .container {
  border-top: 2px solid;
}
#hp-logos .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hp-logos .logo {
  margin: 0 15px 15px 15px;
}
#hp-logos img {
  filter: grayscale(1);
  max-width: 200px;
}

#hp-solutions {
  background-color: #000;
  min-height: 165vh;
}
#hp-solutions h2 {
  margin-bottom: 70px;
  position: sticky;
  top: 160px;
  font-weight: 100;
  font-size: 2rem;
}
#hp-solutions h2::after, #hp-solutions h2::before {
  display: none;
}
#hp-solutions h2 strong {
  font-size: 3.4rem;
}
#hp-solutions .has-circle::after {
  background-image: url("../../images/black-circle.svg");
  left: calc(100% + 2.2rem);
}
#hp-solutions .slides-wrapper {
  position: relative;
  padding-top: 24px;
}
#hp-solutions .single {
  position: sticky;
  top: 41vh;
  height: 50vh;
  background-color: #000;
}
#hp-solutions .single:nth-of-type(2) {
  z-index: 2;
}
#hp-solutions .single:nth-of-type(3) {
  z-index: 3;
}
#hp-solutions .single .text {
  margin: 17px 0 20px 0;
}
#hp-solutions .single .image {
  width: 100%;
  aspect-ratio: 3/1.3;
}
#hp-solutions .container {
  padding: 100px 35px 20px 30px;
}
#hp-solutions .container::before {
  content: "";
  width: 2px;
  height: 210vh;
  background-color: #EEBD1E;
  position: absolute;
  right: -30px;
  top: 0;
}

#hp-capabilities {
  padding: 20px 0 70px 0;
}
#hp-capabilities .all-slides {
  display: flex;
  justify-content: space-between;
  height: 600px;
}
#hp-capabilities .single {
  width: 100%;
  position: relative;
  flex: 0.23;
  height: 100%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: 0.6s;
}
#hp-capabilities .single .mobile-image {
  display: none;
}
#hp-capabilities .single .title, #hp-capabilities .single .bottom {
  position: relative;
  z-index: 2;
}
#hp-capabilities .single .title {
  max-width: 7.9rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
#hp-capabilities .single .text {
  margin: 10px 0 15px 0;
  max-width: 18rem;
}
#hp-capabilities .single .bottom {
  display: none;
}
#hp-capabilities .single .content {
  position: relative;
  z-index: 3;
}
#hp-capabilities .single .bg-color {
  top: auto;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}
#hp-capabilities .single:hover {
  flex: 1.1;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
#hp-capabilities .single:hover .bg-color {
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
#hp-capabilities .single:first-of-type:hover {
  margin-right: 0;
}
#hp-capabilities .single:last-of-type:hover {
  margin-left: 0;
}

#hp-advantages {
  padding-top: 140px;
}
#hp-advantages h2 {
  margin-bottom: 60px;
}
#hp-advantages .wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
#hp-advantages .image {
  margin-right: -10%;
}
#hp-advantages .single {
  position: relative;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}
#hp-advantages .single .title {
  margin-bottom: 5px;
}
#hp-advantages .single .text {
  font-size: 0.95rem;
}
#hp-advantages .single::before {
  content: "";
  background-image: url("../../images/plus.svg");
  width: 1.2rem;
  height: 1.2rem;
  background-size: 1.2rem;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#hp-fields {
  padding-top: 4rem;
}
#hp-fields .activity {
  width: 100%;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 60px;
  position: relative;
}
#hp-fields .activity .bg-color {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%);
  z-index: 2;
  transition: 0.5s;
}
#hp-fields .activity:hover .bg-color {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  z-index: 2;
}
#hp-fields .activity .title {
  max-width: 11.6rem;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
#hp-fields .activity .bottom {
  display: none;
  position: relative;
  z-index: 3;
}
#hp-fields .activity .bullets {
  margin: 1rem 0 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
#hp-fields .activity .bullets .text:not(:first-child) {
  position: relative;
  display: flex;
  align-items: center;
}
#hp-fields .activity .bullets .text:not(:first-child)::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../images/new-circle.svg");
  background-size: 20px;
  margin: 4px 10px 0 10px;
}
#hp-fields .activity .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
#hp-fields .activity .btns .read-more.white {
  margin-right: 20px;
}

.section-title {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}
.section-title::before {
  content: "";
  width: 1000px;
  left: -40px;
  top: -25px;
  height: 2px;
  background-color: #EEBD1E;
  display: block;
  position: absolute;
}
.section-title::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../images/white-circle.svg");
  background-size: 50px;
  position: absolute;
  right: -3.5rem;
  top: -2.5rem;
  z-index: 2;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.owl-dots button {
  background-color: transparent !important;
  border: 2px solid #000 !important;
  margin: 0 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-dots button.active {
  background-color: #000 !important;
}

#hp-projects .wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-left: 40px;
}
#hp-projects h2 {
  margin-bottom: 2.4rem;
}
#hp-projects .owl-dots {
  position: absolute;
  right: 15.4rem;
}
#hp-projects .owl-carousel {
  padding: 0 50px;
}
#hp-projects .read-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
#hp-projects .col-lg-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#hp-projects .single-project .date {
  font-size: 16px;
}
#hp-projects .single-project .title {
  margin: 0.5rem 0;
}
#hp-projects .single-project .read-more {
  margin-top: 1rem;
}
#hp-projects .single-project .read-more:hover {
  color: #000000;
  border-color: #000000;
}
#hp-projects .single-project .image {
  width: 100%;
  aspect-ratio: 4/1.8;
  position: relative;
}
#hp-projects .single-project .image .tag {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 0 2rem 2rem 0;
  font-size: 16px;
}
#hp-projects .single-project .image .tag .title {
  margin: 0;
  line-height: 1;
}
#hp-projects .single-project .image .tag img {
  width: 40px;
  height: auto;
  margin-left: 3px;
}

.homepage .section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.post-type-archive-activities h1::after {
  background-color: #fff;
  top: 1rem;
  left: calc(100% + 1.85rem);
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.post-type-archive-activities h1.active::after {
  opacity: 1;
  transform: translateY(0);
}
.post-type-archive-activities .top-banner {
  position: relative;
  height: 500px;
  width: 100%;
}
.post-type-archive-activities .row {
  width: 100%;
}
.post-type-archive-activities .top-section .nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 0;
}
.post-type-archive-activities .top-section .nav .read-more {
  margin-left: 15px;
  margin-top: 10px;
  padding: 8px 15px;
  font-size: 17px;
}
.post-type-archive-activities .top-section .text {
  padding-top: 10px;
}
.post-type-archive-activities .top-section .container {
  max-width: 1580px;
  padding: 80px 80px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 3;
}
.post-type-archive-activities .top-section .container::before {
  content: "";
  width: 2px;
  height: 210vh;
  background-color: #EEBD1E;
  position: absolute;
  right: 22px;
  bottom: 0;
  transition: 3.5s;
  max-height: 0;
}
.post-type-archive-activities .top-section .container.active::before {
  max-height: 210vh;
}
.post-type-archive-activities .main-section .container {
  max-width: 1580px;
  padding: 200px 80px 120px 15px;
}
.post-type-archive-activities .single {
  margin-bottom: 120px;
  border-bottom: 1px solid;
  scroll-margin-top: 100px;
}
.post-type-archive-activities .single.active .read-more {
  animation: scaling 2s linear;
}
.post-type-archive-activities .single:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.post-type-archive-activities .single .bg-image {
  width: 100%;
  aspect-ratio: 4/2;
}
.post-type-archive-activities .single .top {
  margin-bottom: 40px;
}
.post-type-archive-activities .single .top .text {
  font-size: 0.9rem;
}
.post-type-archive-activities .single .top .text > p {
  margin-bottom: 0.3rem;
}
.post-type-archive-activities .single .top .text strong {
  display: block;
  font-size: 1.1rem;
}
.post-type-archive-activities .single .top .text {
  margin: 25px 0;
}
.post-type-archive-activities .single .bullet {
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(-40px);
  transition: 0.8s;
}
.post-type-archive-activities .single .bullet.active {
  opacity: 1;
  transform: translateY(0);
}
.post-type-archive-activities .single .bullet .title {
  margin-bottom: 10px;
  padding-right: 1.8rem;
}
.post-type-archive-activities .single .bullet::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../../images/new-circle.svg");
  background-size: 1.3rem;
  position: absolute;
  right: 0.7rem;
  top: 0.2rem;
}
.post-type-archive-activities .articles-section .container {
  padding: 100px 15px 100px 15px;
}
.post-type-archive-activities .articles-section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.post-type-archive-activities .articles-section h2 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
.post-type-archive-activities .articles-section h2::before {
  content: "";
  width: 1000px;
  left: -40px;
  top: -25px;
  height: 2px;
  background-color: #EEBD1E;
  display: block;
  position: absolute;
}
.post-type-archive-activities .articles-section h2::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../images/white-circle.svg");
  background-size: 50px;
  position: absolute;
  right: -3.5rem;
  top: -2.5rem;
  z-index: 2;
}
.post-type-archive-activities .articles-section .row {
  width: auto;
}

.post-type-archive-articles h1 {
  margin-bottom: 10px;
}
.post-type-archive-articles h1::after {
  background-color: #fff;
  top: 0.7rem;
  right: -4.1rem;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.post-type-archive-articles h1.active::after {
  transform: translateY(0);
  opacity: 1;
}
.post-type-archive-articles h1::before {
  display: none;
}
.post-type-archive-articles .main-section .container {
  padding: 100px 80px 50px 15px;
}
.post-type-archive-articles .top-section .container {
  padding: 130px 80px 0 15px;
  z-index: 3;
}
.post-type-archive-articles .top-section .container::before {
  content: "";
  width: 2px;
  height: 210vh;
  background-color: #EEBD1E;
  position: absolute;
  right: 22px;
  bottom: 0;
  max-height: 0;
  transition: 3.5s;
}
.post-type-archive-articles .top-section .container.active::before {
  max-height: 210vh;
}
.post-type-archive-articles .top {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.post-type-archive-articles .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-type-archive-articles .nav .activity {
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 20px;
}
.post-type-archive-articles .nav .activity.active {
  background-color: #EEBD1E;
  border: 0;
}
.post-type-archive-articles .article {
  margin-bottom: 80px;
}

.article a {
  display: inline-block;
  color: #000000;
}
.article .image {
  width: 100%;
  aspect-ratio: 4/3.8;
  position: relative;
  margin-bottom: 1.25rem;
}
.article .tag {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
  z-index: 2;
  padding: 4px 13px;
  border-radius: 0 15px 15px 0;
  font-size: 16px;
}
.article .title {
  margin: 0.25rem 0 1rem 0;
}

.page-template-about .top-section .row {
  justify-content: space-between;
}
.page-template-about .top-section .container {
  padding-top: 100px;
}
.page-template-about .top-section .top-text {
  margin-bottom: 20px;
}
.page-template-about .top-section .top-text strong {
  font-size: 1rem;
}
.page-template-about .top-section .bg-image {
  width: 100%;
  aspect-ratio: 4/3.6;
}
.page-template-about .top-section h1.section-title {
  margin-bottom: 80px;
  margin-top: 20px;
}
.page-template-about .top-section h1.section-title::before {
  left: auto;
  right: -2rem;
  top: auto;
  bottom: -1.7rem;
  max-width: 0;
  transition: 2s;
}
.page-template-about .top-section h1.section-title::after {
  top: auto;
  bottom: -2.8rem;
  opacity: 0;
  transform: translateX(40px);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.page-template-about .top-section h1.section-title.active::before {
  max-width: 1000px;
}
.page-template-about .top-section h1.section-title.active::after {
  transform: translateX(0);
  opacity: 1;
}
.page-template-about #team-section .container {
  padding: 40px 15px 50px 15px;
}
.page-template-about #team-section .bg-image {
  width: 100%;
  aspect-ratio: 3/3.5;
  margin-bottom: 0.7rem;
  background-color: #E4E4E4;
}
.page-template-about #team-section .single {
  margin-bottom: 40px;
}
.page-template-about #team-section .title {
  margin: 10px 0 15px 0;
}
.page-template-about #team-section .title-social {
  display: flex;
  justify-content: space-between;
}
.page-template-about #team-section .title-social .social {
  width: 38px;
  height: 38px;
  border: #000 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.page-template-about #team-section .title-social .social img, .page-template-about #team-section .title-social .social svg {
  max-width: 55%;
  max-height: 55%;
}
.page-template-about .about-section {
  overflow: hidden;
}
.page-template-about .about-section .single {
  justify-content: space-between;
  margin-bottom: 130px;
}
.page-template-about .about-section .single h2 {
  margin-bottom: 0;
  margin-top: 3.5rem;
}
.page-template-about .about-section .single .title {
  margin: 15px 0 10px 0;
}
.page-template-about .about-section .single .text {
  margin-top: 0.7rem;
}
.page-template-about .about-section .single .text p {
  margin-bottom: 0.6rem;
}
.page-template-about .about-section .single .text strong {
  font-size: 1rem;
  display: block;
}
.page-template-about .about-section .single .bg-image {
  width: 100%;
  aspect-ratio: 4/2.3;
}
.page-template-about .about-section .single:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-template-about .about-section .single:nth-of-type(even) h2 {
  width: 100%;
}
.page-template-about .about-section .single:nth-of-type(even) h2::after {
  right: auto;
  left: -3.5rem;
}
.page-template-about .about-section .single:nth-of-type(even) h2::before {
  left: auto;
  right: 0;
}
.page-template-about .features-section .row {
  justify-content: space-between;
}
.page-template-about .features-section .container {
  padding: 160px 15px;
}
.page-template-about .features-section .single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.page-template-about .features-section .single .icon {
  margin-bottom: 0.85rem;
  position: relative;
}
.page-template-about .features-section .single .icon svg {
  height: 120px;
  width: auto;
}
.page-template-about .features-section .single .icon::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #EEBD1E;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  position: absolute;
}

body.single-articles table tr {
  border-bottom: 1px solid;
}
body.single-articles table tr td {
  padding: 5px;
}
body.single-articles .faq {
  margin-top: 50px;
}
body.single-articles .content p:last-of-type {
  margin-bottom: 0;
}
body.single-articles .single-accordion {
  width: 100%;
  background-color: #F5F4F8;
  border-radius: 15px;
  padding: 25px 40px;
  margin-bottom: 40px;
}
body.single-articles .single-accordion .big {
  font-size: 1.2rem;
}
body.single-articles .single-accordion .title {
  font-weight: 600;
}
body.single-articles .single-accordion.active .arrow {
  transform: rotate(180deg);
}
body.single-articles .single-accordion .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body.single-articles .single-accordion .bottom {
  display: none;
  padding-left: 6.7rem;
  margin-top: 15px;
  font-size: 0.9rem;
}
body.single-articles .arrow {
  width: 38px;
  height: 38px;
  border: 2px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  transition: 0.7s;
}
body.single-articles .arrow::after {
  content: "";
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  display: inline-block;
  width: 13px;
  height: 13px;
  /* border-radius: 3px; */
  margin-top: 0.35rem;
}
body.single-articles h1.section-title::before {
  max-width: 0;
  transition: 2s;
}
body.single-articles h1.section-title::after {
  opacity: 0;
  transform: translateX(40px);
  transition-duration: 1s;
  transition-delay: 0.5;
  bottom: -5.5rem;
}
body.single-articles h1.section-title.active::after {
  transform: translateX(0);
  opacity: 1;
}
body.single-articles h1.section-title.active::before {
  max-width: 1000px;
}
body.single-articles .bottom-btn {
  margin-top: 70px;
  margin-bottom: 50px;
}
body.single-articles .tag-social {
  display: flex;
  margin-bottom: 80px;
}
body.single-articles .tag-social .tag {
  padding: 3px 7px;
  background-color: #FEEFBE;
  margin-left: 25px;
  border-radius: 3px;
}
body.single-articles .single-social {
  margin-left: 12px;
}
body.single-articles .social {
  display: flex;
}
body.single-articles h1.section-title {
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 33.3vw;
  font-size: 1.95rem;
  line-height: 1.1;
  font-weight: 600;
  color: #000000;
}
body.single-articles h1.section-title::before {
  left: auto;
  right: -2rem;
  top: auto;
  bottom: -4.4rem;
}
body.single-articles h1.section-title::after {
  top: auto;
  bottom: -5.5rem;
}
body.single-articles .top-section .text h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
body.single-articles .top-section .image {
  width: 100%;
  aspect-ratio: 4/2.5;
}
body.single-articles .top-section .container {
  padding: 100px 15px 40px 15px;
}
body.single-articles ul, body.single-articles ol {
  padding-right: 0.7rem;
  margin-bottom: 0;
}
body.single-articles ul li, body.single-articles ol li {
  margin-bottom: 12px;
  padding-right: 0.4rem;
}
body.single-articles ul li::marker, body.single-articles ol li::marker {
  color: #EEBD1E;
  font-weight: 600;
}
body.single-articles #main-menu li {
  margin-bottom: 0;
}
body.single-articles .block h2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
body.single-articles .block.special-block {
  margin-top: 40px;
}
body.single-articles .block.special-block .section-title {
  margin-bottom: 0;
}
body.single-articles .block.special-block .section-title::before {
  top: -80px;
  right: -1.6rem;
}
body.single-articles .block.special-block .section-title::after {
  top: -5.2rem;
}
body.single-articles .block.special-block .wrapper {
  background-color: #000000;
  padding: 35px;
  font-size: 1rem;
  font-weight: 600;
}
body.single-articles .block.gallery-block .container {
  max-width: 1460px;
}
body.single-articles .block.gallery-block .image {
  width: 100%;
  aspect-ratio: 4/3.8;
  margin-bottom: 1.1rem;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.8s;
}
body.single-articles .block.gallery-block .image.active {
  opacity: 1;
  transform: translateY(0);
}
body.single-articles .block.video-block .popup-youtube {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-articles .block.video-block .bg-color {
  background-color: rgba(0, 0, 0, 0.2);
}
body.single-articles .block.video-block .icon {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 100px solid #000;
  position: relative;
  z-index: 2;
}
body.single-articles .block .container {
  max-width: 820px;
  margin-right: 0;
  padding: 40px 0 40px 15px;
}

.page-template-capabilities h1.section-title {
  margin-bottom: 80px;
  margin-top: 20px;
  max-width: 450px;
}
.page-template-capabilities h1.section-title::before {
  left: auto;
  right: -2rem;
  top: auto;
  bottom: -1.7rem;
  max-width: 0;
  transition: 2s;
}
.page-template-capabilities h1.section-title.active::before {
  max-width: 1000px;
}
.page-template-capabilities h1.section-title.active::after {
  opacity: 1;
  transform: translateX(0);
}
.page-template-capabilities h1.section-title::after {
  top: auto;
  bottom: -2.8rem;
  opacity: 0;
  transform: translateX(40px);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.page-template-capabilities .single {
  margin-bottom: 150px;
}
.page-template-capabilities .single.active .read-more {
  animation: scaling 2s linear;
}
.page-template-capabilities .single .title {
  font-size: 1.8rem;
}
.page-template-capabilities .single .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-capabilities .single .text {
  margin: 25px 0 35px 0;
}
.page-template-capabilities .single .text p {
  margin-bottom: 0;
}
.page-template-capabilities .single .image {
  width: 100%;
  aspect-ratio: 4/2.2;
}
.page-template-capabilities .about-section h2 {
  max-width: 500px;
  line-height: 1.2;
}
.page-template-capabilities .about-section .container {
  padding: 50px 15px 130px 15px;
}
.page-template-capabilities .top-section .col-lg-5 {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}
.page-template-capabilities .top-section .col-lg-7 {
  position: relative;
}
.page-template-capabilities .top-section .image {
  width: 126%;
  aspect-ratio: 4/1.5;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-capabilities .top-section .container {
  padding: 100px 15px 150px 15px;
}

/****** General ******/
.owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next, .owl-prev {
  position: absolute;
}
.owl-next span, .owl-prev span {
  display: none;
}
.owl-next::before, .owl-prev::before {
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  width: 27px;
  height: 27px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.owl-prev {
  right: 0;
}

.owl-next {
  left: 0;
  right: auto;
}
.owl-next::before {
  transform: translateY(-50%) rotate(130deg);
}

body #acwp-toolbar-btn-wrap {
  top: 160px !important;
  left: 12px !important;
  z-index: 999999999;
}

.acwp-toolbar.acwp-toolbar-show {
  z-index: 999999999;
}

#acwp-toolbar-btn {
  background-color: #EEBD1E !important;
}

.credit-accessibility {
  display: flex;
}
.credit-accessibility .credit {
  margin-right: 10px;
}

.form-top {
  margin-bottom: 25px;
}

.accept {
  margin-top: 20px;
}
.accept .privacy-policy-link {
  color: #fff;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
}
.accept a {
  text-decoration: underline;
}
.accept .gdpr-label-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 375px;
}
.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,
.accept .mc4wp-checkbox label::before,
.accept .mc4wp-checkbox label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text,
.accept .mc4wp-checkbox label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item,
.accept .mc4wp-checkbox .wpcf7-list-item {
  margin-left: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before,
.accept .mc4wp-checkbox::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  padding-left: 15px;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 8px;
  right: -5px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept.news {
  padding-right: 25px;
  padding-left: 0;
}
.accept.news label span {
  font-size: 15px;
}
.accept.news .wpcf7-list-item-label {
  font-size: 15px;
}
.accept.news .wpcf7-acceptance::before,
.accept.news .accept .wpcf7-checkbox::before,
.accept.news .mc4wp-checkbox::before {
  left: -5px;
}
.accept.news .wpcf7-list-item.first.last {
  margin-left: 0;
  margin-right: 25px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  position: absolute;
  right: 0;
}

.wpcf7-response-output {
  text-align: right;
}

.send-wrapper {
  position: relative;
}
.send-wrapper .wpcf7-spinner {
  position: absolute;
  top: -10px;
  left: 0;
}

.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;
}

footer {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 3;
}
footer a {
  color: #fff;
}
footer .rights-credit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#contact-section {
  background-color: #000;
  color: #fff;
}
#contact-section h2 {
  margin-bottom: 10px;
}
#contact-section h2::after {
  background-image: url("../../images/black-circle.svg");
}
#contact-section .container {
  padding: 150px 50px 20px 30px;
}
#contact-section .flex {
  justify-content: space-between;
}
#contact-section .top {
  margin-bottom: 3.6rem;
}
#contact-section .form-wrapper .right {
  width: 55%;
}
#contact-section .form-wrapper .right * {
  width: 100%;
}
#contact-section label {
  font-size: 18px;
  text-align: right;
}
#contact-section textarea {
  max-height: 180px;
}
#contact-section input {
  width: 82%;
}
#contact-section input, #contact-section textarea {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  font-size: 18px;
  border-radius: 2rem;
  color: #fff;
  text-align: right;
  padding: 10px;
}
#contact-section input[type=submit], #contact-section textarea[type=submit] {
  background-color: #EEBD1E;
  color: #000000;
  border-color: #EEBD1E;
  font-weight: bold;
  width: auto;
  padding: 10px 50px;
}
#contact-section .logos {
  display: flex;
}
#contact-section .logo {
  margin-right: 20px;
}
#contact-section .logo img {
  max-height: 65px;
}
#contact-section .bottom-logos {
  display: none;
}

.pad-container {
  padding: 70px 30px;
}

.circle-line-title {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}
.circle-line-title::before {
  content: "";
  width: 1000px;
  left: -40px;
  top: -25px;
  height: 2px;
  background-color: #EEBD1E;
  display: block;
  position: absolute;
}
.circle-line-title::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../images/white-circle.svg");
  background-size: 50px;
  position: absolute;
  right: -3.5rem;
  top: -1.9rem;
  z-index: 2;
}

.has-circle {
  position: relative;
}
.has-circle::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../../images/new-circle.svg");
  background-size: 2rem;
  position: absolute;
  left: calc(100% + 1.3rem);
  top: 0;
}

.read-more {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #EEBD1E;
  border-radius: 4rem;
  font-size: 18px;
  transition: 0.4s;
  font-weight: bold;
  background-color: transparent;
  color: #EEBD1E;
}
.read-more.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.read-more.white:hover {
  background-color: #fff;
}
.read-more.yellow {
  background-color: #EEBD1E;
  color: #000000;
}
.read-more.yellow:hover {
  background-color: transparent;
  color: #EEBD1E;
}
.read-more.trans {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.read-more.trans:hover {
  background-color: #EEBD1E;
  border-color: #EEBD1E;
}
.read-more:hover {
  background-color: #EEBD1E;
  color: #000000;
}

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-size: 1.2rem;
}

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

.huge {
  font-size: 1.8rem;
  line-height: 1.2;
}

.small {
  font-size: 0.9rem;
}

.center {
  text-align: center;
}

.primary {
  color: #EEBD1E;
}

.white {
  color: #fff;
}

.flex {
  display: flex;
}

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

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

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

@keyframes scaling {
  0% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
/* 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: 40px;
  height: 28px;
  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: 5px;
  width: 100%;
  background: #EEBD1E;
  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: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.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);
}

.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: rgb(0, 0, 0);
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}

.position-left {
  transform: translateY(-120%);
  left: 0;
}

.position-right {
  transform: translateY(120%);
  right: 0;
}

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

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

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

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px 20px 15px;
  text-align: center;
}
ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 12px 15px;
  color: #fff;
}
ul#mobile-menu > li > a {
  font-weight: 600;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  padding: 0;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1.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: #EEBD1E;
}

/****************************************************************************************************************/
@media only screen and (max-height: 600px) {
  #hp-top h1 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1650px) {
  html {
    font-size: 22px;
  }
  .small {
    font-size: 0.8rem;
  }
  #hp-features .single {
    width: 16%;
    padding: 0;
  }
  #hp-features .single .icon svg {
    height: 70px;
  }
  ul#main-menu > li.catalog {
    padding: 2px 0;
    margin-left: 10px;
  }
  ul#main-menu > li > a {
    padding: 5px 20px;
  }
  .flex_container {
    padding: 10px 65px 10px 15px;
  }
  header .logo img, header .logo svg {
    max-width: 90px;
    height: auto;
  }
  .read-more {
    font-size: 16px;
    padding: 7px 15px;
  }
  #contact-section .container {
    padding: 100px 20px 10px 20px;
  }
  #contact-section .top {
    margin-bottom: 2.7rem;
  }
  .page-template-capabilities .content-section .single {
    margin-bottom: 80px;
  }
  .page-template-capabilities .content-section .col-lg-1 {
    width: 3.333333%;
  }
  .page-template-capabilities .about-section .container {
    padding-bottom: 80px;
  }
  .page-template-capabilities .top-section .container {
    padding: 60px 15px 50px 15px;
  }
  .page-template-capabilities .top-section .col-lg-5 {
    padding-top: 7vw;
  }
  .page-template-capabilities h1.section-title::before {
    right: 0;
    bottom: -1.9rem;
  }
  .page-template-capabilities::after {
    bottom: -2.6rem;
  }
  .article .title {
    margin: 0.25rem 0 0.5rem 0;
  }
  .article .image {
    aspect-ratio: 4/3.4;
    margin-bottom: 0.45rem;
  }
  body.single-articles .single-accordion {
    padding: 22px 25px;
    margin: 0 auto 25px auto;
  }
  body.single-articles .single-accordion .bottom {
    padding-left: 4.2rem;
  }
  body.single-articles .tag-social {
    margin-bottom: 55px;
  }
  body.single-articles .block .container {
    padding: 20px 0;
  }
  body.single-articles h1.section-title {
    max-width: 42vw;
    margin-bottom: 20px;
  }
  body.single-articles h1.section-title::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: -3.7rem;
    width: 73vw;
  }
  body.single-articles h1.section-title::after {
    bottom: -4.4rem;
    right: 0;
  }
  .post-type-archive-articles .article {
    margin-bottom: 45px;
  }
  .post-type-archive-articles .nav .activity {
    margin-left: 10px;
  }
  .post-type-archive-articles .main-section .container {
    padding: 30px 50px 50px 15px;
  }
  .post-type-archive-articles h1::after {
    right: -2rem;
    top: 1.1rem;
  }
  .post-type-archive-articles .top-section .container {
    padding: 70px 50px 0 15px;
  }
  .page-template-about .about-section .single {
    margin-bottom: 60px;
  }
  .page-template-about .about-section .single:nth-of-type(even) h2::after {
    left: 0;
  }
  .page-template-about .features-section .single .icon svg {
    height: 90px;
  }
  .page-template-about .features-section .container {
    padding: 60px 15px 80px 15px;
  }
  .page-template-about .top-section .bg-image {
    aspect-ratio: 4/2.7;
  }
  .page-template-about .top-section h1.section-title {
    margin-bottom: 45px;
    font-size: 3rem;
  }
  .page-template-about .top-section h1.section-title::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: -1.2rem;
    width: 73vw;
  }
  .page-template-about .top-section h1.section-title::after {
    bottom: -1.9rem;
    right: 0;
  }
  .post-type-archive-activities .articles-section h2::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    right: -0.1rem;
    top: -1.7rem;
  }
  .post-type-archive-activities .articles-section .top {
    margin-bottom: 20px;
  }
  .post-type-archive-activities .single {
    margin-bottom: 60px;
  }
  .post-type-archive-activities .single .bullet {
    margin-bottom: 20px;
  }
  .post-type-archive-activities .single .bullet .title {
    margin-bottom: 5px;
  }
  .post-type-archive-activities .single .top .text {
    margin: 10px 0 15px 0;
    font-size: 0.9rem;
  }
  .post-type-archive-activities .nav {
    margin-top: 20px;
  }
  .post-type-archive-activities .nav .activity {
    margin-left: 10px;
  }
  .post-type-archive-activities .nav .read-more {
    margin-left: 10px;
  }
  .post-type-archive-activities .main-section .container {
    padding: 100px 50px 0 15px;
  }
  .post-type-archive-activities .top-section h1::after {
    left: calc(100% + 9px);
  }
  .post-type-archive-activities .top-section .container {
    padding: 50px 50px 0 15px;
  }
  .post-type-archive-activities .top-banner {
    height: 320px;
  }
  #hp-logos .container {
    padding-top: 30px;
  }
  #hp-logos .logos {
    justify-content: center;
  }
  #hp-logos .logos .logo {
    margin: 0 5px 5px 5px;
    max-width: 110px;
  }
  #hp-top .container {
    padding: 50px 80px 4rem 15px;
  }
  #hp-top .container::before {
    right: 43px;
  }
  #hp-top .has-circle::after {
    left: calc(100% + 0.95rem);
  }
  #hp-top .top-text {
    margin: 0.4rem 0 1.1rem 0;
  }
  #hp-about .col-lg-7 {
    align-items: center;
  }
  #hp-projects .container {
    padding: 60px 30px 0 30px;
  }
  #hp-projects .owl-dots {
    right: 17.2rem;
  }
  #hp-features .single .icon {
    margin-bottom: 0.3rem;
  }
  #hp-features .single .icon svg {
    height: 90px;
  }
  #hp-features .single .icon::after {
    bottom: 0rem;
    width: 90px;
  }
  #hp-advantages {
    padding-top: 30px;
  }
  #hp-advantages .single {
    margin-bottom: 0.8rem;
  }
  #hp-advantages .single .big {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  #hp-fields {
    padding-top: 1rem;
  }
  #hp-capabilities {
    padding: 0 0 15px 0;
  }
  #hp-capabilities .pad-container {
    padding: 30px 30px 50px 30px;
  }
  .section-title::after, .has-circle::after {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem;
    top: -1.9rem;
  }
  .section-title::after {
    right: -0.1rem;
  }
  .homepage h2 {
    margin-bottom: 25px;
  }
  #hp-capabilities .all-slides {
    height: 450px;
  }
  #hp-fields .activity {
    min-height: 530px;
    padding: 40px;
  }
  #hp-banner {
    padding: 0;
  }
  #hp-banner .big {
    font-size: 1.7rem;
  }
  #hp-banner .banner {
    padding: 1.3rem 2rem 1.4rem 0;
  }
  #hp-banner .container {
    padding-top: 0;
  }
  #hp-solutions .container {
    padding: 60px 65px 20px 30px;
  }
  #hp-solutions .container::before {
    right: 35px;
  }
  #hp-solutions h2 {
    top: 115px;
  }
  #hp-solutions .has-circle::after {
    left: calc(100% + 0.5rem);
    top: 0.4rem;
  }
}
/* end of (max-width: 1650px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  #hp-capabilities .all-slides {
    flex-direction: column;
    height: auto;
  }
  #hp-capabilities .all-slides .single {
    flex: 1;
    margin: 0 0 10px 0;
    padding: 30px 0;
  }
  #hp-capabilities .all-slides .single .white {
    color: #000000;
  }
  #hp-capabilities .all-slides .single .bg-color {
    display: none;
  }
  #hp-capabilities .all-slides .single .bg-image {
    display: none;
  }
  #hp-capabilities .all-slides .single .bg-image.mobile-image {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 250px;
  }
  #hp-capabilities .all-slides .single .bg-color {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  }
  #hp-capabilities .all-slides .single:hover {
    margin: 0 0 10px 0 !important;
  }
  #hp-capabilities .all-slides .single .bottom {
    display: block;
  }
  #hp-banner .banner {
    flex-direction: column;
    padding: 30px 20px 0 20px;
  }
  #hp-banner .banner .logo {
    margin-right: 0;
    margin-top: 15px;
  }
  #hp-banner .banner .text {
    text-align: center;
    font-size: 1.5rem;
  }
  #hp-banner .banner .bg-color {
    width: 100%;
    height: 90%;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  #hp-features .single {
    width: 50%;
  }
  .page-template-capabilities h1.section-title.active::before {
    max-width: 100%;
  }
  .page-template-capabilities.active::after {
    bottom: -2.7rem;
  }
  .page-template-capabilities .content-section .single {
    margin-bottom: 60px;
  }
  .page-template-capabilities .content-section .single .title {
    margin-top: 10px;
  }
  .page-template-capabilities .content-section .single .text {
    margin: 15px 0;
  }
  .page-template-capabilities .about-section .container {
    padding-bottom: 40px;
  }
  .page-template-capabilities .top-section .image {
    width: 100%;
    position: static;
  }
  .page-template-capabilities .top-section .col-lg-5 {
    padding-top: 0;
  }
  .page-template-capabilities .top-section .container {
    padding: 50px 15px 0 15px;
  }
  body.single-articles .single-accordion {
    padding: 25px 15px;
    width: 100%;
  }
  body.single-articles .single-accordion .top {
    align-items: flex-start;
  }
  body.single-articles .single-accordion .arrow {
    display: none;
  }
  body.single-articles .single-accordion .bottom {
    padding-left: 0;
    margin-top: 10px;
    display: block !important;
  }
  body.single-articles .single-accordion .title {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 8px;
  }
  body.single-articles .bottom-btn {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  body.single-articles ul li, body.single-articles ol li {
    margin-bottom: 7px;
    padding-right: 0.1rem;
  }
  body.single-articles ul {
    padding-right: 1.1rem;
  }
  body.single-articles .small {
    font-size: 0.75rem;
  }
  body.single-articles .top-section .container {
    padding: 30px 15px;
  }
  body.single-articles .block h2 {
    margin-bottom: 10px;
  }
  body.single-articles .block.special-block .section-title::before {
    top: -62px;
    right: 0;
  }
  body.single-articles .block.special-block .section-title::after {
    right: -25px;
  }
  body.single-articles .block.special-block .wrapper {
    padding: 25px;
  }
  body.single-articles h1.section-title {
    max-width: 100%;
  }
  body.single-articles h1.section-title::after {
    bottom: -4.9rem;
  }
  body.single-articles h1.section-title::before {
    bottom: -4.1rem;
    right: 0;
    width: 100%;
  }
  .post-type-archive-articles .top-section .top {
    flex-direction: column;
  }
  .post-type-archive-articles .top-section .container {
    padding-top: 50px;
  }
  .post-type-archive-articles .top-section .container::before {
    right: 27px;
  }
  .post-type-archive-articles .main-section .container {
    padding-right: 30px;
  }
  .page-template-about #team-section .container {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .page-template-about .about-section .single {
    margin-bottom: 30px;
  }
  .page-template-about .features-section .container {
    padding-bottom: 40px;
  }
  .page-template-about .top-section .row {
    flex-direction: column-reverse;
  }
  .page-template-about .top-section h1.section-title::before {
    width: 90vw;
  }
  .page-template-about .top-section .container {
    padding-top: 20px;
  }
  .page-template-about .top-section .bg-image {
    margin-bottom: 20px;
    width: 101vw;
    margin-right: -15px;
  }
  .article .image {
    margin-bottom: 0.35rem;
  }
  .article .title {
    margin: 0.05rem 0 0.6rem 0;
  }
  .post-type-archive-activities .articles-section h2::after {
    top: -2.2rem;
  }
  .post-type-archive-activities .articles-section .col-lg-4 {
    margin-bottom: 25px;
  }
  .post-type-archive-activities .articles-section .container {
    padding: 70px 15px 20px 15px;
  }
  .post-type-archive-activities .top-banner {
    height: 140px;
  }
  .post-type-archive-activities .row {
    width: auto;
  }
  .post-type-archive-activities .nav {
    margin: 0;
  }
  .post-type-archive-activities h1 {
    font-size: 2.3rem;
  }
  .post-type-archive-activities h1::after {
    top: 0.5rem;
  }
  .post-type-archive-activities .single {
    margin-bottom: 30px;
  }
  .post-type-archive-activities .single .bullet .title {
    padding-right: 1.5rem;
  }
  .post-type-archive-activities .single .top {
    margin-bottom: 20px;
  }
  .post-type-archive-activities .single .bg-image {
    margin-top: 15px;
  }
  .post-type-archive-activities .main-section .container {
    padding-top: 60px;
  }
  .post-type-archive-activities .top-section .container {
    padding: 35px 47px 0 15px;
  }
  #hp-capabilities {
    padding: 0 0 15px 0;
  }
  #hp-capabilities .pad-container {
    padding: 70px 30px 0px 30px;
  }
  #hp-capabilities .single .title {
    max-width: 100% !important;
  }
  html {
    font-size: 18px;
  }
  .pad-container {
    padding: 50px 20px;
  }
  .has-circle::after {
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .section-wrapper {
    height: 80vh;
  }
  .flex_container {
    padding: 10px 35px 10px 15px;
  }
  .owl-next::before,
  .owl-prev::before {
    width: 18px;
    height: 18px;
  }
  .owl-prev {
    right: -18px;
  }
  .owl-next {
    left: -18px;
  }
  #hp-projects .owl-nav {
    display: none;
  }
  #hp-projects h2 {
    margin-bottom: 1.5rem;
  }
  #hp-projects .wrapper {
    padding-left: 5px;
  }
  #hp-projects .owl-dots {
    right: 5px;
  }
  #hp-projects .owl-carousel {
    padding: 0 5px;
  }
  #hp-projects .single-project .image {
    margin-top: 25px;
  }
  #hp-about {
    margin-top: 0;
  }
  #hp-about > .container {
    padding-top: 10px;
  }
  #hp-about .image {
    margin-top: 0;
    margin-right: -7%;
  }
  #hp-top {
    height: 90%;
    align-items: center;
  }
  #hp-top h1 {
    font-size: 2.1rem;
  }
  #hp-top .has-circle::after {
    left: calc(100% + 0.65rem);
    top: 0.2rem;
  }
  #hp-top .container {
    padding: 30px 45px 2.5rem 15px;
    justify-content: center;
  }
  #hp-top .container::before {
    right: 20px;
  }
  #hp-advantages {
    padding-top: 60px;
  }
  #hp-advantages .container {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  #hp-advantages .single::before {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    right: -0.6rem;
    top: 1rem;
  }
  #hp-advantages .image {
    margin-right: -13%;
    margin-top: -13%;
  }
  .section-title::after {
    top: -2.1rem;
  }
  #hp-fields {
    padding-top: 0;
  }
  #hp-fields .activity {
    padding: 40px 20px;
    height: auto;
    min-height: unset;
    margin-bottom: 5px;
  }
  #hp-fields .activity .bg-color {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
  }
  #hp-fields .activity .bottom {
    display: block;
    max-width: 310px;
  }
  #hp-fields .activity .btns .read-more {
    font-size: 15px;
  }
  #hp-fields .activity .btns .read-more.white {
    margin-right: 10px;
  }
  #hp-solutions {
    min-height: 150vh;
  }
  #hp-solutions h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #hp-solutions h2 strong {
    font-size: 2.3rem;
  }
  #hp-solutions .container {
    padding-right: 55px;
  }
  #hp-solutions .container::before {
    right: 30px;
  }
  #hp-solutions .single .huge {
    font-size: 1.6rem;
  }
  #hp-solutions .single .image {
    margin-top: 10px;
  }
  #contact-section .top .logos {
    display: none;
  }
  #contact-section .bottom-logos {
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #contact-section .bottom-logos .logo {
    margin-left: 10px;
    margin-right: 0;
  }
  #contact-section .form-wrapper .right {
    width: 100%;
  }
  #contact-section .form-wrapper .flex {
    flex-direction: column-reverse;
  }
  #contact-section input {
    width: 100%;
  }
  #contact-section form > .flex {
    flex-direction: column;
    align-items: flex-end;
  }
  #contact-section form textarea {
    width: 100%;
  }
  #contact-section .logo img {
    max-height: 45px;
  }
  #contact-section .top {
    flex-direction: column;
    align-items: flex-start;
  }
  #contact-section .top .logos {
    margin-top: 20px;
  }
  #contact-section .top .logos .logo {
    margin-right: 0;
    margin-left: 10px;
  }
  footer .rights {
    margin-top: 5px;
  }
  footer .rights-credit {
    flex-direction: column;
    text-align: center;
  }
  footer .rights-credit .credit-accessibility {
    flex-direction: column;
  }
  footer .rights-credit .credit-accessibility .credit {
    margin-top: 5px;
    margin-right: 0;
  }
  #hp-logos img {
    max-width: 85px;
  }
  .send-wrapper > p {
    display: flex;
    justify-content: flex-end;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .fixed-contact img {
    max-width: 50px;
  }
  #hp-logos .logos .logo {
    margin-left: 2px;
    margin-right: 2px;
  }
  #hp-logos .logos .logo img {
    max-width: 75px;
  }
  #hp-logos .container {
    padding-left: 0;
    padding-right: 0;
  }
  .small {
    font-size: 0.9rem;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */