/* color */
:root {
  --primary-blue: #1c5fa8;
  --primary-blue-100: #185392;
  --primary-blue-200: #174c87;
  --primary-blue-300: #15467c;
  --primary-blue--100: #206bbe;
  --primary-blue--200: #2172c9;
  --primary-blue--300: #206bbe;
  --primary-blue--400: #2172c9;
  --primary-blue--500: #2a7fd8;
  --color-red--100: #f50808;
  --orange: #ed7d31;
  --green: #70ad47;
  --color-gray: #444;
  --color-custom-orange: #ed7d33;
  /* --color-custom-red: #ad0304; */
  --color-custom-red: #ff0000;
  --color-custom-blue: #5b9bd5;
  --color-custom-yellow: #ffc000;
  --color-custom-green: #17b84e;
}

/* end color */

body,
html {
  scroll-behavior: smooth;
}

/*  color */
.text-custom-green {
  color: var(--color-custom-green);
}

/* end text color */

/* footer */

#newsletterForm {
  position: relative;
}

#newsletterForm .subscribe_btn_container {
  position: absolute;
  right: 77px;
  bottom: 50%;
  transform: translateY(50%);
}

#newsletterForm .subscribe_btn_container button {
  padding: 8px;
}

input#newsletter_email {
  padding-right: 110px;
  padding-left: 15px;
}

footer .owl-next::before,
footer .owl-prev::before {
  color: white;
}

.quick-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  cursor: pointer;
  fill: var(--color-custom-blue);
  text-shadow: 1px 1px 1px var(--color-custom-blue);
  z-index: 999;
  transition: transform 0.2s ease;
  /* animation: bounce 2.5s infinite; */
}

.quick-nav.up {
  bottom: 30px;
  transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 991px) {
  #section-2 .img-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 50px;
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-12px);
  }

  60% {
    transform: translateX(-50%) translateY(-6px);
  }
}

/* gallery */
/* gallery page  */
.thumb-info-wrapper img {
  height: 100%;
}

.gallery-row>div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.thumb-info-caption-text h2 a {
  color: white
}

.thumb-gallery {
  bottom: 0 !important;
  background-color: #1c61ac91 !important;
  border-radius: 5px 5px 0 0;
}

.thumb-gallery-text {
  font-size: 15px !important;
}

/*  */
.img-thumbnail.img-thumbnail-hover-icon img {
  max-height: 300px;
  height: 100%;
  object-fit: cover;
}

.own-item {
  height: 100%;
  display: flex;
  justify-content: center;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage {
  display: flex;
  height: 100%;
}

.gallery-value-item {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeSlideIn 0.8s ease forwards;
  width: auto;
  height: 100%;
}

.gallery-value-item:nth-child(1) {
  animation-delay: 0.4s;
}

.gallery-value-item:nth-child(2) {
  animation-delay: 0.6s;
}

.gallery-value-item:nth-child(3) {
  animation-delay: 0.8s;
}

.gallery-value-item:nth-child(4) {
  animation-delay: 0.10s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.overlay-box {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}

.overlay-box img {
  transition: transform 0.4s ease;
}

.overlay-box:hover img {
  transform: scale(1.15);
}

/** */
.deposite-section-container {
  position: relative;
}

.deposite-section-container svg {
  background-color: var(--light);
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1718px) {
  .deposite-section-container svg {
    height: 100%;
  }
}

.deposite-section-container svg path {
  fill: var(--color-custom-yellow)
}

.deposite-section {
  gap: 50px;
}

.deposite-section h3,
.deposite-section h2 {
  color: var(--color-custom-yellow)
}

.partner-logos {
  height: 135px;
  object-fit: contain;
}

.footer-copyright {
  background-color: inherit !important;
}

.bg-1 {
  fill: var(--primary-blue--200);
}

.bg-2 {
  fill: var(--primary-blue);
}

.bg-3 {
  fill: #f4f4f4;
}

#footer {
  position: relative;
  background: var(--primary-blue--200);
  color: #fff;
  padding: 60px 20px 20px;
  clear: both;
}

.footer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.footer-first-section {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

.fa-facebook-f {
  color: var(--primary-blue--300);
}

.fa-youtube {
  color: var(--color-red--100);
}

/* end footer */

/* header */
.link-lang {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dropdown-lang:hover .lang-list {
  display: block;
}

.dropdown-mega-menu {
  position: static !important;
}

.dropdown-menu {
  width: 100%;
  left: 0;
}

@media screen and (min-width: 991px) {

  #header .header-nav-main nav>ul>li.dropdown.dropdown-mega-menu .dropdown-menu,
  #header .header-nav-main nav>ul>li.dropdown.dropdown-mega-menu .dropdown-menu.open {
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    padding: 32px 10px;
  }

  #header .header-container {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-mega-menu-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .dropdown-mega-menu-container__section .title {
    display: none;
  }

  .dropdown-mega-menu-container__list {
    padding: 0 !important;
    padding-top: 20px;
    border: none !important;
    border-top: 1px solid #cccccc;
    display: flex !important;
    gap: 20px !important;
    max-width: 100% !important;
  }
}

#header .header-body.header-body-bottom-border-fixed {
  border-bottom: none !important;
  box-shadow: 1px -1px 5px 1px var(--primary) !important;
}

#header .header-nav-main nav>ul>li.dropdown.dropdown-mega-menu .dropdown-menu .dropdown-mega-menu-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
}

.dropdown-mega-menu-container__section {
  display: flex;
  flex-direction: column;
}

.dropdown-mega-menu-container__link {
  margin-right: 50px;
}

.dropdown-mega-menu-container__section svg {
  width: 16px;
  height: auto;
}

.dropdown-mega-menu-container__section a {
  font-size: 14px;
  color: #444;
  font-weight: 600;
  border: none !important;
}

.dropdown-mega-menu-container__section li {
  border: none !important;
}

.dropdown-mega-menu-container__section a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.dropdown-mega-menu-container__section .title {
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 252px;
}

.dropdown-mega-menu-container__section li,
.dropdown-mega-menu-container__section ul {
  list-style: none;
}

.dropdown-mega-menu-container__list {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  row-gap: 48px;
  flex-grow: 4;
  padding: 0 32px;
  border-left: 1px solid #cccccc;
  /*border-right: 1px solid #cccccc;*/
}

.dropdown-mega-menu-container__list li {
  margin-bottom: 10px;
}

.dropdown-mega-menu-container__list .sub-item>a {
  margin-bottom: 10px !important;
  display: flex;
}

.sub-item__title {
  font-size: 14px !important;
  color: #444 !important;
  font-weight: 600 !important;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-mega-menu-container__list .sub-list>ul {
  padding-left: 10px;
}

.dropdown-mega-menu-container__list .sub-list svg {
  transform: rotate(-90deg);
}

.dropdown.dropdown-mega-menu.open .dropdown-menu {
  display: flex !important;
}

.dropdown-lang>a:hover,
.dropdown-lang:hover {
  background: transparent !important;
}

.dropdown-lang:hover>a::before {
  border: none !important;
}

#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li:hover>a {
  background: transparent;
}

#header .header-nav-main nav>ul>li.open>a .selected-language,
#header .header-nav-main nav>ul>li:hover>a .selected-language,
#header .header-nav-main nav>ul>li.open>a::after,
#header .header-nav-main nav>ul>li:hover>a::after {
  color: var(--primary);
}

#header .header-logo img {
  /*width:50px;*/
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#header .header-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}

@media screen and (max-width: 422px) {
  #header .header-logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

#header .header-nav.header-nav-links nav>ul>li>a:hover,
#header .header-nav.header-nav-links nav>ul>li:hover>a,
#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
  color: var(--primary);
  font-weight: bold;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:hover>a {
  background-color: transparent;
  color: var(--primary);
}

.selected-language-code {
  color: var(--color-gray);
  margin-left: 5px;
}

#header .header-lang {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

#header .social-icons-facebook i {
  color: white
}

#header .header-top {
  background-color: var(--primary-blue--500)
}

@media screen and (min-width: 991px) {
  #header .header-nav-top .nav-item * {
    color: white !important
  }
}

#header .header-nav-top .header-social-icons a {
  height: 33px;
  line-height: 33px;
  width: 33px;
  background-color: white;
}

#header .header-nav-top .header-social-icons a .fa-facebook-f {
  color: var(--primary)
}

.social-icons-facebook:hover .fa-facebook-f {
  color: white !important;
}

/* end header */

/* banner */
.svg-stroke-color-primary {
  stroke: var(--color-custom-red) !important;
}

/* end banner */

/*  */
.btn-outline.btn-primary {
  border-color: var(--color-custom-red);
  color: var(--color-custom-red);
}

.btn-outline.btn-primary:hover {
  border-color: var(--color-custom-red);
  background-color: var(--color-custom-red);
}

.button-custom-green {
  border-color: var(--color-custom-green);
  background-color: var(--color-custom-green);
}

.button-custom-green:hover:not(.bg-transparent) {
  border-color: var(--color-custom-green);
  background-color: var(--color-custom-green);
}

/*  */

/* icon */
.custom-icon-box-style-1 .declaration-icon svg path {
  fill: #fff !important;
}

.custom-icon-box-style-1 .custom-icon-style-1 svg .bottom-d {
  fill: var(--color-custom-red) !important;
}

/* end icon */
/*
.declaration-icon::before {
  border-color: var(--color-custom-red);
}
*/

.stat-icon::before {
  border-color: var(--color-custom-green);
}

.partners-icon::before {
  border-color: var(--color-custom-blue);
}

.custom-icon-box-style-1:hover .partners-icon::before {
  background-color: var(--color-custom-blue);
}

.custom-icon-box-style-1:hover .partners-icon ellipse {
  fill: #fff;
}

.custom-icon-box-style-1:hover .stat-icon::before {
  background-color: var(--color-custom-green);
}

.custom-icon-box-style-1 .stat-icon svg path {
  color: var(--color-custom-green);
}

.custom-icon-box-style-1:hover .stat-icon polygon,
.custom-icon-box-style-1:hover .stat-icon rect {
  fill: #fff;
}

/*
.custom-icon-box-style-1:hover .declaration-icon::before {
  background-color: var(--color-custom-red);
}
*/

.custom-icon-box-style-1:hover .declaration-icon svg path {
  fill: var(--color-custom-red) !important;
}

.custom-icon-box-style-1:hover .declaration-icon svg rect {
  fill: #fff !important;
}

.custom-icon-box-style-1:hover .custom-icon-style-1 svg .bottom-d {
  fill: #fff !important;
}

.wrap-b-declaration:hover h3 {
  color: var(--primary) !important;
}

.wrap-b-stat:hover h3 {
  color: var(--color-custom-green) !important;
}

.wrap-b-part:hover h3 {
  color: var(--color-custom-blue) !important;
}

/* realisation */
.thumb-info.thumb-info-no-borders img {
  object-fit: cover !important;
  height: 170px;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper {
  border: none !important;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
  border: 0 !important;
}

.custom-thumb-info-style-1 h3 {
  color: transparent !important;
  background: linear-gradient(114deg, #1c5fa8 -20.92%, #00bcd4 110.15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* end realisation */

/*  */
.icon-user,
.counter-user strong {
  color: var(--color-custom-red) !important;
}

.icon-badge,
.counter-badge strong, .txt-counter-badge {
  color: var(--color-custom-orange) !important;
}

.icon-graph,
.counter-graph strong, .txt-counter-graph {
  color: var(--color-custom-yellow) !important;
}

.icon-cup,
.counter-cup strong {
  color: var(--color-custom-green) !important;
}

.icon-cup-outline,
.counter-cup strong {
  color: var(--color-custom-green) !important;
}

.counters.counters-sm label {
  font-size: 17px !important;
  line-height: 20px !important;
}

/*  */

/* article */
.wrap-content-article article {
  border-radius: 15px;
  overflow: hidden;
}

.wrap-content-article article img {
  border-radius: 15px !important;
}

/* end article */

.divider.divider-primary.divider-small hr {
  background-color: var(--color-custom-yellow);
}

/* video */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 68%; */
  height: 100%;
  border: none;
  margin-left: 16%;
  overflow: hidden;
}

@media (max-width: 576px) {
  .video-container {
    position: relative !important;
  }

  .video-container::after {
    display: none;
  }

  #section-1 h1 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 700px) {
  .diapo-container {
    height: 275px;
  }

  .diapo-container .text-container {
    height: 50%;
    font-size: 10px;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin-left: 0;
  }

  .video-container {
    transform: none !important;
  }

  .video-container::after {
    content: "";
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* end video */

/* newsletter */
.wrap-form-nl .form-control:not(.form-control-sm):not(.form-control-lg) {
  background-color: #fff;
}

.wrap-form-nl button {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* end newsletter */

.single-post .post-image {
  display: flex;
  justify-content: center;
}

.section-1 {
  height: 82vh !important;
}
.section-1 .p-relative {
  max-width: 100% !important;
  left: 11px !important
}

.video-container {
  justify-content: center !important;
  padding-right: 0 !important;
}
.video-container video {
  position: relative !important;
  right: 0 !important;
  width: auto !important;
  height: 100% !important;
}
@media screen and (max-width: 576px) {
  .section-1 {
    height: 445px !important;
  }
  .section-1 .container-svg>div {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1880px) {
  .video-container video {
    right: 0px !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .video-container video {
    right: 0 !important;
  }
}

@media (max-width: 1436px) and (min-width: 769px) {
  .video-container video {
    width: auto !important;
  }
}

@media (max-width: 769px) {
  .video-container video {
    right: 0 !important;
  }
}

.bg-text-custom{
  background-color: #E9F1FF;
}

.gallery-value {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px 20px;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
  }

  .gallery-value-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
  }

  /* Force top 3 to be 3 per row (100% / 3 minus gap) */
  .gallery-value-item:nth-child(-n+3) {
      flex: 0 0 calc(33.33% - 20px);
  }

  /* Force bottom 4 to be 4 per row (100% / 4 minus gap) */
  .gallery-value-item:nth-child(n+4) {
      flex: 0 0 calc(25% - 20px);
  }

  @media (max-width: 991px) {
      .gallery-value-item:nth-child(n) {
          flex: 0 0 calc(50% - 20px) !important; /* 2 per row on tablet */
      }
  }

@media (max-width: 600px) {
      .gallery-value-item:nth-child(n) {
          flex: 0 0 100% !important; /* 1 per row on mobile */
      }
  }

  .ccredii-tag {
      display: inline-block;
      background: linear-gradient(135deg, var(--primary-blue), #00bcd4);
      color: white;
      padding: 8px 25px;
      border-radius: 50px;
      font-weight: 800;
      letter-spacing: 3px;
      box-shadow: 0 10px 25px rgba(28, 95, 168, 0.2);
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-size: 1.4rem;
      margin-bottom: 20px;
  }

  /* Centered container for CCREDII */
  .ccredii-header {
      width: 100%;
      text-align: center;
      margin: 40px 0 20px;
  }

  .value-initial {
      color: var(--primary-blue);
      font-weight: 800;
      font-size: 1.25rem;
      margin-right: 2px; /* Space out from next letter */
  }

  .gallery-value-item {

      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .gallery-value-item img {
      width: 100%;
      max-width: 150px;
      height: auto;
      object-fit: contain;
  }

  .gallery-value-item figcaption {
      font-size: 1.1rem;
      color: #2C3E50;
      font-weight: 400;
  }

  @media (max-width: 600px) {
      .gallery-value {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 769px) {
  .section-1 {
    height: 82vh;
  }
}
.section-1 {
  /* height: 82vh; */
  position: relative !important;
}
.section-1 .container-svg {
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  bottom: 0;
}
.section-1 .sub-title {
  background-color: white;
  width: 100%;
  margin: 0 !important;
  padding: 15px;
}
.section-1 .sub-title h1 span,
.section-1 .sub-title h1 p span {
  color: #777 !important;
}
.section-1 .sub-title h1,
.section-1 .sub-title div {
  width: 100%;
  text-align: center;
}
.section-1 .sub-title h1 {
  line-height: 30px !important;
}
.section-1 .video-container .container-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 3;
}
.section-1 .video-container .video-overlay {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  z-index: 1 !important;
  right: 0 !important;
}

.section-1 .custom-svg-1{
  display: none;
}

/* DG Word Section */
.dg-word-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.dg-word-image {
    flex: 0 0 calc(50% - 20px);
    max-width: 100%;
}

.dg-word-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dg-word-content {
    flex: 1;
    min-width: 300px;
}

.dg-word-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.dg-word-quote {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-blue);
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid var(--color-custom-yellow);
    text-align: start;
}

.dg-word-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

.dg-word-author {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .dg-word-container {
        flex-direction: column;
        align-items: center;
    }
    .dg-word-image {
        flex: 0 0 100%;
        max-width: 500px;
    }
}

.section-doleance{
  background: var(--grey-100);
  border-top: 5px solid var(--grey-100);
  margin: 30px 0;
  padding: 50px 0;
}