* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-no-border {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
label {
  font-size: 9pt;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.4s;
}
.btn {
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 15px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-call-to-action {
  background: linear-gradient(to right, #fed11d 0%, #ef8516 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
  box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
}
.btn-call-to-action:hover {
  color: #fff;
  background-color: #95101b;
  border-color: #95101b;
}

.text-title {
  color: #ef8516;
}
.line {
  line-height: 2rem;
}
/******************
    Navbar
*******************/
.logo {
  width: 180px;
}

/******************
    Hero section
*******************/
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.hero:after {
  content: "";
  background: linear-gradient(to bottom, #fed11d 0%, #ef8516 100%);
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.hero .hero-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.band {
  border-radius: 15px;
  background: url("../img/band.png") center center;
  background-size: cover;
  margin-top: -39px;
  z-index: 15;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.carousel-control-prev-icon {
  right: 50px;
}
.carousel-control-next-icon {
  left: 50px;
}
.hero-content {
  padding: 25px 0px 0px;
}

.hero-content sup {
  font-size: 8pt;
  top: -20px;
}

.hero-content span {
  display: block;
  color: #ef8516;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.hero-content span::before {
  display: inline-block;
  content: "";
  width: 55px;
  height: 3px;
  background-color: #ef8516;
  vertical-align: middle;
  margin-right: 20px;
}
.hero-content1 span {
  display: block;
  color: #ef8516;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.hero-content1 span::before {
  display: inline-block;
  content: "";
  width: 200px;
  height: 5px;
  background-color: #ef8516;
  vertical-align: middle;
  margin-right: 20px;
}

.hero-content h3 {
  font-size: 28pt;
  font-weight: 400;
}
.headerdesc h1 {
  display: block;
  color: #ef8516;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.headerdesc h1 ::after {
  display: inline-block;
  content: "";
  width: 150px;
  height: 3px;
  background-color: #ef8516;
  vertical-align: middle;
  margin-right: 20px;
}
.hero-content h3 strong {
  color: #ef8516;
  font-weight: 800;
}

.hero-content h4 strong {
  color: #ef8516;
  font-weight: 800;
}

/*===========================
    WORKING PROCESS css 
===========================*/
.working-process {
  background: #ef8516;
  padding-top: 117px;
  padding-bottom: 125px;
  position: relative;
  z-index: 10;
}
.working-process::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/working-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
}
.working-process .section-title .title {
  color: #fff;
}
.working-process .section-title .title span {
  color: #fff;
}
.working-process .section-title p {
  color: #fff;
  padding-bottom: 47px;
}
.working-process .working-item {
  position: relative;
}
.working-process .working-item i {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  border: 2px dashed #fff;
  color: #fff;
  font-size: 50px;
}
.working-process .working-item .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
}
.working-process .working-item p {
  color: #fff;
  font-size: 14px;
  line-height: 28ox;
  padding-top: 7px;
}
.working-process .working-item.item-1 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-1 {
    margin-top: 30px;
  }
  .band {
    margin-top: 20px;
  }
}
.working-process .working-item.item-2 {
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-2 {
    margin-top: 30px;
  }
  .band {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-2 {
    margin-top: 30px;
  }
}
.working-process .working-item.item-3 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-3 {
    margin-top: 30px;
  }
}
.working-process .working-item.item-4 {
  margin-top: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-4 {
    margin-top: 30px;
  }
}
.working-process .working-item .dot-1 {
  position: absolute;
  right: -140px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-1 {
    display: none;
  }
}
.working-process .working-item .dot-2 {
  position: absolute;
  right: -70px;
  top: -160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-2 {
    display: none;
  }
}
.working-process .working-item .dot-3 {
  position: absolute;
  top: -140px;
  left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-3 {
    display: none;
  }
}
.working-process .shape-1 {
  position: absolute;
  top: 150px;
  left: 100px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  animation: scale-up-three linear 15s infinite;
}
@media (max-width: 767px) {
  .working-process .shape-1 {
    left: 20px;
    top: 30px;
  }
  .band {
    margin-top: 60px;
  }
}
.working-process .shape-2 {
  position: absolute;
  bottom: 50px;
  right: 100px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: rotatey linear 15s infinite;
}
@media (max-width: 767px) {
  .working-process .shape-2 {
    right: 30px;
    bottom: 30px;
  }
  .band {
    margin-top: 60px;
  }
}
.working-process .shape-3 {
  position: absolute;
  top: 150px;
  right: 100px;
  height: 5px;
  width: 60px;
  background: #fff;
  transform: rotate(-18deg);
  animation: rotated linear 30s infinite;
}
@media (max-width: 767px) {
  .working-process .shape-3 {
    right: 20px;
    top: 50px;
  }
}
.working-process .shape-3::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 5px;
  background: #fff;
}
.working-process .shape-4 {
  position: absolute;
  bottom: 150px;
  left: 100px;
  height: 5px;
  width: 50px;
  background: #fff;
  transform: rotate(-18deg);
  animation: rotated linear 30s infinite;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .working-process .shape-4 {
    left: 20px;
    bottom: 50px;
  }
}
.working-process .shape-4::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 5px;
  background: #fff;
  opacity: 0.7;
}

@keyframes rotatey {
  0% {
    transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(90deg);
  }
}
@-webkit-keyframes rotatey {
  0% {
    transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(90deg);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotated {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******************
    Advantages
*******************/
.bg-green {
  background-color: #ef8516 !important;
}
.border-light-green {
  border-color: #fed11d !important;
}
.advantages-line-feature {
  position: relative;
  padding-bottom: 10px;
  padding-left: 70px;
}
.advantages-vert-border {
  height: 100%;
  position: absolute;
  top: 0;
  left: 24px;
  border-width: 0 0 0 2px;
  border-style: solid;
  z-index: -1;
}

.advantages-line-feature-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.advantages-line-feature-img-wrapper span {
  color: white;
  font-size: 15pt;
  font-weight: 500;
  position: absolute;
  top: 5px;
  left: 15px;
}
.advantages-line-feature-img {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border-width: 5px;
  border-style: solid;
}
.advantages-line-feature-img i {
  font-size: 16px;
  line-height: 40px;
}
.advantages-line-feature-img:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}
.advantages-line-feature-heading {
  padding-top: 5px;
  margin-bottom: 10px;
}

/******************
    Funnel
*******************/
.funnel-form {
  border-top: 4px solid #fed11d;
  min-height: 25vh;
}
.funnel-title {
  color: #ef8516;
  text-align: center;
}
.form-check-input:checked {
  background-color: #ef8516;
  border-color: #ef8516;
}

.btn-primary {
  color: #fff;
  background-color: #ef8516;
  border-color: #ef8516;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ef8516;
  border-color: #ef8516;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #ef8516;
  border-color: #ef8516;
  box-shadow: 0 0 0 0.25rem rgba(239, 133, 22, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ef8516;
  border-color: #ef8516;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 133, 22, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ef8516;
  border-color: #ef8516;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fbfbfd;
  border-color: #ef8516;
}
.form-control {
  padding-left: 2rem;
  border-radius: 0px;
  border-color: #e6eef9;
  color: #787a7d;
  background-color: #f8fbff;
}
.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.form-check-input {
  border-radius: 0px;
}
#enquete .reponse .btn-form {
  display: inline-block;
  margin: 0 5px;
}
#enquete .reponse .btn-form > input[type="radio"] {
  display: none;
}
#enquete .reponse .btn-form label {
  display: block;
  position: relative;
  width: 100%;
  background: #ef8516;
  border: 1px solid #ef8516;
  border-radius: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 11pt;
  padding: 10px;
  margin: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}
#enquete .reponse .btn-form label:hover {
  color: #ef8516;
  background: #ffffff;
}

.form-select-cp {
  position: absolute;
  max-height: 200px;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  overflow-y: scroll;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.5;
  color: #0a0a0a;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 99;
}

.form-select-cp li {
  width: 100%;
  cursor: pointer;
  list-style: none;
}
.form-select-cp li:hover {
  display: inline-block;
  background-color: #d3deff;
  list-style: none;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testi-box {
  max-width: 850px;
  margin: 0 auto;
}
.carousel-control-prev,
.carousel-control-next {
  background: transparent;
  border: none;
  width: 5%;
}
.carousel-indicators {
  margin-right: 0%;
  margin-left: 0%;
  position: relative;
}
.carousel-indicators button {
  width: 260px;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: transparent;
  opacity: 0.3;
}
.carousel-indicators button:focus {
  outline: none !important;
}
.carousel-indicators .active {
  opacity: 1;
  border-top: 3px solid #ef8516;
  z-index: 3;
  opacity: 1 !important;
  box-shadow: 0px 30px 30px 0px rgb(64 75 103 / 6%);
}
.carousel-indicators .testi-img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.carousel-indicators .active {
  opacity: 1;
  border-top: 3px solid #ef8516;
  z-index: 3;
  opacity: 1 !important;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.client-title {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}
.client-icon i {
  font-size: 50px;
  color: #ef8516;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ef8516;
  background-size: 100% 40%;
  border-radius: 50%;
  top: 75px;
  position: absolute;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/******************
    Footer
*******************/
.footer {
  padding: 25px 0 25px;
  background: #292d32;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.footer p {
  font-size: 9pt;
}

/******************
    certifications
*******************/
.brand-section .brand-logo {
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
  width: 150px;
}

.brand-section .brand-logo:hover {
  opacity: 1;
}

/******************
    Scroll Down
*******************/
.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 0px;
}
.scroll {
  position: fixed;
  bottom: 60px;
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/******************
    Back to Top
*******************/
.back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding: 0.5em;
  margin: 0 1em 1em 0;
  background: #ef8516;
  border: 2px solid #fff;
  transition: 0.5s;
  opacity: 0.5;
}
.back-to-top:hover {
  cursor: pointer;
  opacity: 1;
}
.back-to-top svg {
  fill: white;
  width: 25px;
  height: 25px;
  transform: translateX(0%) translateY(-5%);
}

/******************
    Réalisation
*******************/
.modal-body .contact span {
  font-size: 9pt;
  margin-left: 5px;
  color: #0a0a0a;
  line-height: 2;
}
.modal-body .contact .media {
  font-size: 0.8rem;
  color: #ef8516;
}
.modal-body .contact img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

/******************
    Responsive
*******************/
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .hero {
    height: auto;
    padding: 160px 0px 100px;
  }
  .hero:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hero-content h3 {
    font-size: 20pt;
  }
  .carousel-indicators button {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 575.98px) {
  .hero-content h3 {
    font-size: 21pt;
  }
}
