@font-face {
  font-family: "Prompt";
  src: url("../../fonts/Prompt-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fff !important;
  font-family: "Promt", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.bg-light {
  background-color: #f1f2f5 !important;
}

* {
  font-family: "Promt", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.service-img {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0 0 5px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* Bootstrap Container Styles */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1350px;
  }
}
.container-fluid {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 100vw !important;
}

.elephant {
  font-weight: 500;
}

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn.btn-primary {
  background-color: #0F71B8 !important;
  border-color: #0F71B8;
  border-radius: 0px;
  color: #fff !important;
  font-weight: 7 0;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primary:hover {
  background-color: #0F71B8 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primar {
  background-color: #FDDB6D !important;
  border-color: #FDDB6D;
  border-radius: 0px;
  color: #021624 !important;
  font-weight: 700;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primar:hover {
  background-color: #FDDB6D !important;
  color: #021624 !important;
  transition: all ease-in-out 0.5s;
}
.btn.btn-light {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0px;
  color: #0F71B8 !important;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
}
.btn.btn-light:hover {
  transition: all ease-in-out 0.5s;
  border-color: #0F71B8;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 15px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-radius: 0px;
}
.btn:focus {
  box-shadow: none;
}

a:hover {
  color: #0F71B8 !important;
}

.uli {
  margin-top: 10px;
}
.uli li {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.uli li::marker {
  color: #0F71B8;
}

.banner1 {
  width: 100%;
  height: 80vh;
  padding-top: 100px;
  background-image: url(../../images/Background1.jpg);
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
}

.banner2 {
  width: 100%;
  height: 63vh;
  padding-left: 0;
  padding-top: 100px;
  background-image: url(../../images/about.jpg);
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.banner3 {
  width: 100%;
  height: 100%;
  background-image: url(../../images/about.jpg);
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
}

.bgg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.w-50 {
  width: 50.4% !important;
}

.formation {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.formation-ul li {
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f2f5;
}

.border-topy {
  border-top: 2px solid #0F71B8;
}

.banner {
  width: 100%;
  height: 70vh;
  background-image: url(../../images/banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  animation: slide 30s infinite ease-in-out;
}

@keyframes slide {
  0% {
    background-image: url(../../images/banner1.jpg);
  }
  30% {
    background-image: url(../../images/banner1.jpg);
  }
  33% {
    background-image: url(../../images/banner2.jpg);
  }
  63% {
    background-image: url(../../images/banner2.jpg);
  }
  66% {
    background-image: url(../../images/banner3.jpg);
  }
  97% {
    background-image: url(../../images/banner3.jpg);
  }
  100% {
    background-image: url(../../images/banner1.jpg);
  }
}
.text-italic {
  font-style: italic;
}

.nav-item a {
  color: #1D1D1D !important;
  font-weight: 500;
}
.nav-item a.active {
  color: #0F71B8 !important;
  font-weight: 600;
}
.nav-item a:hover {
  color: #0F71B8 !important;
}
.nav-item a.text-dark {
  color: #1D1D1D !important;
  font-weight: 500;
}
.nav-item a.text-dark.active {
  color: #0F71B8 !important;
  font-weight: 600;
}
.nav-item a.text-dark:hover {
  color: #0F71B8 !important;
}

.img-icon {
  width: 100px;
  height: 100px;
}

.img-icon1 {
  margin: 0;
  width: 25px;
  height: 25px;
}

.sizy {
  font-size: 10px !important;
}

.sizy1 {
  font-size: 14px !important;
}

.icons {
  color: #0F71B8 !important;
  margin-right: 10px !important;
}

.top {
  margin-top: 35px;
}

.topy {
  margin-top: 110px;
}

.py {
  font-size: 24px;
}

.py1 {
  font-size: 18px;
}

.sizy {
  font-size: 16px !important;
}

.fixed-bottom {
  width: 100vw;
  position: relative;
}
.fixed-bottom .box-whatsapp {
  position: fixed;
  display: none;
  width: 15vw;
  background-color: #fff;
  right: 30px;
  bottom: 100px;
}
.fixed-bottom .box-whatsapp.visible {
  display: block;
}
.fixed-bottom .rounded {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background-color: #25D366 !important;
  border-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-bottom .rounded:hover {
  background-color: #25D366 !important;
  border-color: #25D366;
}

.title {
  font-weight: 900;
  word-spacing: 10px;
  font-size: 46px;
}

.title1 {
  font-weight: bold;
  word-spacing: 0px;
  letter-spacing: -1.5px;
  font-size: 28.5px;
}

.wws {
  padding-right: 90px;
}

.img-secteur {
  height: 300px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hh {
  height: 850px;
}

.title2 {
  font-weight: bold;
  word-spacing: 0px;
  letter-spacing: -1.5px;
  font-size: 23px;
}

.size {
  font-size: 18px !important;
  word-spacing: 0px;
  line-height: 28px;
  letter-spacing: -1.5px;
}

.description {
  font-size: 16px !important;
  word-spacing: 3px;
  text-align: justify;
}

.text-primary {
  color: #0F71B8 !important;
}

.img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.img1 {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.img2 {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.img3 {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
}

.img4 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 50%;
     object-position: 50%;
}

.img8 {
  width: 100%;
  height: 33vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
}

.img-logo {
  width: 200px;
}

.img-logo1 {
  width: 100px;
}

.icon {
  width: 50px;
}

.img5 {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
}

.img-z {
  width: 100%;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

.about-h {
  height: 270px;
}

.a.text-white {
  color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.img-service {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
}

.bg-dark {
  background-color: #000 !important;
}

.pd-left {
  padding-left: 50px;
}

.bg-light {
  background-color: #f1f2f5 !important;
}

.border-left {
  border-left: 1px solid #e7e7e7 !important;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7 !important;
}

.brd {
  border-color: #e7e7e7 !important;
}
.brd:hover {
  border-color: #fff !important;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1;
}

.img-pub-card {
  border-radius: 0px;
}
.img-pub-card .img-pub {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 0 0 3px 3px;
}

.border-radius {
  border-radius: 0px;
}

.bg-none {
  background-color: rgba(0, 0, 0, 0);
}

.bg-dark1 {
  background-color: #000;
}

.text-right {
  text-align: right;
}

.img-portfolio {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.img-footer {
  width: 100px;
}

.hr {
  border: 1px solid #b2b2b2 !important;
}

.bary {
  width: 100px;
  padding: 1px;
  background-color: #0F71B8;
}

.ul {
  list-style-type: none;
  margin-left: -28px;
}
.ul li {
  margin-top: 10px;
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

.a {
  text-decoration: none;
  color: #1D1D1D !important;
}
.a:hover {
  color: #0F71B8 !important;
}

.carousel.slide button.carousel-control-prev {
  position: absolute;
  margin-top: 125px;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  opacity: 1;
  border-color: #fff;
  border-radius: 50px;
  color: #0F71B8 !important;
  transition: all ease-in-out 0.5s;
}
.carousel.slide button.carousel-control-prev.ass {
  background-color: #fff !important;
  color: #0F71B8 !important;
  margin-top: 30px !important;
}
.carousel.slide button.carousel-control-prev:hover {
  background-color: #0F71B8 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}
.carousel.slide button.carousel-control-next {
  position: absolute;
  margin-top: 125px;
  margin-right: -20px;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-color: #fff;
  opacity: 1;
  border-radius: 50px;
  color: #0F71B8 !important;
  transition: all ease-in-out 0.5s;
}
.carousel.slide button.carousel-control-next.ass {
  background-color: #fff !important;
  color: #0F71B8 !important;
  margin-top: 30px !important;
}
.carousel.slide button.carousel-control-next:hover {
  background-color: #0F71B8 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

.form-control {
  font-size: 14px;
  border-color: transparent;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0F71B8;
}

.input {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}
.input:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #0F71B8;
}

.p-6 {
  padding: 90px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
}

.drop {
  position: relative;
}
.drop .drop-content {
  display: none;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  border-radius: 0px;
  width: 450px;
  z-index: 9;
}
.drop:hover .drop-content {
  display: block;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  border-radius: 0px;
  width: 450px;
  z-index: 9;
}

.ul .li a {
  font-size: 12px;
}
.ul .li a:hover {
  font-size: 12px;
}

ul li::marker {
  color: #0F71B8;
}

.w-10 {
  width: 85vw;
}

.w-2 {
  width: 15vw;
}

.w-8 {
  width: 75vw;
}

.w-4 {
  width: 25vw;
}

.height-f {
  height: 100vh !important;
  overflow-y: auto;
}

.height {
  height: 34vh !important;
}

.height-s {
  height: 45vh !important;
}

.mgr {
  margin-top: -160px;
  border-radius: 0px;
}

.ww {
  width: 252px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-primary-tr {
  background-color: #FFE6E7;
}
.bg-primary-tr img {
  border-radius: 0px;
}

.bg-primary-tr1 {
  background-color: rgba(15, 113, 184, 0.6);
}

.bg-primary {
  background-color: #0F71B8 !important;
}

.bg-blue {
  background-color: #0D80D1 !important;
}

.text-bold {
  font-family: "Poppins" sans-serif;
  font-weight: 700px;
}

.f-size {
  font-size: 30px !important;
}

.border-r {
  border-radius: 50px !important;
}

.border-rr {
  border-radius: 0px !important;
}

.img-height {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-height-banner {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.fixed-topy {
  position: fixed;
  right: 0;
}

.img-prod {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.img-prod2 {
  height: 100px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.check {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
}

.star {
  font-size: 8px;
  color: #FDDB6D;
}

.img-prod1 {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.img-prod3 {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.cardy {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}

.text-pimary {
  color: #0F71B8 !important;
}

a {
  text-decoration: none;
  color: #1D1D1D;
}

.bg-banner {
  background-image: url(../images/6.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-banner1 {
  background-image: url(../../images/banner4.jpg);
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 50vh;
}

.bg-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(2, 22, 36, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-yellow {
  color: #FDDB6D;
}

.bg-yel {
  background-color: #FEF0C3 !important;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0F71B8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-100 {
  position: relative;
  width: 100% !important;
}

.w-20 {
  width: 20% !important;
}

.hover {
  position: relative;
  cursor: pointer;
}
.hover .pst {
  bottom: 0;
  height: 250px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hover .bg-primary-t {
  background-color: rgba(15, 113, 184, 0.9);
}
.hover:hover .pst {
  bottom: 0;
  position: absolute;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.img-ss {
  width: 110px;
  margin-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 800px) {
  .py {
    font-size: 16px;
  }
  .title {
    font-weight: 900;
    word-spacing: 10px;
    font-size: 20px;
  }
  .py1 {
    font-size: 14px;
  }
  .topy {
    margin-top: 30px;
  }
  .w-20 {
    width: 50% !important;
  }
  .banner1 {
    width: 100%;
    height: 100%;
  }
  .banner3 {
    width: 100vw;
    height: 100%;
  }
  .height-s {
    height: 100% !important;
  }
  .service-img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0px 0 0 5px;
  }
  .drop-content {
    margin-left: -150px;
  }
  .height {
    height: 45vh !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .banner2 {
    width: 100%;
    height: 100%;
  }
  .fixed-bottom .box-whatsapp {
    width: 65vw !important;
  }
  .hh {
    height: 100%;
  }
}/*# sourceMappingURL=main.css.map */