/* #Global
================================================== */
[lang="en"] .header-menu {
  justify-content: space-between !important;
}

[lang="en"] .header-action {
  margin-right: 0px !important;
  width: 200px;
justify-content: inherit;
}

[lang="en"] .header-contact {
  margin-right: 0px !important;
}

.home-activity .card-text ul li a img{
	    height: 100% !important;
      max-height: 100px;
}
.text p a,
.text-container p a{
    color: #003960;
    text-decoration: underline;
}

.chart-holder{display: flex; justify-content: space-around; direction:rtl}
.chart-holder .c-container{ flex-basis: 25%;padding: 2em;
background: url("https://maman-group.co.il/wp-content/uploads/2022/08/Mask-Group-27.png");
  background-repeat: no-repeat;
  background-position: center;}
@media (max-width: 900px){
  .chart-holder{flex-direction: column;}
    .chart-holder .c-container{flex-basis: auto; flex-grow: 1; padding-inline: 0;height: 300px;background-size: 20%;}
    .chart-holder .c-container canvas{width:100%; height: auto;}
}


  
body {
  font-family: 'Rubik', sans-serif;
  padding-top: 6.66vw;
}
.single-companies .div-img {
  width: 10vw !important;
}

@media (max-width: 1023.98px) {
  .d-desktop{
    display: none !important;
  }

  body {
    padding-top: 17.47vw;
  }
}

img.rotate-img {
  transform: rotate(180deg);
}

.f-he {
  font-family: 'Heebo', sans-serif;
}

.text-blue {
  color: #0066CB;
}

.lined {
  display: flex;
  align-items: center;
}

.lined .line {
  height: 2px;
  width: 1.5vw;
  margin-left: .75vw;
}

.lined.text-blue .line {
  background-color: #0066CB;
}

.double-lined {
  display: flex;
  align-items: center;
}

.double-lined .line {
  height: 1px;
  background-color: #D8D8D8;
  flex-grow: 1;
}

.double-lined-text {
  padding: 0 1vw;
}

@media (max-width: 1023.98px) {
  .lined .line {
    height: 1px;
    width: 5.6vw;
    margin-left: 2vw;
  }

  .double-lined {
    display: block
  }

  .double-lined .line {
    display: none;
  }

  .double-lined-text {
    padding: 0;
  }
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px); // IE 6 and 7
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

/* #Btn
================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.34vw;
  padding: 0 2.76vw;
  border-radius: 500px;
}

.btn.btn-primary {
  background-color: #003960;
  color: white;
}
.swiper-slide .btn.btn-primary{
  background-color: white;
  color: black;
}
.btn img {
  width: 1vw;
  margin-right: 2vw;
}

@media (max-width: 1023.98px) {
  .btn {
    height: 9vw;
    padding: 0 4.9vw;
  }

  .btn img {
    width: 4.2vw;
    margin-right: 9.34vw;
  }
}

/* #Header
================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1vw 0 1.25vw 0;
  background-color: white;
  z-index: 10000;
}

.header .container {
  width: 90%;
  display: flex;
  align-items: flex-end;
}

.header-logo {
  margin-left: 2.6vw;
  margin-bottom: .5vw;
}

.header-logo img {
  /*width: 7.65vw;*/
}

.header-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.header-links ul {
  display: flex;
  align-items: center;
}

.header-links li:not(:last-child) {
  margin-left: 2.86vw;
}

.header-action {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.header-contact {
  margin-right: 2vw;
}

.header .collapsible ul.sub-items {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 27vw;
  background: #fff;
  padding: 0.7vw;
  padding-bottom: 0.2vw;
  transition: none;
  margin-top: 0.7vw;
  border-top: 2px solid #0066cb;
  height: 0;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}


.header .collapsible.show ul.sub-items {
  height: auto;
  opacity: 1;
  transition: 0.3s ease all;
  pointer-events: auto !important;
}

.header .collapsible ul.sub-items li {
  text-align: center;
  margin: 0;
  margin-bottom: 0.5vw;
  margin-top: 0.5vw;
  padding: 0.1vw;
  width: 33.33%;
  text-align: center;
}

@media (max-width: 1024px) {
  .header .collapsible ul.sub-items {
    transition: 0.2s ease height;
  }

  .header .collapsible.show ul.sub-items {
    transition: 0.3s ease height;
  }
}

.header .sub-items li:hover {
  color: #0066CB;
  text-decoration: underline;
}

.header .collapse-toggler a {
  padding-bottom: 1vw;
}

.center-ul {
  justify-content: center
}
@media (max-width: 1023.98px) {
  .header {
    padding: 2.33vw 0;
  }

  .header .container {
    align-items: center;
    justify-content: space-between;
  }

  .header-menu {
    position: fixed;
    top: 17.47vw;
    right: 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  .header .header-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 60%;
    background-color: white;
    transform: translateX(100%);
    transition: all .3s ease;
    padding-top: 5vw;
    padding-right: 5vw;
  }

  .header.show-menu .header-menu {
    transform: translateX(0);
  }

  .header-menu {
    display: block;
  }

  .header-links ul {
    display: block;
  }

  .header-links li,
  .header-links li:not(:last-child) {
    margin-left: 0;
    margin-bottom: 2.86vw;
  }

  .header-action {
    display: block;
    margin-top: 16vw;
  }

  .header-contact {
    margin-right: 0;
    margin-top: 2.86vw;
  }

  .header-hamburger img {
    width: 7.47vw;
  }

  .header-logo {
    margin: 0;
  }

  .header-logo img {
    width: auto;
    height: 50px;
  }

  .header .collapsible ul.sub-items {
    position: unset;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 90%;
    border-top: none;
    border-right: 1px solid #0066cb;
  }

  .header .collapsible.show ul.sub-items {
    height: auto;
  }

  .header .collapsible ul.sub-items li {
    margin: 0;
    margin-bottom: 0.5vw;
    margin-top: 0.5vw;
    padding: 0.1vw;
    width: 90%;
    text-align: right;
  }

  /* .header .collapsible.show ul.sub-items li {
  margin: 0;
  margin-bottom: 0.5vw;
  margin-top: 0.5vw;
  padding: 0.1vw;
  width: 90%;
  text-align: right;
  } */

  .header-link .simbol {
    display: inline-block;
  }
}


/* @media (min-width: 1024px) {
.header-link-list {
display: flex;
align-items: center;
}

.header-link-list .simbol {
display: none;
}

.header-link-list .collapsible {
position: relative;
padding: 3vw 0;
}

.header-link-list .collapse-toggler {
transition: all .4s ease;
}

.header-link-list .collapsible:hover .collapse-toggler {
color: #AA893B;
}

.header-link-list .collapsible:hover .collapse {
opacity: 1;
visibility: visible;
}

.header-link-list .collapse {
height: auto!important;
position: absolute;
top: 7.55vw;
left: 50%;
transform: translateX(-50%);
width: 8.85vw;
padding: 1.3vw 1vw;
background-color: #F8F2E2;
border-top: 3px solid #AA893B;
opacity: 0;
visibility: hidden;
z-index: 11000;
transition: all .4s ease;
padding-top: 1.24vw;
}

.header-link:not(:last-child) {
margin-left: 2.34vw;
}

.header-link > a {
transition: all .4s ease;
}

.header-link > a:hover {
color: #0066CB;
}

.header-links,
.header .accordion,
.header .header-link-list,
.header-link,
.header .collapsible {
height: 100%;
}

.header-link,
.header-link .collapsible {
display: flex;
align-items: center;
}

.header .collapse ul li:not(:last-child) {
margin-bottom: 1vw;
}

.header .collapse a:hover {
text-decoration: underline;
}

} */



/* #Banner
================================================== */
.banner {
  position: relative;
}

.banner .container {
  width: 90%;
  position: relative;
}

.banner .swiper-slide {
  position: relative;
}

/* .banner .text {
position: absolute;
top: 50%;
right: 1.5vw;
transform: translate(-13%, -50%);
width: 34.375vw;
color: white;
} */
.banner .text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset !important;
  width: unset !important;
  text-align: center;
}
.text.front {
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translate(-20%, -50%);
  width: 34.375vw;
  color: white;
}

.text.inv {
  position: absolute;
  top: 50%;
  right: 16.47vw;
  transform: translate(-50%, -50%);
  width: 34.375vw;
  color: white;
}
.banner .text h1,
.banner .text h2 {
  line-height: 1.2;
}

.company-page .banner .text h1 {
  margin-bottom: 3.125vw;
}

.banner .text p {
  margin: 2.34vw 0 3.125vw 0;
}

.banner .img,
.banner .img img,
.banner .img picture {
  width: 100%;
}

.banner .img {
  position: relative;
}

/* .banner .img::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.747), transparent);
} */

.banner .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.73), transparent);
}

.banner .swiper {
  padding-bottom: 2.6vw;
}

.banner .swiper-pagination {
  bottom: 0;
}

.banner-scroll {
  position: absolute;
  bottom: 2.6vw;
  left: .5vw;
}

.category-page .banner-scroll {
  bottom: 0;
}

.banner-scroll span {
  transform: rotate(90deg);
  transform-origin: bottom;
  margin-bottom: 1.75vw;
  display: inline-block;
}

.banner-scroll img {
  margin-right: 0.45vw;
  height: 6.25vw;
}

@media (max-width: 1023.98px) {
  .banner .container {
    width: 100%;
  }

  .banner .text {
    right: 4.47vw;
    width: 55vw;
  }

  .category-page .banner .text {
    width: 60vw;
  }

  .banner .text p {
    margin: 1.17vw 0 3.5vw 0;
  }

  .banner .swiper {
    padding-bottom: 7vw;
  }

  .banner .swiper-pagination {
    bottom: 0;
  }
}

/* #Home Numbers
================================================== */
.home-numbers {
  padding: 4.68vw 0 16.125vw 0;
  position: relative;
}

.home-numbers::after {
  content: '';
  position: absolute;
  bottom: 16vw;
  left: 0;
  width: 100%;
  height: 41vw;
  background-image: linear-gradient(to bottom left, #01164F, #013884);
  z-index: -1;
  transform: translateY(100%);
}

.home-numbers .container {
  width: 82%;
}

.home-numbers .img img {
  width: 100%;
}

.home-numbers .img {
  position: relative;
}

.home-numbers .text {
  margin-bottom: 6.5vw;
  padding: 0 1.16vw;
}

.home-numbers .text-top {
  display: flex;
  margin-bottom: 4.68vw;
}

.home-numbers .text-top > div:first-child {
  flex: 0 0 29.76vw;
  margin-left: 6.13vw;
}

.home-numbers .text-top > div:last-child {
  flex: 0 0 39vw;
  padding-top: 1.55vw;
}

.home-numbers .numbers ul {
  display: flex;
}

.home-numbers .numbers ul li {
  flex: 0 0 50%;
  border-right:3px solid #003960;
  line-height: 1;
  padding-right: 1vw;
}

@media (max-width: 1023.98px) {
  .home-numbers {
    padding: 3.73vw 0 10vw 0;
  }

  .home-numbers::after {
    height: 111vw;
    bottom: 32vw;
  }

  .home-numbers .container {
    width: 86%;
  }

  .home-numbers .text {
    margin-bottom: 30.75vw;
    padding: 0;
  }

  .home-numbers .text-top {
    display: block;
    margin-bottom: -1.75vw;
  }

  .home-numbers .text-top > div:first-child {
    margin-left: 0;
  }

  .home-numbers .text-top > div:last-child {
    padding-top: 4.67vw;
  }

  .home-numbers .numbers ul {
    display: flex;
    flex-wrap: wrap;
  }

  .home-numbers .numbers ul li {
    flex: 0 0 47%;
    border-right: 1px solid #00296D;
    padding-right: 3vw;
    margin: 5.25vw 0;
  }
}

/* #Home Activity
================================================== */
.home-activity {
  padding-bottom: 8.33vw;
}

.home-activity .container {
  width: 82%;
}

.home-activity .text {
  margin-bottom: 6vw;
  padding: 0 4.16vw;
  color: #000;

}

/* [lang="eng"] .home-activity .text {
  margin-bottom: 6vw;
  padding: 0 4.16vw;
  color: #000;

} */


.home-activity .text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}

.home-activity h2.title-area-activity {
  text-align: center;
}

.home-activity .text > div:first-child {
  flex: 0 0 28.43vw;
  /* margin-left: 6.5vw; */
}

.home-activity .text > div:last-child {
  flex-grow: 1;
  padding-top: 1.55vw;
}

.home-activity .lined .line {
  background-color: white;
}

/* Cards */
.home-activity .activity-cards {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.home-activity .cards {
  display: flex;
  background: #fff;
}

.home-activity .card {
  flex: 0 0 25%;
  position: relative;
  cursor: pointer;
}

.home-activity .card-text {
  /* padding: 3.4vw 1vw 0 1vw; */
  padding: 1.4vw 1vw 0 1vw;
  text-align: center;
}

.home-activity .card-text h2 {
  margin-block:.5vw;
  height: 2em;
}

.home-activity .card-text .btn {
  padding: 0 1vw;
  margin-top: 1.5vw;
  /* margin-bottom: 3.125vw; */
  margin-bottom: 2.125vw;
}

.home-activity .card-text ul {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 2vw; */
}

.home-activity .card-text ul li {
  flex: 0 0 77%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2vw;
}

.home-activity .card-text ul li a img {
  width: 100%;

}
.image_section img{
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-tpl-about .home-activity .cards{
    height: 40vw;
  }

  .home-activity .collapse-toggler{
    display: none;
  }
  .team-swiper .swiper-slide .person .img img{
    width: auto !important;
    height: auto !important;
    margin: auto !important;
  }
  .team-swiper .swiper-slide{
    flex: 0 0 15%;
  }
  .mega-grid {
    width: 98%;
    margin: auto;
  }

  .image_section{
    padding-bottom: 3vw;
  }
  .image_section h3{
    text-align: center;
    color: black;
    font-weight: 600;
    margin-bottom: 4vw;
  }
  .swiper.team-swiper{
    padding-bottom: 5vw;
  }
  h3.box-title{
    text-align: center;

    margin-bottom: 2vw;
  }
  .home-activity{
    margin-top: -10vw;

  }
  .page-template-tpl-about .home-activity{
    margin-top: unset;
  }
  .team-swiper .swiper-slide.no-img{
    width: 9.5vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: unset !important;
  }
  .d-mobile{
    display: none !important;
  }
  /** 6 Companies **/
  .home-activity .card:nth-of-type(1) .card-text ul li {
    flex: 0 0 77%;
  }

  /** 3 Companies **/
  .home-activity .card:nth-of-type(2) .card-text ul li {
    flex: 0 0 50%;
    margin-left: 0;
  }

  /** 1 Company **/
  .home-activity .card:nth-of-type(3) .card-text ul li,
  .home-activity .card:nth-of-type(4) .card-text ul li,
  .home-activity .card:nth-of-type(5) .card-text ul li,
  {
    flex-basis: 50%;
    margin: auto;
  }
}

.home-activity .card-img,
.home-activity .card-img img,
.home-activity .card-img picture {
  width: 100%;
  height: 100%;
}

.home-activity .card-img {
  position: relative;
  color: white;
}

/* .page-template-tpl-about .home-activity .card-img {
height: 25vw;
} */

.home-activity .card-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.home-activity .card-img h3 {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-activity .collapse {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    background-color: white;
    height: 100%;
    z-index: 10;
    /*opacity: 0;
    visibility: hidden;*/
    transition: all .4s ease;
    cursor: auto;
  }
  /*
  .home-activity .card:hover .collapse {
  opacity: 1;
  visibility: visible;
  } */
  .home-activity .collapse{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .home-activity .card:not(:last-child) {
    border-left: 1px solid;
  }
  .home-activity .card-text .theimage{
    height: 10vw;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1023.98px) {
  .home-activity .card-img,
  .home-activity .card-img img,
  .home-activity .card-img picture {
  height: 120px;
  object-fit: cover;
  }
  .image_section {
    padding-top: 10vw;
  }
  .image_section h3{
    text-align: center;
    color: black;
    font-weight: 500;
  }
  .home-activity .card-img h3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .single-companies .div-img {
    width: 28vw !important;
  }
  .home-activity {
    padding-bottom: 11.68vw;
    margin-top: -18vw;
  }

  .home-activity .container {
    width: 86%;
  }

  .home-activity .text {
    padding: 0;
    color: #000;
  }

  /* [lang="eng"] .home-activity .text {
        padding: 0;
        color: #000;
      } */

  .home-activity .text {
    display: block;
    margin-bottom: 8vw;
  }

  .home-activity .text > div:first-child {
    margin-left: 0;
  }

  .home-activity .text > div:last-child {
    padding-top: 2vw;
  }

  /* Cards */
  .home-activity .activity-cards {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  .home-activity .cards {
    display: block;
	background: none;
  }

  .home-activity .card {
    flex: 0 0 20%;
	margin-bottom: 5px;
    position: relative;
    cursor: pointer;
  }

  .home-activity .card-text {
    padding: 5.37vw 7vw 10.7vw 7vw;
    text-align: right;
    background-color: white;
  }

  .home-activity .card-text h2 {
    margin-bottom: 1vw;
  }

  .home-activity .card-text .btn {
    padding: 0 4vw;
    margin-top: 3vw;
    margin-bottom: 6.3vw;
  }

  .home-activity .card-text ul {
    margin-top: 6vw;
  }

  .home-activity .card-text ul li {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .home-activity .card-text ul li a {
    margin: auto;
    max-width: 27vw;
  }

  .home-activity .card-text ul li:nth-child(1),
  .home-activity .card-text ul li:nth-child(2) {
    margin-bottom: 8vw;
  }

  .home-activity .card-img h3 {
    bottom: 2.5vw;
    padding-right: 5.6vw;
    text-align: right;
  }
}

/* #Category Desc
================================================== */
.category-desc {
  padding: 5.7vw 0;
}

.category-desc .container {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .category-desc p {
flex: 0 0 55.5vw;
} */

.category-desc .container > div {
  flex: 0 0 55.5vw;
}

@media (max-width: 1023.98px) {
  .home-activity .card-img h3 {
    bottom: unset !important;
    padding-right:  unset !important;
    text-align:  center !important;
  }
  .category-desc {
    padding: 4.68vw 0;
  }
  .button-center {
    text-align: center;
    margin-top: 6vw;
  }
  .category-desc .container {
    width: 86%;
    display: block;
    text-align: center;
  }
}

/* #Category Brands
================================================== */
.category-brands {
  padding-top: 7.8vw;
  position: relative;
}

.category-brands.one,
.category-brands.two {
  padding-top: 6.6vw;
}

.category-brands::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26vw;
  background-image: linear-gradient(to bottom left, #01164F, #013884);
  z-index: -1;
}

.category-brands .container {
  width: 78%;
}

.category-brands .cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.category-brands .card {
  /* flex: 0 0 20%; */
  min-width: 17%;
  position: relative;
  transition: all .4s ease;
  box-shadow: none;
  transform: scaleY(1);
  margin-bottom: 1.5vw;
  display: flex;
  background: white;
  box-shadow: 5px 5px 30px rgb(0 0 0 / 16%);
}

.one-company li.card {
  min-width: 50%;
}

.category-brands .card .img img {
  width: 100%;
}

.category-brands .card:hover {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  transform: scale(1.01);
}

.category-brands .card .img {
  position: relative;
  flex: 0 0 60%;
}

/* .category-brands .card .img::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(0, 0, 0, 0.3);
} */

.category-brands .card:hover .text {
  opacity: 1;
  visibility: visible;
}

/* .category-brands .card .text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 2vw;
color: white;
background-color:rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
transition: all .4s ease;
z-index: 1;
} */
.category-brands .card .text {
  color : black;
  flex: 0 0 40%;
}
@media (min-width: 1023.98px) {
  .category-brands.one .card .text,
  .category-brands.two .card .text {
    padding: 0 6vw;
  }
}


.category-brands .logo {
  /* width: 50%;
  height: 10.67vw; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  transition: all .4s ease;
  margin-top: 2vw;
  width: 58%;
  /* margin-right: 5vw; */
}
.category-brands .logo img{
  height: 150px;
  width: auto !important;
}
.category-brands .card:hover .logo {
  background-color: rgba(0, 0, 0, 0);
}

.category-brands .two-companies .logo {
  border: 1px solid #0000001c;
}

/* .category-brands .logo img {
width: 50%;
height: 50%;
object-fit: contain;
object-position: center;
} */

.category-brands img,
.category-brands .two-companies .logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023.98px) {
  .category-brands {
    padding-top: 0;
    position: relative;
  }

  .category-brands::after {
    display: none;
  }

  .category-brands .container {
    width: 90%;
  }

  .category-brands .cards {
    display: block !important;
    height: auto;

  }

  .category-brands .card {
    box-shadow: none;
    transform: none;
    display: block !important;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 16%) !important;
    margin-bottom: 5vw !important;
  }
  .category-brands .card .text .logos{
    width: 60vw;
    height: auto;
    /* height: 30vw; */
    text-align: center;
    margin: auto;
  }
  .category-brands .card .text .logos img{
    width: auto !important;
    height: auto !important;
    margin-top: 6vw;

  }
  .category-brands .card .text p{
    font-size:4vw  !important;
    padding: 0 7vw 3vw 7vw !important;
    width: 100% !important;
    text-align: center;
    margin-right: unset !important;

  }
  .category-brands .card .text a{
    font-size:4vw  !important;
    padding: 0 7vw 3vw 7vw !important;
    width: 100% !important;

  }
  .category-brands .card:not(:last-child) {
    margin-bottom: 3px;
  }

  .category-brands .card:hover {
    box-shadow: none;
    transform: none;
  }



  .category-brands .logo {
    width: 30vw;
    height: 19.75vw;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .4s ease;
    position: absolute;
    bottom: 3.5vw;
    right: 0;
  }

  .category-brands .card:hover .logo {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .category-brands .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

/* #Category Activity
================================================== */
.category-activity {
  padding: 6.25vw 0;
}

.category-activity .container {
  width: 87% !important;
}
.category-activity .card-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.category-activity h2 {
  margin-bottom: 1.8vw;
  text-align: center;
}

.category-activity .cards {
  display: flex;
  justify-content: center;
}

.category-activity .card {
  flex: 0 0 25%;
  position: relative;
}

.category-activity .card-img,
.category-activity .card-img img,
.category-activity .card-img picture {
  width: 100%;
}

.category-activity .card-img {
  position: relative;
  color: white;
}

/* .category-activity .card-img::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
} */

.category-activity .card-img h3 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .category-brands .card .img {
    position: relative;
    flex: 0 0 100%;
  }
  .category-activity {
    padding: 14.48vw 0 11.68vw 0;
  }

  .category-activity .container {
    width: 86%;
  }

  .category-activity .cards {
    display: block;
  }

  .category-activity .card-img h3 {
    /* top: auto;
    bottom: 2.5vw;
    padding-right: 5.6vw;
    text-align: right; */
  }
}

/* #Company Text
================================================== */
.company-text {
  padding: 2.11vw 0 5.5vw 0;
  overflow: hidden;
}

.company-text .container {
  width: 85%;
}

.company-text .top {
  display: flex;
  align-items: center;
  /* margin-bottom: 2.85vw; */
}

.company-text .top img {
  width: 100%;
  /* flex: 0 0 22vw; */
  margin-left: 7.8vw;
}

.company-text .top .div-img {
  flex: 0 0 22vw;
}

.company-text .top .div-txt {
  /* margin-right: 2vw; */
  margin-bottom: 5vw;
}

.company-text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-text .bottom h3 {
  margin-left: 1vw;
}

.company-text .bottom ul {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
}

.company-text .bottom ul li {
  /* flex: 0 0 14.53vw; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: auto;
  min-height: 6.5vw;
  /* height: 5.2vw; */
  height: 7.2vw;
}

.company-text .bottom ul a:not(:last-child)  {
  border-left: 1px solid #707070;
}

.company-text .bottom img {
  /* width: 62%; */
  /* height: 70%; */
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1023.98px) {
  .company-text .bottom ul a{
    border: none !important
  }
  .company-text {
    padding: 10.5vw 0;
    padding-top: 2vw;
  }
  .company-text .top .div-txt{
    text-align: center;
  }
  .center-button {
    margin-bottom: 5vw !important;
    margin-top: 5vw !important;
    text-align: center;
    width:100% !important;

  }
  .company-text .container {
    width: 86%;
  }

  .company-text .top {
    display: block;
    /* padding-bottom: 9vw; */
    position: relative;
    /* margin-bottom: 5.8vw; */
  }
  .company-text .top .scroll-btn{

    margin-bottom: 5.8vw !important;
  }
  /* .company-text .top::after {
  content: '';
  position: absolute;
  width: 300%;
  height: 1px;
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  background-color: #707070;
  } */

  .company-text .top img {
    width: 70%;
    height: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 1vw;
  }

  .company-text .bottom {
    display: block
  }

  .company-text .bottom ul {
    margin-top: 4vw;
    /* align-items: flex-end; */
    width: 100%;
  }

  .company-text .bottom ul li {
    flex: 0 0 25%;
    /* height: 12vw; */
    width: auto !important;
    height: auto;
    justify-content: flex-start;
  }

  .company-text .bottom ul a {

    border-left: none;
    flex: 0 0 50%;
  }

  .company-text .bottom img {
    width: 95%;
    height: auto;
    object-position: bottom;
  }
}
/* #Site Map
================================================== */
.sitemap .container{
  justify-content: space-around!important;
}

/* #Footer
================================================== */
.footer {
  color: white;
  background-image: linear-gradient(to bottom left, #01164F, #013884);
}

.footer .container {
  width: 73%;
}

@media (max-width: 1023.98px) {
  .footer .container {
    width: 90%;
  }
}

/* Contact */
.footer-contact {
  position: relative;
  overflow: hidden;
}

.footer-contact .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.footer-contact .bg,
.footer-contact .bg img,
.footer-contact .bg picture {
  width: 100%;
}

.footer-contact .contact-text {
  flex: 0 0 21.4vw;
}

.footer-contact .contact-text h2 {
  margin-bottom: 1vw;
}

.footer-contact .contact-text > div:first-child {
  margin-bottom: 1.8vw;
}

.footer-contact .contact-text h3 {
  margin-bottom: 1vw;
}

.footer-contact .contact-text ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.5vw;
}
.coulms-2 {
  list-style-type: none;
  columns: 2;
  margin-right: 50;
  -webkit-columns: 2;
  -moz-columns: 2;
}
li.coulms-33{
  flex: 0 0 45% !important;
}

/* .footer-contact .contact-text ul li:not(:last-child) {
margin-bottom: .75vw;
} */

.footer-contact .contact-text img {
  width: .75vw;
  height: .9vw;
  object-fit: contain;
  object-position: center;
  margin-left: 1vw;
}

.footer-contact .contact-form {
  flex: 0 0 40.36vw;
}

.footer-contact .contact-form input,
.footer-contact .contact-form select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: .75vw;
}

.footer-contact .contact-form input::placeholder {
  color: white;
}

.footer-contact .contact-form select option {
  color: black;
}

.footer-contact .contact-form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}

.footer-contact .contact-form .row > * {
  flex: 0 0 47%;
}

.footer-contact .contact-form .btn {
  margin-top: 2.6vw;
}

@media (max-width: 1023.98px) {
  .footer-contact {
    padding-top: 7.47vw;
  }

  .footer-contact .container {
    position: static;
    transform: none;
    display: block;
  }

  .footer-contact .contact-text {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    margin-bottom: 10vw;
  }

  .footer-contact .contact-text h2 {
    /* margin-bottom: 5vw; */
  }

  .footer-contact .contact-text ul {
    /* display: flex; */
    justify-content: space-between;
  }

  .footer-contact .contact-text > div:first-child {
    margin-bottom: 0;
  }

  .footer-contact .contact-text > div:last-child {
    flex: 0 0 47%;
  }

  .footer-contact .contact-text h3 {
    margin-bottom: 3.5vw;
  }

  /* .footer-contact .contact-text ul li:not(:last-child) {
  margin-bottom: 2vw;
  } */

  .footer-contact .contact-text img {
    width: 4vw;
    height: 4.5vw;
    object-fit: contain;
    object-position: center;
    margin-left: 2vw;
  }

  .footer-contact .contact-form {
    display: flex;
    flex-direction: column;
  }

  .footer-contact .contact-form input,
  .footer-contact .contact-form select {
    padding-bottom: 1.5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.555);
  }

  .footer-contact .contact-form .row {
    margin-bottom: 10vw;
  }

  .footer-contact .contact-form .btn {
    margin-top: 9vw;
    margin-right: auto;
    padding: 0 15vw;

  }
}

/* Main */
.footer-main {
  padding: 5.2vw 0 8.33vw 0;
  position: relative;
}

.footer-main .footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-main .footer-about {
  flex: 0 0 15.5vw;
}

.footer-main .footer-logo img {
  /* width: 10vw; */
  margin-bottom: 1.2vw;
}

.footer-main .footer-links {
  display: flex;
  line-height: 1.2;
}

.footer-main .footer-links .group:not(:last-child) {
  margin-left: 4.79vw;
}

.footer-main .footer-links li:not(:last-child) {
  margin-bottom: .75vw;
}

.footer-main .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 1.3vw;
  margin-top: 2vw;
}

.footer-main .back-to-top {
  position: absolute;
  top: 5vw;
  right: 5vw;
}

.footer-main .back-to-top img {
  width: 3.125vw;
}

.list-social {
  margin-top: 1.7vw;
  margin-right: 0.5vw;
}

.list-social > ul {
  display: flex;
  justify-content: flex-start;
}

.list-social > ul li {
  width: 2vw;
  margin-left: 2vw;
}

.list-social > ul li a {
  width: 1.2vw;
  height: 1.5vw;
  display: inline-block;
}

.list-social > ul li a img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1023.98px) {
  .company-text .logos{
    flex: 0 0 20%;
  }
  .footer-links .accordion {
    display: flex;
  }

  .footer .simbol {
    display: none!important;
  }

  .footer .collapse {
    height: auto!important;
  }

  .footer .collapsible:not(:last-child) {
    margin-left: 3.5vw;
  }

}

.footer .collapse-toggler {
  margin-bottom: 0.5vw;
}



@media (max-width: 1023.98px) {
  .category-activity .container {
    width: 80% !important;
  }
  .footer-main {
    padding: 20vw 0 5.14vw 0;
  }

  .footer-main .footer-top {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .footer-main .footer-about {
    flex: 0;
  }

  .footer-main .footer-logo img {
    width: 27.39vw;
    margin-bottom: 0;
    margin: auto;
  }

  .footer-main .footer-links {
    margin-bottom: 11vw;
    margin-top: 7vw;
    width: 100%;
  }

  .footer-links .accordion {
    width: 100%;
  }

  .footer-links .accordion .collapsible {
    margin-bottom: 2.5vw;
  }

  .footer-links .accordion .collapsible .collapse ul {
    padding: 2vw;
  }

  .footer-links .accordion .collapsible .collapse-toggler {
    display: flex;
    justify-content: space-between;
  }

  .footer-main .footer-links .group:not(:last-child) {
    margin-left: 4.4vw;
  }

  .footer-main .footer-links li:not(:last-child) {
    margin-bottom: 2vw;
  }

  .footer-main .footer-bottom {
    padding-top: 2vw;
    margin-top: 4.4vw;
  }

  .footer-main .back-to-top {
    top: 13%;
    right: 5%;
    transform: translateY(-94%);
  }

  .footer-main .back-to-top img {
    width: 9.34vw;
  }

  .list-social {
    margin: auto;
    width: 50%;
    margin-top: 8vw;
    margin-bottom: 1vw;
  }

  .list-social > ul {
    justify-content: space-between;
  }

  .list-social > ul li {
    width: 11vw;
    margin-left: unset;
  }

  .list-social > ul li a {
    width: 13vw;
    height: 5vw;
    display: inline-block;
  }

  .list-social > ul li a img {
    width: 100%;
    height: 100%;
  }

}


/* #Investors Relations Numbers
================================================== */
.investors-relations-numbers {
  padding: 5.72vw 0 6.77vw 0;
}

.investors-relations-numbers .container {
  width: 76%;
}

.investors-relations-numbers ul {
  display: flex;
  margin: 2.5vw 0;
}

.investors-relations-numbers ul li {
  flex: 0 0 25%;
  padding-right: 1.3vw;
  padding-left: 1vw;
}

.investors-relations-numbers ul li:not(:last-child) {
  border-left: 3px solid #00296D;
}

.investors-relations-numbers ul li div {
  display: flex;
  align-items: baseline;
}

.investors-relations-numbers ul li:first-child div {
  align-items: center;
}

.investors-relations-numbers ul li div > *:first-child {
  margin-left: 1vw;
}

.investors-relations-numbers ul li div img {
  height: 1.5vw;
}

.investors-relations-links ul li .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1023.98px) {
  .investors-relations-numbers {
    padding: 10vw 0 15.2vw 0;
  }

  .investors-relations-numbers .container {
    width: 90%;
  }

  .investors-relations-numbers ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3.5vw 0;
  }

  .investors-relations-numbers ul li {
    flex: 0 0 57%;
    padding-right: 2.8vw;
    padding-left: 0;
  }

  .investors-relations-numbers ul li:nth-child(1),
  .investors-relations-numbers ul li:nth-child(3) {
    padding-right: 0;
    flex: 0 0 43%;
  }

  .investors-relations-numbers ul li:nth-child(1),
  .investors-relations-numbers ul li:nth-child(2) {
    margin-bottom: 9.33vw;
  }

  .investors-relations-numbers ul li:not(:last-child) {
    border-left: 1.5px solid #00296D;
  }

  .investors-relations-numbers ul li:nth-child(2) {
    border-left: none;
  }

  .investors-relations-numbers ul li:first-child div {
    display: block;
  }

  .investors-relations-numbers ul li div > *:first-child {
    margin-left: 2vw;
  }

  .investors-relations-numbers ul li div img {
    height: 3.97vw;
  }
}

/* #Investors Relations Links
================================================== */
.investors-relations-links {
  padding: 4.16vw 0 10.4vw 0;
  position: relative;
  color: white;
}

.investors-relations-links::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21.35vw;
  background-image: linear-gradient(to bottom left, #01164F, #013884);
  z-index: -1;
}

.investors-relations-links .container {
  width: 81.7%;
}

.investors-relations-links h2 {
  text-align: center;
  margin-bottom: 4.16vw;
}

.investors-relations-links ul {
  display: flex;

}

.investors-relations-links ul li {
  position: relative;
  flex: 0 0 25.333333%;
}

.investors-relations-links ul li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pdf_file a{
  font-weight: 500 !important;
  text-decoration: underline;
  margin-top: 0.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf_file a svg{
  margin-left: 0.5vw;
}
.investors-relations-links ul li img {
  width: 100%;
  height: 21.66vw;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1023.98px) {
  .investors-relations-links {
    padding: 9.34vw 0 16.65vw 0;
  }

  .investors-relations-links::after {
    height: 76.4vw;
  }

  .investors-relations-links .container {
    width: 85.5%;
  }

  .investors-relations-links h2 {
    margin-bottom: 7vw;
    line-height: 1.2;
  }

  .investors-relations-links ul {
    display: block;
  }

  .investors-relations-links ul li img {
    height: 29.9vw;
  }
  .investors-relations-links ul li .text {
	  position: relative;
	  top: auto;
	  left: auto;
	  transform: none;
	  width: 100%;
	  background: #013884;
	  padding: 20px;
	  margin-bottom: 20px;
  }
}


/** Form - css **/
form br {
  display: none;
}



form input.wpcf7-submit {
  text-decoration: none;
  border-bottom: none !important;
  width: 100% !important;
  display: inline-block !important;
  font-size: 1vw !important;
  padding-bottom: 0 !important;
}

form .wpcf7-spinner {
  display: none;
}

@media (max-width:1024px){
  form input.wpcf7-submit {
    font-size: 4vw !important;
  }

}


/* #404 Page
================================================== */
.error404 .banner .container {
  margin-bottom: 5vw;
}

.error404 .banner .text {
  top: 40%;
  right: 20%;
  text-align: center;
  width: 60%;
}

.title-error {
  font-size: 7vw !important;
}

.sub-title-error {
  font-size: 3.5vw !important;
  font-weight: 500 !important;
  line-height: 0.42 !important;
}

.buttons-group {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  margin-top: 4vw;
}

.buttons-group .btn-div {
  width: 28%;
}

.error404 .buttons-group .btn img {
  width: 1vw;
  margin-right: 1vw;
}

.error404 .buttons-group .btn {
  padding: 0 1vw;
}

.error404 .buttons-group .btn.btn-primary {
  background-color: transparent;
  border: 2px solid #fff;
  width: 100%;
  font-size: 80%;
}

.error404 .buttons-group .btn.btn-primary:hover {
  background-color: #0066CB;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.error404 .banner .img::after {
  display: none;
}


@media (max-width:1024px) {
  .error404 .banner .text {
    top: 40%;
    right: 4%;
    width: 92%;
  }

  .buttons-group {
    flex-direction: column;
    width: 50%;
    margin: auto;
    margin-top: 5vw;
  }

  .buttons-group .btn-div {
    width: 100%;
    margin-bottom: 3vw;
  }

  .error404 .banner .container {
    margin-bottom: 0vw;
  }

  .error404 .banner .img {
    height: 85vw;
  }

  .error404 .banner .img picture {
    height: 100%;
  }

  img.img-banner {
    height: 100% !important;
    object-fit: cover;
  }

  .error404 .banner .text {
    top: 46%;
  }

  .sub-title-error {
    font-size: 5.5vw !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .buttons-group {
    margin-top: 8vw;
  }

  .title-error {
    font-size: 17vw !important;
  }
}


/* #About Page
================================================== */
.page-template-tpl-about .banner .text {
  width: 100%;
  right: 4vw;
}

.about-text-section {
  padding: 4.68vw 0 2vw 0;
  position: relative;
}

.about-text-section .container {
  width: 82%;
}

.about-text-section .text {
  margin-bottom: 6.5vw;
  padding: 0 4.16vw;
}

.about-text-section .text-top {
  display: flex;
  margin-bottom: 4.68vw;
}

.about-text-section .text-top > div:first-child {
  flex: 0 0 26.76vw;
  margin-left: 10.13vw;
}

.about-text-section .text-top > div:last-child {
  flex: 0 0 39vw;
  padding-top: 1.55vw;
}

.about-text-section::after {
  content: '';
  position: absolute;
  top: -7vw;
  left: 0;
  width: 100%;
  /* background-image: linear-gradient(to bottom left, #01164F, #013884); */
  z-index: -1;
  transform: translateY(100%);
}

.media-boxes-wrapper {
  width: 100%;
}

.media-boxes-container {
  margin: auto;
  margin-top: 4vw;
  /* margin-bottom: 8vw; */
  padding-bottom: 3vw;
  width: 80%;
}

.media-box-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5vw;
}

.media-box-row.box-alt {
  flex-direction: row-reverse;
}

.text-container {
  width: 58%;
  padding: 3vw;
}

.img-container {
  width: 40%;
}

h3.box-title {
  font-size: 1.9vw;
}

.box-desc {
  font-size: 1vw;
  line-height: 1.5;
  padding-top: 0.8vw;
}

.add-blue-row {
  position: relative;
}

/* .add-blue-row::after {
content: '';
position: absolute;
bottom: 0vw;
left: 0;
width: 100%;
height: 24vw;
background-image: linear-gradient(to bottom left, #01164F, #013884);
z-index: -1;
transform: translateY(100%);
} */


@media (max-width:1024px) {
  .about-text-section {
    padding-bottom: 0px;
  }

  .about-text-section .text {
    padding: 0vw;
  }

  .about-text-section .text-top {
    flex-direction: column;
  }

  .about-text-section .text-top > div:first-child {
    margin-left: 0vw;
    flex: 0 0 35vw;
  }

  .about-text-section::after {
    top: unset;
    bottom: 0;
    height: 87vw;
  }

  .page-template-tpl-about .home-activity {
    margin-top: 0px;
  }

  .media-boxes-container {
    width: 86%;
  }

  .media-box-row {
    flex-direction: column;
  }

  .media-box-row.box-alt {
    flex-direction: column;
  }

  .text-container, .img-container {
    width: 100%;
  }

  .text-container {
    padding-right: 0vw;
  }

  h3.box-title {
    font-size: 6vw;
  }

  .box-desc {
    font-size: 3vw;
    padding-top: 4vw;
    padding-bottom: 2vw;
  }

  .team {
    margin-top: 93vw;
  }

  .media-boxes-wrapper.add-blue-row::after {
    height: 118vw;
  }

  .page-template-tpl-about .banner .text {
    width: auto;
    right: 6vw;
  }
}


/****  Tax   ****/


.tax-companies_cat .banner .img img{
  max-height: 27vw;
  object-fit: none;
}
.one-company li.card {

  background-color: white;

}
/*
.one-company .card .img{

display: flex;
} */
.one-company .card .img::after{
  background-color: transparent;

}
.one-company .logo{

  background-color: white !important;
  margin: 0 auto !important;
}
.one-company .logo img{
  width: 10vw !important;
  height: auto !important

}
.one-company picture {
  flex: 0 0 43vw;
}




/* #Team
================================================== */

ul.cards.one-company {
  display: block;
  box-shadow: 5px 5px 30px rgb(0 0 0 / 16%);
}
.one-company  .category-brands .card{
  background-color: black;


}

.team {
  margin-top: 33vw;
  color: #fff;
}

.team .tab-content {
  color: #000;
  /* width: 51%; */
  width: 100%;
  margin: auto;
  margin-bottom: 6vw;
}

/* Navigation */
.team .container {
  width: 90%;
  margin-top: -25vw;
  position: relative;
  z-index: 10;
}

.team .title-team {
  margin-bottom: 2vw;
}

.team .tab-navigation {
  margin-bottom: 4vw;
  text-align: center;
}

.team .tab-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .tab-btn:not(:last-child) {
  margin-left: 2.6vw;
}

.team .tab-btn {
  border-bottom: 1px solid transparent;
  transition: all .4s ease;
  opacity: .7;
  padding-bottom: 0.4vw;
  font-weight: 600;
}

.team .tab-btn.active {
  border-bottom: 2px solid #0066CC;
  opacity: 1;
}

/* Grid */
.team-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.team-grid ul li {
  display: flex;
  /* flex-direction: row-reverse; */
  position: relative;
}


/* Img */
.team-grid .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.team-grid ul li .img {
  flex: 0 0 56%;
}

/* Text */
.team-grid ul li .text {
  flex-grow: 1;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding: 0 0.5vw; */
}

.team-grid ul li .text {
  position: relative;
  /* top: 85%; */
  /* transform: translateY(-50%); */
  right: 0;
  width: 100%;
  height: auto;
}

.team-grid ul li .text h4 {
  width: fit-content;
  margin: auto;
}

.team-grid ul li h2 {
  max-width: 22.7vw;
  line-height: 1;
  margin-top: .25vw;
}

.team-grid ul li a {
  margin: auto;
  margin-top: 0.5vw;
  padding-bottom: 0.5vw;
}

@media (max-width: 1023.98px) {
  .swiper-slides.no-img .person {
    margin-bottom: 1.66vw !important;
  }
  .the-title{
    text-align: center;
    padding-bottom: 10vw;
  }
  .the-title {
    padding-top: 10vw;
  }
  .one-company .card .text{
    display: block !important;
    position: relative !important;
  }
  .cards.one-company .card{
    display: block !important;
    top: unset !important;
    left: unset !important;
    width:  unset !important;
    height:  unset !important;
  }
  .one-company .card .logos{
    width: 30vw;
    height: auto;
    /* height: 30vw; */
    text-align: center;
    margin: auto;
  }
  .one-company .card .logos img{
    width: 30vw !important;
    height: 30vw !important;

  }
  /* .one-company .card .text {
  display: block;
  top: 50vw;
  left: 9vw;
  width: 81%;
  height: 37%;
  display: flex;
  color: black;
  } */
  .one-company .logo{
    position: relative !important;
  }
  .one-company li.card{
    height: 120vw;
  }

  .one-company .logo  {
    /* width: 30vw !important;
    height: 19.75vw !important; */
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: all .4s ease !important;
    position: absolute !important;
    bottom: 3.5vw !important;
    right: 0 !important;

  }
  .one-company .logo img{
    width: 50vw !important;
    min-height: 20vw !important;
    height: 100%!important;
    max-width: unset
  }
  .one-company .d-desktop {
    display: block;
  }
  .one-company .f-d-22{

    font-size: 3vw !important;
    width: 100% !important;
    margin-right: unset !important;
    padding: 0 7vw 5vw 7vw;
    text-align: center;
  }
  .cards.one-company .text a{
    margin-bottom: 5vw;
  }
  .team {
    margin-top: 93vw;
    padding-bottom: 17.6vw;
  }

  .team .title-team {
    margin-bottom: 6vw;
  }

  /* Navigation */
  .team .container {
    width: 100%;
    margin-top: -92.13vw;
  }

  .team .tab-navigation {
    margin-bottom: 20vw;
    text-align: center;
  }

  .team .tab-btn:not(:last-child) {
    margin-left: 6.6666vw;
  }

  /* Grid */
  .team-grid ul {
    display: block;
  }

  .team-grid ul li {
    display: block!important;
    padding: 0 5%;
  }

  .team-grid ul li:not(:last-child) {
    margin-bottom: 5.33vw;
  }

  .team-grid ul li:nth-child(1) {
    padding: 0;
    margin-bottom: 8.66vw;
  }

  /* Img */
  .team-grid .img img {
    height: 73.33vw!important;
  }

  /* Text */
  .team-grid ul li .text {
    padding: 2.66vw 0;
    width: 100%;
    top: 87%;
  }


  .team-grid ul li h2 {
    max-width: 100%;
  }

  .team-grid ul li a {
    margin-top: 6.66vw;
  }

  .text h4 {
    width: fit-content;
    margin: auto;
  }
}

.team .person {
  /* width: 26%;
  height: 22vw; */
  text-align: center;
  position: relative;
  padding: 0 0vw;
  margin: 2.5vw 0;
  margin-left: 1.6vw;
  margin-right: 1.7vw;
  margin-top: 0;
  overflow: hidden;
}

.team .person .primary-info {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team .person .img {
  width: 100%;
  /* margin-bottom: 8.7vw; */
}

.team .person .img img {
  width: 100%;
}

.team .person h3 {
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-bottom: .25vw;
}

.team .person p {
  margin: 1vw 0 1.3vw 0;
  height: 11vw;
  overflow: hidden;
}

.team .person .open,
.team .person .close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team .person .open img,
.team .person .close img {
  width: 1.7vw;
}

.team .person .open img {
  margin-bottom: .5vw;
}

.team .person .close img {
  margin-top: 0.5vw;
}

.team .person .secondary-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  /* width: calc(100% - 1.5vw); */
  height: 100%;
  width: 12.5vw ;
  background-color: white;
  background-image: url(../img/about/secondary-info-bg.jpg);
  background-size: cover;
  background-position: bottom right;
  padding: 0.5vw;
  transition: all .8s ease;
  z-index: 1100;
}

.team .person.show .secondary-info {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1023.98px) {
  .team {
    padding: 10vw 0 18.66vw 0;
  }

  .team .container {
    width: 100%;
  }

  .team h2 {
    text-align: center;
    margin-bottom: 12vw;
  }
  .open_more{
    margin-top: 1vw !important;
    margin: auto;
  }
  .team .person-list {
    margin: -4.8vw -4.33vw;
  }

  .team .person {
    width: auto;
    /* height: 103vw; */
    margin: 0;
  }

  .team .person .img {
    width: 100%;
    margin-bottom: 0vw;
  }

  .team .person p {
    margin: 0 0 6vw 0;
    height: auto;
  }

  .team .person .open img,
  .team .person .close img {
    width: 8.8vw;
  }

  .team .person .open {
    margin-top: 0.6vw;
  }

  .team .person .open img {
    margin-bottom: .5vw;
  }

  .team .person .close img {
    margin-top: 6vw;
  }

  .team .person .secondary-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(200%);
    width: 100%;
    height: 100%;
    padding: 11vw 4vw 3vw 4vw;
    transition: all .8s ease;
    z-index: 11000;
  }

  .team .person.show .secondary-info {
    transform: translateX(-50%) translateY(-50%);
  }

  .team .tab-content {
    width: 100%;
  }

  .swiper.team-swiper {
    width: 55%;
    overflow: visible;
  }

  .swiper.team-swiper .swiper-slide {
    opacity: 0.5;
  }

  .swiper.team-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .swiper-button-prev, .swiper-button-next {
    color: #fff;
    top: 35%;
  }

  .swiper-button-prev {
    right: -14vw !important;
  }

  .swiper-button-next {
    left: -14vw !important;
  }

}
.tab-navigation li a{
  cursor: pointer;
}
@media (min-width: 1023.98px) {
  .team .person{
    justify-content: center;
  }
  /* Disable swiper */
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .team-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .team-swiper .swiper-slide {
    width: 11.5vw ;
    height: auto;
    text-align: center;
    position: relative;
    padding: 0.2vw 0vw;
    margin: 0 0;
    margin-left: 1.6vw;
    margin-right: 1.7vw;
    margin-top: 0;
    overflow: hidden;
  }



  .category-brands .card .img img {
    height: 29vw;
  }
  /*
  .tabs .tab-panel.active:not(:last-child) .team-swiper .swiper-slide:first-child {
  flex-basis: 100%;
  margin-right: auto;
  } */

  .team .person .primary-info {
    /* margin: auto; */
  }

  .tabs .tab-panel.active:not(:last-child) .team-grid .img img {
    height: 14.5vw;
  }

  .tabs .tab-panel.active:not(:last-child) .team-swiper .swiper-slide:first-child .person .secondary-info {
    padding-right: 2vw;
    padding-left: 2vw;
    padding-top: 1vw;
    box-sizing: border-box;
  }

  .tabs .tab-panel.active:not(:last-child) .team-swiper .swiper-slide:first-child .person.show .secondary-info {
    box-shadow: 0px 0px 3px #0000007a;
    width: 11.5vw ;
  }

  .team-swiper .swiper-slide.no-img {
    height: 3vw;
  }

  .admin  .person {
    width: 17.9vw !important;
    height: 100%  !important;
    margin: auto !important;
  }
  .team .person {
    width: 100%;
    height: 100% ;
    margin: 0;
  }
  .open_more{
    margin: auto;
    margin-top: 0.5vw;
  }
}

@media (max-width: 1023.98px) {
  .full-width {
    border: unset !important;
  }
  .full-width .the-title {
    padding-top: unset !important;
  }
  .team-grid .swiper-slide.no-img li .text {
    top: 50% !important;
  }

  .team-grid .swiper-slide.no-img li {
    background: #fff;
    border: 1px solid #00000029;
  }
}



/****   Company Page   ****/
@media (min-width: 1023.98px) {
  .team li:first-child .team-grid {
    width: 100% !important;
  }
  .single-companies a.btn.btn-primary.scroll-btn {
    /* margin-top: 1vw; */
    padding: 0 1.76vw;
  }

  .single-companies .btn.btn-primary.scroll-btn img{
    margin-right: 1vw;
  }
}




.imghome img{
  height: 39vw;
}
.imghome video{
  height: 39vw;
  object-fit: none;
  width: 100%;
}
.sidebar-nav-link:hover,
.link:hover{
  color: #003960 ;
  font-weight: 500;
}
span.wpcf7-form-control-wrap.message{
  margin-right: 2.3vw;
}
@media (max-width: 1023.98px) {
  span.wpcf7-form-control-wrap.message{
    margin-right: 4.8vw;
  }
  .swiper-slides{
    width: 50%;
    margin: auto;
    height: auto;
  }
  .swiper-slides.admin{


  }
  .swiper-slides.no-img {
    /* height: 10vw; */
    width: 100%;
  }
  .swiper-slides.no-img .person {
    height: 12vw !important;
  }
  .swiper-slides .person{
    margin-bottom: 5vw;
  }
  .home  video {
    height: 75vw;
    object-fit: cover;
  }
  .tax-companies_cat .banner .img img{
    max-height: 52vw;
  }
  .single-companies a.btn.btn-primary.scroll-btn {
    margin-bottom: 9vw;
    padding: 0 3.9vw;
  }

  .single-companies .btn.btn-primary.scroll-btn img{
    width: 4vw;
    margin-right: 2.34vw;
  }
  .imghome img{
    height: 80vw;
  }
  .imghome video{
    height:80vw;

    width: 100%;
  }
}
.link.active{
  color: #003960;
  font-weight: 500;
  border-bottom: 1px solid  #003960;
}
.category-brands  .card .text p{
  width: 58%;
  margin-right: 4vw;
}
.companies-template-default .banner .text{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset !important;
  width: unset !important;
  text-align: center;
}
.companies-template-default .banner .text a{
  background: unset !important;
  /* margin-top: 1vw; */
  padding: 0 1.76vw;
  position: unset !important;
  /* top: 50%; */
  /* left: 50%; */
  /* top: 1vw; */
  transform: unset !important;
  margin-top: unset !important;
  font-size: 1vw;
}





@media (min-width: 1023.98px) {
  .column2 .sub-items{
    display: block !important;
    width: 15vw !important;
  }
  .column2 .sub-items li{
    width: 100% !important;
    text-align: right !important;
  }
  .tabs .tab-panel.active:not(:last-child) .team-swiper .swiper-slide.admin:first-child .person.show .secondary-info{
    width: 10.5vw;
  }
  .team .person .open{
    height: 3vw;
  }
  .team-swiper .swiper-slide.admin{
    width: 100% !important;
    flex: 00 100%;
  }
  .justify {
    text-align: justify;
    /* width: 61%; */
    margin: auto;
  }
  .team-swiper .swiper-slide {
    /* width: 15.5vw !important; */
  }
  .team-swiper .swiper-slide .person .img img {
    height: 20vw;
  }
  .banner .swiper {
    padding-bottom: 2.6vw;
    height: 40vw;
  }
  .button-center {
    text-align: center;
    width: 75%;
    margin-top: 1vw;
  }
  .one-company .card .text{
    position: unset !important;
    top: unset !important;
    left: unset !important;
    width: unset !important;
    height: unset !important;
    display: unset !important;
    color: unset !important;
    background-color: unset !important;
    visibility: unset !important;
    opacity: unset !important;
  }
  .category-brands.one .card .text{
    padding: 0 4vw !important;
  }
  .one-company .logo{
    margin: unset !important;
    margin-top: 2vw !important;
    margin-bottom: 2vw !important;
  }
  .category-brands .one-company .card .text p {
    width: 90%;
    margin-right: unset !important;
  }
}
.contact-form .btn-primary{
  background-color: white;
  color: black;
}
.contact-form .wpcf7-submit{

  color: black !important;
  cursor: pointer;
}
.center-button{
  margin-bottom: 5vw;
  text-align: center;
  width: 75%;
  margin-top: 1vw

}
.home .text.front{
  transform: translate(-50%, -50%) !important;
}

.no-link::before{
  display: none !important;
}
.edited2{

  width: 52%;


}
.collapsible.show .read_more .plus {
  display: none;
}
.collapsible.show .read_more .minus {
  display: block;
}
.minus {
  display: none;
}
.justify{
  text-align: justify;
}
@media (min-width: 1023.98px) {
  .flex_button {
    display: flex;
    margin: auto;
    justify-content: center;
    /* width: 42%; */
    margin-left: 21vw;
    gap:1vw;
  }
  .edited2 {
    width: auto;
  }
  .one_button {
    width: 53%;
  }
}
@media (max-width: 1023.98px) {
  .pdf_file a svg{
    margin-left: 1.5vw;
  }
  .flex_button {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column;
  }
  .edited2 a{
    margin-bottom: unset !important;
  }
}
[dir='ltr'] .header-action{
  margin-left: auto;
  margin-right: unset;
}
[dir='ltr'] .header-lang {
  margin-right: 1vw;
}

[dir='ltr']  .banner-scroll {
  position: absolute;
  bottom: 2.6vw;
  right: 0.5vw;
  left: unset;
}
@media (min-width: 1023.98px) {
  [dir='ltr'] .category-brands .card .text p{
    margin-left: 4vw;
    margin-right: unset;
  }
  [dir='ltr']  .investors-relations-numbers ul li:not(:last-child) {
    border-right: 3px solid #00296D;
    border-left: unset;
  }
  [dir='ltr']  .investors-relations-numbers .container {
    width: 84%;
  }
  [dir='ltr']   .investors-relations-numbers ul li div > *:first-child {
    margin-right: 1vw;
    margin-left: unset;
  }
  [dir='ltr']   .company-text .top img {
    width: 100%;
    height: auto;
    margin-right: 7.8vw;
    margin-left: unset;
  }
  [dir='ltr'] .company-text .bottom ul a:not(:last-child) {
    border-right: 1px solid #707070;
    border-left: unset;
  }
  [dir='ltr'] .header-links li:not(:last-child) {
    margin-right: 2.86vw;
    margin-left: unset;
  }
  [dir='ltr'] .header-links li:first-child {
    margin-right: 2.86vw;
    margin-left: 2.86vw;
  }
  [dir='ltr'] .header-logo {
    margin-right: 2.6vw;
    margin-left: unset;
  }
  [dir='ltr'] .banner-scroll span {
    transform: rotate(90deg);
    transform-origin: bottom;
    margin-bottom: 3.2vw;
    display: inline-block;
    margin-right: 1.3vw;
  }
  [dir='ltr'] .banner-scroll img {
    height: 6.25vw;
    margin: auto;
  }
  [dir='ltr'] .footer-contact .contact-text img{
    margin-right: 1vw;
    margin-left: unset;
  }
  [dir='ltr'] span.wpcf7-form-control-wrap.message{
    margin-left: 2.3vw;
    margin-right: unset;
  }

  [dir='ltr']  .list-social > ul li {
    width: 2vw;
    margin-right: 2vw;
    margin-left: unset;
  }
  [dir='ltr'] .footer .collapsible:not(:last-child) {
    margin-right: 3.5vw;
    margin-left: unset;
  }
  [dir='ltr'] .footer-main .back-to-top {
    position: absolute;
    top: 5vw;
    right: unset;
    left: 5vw;
  }
  [dir='ltr'] .column2 .sub-items li {
    width: 100% !important;
    text-align: left !important;
  }
  [dir='ltr'] .header .collapsible ul.sub-items li{
    text-align: left !important;
  }
  [dir='ltr'] .about-text-section .text-top > div:first-child {
    flex: 0 0 28.76vw;
    margin-left: unset;
    margin-right: 10.13vw;
  }
  [dir='ltr']  .team-swiper .swiper-slide.no-img{
    height: auto;
  }
  [dir='ltr'] .about-text-section::after{
    height: 50vw;
  }
  [dir='ltr'] .about-text-section::after {
    content: '';
    position: absolute;
    top: -12vw;
    left: 0;
    width: 100%;
    height: 51vw;
    /* background-image: linear-gradient(to bottom left, #01164F, #013884); */
    z-index: -1;
    transform: translateY(100%);
  }
}



[dir='ltr'] form.wpcf7-form.init {
  direction: ltr !important;
}
/*Default behaviour to be overwritten on ltr direction. Used to overwrite the default behaviour*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl;
}
[dir='ltr'] .wpcf7 input[type="url"], [dir='ltr'] .wpcf7 input[type="email"], [dir='ltr'] .wpcf7 input[type="tel"] {
  direction: ltr;
}

[dir='ltr'] .home-numbers .text-top > div:first-child {
  flex: 0 0 29.76vw;
  margin-right: 6.13vw;
  margin-left: unset;
}
[dir='ltr'] .lined .line {
  height: 2px;
  width: 1.5vw;
  margin-right: 0.75vw;
}
[dir='ltr'] .home-numbers .numbers ul li{
  border-left: 3px solid #00296D;
  border-right: unset;
}
[dir='ltr'] .home-numbers .numbers ul li {
  padding-left: 1vw;
  padding-right: unset;
}
[dir='ltr'] .home-activity .card:not(:last-child) {
  border-right: 1px solid;
  border-left: unset;
}
[dir='ltr'] .btn img {
  width: 1vw;
  margin-left: 2vw;
  margin-right: unset;
  transform: rotate(180deg);
}
@media (max-width: 1023.98px) {
  [dir='ltr'] .investors-relations-numbers ul li:not(:last-child) {
    border-right: 1.5px solid #00296D;
    border-left: unset;
  }
  [dir='ltr'] .investors-relations-numbers .container {
    width: 96%;
  }
  [dir='ltr'] .investors-relations-numbers ul li div > *:first-child {
    margin-right: 2vw;
    margin-left: unset;
  }
  [dir='ltr'] .investors-relations-numbers ul li:nth-child(2) {
    border-right: none !important;
  }
  [dir='ltr'] .investors-relations-numbers ul li {
    flex: 0 0 48% !important;
  }
  [dir='ltr'] .footer-main .back-to-top {
    top: 13%;
    left: 5%;
    right: unset;
    transform: translateY(-94%);
  }
  [dir='ltr'] span.wpcf7-form-control-wrap.message{
    margin-left: 4.8vw;
    margin-right: unset;
  }
  [dir='ltr']  .footer-contact .contact-text img {
    margin-right: 2vw;
    margin-left: unset;
  }
  [dir='ltr'] .home-numbers .numbers ul li {
    flex: 0 0 50%;
    line-height: 1;
    padding-left: 3vw;
    padding-right: unset;
  }
  .collapse-toggler {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
  }
  [dir='rtl'] .header-links li, .header-links li{
    width: 90%;
  }
  [dir='ltr']  .header-links ul:not(.sub-items) {
    margin-left: 6vw;
  }
  [dir='ltr'] .header .collapsible ul.sub-items li{
    text-align: left;
  }
  [dir='ltr']  .header .collapsible ul.sub-items{
    border-left: 1px solid #0066cb;
    border-right: unset !important;
  }
  [dir='ltr'] .header .header-menu{
    left: 0;
    right: unset;
    display: none;
  }
  [dir='ltr'] .header-contact {
    margin-right: unset;
  }

  [dir='ltr'] .header.show-menu .header-menu{
    display: block;
  }

  .header-lang{
    margin-top: 7vw;
  }
  .banner .swiper-slides{
    width: 100%;
  }
  .show-menu .menu_open{
    display: none;
    transition: all .3s;
  }
  .show-menu .menu_close{
    display: block;
    transition: all .3s;
  }
  .menu_close{
    display: none;
  }
}

@media (min-width: 1023.98px) {
  .tax-companies_cat .category-activity .card-img img,
  .tax-companies_cat .category-activity .card-img picture{
    height: 10vw;
  }
  .single-companies .company-text .top {
    display: flex;
    align-items: unset;
  }
  .single-companies  .company-text .top .div-txt{
    margin-top: 2.7vw;
  }
  .company-text ul{
    list-style: inherit;
    margin-right: 1vw;
  }
  .media-box-row ul {
    list-style: inherit;
    margin-right: 1vw;
  }


}
.media-box-row{
  align-items: center;
}


@media (max-width: 768px) {
  img,
    video,
    picture {
      height: 100%;
    }


body > div.home-numbers > div.home-newhome > div > div._img > img {
    height: 100% !important;
}
}


@media (max-width: 1023.98px) {
  .numbers {
    margin-top: 5vw;
  }
  .company-text ul  li {
    list-style: inherit;
    display: list-item;
    list-style-type: initial;
    list-style-position: inside;
  }
  .media-box-row ul {
    list-style: inherit;
    margin-right: 4vw;
  }

}
.full-width{
  flex:0 0 100% !important;
  width: 100% !important;
}

@media (min-width: 1023.98px) {


  .home-numbers .container{
    display: flex;
  }
  .home-numbers .text-top {
    display: unset;
    flex: 0 0 50%;
  }
  .home-numbers .numbers ul{
    flex-wrap: wrap;
    row-gap: 5vw;
  }
  .home-numbers .container .text-top{
    flex: 0 0 50%;
  }
  span.strong {
    FONT-WEIGHT:500;
  }

  .title_big::before {
    content: '';
    position: absolute;
    width: 13%;
    height: 4px;
    background: #003960de;
    bottom: 0.5vw;
  }
}
.about-text-section .banner-scroll {
  position: fixed;
  bottom: 5.6vw;
  left: 3.2vw;
}
.about-text-section .banner-scroll img {
  margin-right: 0.45vw;
  height: 6.25vw;
  width: 4vw;

}
.about-text-section .banner-scroll span {
  transform: rotate(270deg);
  margin-bottom: 2.75vw;
  display: inline-block;
}
[lang="en"] .about-text-section .banner-scroll {
  right: 2.2vw;
  bottom: 2vw;
  left: unset;
}
[lang="en"] .about-text-section .banner-scroll span {
  transform: rotate(90deg);
}
[lang="en"] .about-text-section .banner-scroll img {
  margin-right: 0.45vw;
  height: 6.25vw;
  width: 5vw;
}
.home-newhome ._list ul li{
  cursor: pointer;
}
.about-text-section .banner-scroll {

  z-index: 100000000000;
}


.popup_new {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff91;
  transition: transform .5s ease;
  backface-visibility: hidden;
  z-index: 10000000000;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup_new .popup-content {
  cursor: default;
  width:50%;
  height: auto;
  min-height: 26vw;
  background: white;
  box-shadow: 0 3px 22px rgb(0 0 0 / 10%);
  border-radius: 1vw;
}
.popup_new .close{
  margin-right: 1vw;
  cursor: pointer;
}
.popup_new .close svg{
  margin-top: 1vw;
}
.popup_new .text {
    text-align: right;
    width: 88%;
margin: auto;
    padding-bottom: 1vw;
    margin-top: 1vw;
}
.popup_new .text h2{
    color:#354252
}
.popup_new .text p,
.popup_new .text h2{
    text-align: right;
}
.showbb{
  display: flex;
}
.showbb_body{
  overflow: hidden !important;
}
.read_more{
  cursor: pointer;
}


.popup_new .desc {
  text-align: right;
  width: 88%;
  margin: auto;
  padding-bottom: 2vw;
  display: flex;
  justify-content: space-between;
}
  .popup_new .desc div,
  {
      flex: 0 0 30%;
  }
.popup_new .desc span{
  flex: 0 0 62%;
}
.popup_new .desc .img img{
    margin-right: auto;
}
@media (max-width: 1023.98px) {
  .popup_new .desc .img img {
    margin-left: auto;
}
.popup_new .text {
    text-align: right;
    width: 88%;
    margin: auto;
    padding-bottom: 3vw;
    margin-top: 0vw;
}
.popup_new .desc span {
    flex: 0 0 62%;
    margin-bottom: 5vw;
}
  .popup_new .desc {
    text-align: right;
    width: 88%;
    margin: auto;
    padding-bottom: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup_new .popup-content {
    cursor: default;
    width: 91%;
    height: auto;
    background: white;
    box-shadow: 0 3px 22px rgb(0 0 0 / 10%);
    border-radius: 1vw;
    min-height: 75vw;
}
.popup_new {
    background-color: #ffffffbf;
}
.popup_new .popup-content {
    cursor: default;
    width: 91%;
    height: auto;
    background: white;
    box-shadow: 0 3px 22px rgb(0 0 0 / 25%);
    border-radius: 5vw;
    min-height: 75vw;
}

.desc {
    text-align: center;
      width: 91%;
    margin: auto;
    padding-bottom: 5vw;
}
}

.postid-1066  .banner .img img ,
.postid-83 .banner .img img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
@media (max-width: 1023.98px) {
  .popup_new {
    overflow: auto;
}
  .postid-1066  .banner .img img ,
.postid-83 .banner .img img {
    width: 100%;
    height: 41vw;
    object-fit: cover;
}
[lang="en"] .popup_new .desc .img img {
    margin-left: unset !important;
}
}

/*
[lang="en"] .popup_new {
direction: rtl;
} */
[lang="en"] .popup_new .close {
    margin-right: 1vw;
    cursor: pointer;
}
[lang="en"] .btn_close {
    display: flex;
    justify-content: end;
}
[lang="en"] .popup_new .text {
    text-align: left;
}
[lang="en"] .popup_new .desc span {
    text-align: left;
}
[lang="en"]  .popup_new .text p, .popup_new .text h2 {
    text-align: left;
}
