body {
  height: max-content !important;
}
/* ------------------------------------ scrollbar  -------- */

body::-webkit-scrollbar {
  width: 8px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: black;
}
::-webkit-scrollbar-thumb {
  width: 20px;
  background: var(--red2);
  border-radius: 15px;
}

/* ------------------------------------ header-section -------- */

/* ---------------------  header  ------------------ */

#new-header {
  transition: 0.3s;
  /* padding: 20px 0px 20px 0px ; */
}

#navbar {
  transition: 0.3s ease-in;
  /* padding: 20px 0px 20px 0px ; */
}
#logo-esa {
  transition: 0.3s;
}
.header-index {
  position: relative !important;
}

.nav-index {
  padding-left: 6% !important;
}
@media screen and (max-width: 776px) {
  .navbar {
    padding: 15px;
  }
}

@media screen and (min-width: 800px) {
  header .burger {
    display: none;
  }
  header nav {
    display: block;
  }

  #slider-content h2 {
    font-size: 110px;
    line-height: 100px;
  }

  #slider-content .meta {
    font-size: 13px;
  }

  #slider-content #slide-status {
    font-size: 34px;
  }
}

@media screen and (max-width: 992px) {
  .nav-index {
    padding-left: 2% !important;
  }
}
.new-header {
  background-color: #000000 !important;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.bg-more-dark {
  background-color: rgba(0, 0, 0);
}
.navbar {
  padding: 10px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: rgb(230, 0, 0);
}
.navbar-brand img {
  width: 100px;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ee4141;
}
.navbar-nav .nav-item:hover {
  background-color: inherit;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ee4141;
}
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0);
  border: none;
  outline: none;
}

/* ne pas touche  */

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem; */
}

/* ne pas touche  */

/* --------------------------------------- footer-section -------- */
.bg-footer-top-line {
  content: "";
  /* position: relative; */
  height: 4px !important;
  width: 100% !important;
  background-image: url(./images/line.webp);
  background-color: #ee4141;
  background-position: top;
  background-repeat: repeat-x;
  z-index: 0;
}

.footer-section {
  height: max-content !important;
  width: 100%;
  z-index: 0;
  justify-content: center !important ;
  margin: auto;
}

.footer-col-esa-identity {
  width: 210px !important;
}

.footer-col-esa-sevice {
  width: 210px !important;
}

.footer-col-esa-cotact {
  width: 250px !important;
}

.footer-col-esa-logo {
  width: 250px !important;
}

.footer-col-newsletters {
  width: 380px !important;
}

.footer-col {
  width: 266px !important;
}

.footer-col-esa-newsletters {
  /* margin-left: 1rem !important; */
}

.footer-box-logo {
  margin: auto;
}

.footer-col-esa-logo {
  /* TODO: comment padding */
  /* padding-left: 200px; */
}

.footer-title {
  font-size: 18px !important;
  margin-left: 40px !important;
}

.footer-col-esa-contact ul li a,
.footer-social-icons a {
  margin: 2px;
}
.footer-col-esa-contact ul li a svg,
.footer-social-icons a svg {
  width: 20px;
  height: 25px;
  padding: 2px;
}
.footer-col-esa-contact ul li a svg,
.footer-social-icons .svg__ytb svg {
  width: 26px;
  height: 26px;
}
.footer-col-esa-contact ul li a svg,
.footer-social-icons .svg__fb svg {
  width: 26px;
  height: 21px;
}
.footer-col-esa-contact ul li a svg,
.footer-social-icons a svg path {
  fill: #ee4141;
}
/* .footer-title-contact{
  font-size: 18px !important;
  margin-left: 46px !important;
} */

.footer-title-contact {
  font-size: 18px !important;
  margin-left: 46px !important;
}
.footer-title-news {
  font-size: 18px !important;
  margin-left: 102px !important;
}

.dlab-separator-outer-footer {
  overflow: hidden;
  width: 120px !important;
}
.news-footer-text {
  font-size: 19px !important;
}

.newsletter-submit {
  top: -68% !important;
  left: 84% !important;
  border: none !important;
}
.newsletter-submit i,
.newsletter-submit svg {
  width: 16px;
  font-size: 16px !important;
  cursor: pointer;
  color: #01ac79 !important;
  fill: #01ac79;
  background-color: transparent !important;
  border: none !important;
}

.single-input-footer input {
  background-color: transparent !important;
  height: 25px;
  width: 100%;
  border: none;
  font-size: 20px !important;
  color: #fff !important;
}

/* --------------- top-footer -------- */

.footer-box-logo {
  height: 142px;
  width: 187px;
  text-align: center !important;
  justify-content: center;
  /* margin-left: 122px !important; */
}

.footer-box-logo img {
  height: 100%;
  width: 100%;
}

.top-footer-section ul {
  list-style: none;
  text-decoration: none;
  padding-left: -15px !important;
}

.top-footer-section ul li {
  list-style: none;
  text-decoration: none;
}

.top-footer-section ul li a {
  list-style: none;
  text-decoration: none;
  color: #f1f1f1;
  font-size: 13px;
  padding-left: -15px !important;
}

.footer-col-esa-contact ul li {
  font-size: 17px;
}

.footer-col-esa-contact ul li a i {
  font-size: 13px !important;
  float: left !important;
  padding-right: 9px !important;
}
.footer-social-icons {
  text-align: center;
}

.footer-social-icons a {
  text-align: center;
}

.footer-social-icons a i {
  font-size: 18px;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

.info-footer-section {
  width: 100% !important;
  font-size: 12px !important;
}

.pt-esa {
  padding-top: 0.3rem !important;
}

.footer-social-icons a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* ------------------------------------ whatsapp-icon-contact -------- */

.icon-place {
  font-size: 60px;
  position: fixed;
  z-index: 99999;
  top: 90%;
  right: 4%;
}
.whatsapp__svg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background: #25D366;
  border-radius: 50%
}

/* ------------------------------------ loader -------- */

/*loading*/
#loading-area {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99999999;
  /* background-image: url(./images/loading.gif);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading-area video {
  width: 170px;
}

.page-wraper {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.DZ-theme-btn {
  display: none !important;
  z-index: -9999;
  color: transparent !important;
  background-color: transparent !important;
  visibility: none !important;
}
.DZ-bt-buy-now {
  display: none !important;
  z-index: -9999;
  color: transparent !important;
  background-color: transparent !important;
  visibility: none !important;
}

/* -------------- nova.css  --------------------------------- */

/* @import url("https://use.typekit.net/euz1eqv.css"); */

header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

  justify-content: space-between;
}

header .inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 8rem;
  align-items: center;
  justify-content: right;
  padding-right: 40px;
  position: relative;
}

header .logo {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0px;
  text-align: center;
}

header .logo img {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0px;
}

header nav {
  display: none;
}

header nav a {
  font-family: "Arial", serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 18px;
  float: right;
}

header nav a.active,
header nav a:hover {
  color: #ee4141;
}

header .burger {
  display: block;
  position: relative;
  padding-left: 30px;
}

header .burger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: white;
  box-shadow: 0 12px 0 0 white, 0 6px 0 0 white;
}

header .donate-link {
  width: 72px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 27px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.transform-header-background {
  background-color: #000;
}
/*  */
/* .main { */
/* position: relative; */
/* width:  100vw; */
/* height: 80vh; */
/* display: block; */
/* background-repeat: none !important; */
/* } */
/* #slider { */
/* height: 100%; */
/* position: relative; */
/* background-repeat: none !important; */
/* } */
/* #slider canvas { */
/* position: absolute; */
/* top: 40%; */
/* left: 50%; */
/* transform: translate(-50%, -50%); */
/* z-index: 2; */
/* background-repeat: none !important; */
/* width: 100% !important; */
/* height: 100% !important; */
/* } */
/* #slider img { */
/* position: relative; */
/* width: 100%; */
/* z-index: 0; */
/* background-repeat: none !important; */
/* } */
/* .slider-inner { */
/* position: relative; */
/* display: flex; */
/* align-items: center; */
/* width:  100vw; */
/* min-width:  100vw; */
/* height: 100%; */
/* } */
/* #slider-content { */
/* padding: 0 10px; */
/* z-index: 8; */
/* } */
/*  */
/* .slider-box-img .slider-image { */
/* visibility: hidden; */
/* width: 95%; */
/* height: auto; */
/* } */

.animate__animated .animate__rotateInDownLeft {
  animation-duration: 9s;
  /* transform : infinite; */
}

* {
  text-decoration: none;
}

h1 {
  margin-top: 0;
  font-weight: 100;
}

#slider-content h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px !important;
  letter-spacing: -1px;
  color: #ee4141;
  line-height: 10px;
  margin: -46px 0 20px;
}
#slider-content h1 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px !important;
  letter-spacing: -1px;
  color: white;
  line-height: 10px;
  margin: -45px 0 20px;
}

#slider-content span {
  display: none;
}
#slider-content .meta {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: #88888a;
  text-transform: uppercase;
  position: relative;
}

#slider-content .meta:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -55px;
  width: 45px;
  height: 2px;
  background-color: #393d40;
}
#slider-content #slide-status {
  margin-top: 10px;
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

#pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 6;
}
#pagination button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
#pagination button:hover {
  opacity: 0.5;
}
#pagination button.active {
  opacity: 1;
}
#pagination button.active:before {
  width: 300%;
  height: 300%;
  opacity: 1;
}
#pagination button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out,
    height 0.4s ease-in-out;
}
/* Page Loader */
.loading:before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.loading:after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: white;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

/* -------------------------------------------------------------------- */

/* --------- @media  ------------ */

@media screen and (min-width: 180px) and (max-width: 280px) {
  .media-flex-colum {
    width: auto !important;
  }
  header nav {
    display: block;
  }
}

/* -------------------------------------------------------------------- */

/* --------- @media  ------------ */

/* @media screen and (min-width: 180px) and (max-width: 280px) {
/* ---------- footer ------------ */
/* 
.footer-col-esa-identity {
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 0.5rem!important;

}
.footer-col-esa-service {
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 0.5rem!important;
}

.footer-col-esa-contact {
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 0.5rem!important;

}

.footer-col-esa-logo {
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 0.5rem!important;
}

.footer-col-esa-newsletters {
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 0.5rem!important;
}

.footer-title-identity{
  font-size: 18px !important;
  margin-left: 0px !important;

}

.footer-title-service{
  font-size: 18px !important;
  margin-left: 0px !important;
}

.footer-title-contact{
  font-size: 18px !important;
  margin-left: 60px !important;
  
}

.footer-title-newsletters{
  font-size: 18px !important;
  margin-left: 3px !important;
}
    
.dlab-separator-outer-footer {
  overflow: hidden;
  width: 100px !important;
  text-align: center;
}
  .news-footer-text{
    font-size: 12px !important;
  }
  .newsletter-submit{
    top: -66% !important;
    left: 35% !important;
  }
  .newsletter-submit  i{
    font-size: 16px !important;
    cursor: pointer;
  
  }
  .single-input-footer:focus, input:focus {
    background-color: transparent !important;
  }
   
    
  .row {

    display: flex;
    flex-wrap: wrap;
  }

.weith {
  width: 100% !important;
}
.weith1 {
  width: 100% !important;
}
.footer-bar-2 {
  font-size: 0.9rem !important;
  width: auto !important;
}

.icon-place {
  font-size: 44px;
  position: fixed;
  z-index: 99999;
  top: 90%;
  right: 4%;
}
.single-input-footer{
  display: flex !important;
} */
/* }  */
.single-input-footer {
  border-bottom: 2px solid #ee4141 !important;
}
@media screen and (min-width: 180px) and (max-width: 500px) {
  /* ---------- footer ------------ */
  .footer-col-esa-identity {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-service {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-col-esa-contact {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-col-esa-logo {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
    margin-left: -5% !important;
  }

  .footer-col-esa-newsletters {
    width: 95% !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 171px !important; */
    margin-left: 0px !important;
  }

  .footer-title-newsletters {
    font-size: 18px !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: center;
  }

  .row {
    display: flex !important;
    flex-wrap: wrap;
  }

  .weith {
    width: 100% !important;
  }
  .weith1 {
    width: 100% !important;
  }
  .footer-bar-2 {
    font-size: 0.9rem !important;
    /* width: auto !important; */
  }

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }
  .single-input-footer:focus,
  input:focus {
    background-color: transparent !important;
  }
  .single-input-footer ::placeholder {
    font-size: 17px !important;
  }

  .single-input-footer {
    width: 100% !important;
    font-size: 17px !important;
    justify-content: center;
    display: flex !important;
  }
  /* .single-input-footer input{ */
  /* width: 60% !important; */
  /* } */
  .esa-contact-list {
    display: flex !important;
    justify-content: center;
  }
  .esa-contact-list ul {
    text-align: left;
  }
  .esa-service-list {
    display: flex !important;
    justify-content: center !important;
    text-align: left;
  }
  .esa-identity-list {
    display: flex !important;
    justify-content: center !important;
    text-align: left;
    padding-right: 1.5rem !important;
  }
  .esa-contact-title {
    text-align: center !important;
  }
  .footer-col-esa-logo-service {
    width: 100% !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
  /* ---------- footer ------------ */

  .footer-title {
    font-size: 16px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 16px !important;
    margin-left: 0px !important;
  }
  .footer-title-news {
    font-size: 16px !important;
    margin-left: 0px !important;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 100% !important;
  }
  .weith1 {
    width: 100% !important;
  }

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }
  .single-input-footer:focus,
  input:focus {
    background-color: transparent !important;
  }
  .single-input-footer ::placeholder {
    font-size: 17px !important;
  }

  .single-input-footer {
    width: 100% !important;
    font-size: 17px !important;
    justify-content: center;
  }

  /* .esa-contact-title{
    /* text-align: center !important; 
    text-align: left !important;
  } */
  .list-ul {
    display: flex !important;
    justify-content: center !important;
  }
  .list-ul ul {
    text-align: left !important;
  }
  .newsletter-col-form {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .newsletter-submit {
    padding: 0.4em 1.35em !important;
  }
  .newsletter-title {
    justify-content: center !important;
  }
  .footer-col {
    padding-top: 1rem !important;
  }
  .footer-col-esa-contact {
    width: auto !important;
    margin-left: -40px !important;
  }
  .footer-col-esa-identity {
    width: auto !important;
  }
  .footer-col-esa-service {
    width: auto !important;
  }
  .dlab-separator-outer-footer {
    margin-left: 0% !important;
    margin-right: 0% !important;
    text-align: left !important;
  }

  .esa-contact-list {
    display: flex;
    justify-content: center;
  }
  .dlab-separator-outer-footer {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    width: auto !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
  .footer-title-newsletters {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 501px) {
  .section-head-contact {
    margin-left: 3% !important;
  }
}
@media screen and (max-width: 501px) {
  .section-head-contact {
    margin: auto;
    width: 100% !important;
    padding-right: 50px !important;
  }
  .section-head-contact > div,
  .dlab-separator-outer-footer {
    margin: auto !important;
  }
  .footer-col-esa-newsletters {
    margin-left: 10px !important;
  }
  /* .footer-col-esa-logo {
    padding-left: 0px;
  } */
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  /* ---------- footer ------------ */
  .footer-title {
    font-size: 18px !important;
    margin-left: 31px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 56px !important; */
    margin-left: 0px !important;
  }
  .footer-title-news {
    font-size: 18px !important;
    margin-left: 115px !important;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  /* .weith { */
  /* width: 100% !important; */
  /* } */
  /* .weith1 { */
  /* width: 45% !important; */
  /* } */

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    background-color: transparent !important;
    height: 25px;
    width: 100%;
    /* border:none; border-bottom: 1px solid #EE4141;  */
    font-size: 19px !important;
  }

  .single-input-footer {
    width: 100% !important;
    font-size: 17px !important;
    justify-content: center;
  }

  /* ----------- supplement existants ---------------- */

  .footer-col-esa-contact {
    /* text-align: center !important; */
    /* margin: auto !important; */
    width: auto !important;
  }
  .footer-col-esa-service {
    width: auto !important;
  }
  .footer-col-esa-identity {
    width: auto !important;
  }
  .esa-contact-title {
    display: flex !important;
    justify-content: center;
    /* margin-top: 0px !important; */
  }
  .section-head {
    justify-content: center;
    padding-right: 0px !important;
  }
  .pt-esa {
    text-align: left !important;
  }
  .esa-contact-list {
    display: flex;
    justify-content: center;
  }
  .dlab-separator-outer-footer {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    width: auto !important;

    /* width: 400px; */
    padding: 0px 50px;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
  .footer-title-newsletters {
    margin-left: 0px !important;
  }
  .weith {
    width: auto !important;
  }
  .weith1 {
    width: auto !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 800px) {
  /* ---------- footer ------------ */
  .footer-col-esa-identity {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-service {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-contact {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-logo {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */

    /* width: 400px; */
    padding: 0px 50px;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 15px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 31px !important; */
    margin-left: 0px !important;
  }
  .footer-title-newsletters {
    font-size: 18px !important;
    /* margin-left: 3px !important; */
    margin-left: 0px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: left;

    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .dlab-separator-outer-footer-newsletters {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 40% !important;
  }

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    /* background-color: transparent !important; */
    /* height: 25px;  */
    /* width: 100%;  */
    /* border:none; border-bottom: 1px solid #EE4141;  */
    /* font-size: 19px !important; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */

    /* width: 400px; */
    padding: 0px 50px;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
    /* margin-left: 20px; */
  }

  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
}
/* @media screen and (min-width: 785px) {
.footer-title-service{
  font-size: 17px !important;
}
} */
@media screen and (min-width: 588px) {
  .footer-box-logo {
    /* margin-left: -38px; */
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  /* ---------- footer ------------ */
  .footer-col-esa-identity {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-service {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-contact {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-logo {
    /* width: auto !important; */
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */

    width: 400px;
    padding: 0px 50px;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 0px !important; */
    margin-left: 0px !important;
  }
  .footer-title-newsletters {
    font-size: 18px !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 40% !important;
  }

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    /* background-color: transparent !important; */
    /* height: 25px;  */
    /* width: 100%;  */
    /* border:none; border-bottom: 1px solid #EE4141;  */
    /* font-size: 19px !important; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */

    width: 400px;
    padding: 0px 50px;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  /* ---------- footer ------------ */

  .footer-title {
    font-size: 18px !important;
    margin-left: 31px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 56px !important; */
    margin-left: 0% !important;
  }
  .footer-title-news {
    font-size: 18px !important;
    margin-left: 115px !important;
  }
  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 45% !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 95px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  /* .single-input-footer input { */
  /* background-color: transparent !important; */
  /* height: 25px;  */
  /* width: 100%;  */
  /* border:none; border-bottom: 1px solid #EE4141;  */
  /* font-size: 19px !important; */
  /* } */
  /*  */

  /* .single-input-footer{ */
  /* width: 100% !important; */
  /* font-size: 17px !important; */
  /* justify-content: center; */
  /* } */

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */

    width: 400px;
    padding: 0px 50px;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1204px) {
  /* ---------- footer ------------ */

  .footer-title {
    font-size: 18px !important;
    /* margin-left: 31px !important; */
    margin-left: 0px !important ;
  }

  .footer-title-contact {
    font-size: 18px !important;
    /* margin-left: 56px !important; */
    margin-left: 0px !important ;
  }
  .footer-title-news {
    font-size: 18px !important;
    /* margin-left: 115px !important; */
    margin-left: 0px !important ;
  }
  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  /* .weith { */
  /* width: 30% !important; */
  /* } */
  /* .weith1 { */
  /* width: 45% !important; */
  /* } */

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 95px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: left !important;
  }
  .dlab-separator-outer-footer-newsletters {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    /* background-color: transparent !important; */
    /* height: 25px;  */
    /* width: 100%;  */
    /* border:none; border-bottom: 1px solid #EE4141;  */
    /* font-size: 19px !important; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
  }
  .footer-col-esa-newsletters {
    width: auto !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1205px) and (max-width: 1400px) {
  /* ---------- footer ------------ */

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    margin-left: 5px !important;
  }
  .footer-title-newsletters {
    font-size: 18px !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: left;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 40% !important;
  }

  .news-footer-text {
    font-size: 14px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    /* background-color: transparent !important; */
    /* height: 25px;  */
    /* width: 100%;  */
    /* border:none; border-bottom: 1px solid #EE4141;  */
    /* font-size: 19px !important; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
    margin-left: 3px;
  }
  .footer-col-esa-newsletters {
    width: auto !important;
  }
}

@media screen and (min-width: 1401px) {
  /* ---------- footer ------------ */

  .footer-col-esa-identity {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-service {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-contact {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-logo {
    width: auto !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    margin-left: 4px !important;
  }
  .footer-title-newsletters {
    font-size: 18px !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: left;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 40% !important;
  }

  .news-footer-text {
    font-size: 18px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 48% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    /* background-color: transparent !important; */
    /* height: 25px;  */
    /* width: 100%;  */
    /* border:none; border-bottom: 1px solid #EE4141;  */
    /* font-size: 19px !important; */
  }

  .single-input-footer {
    /* width: 100% !important; */
    /* font-size: 17px !important; */
    /* justify-content: center; */
    display: flex !important;
    margin-left: 3px;
  }
}

@media screen and (min-width: 1401px) {
  /* ---------- footer ------------ */

  .footer-col-esa-identity {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-service {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-contact {
    width: auto !important;
    /* text-align: center !important; */
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-logo {
    width: auto !important;
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }
  .footer-col-esa-newsletters {
    /* width: auto !important; */
    text-align: center !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-title-identity {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-service {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .footer-title-contact {
    font-size: 18px !important;
    margin-left: 31px !important;
  }
  .footer-title-newsletters {
    font-size: 18px !important;
    margin-left: 3px !important;
  }

  .dlab-separator-outer-footer {
    overflow: hidden;
    width: 100px !important;
    text-align: left;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .weith {
    width: 30% !important;
  }
  .weith1 {
    width: 40% !important;
  }

  .news-footer-text {
    font-size: 17px !important;
  }
  .newsletter-submit {
    top: -68% !important;
    left: 47% !important;
  }
  .newsletter-submit i {
    font-size: 17px !important;
    cursor: pointer;
  }

  .single-input-footer input {
    background-color: transparent !important;
    height: 25px;
    width: 80%;
    /* border:none; border-bottom: 1px solid #EE4141;  */
    font-size: 19px !important;
  }

  .single-input-footer {
    width: 100% !important;
    font-size: 17px !important;
    justify-content: center;
  }
}
.nav-link {
  display: flex !important;
  align-items: center;
  height: 5rem;
  filter: grayscale(100%) opacity(0.7);
}

.nav-link.active {
  filter: grayscale(0%) opacity(1);
  background: transparent;
  color: #ee4141 !important;
}

.texfotter {
  outline: none;
}
.success_svg{
    width: 80px;
}
.success_svg path {
  fill: #0eca85;
}