/* 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: 3px;
  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-item {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeSlideIn 0.8s ease forwards;
  width: auto;
  height: 100%;
}
.gallery-item:nth-child(1) { animation-delay: 0.4s; }
.gallery-item:nth-child(2) { animation-delay: 0.6s; }
.gallery-item:nth-child(3) { animation-delay: 0.8s; }
.gallery-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(--color-custom-red) !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;
  -webkit-text-fill-color: transparent;
}
/* end realisation */

/*  */
.icon-user,
.counter-user strong {
  color: var(--color-custom-red) !important;
}
.icon-badge,
.counter-badge strong {
  color: var(--color-custom-orange) !important;
}
.icon-graph,
.counter-graph strong {
  color: var(--color-custom-yellow) !important;
}
.icon-cup,
.counter-cup strong {
  color: var(--color-custom-green) !important;
}
.counters.counters-sm label {
  font-size: 14px !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;
  }
  .banner-title {
    /* color: #fff !important; */
  }
}
/* 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: 490px !important;
}

@media (min-width: 1880px) {
  .video-container video {
    right: 15% !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: 50vw !important;
  }
}
@media (max-width: 769px) {
  .video-container video {
    right: 0 !important;
  }
}