body {
  font-family: 'Lato', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 40px;
}
.bg-white {
  background-color: white;
  box-shadow:  0 0 10px rgba(0, 0, 0, 0.1);
}
.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


blockquote {
  margin: 0 0 1rem;
}


.heading_container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;


}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: fixed;

  width: 100%;
  left: 0;
  z-index: 10;
  top: 0;

}

.header_bottom {
  height: fit-content;
}
.navbar-toggler{
  height: 100%;
}
.header_section .container-fluid nav  {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.header_section .container-fluid img {
  height: 100%;
  width: 200px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #393d46;

}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #FFC900;
}


nav {
  display: flex;
  /* Use flexbox to align items horizontally */
  align-items: center;
  /* Vertically align the logo and nav */
  padding: 0;
  position: fixed;
  /* Fix the header at the top */

  left: 0;
  width: 100%;




}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-end;

}

.navbar-toggler {
  width: 45px;

}

.navbar-toggler {
  display: none;
}

.navbar-nav {
  display: flex;
  /* Aligne les éléments horizontalement */
  flex-direction: row;
  /* Définit l'alignement horizontal */
  padding-left: 0;

  left: 0;
  /* Assure que la barre commence à gauche */

  list-style: none;
  margin-top: 1px;

}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  z-index: 1000;
}

.navbar-brand span {
  color: #0355cc;
  text-transform: uppercase;
}



.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #f0eeea;
  text-align: center;
  font-size: large;
  background-color: #393d46;

}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #FFC900;
}

nav,
section {
  display: block;

}


.breadcrumb {
  background-color: transparent;
  /* Makes the background transparent */
  padding: 8px 15px;
  margin-bottom: 10%;

  border-radius: 4px;
}

.breadcrumb-1 {
  margin-top: 2%;
  position: relative;
  /* Adjust or add this */
  z-index: 10;
  /* Adjust the z-index as needed */
  font-size: medium;
}

.breadcrumb-item a {
  color: #000000;
}

.breadcrumb-item a:hover {
  color: #23527c;
  /* Link color on hover */
}

.breadcrumb-item.active {
  color: #FFC900;
  /* Active breadcrumb item color */
}


/*end header section*/
.welcome_section {

  height: max-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

  background-position: center;

}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

.card {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  /* Transparent background */
}

.card img {
  width: auto;
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the whole card */
}

.card {
  position: relative;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  text-shadow: #333;
}

.card-text h2 {
  margin-top: 0;
  font-size: 100PX;
  font-weight: bolder;

}

.card-text P {
  font-size: 30px;
  font-weight: bolder;
  color: #393d46;
}

/*button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
/*ref section */
.reference_section {
  background-image: url(../images/ref.jpg);
  background-size: cover;
  height: 800px;
}

.reference_card {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #FFC900;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.reference_section h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;

}

.heading {
  margin-top: 35px;
}

.reference_card img {
  width: 200px;

  height: 200px;
  margin-bottom: 20px;
  border-radius: 10%;
}

.reference_card :hover {
  transform: scale(1.1);
  transition: 0.5s;

}

.references-btn {
  text-align: center;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #0355cc;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  width: 300px;
}

.references-btn:hover {
  background-color: #fff;
  color: #0355cc;
}

/*about section*/
.about_section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;

}

.about_section .row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about_section .detail-box {
  background-color: #FFC900;
  width: 100%;
  max-width: 450px;
  height: 380px;
  text-align: center;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding: left 5px right 5px;
  box-sizing: border-box;

}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 5px;


}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 2px;
  color: #ffffff;
}

.about_section .detail-box li {
  list-style: none;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.about_section .img-box {
  flex: 1;
  display: flex;
  justify-content: center;
  background-size: cover;
}

.about_section .img-box img {
  width: 100%;
  max-width: 450px;
  height: 380px;
  border-radius: 10px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*services*/
.service_section {
  position: relative;

}

.service_section .box {
  background-color: #FFC900;
  border-radius: 10px;
  height: 400px;
  width: 350px;
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #f7f7f7;
  color: #040101;
  transform: scale(1.1);
  transition: 0.5s;
}







.space {
  height: 120px;
}

/* projects */
.projects {
  background-color: rgba(255, 255, 255, 0);
  background-size: auto;
  display: flex;
  flex-wrap: wrap;


}

.project {

  margin-top: 30px;
  text-align: center;

  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;


}

.projects {
  justify-content: center;
  justify-self: center;
  justify-items: end;
}


.project {
  margin: 25px;
  width: 250px;
  /* adjust the width to your liking */
  background-color: #FFC900;
  color: #333;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.project img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.project h3 {
  margin-top: 20px;
  color: #0355cc;
  text-align: center;
}

.project h2 {
  font-size: large;
  font-weight: bolder;
  color: #0355cc;
}

.project p {
  margin-bottom: 30px;
}

.heading {
  text-align: center;
  color: #030911;
  font-size: 40px;
  font-weight: bolder;
}




/* Project Card Styles */

.project_card {
  margin: 20px;
  width: 300px;
  /* adjust the width to your liking */
  background-color: #FFC900;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project_card img {
  width: 100%;
  height: 150px;
  /* adjust the height to your liking */
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.project_card h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFC900;
}

.project_card p {
  margin-bottom: 20px;

}

/* our references*/



.container {
  max-width: 1140px;

}

/* our clients */

#client-reviews {
  background-color: #f7f7f7;
  padding: 40px;
  display: none;
}

.review-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.review-card {
  margin: 20px;
  width: 300px;
  /* adjust the width to your liking */
  background-color: #FFC900;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

.review-content {
  margin-left: 60px;
  /* adjust the margin to fit the avatar size */
}

blockquote {
  font-size: 18px;
  font-style: italic;
  margin: 10px;
}

cite {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}


/* footer section*/

footer {
  background-color: #393d46;
  padding: 20px;
  color: #FFC900;
  text-align: center;
  clear: both;
  /* added */

}

footer .social-media {
  list-style: none;
  padding: 0;
}

footer .social-media li {
  display: inline;
  margin-right: 10px;
}

footer .social-media li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}

footer .social-media li a:hover {
  color: #040404;
  /* Add hover color if needed */
}

.fa-instagram {
  background: #FFC900;
  background: size 20px;
  padding: 5px;
  border-radius: 20%;
  color: white;
}

.fa-facebook {
  background: #FFC900;
  background: size 20px;
  padding: 5px;
  border-radius: 20%;
  color: white;
}

.fa-twitter {
  background: #FFC900;
  background: size 20px;
  padding: 5px;
  border-radius: 20%;
  color: white;
}



i {
  color: #FFC900;
}