@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
* {
  font-family: "Montserrat";
}

:root {
  /* headings */
  --h1-home-size: 60px;
  --h1-size: 40px;
  --h2-size: 25px;
  --h3-size: 20px;
  --h4-size: 22px;
  --h5-size: 16px;
  --h6-size: 16px;
  /* paragraphs */
  --para1-size: 18px;
  --para2-size: 16px;
  --para3-size: 14px;
  --para4-size: 12px;
}

@media only screen and (max-width: 992px) {
  :root {
    /* headings */
    --h1-home-size: 35px;
    --h1-size: 30px;
    --h2-size: 20px;
    --h3-size: 17px;
    --h4-size: 16px;
    --h5-size: 16px;
    --h6-size: 16px;
    /* paragraphs */
    --para1-size: 15px;
    --para2-size: 14px;
    --para3-size: 13px;
    --para4-size: 10px;
  }
  .first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .second {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* headings */
/* paragraphs */
/* colors */
.details-carousel .owl-nav, .testemonials-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.details-carousel .owl-nav button, .testemonials-carousel .owl-nav button {
  width: 15px;
  height: 30px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.details-carousel .owl-nav button:focus, .testemonials-carousel .owl-nav button:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

/* scroll bar styling */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

*::first-letter {
  text-transform: capitalize;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1e9bf8;
}

/* end of scroll bar styling */
.clean-a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.99;
  cursor: pointer;
}

a {
  color: inherit;
  -webkit-transition: 0.3;
  transition: 0.3;
}

input:focus,
textarea:focus {
  outline: none;
}

.bg-lighter {
  background-color: #f4f9ff;
}

p {
  color: #44564e;
}

h2 {
  font-size: var(--h2-size);
  color: #212524;
}

h3 {
  font-size: var(--h3-size);
  color: #212524;
}

h4 {
  font-size: var(--h4-size);
  color: #212524;
}

.scrumbled-nums {
  display: inline-block;
}

.scrumbled-nums p {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  color: #212524;
}

.scrumbled-nums p:nth-child(3) {
  width: 200px;
  margin-top: 16px;
  text-align: left;
}

.scrumbled-nums .number {
  -webkit-box-shadow: 0.8rem 0.8rem #62deae;
          box-shadow: 0.8rem 0.8rem #62deae;
  font-size: 27px;
  padding-right: 7px;
}

.dark-btn, .main-component .content .btn-container a {
  background-color: #212524;
  color: #ffffff;
  padding: 10px 24px;
  text-transform: uppercase;
  display: inline-block;
  border: solid 0.7px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dark-btn:hover, .main-component .content .btn-container a:hover {
  background-color: #ffffff;
  color: #212524;
  border-color: #212524;
}

.figure-1 {
  margin-right: 18px;
}

.figure-1 img {
  margin-bottom: -80px;
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
  max-height: 510px;
}

.figure-1 .content {
  background-color: #e2f2c6;
  padding: 20px;
  padding-top: 80px;
}

.figure-1 .content h3 {
  padding-top: 15px;
  font-weight: 500;
}

.figure-1 .content a {
  color: #62deae;
  text-transform: uppercase;
}

.figure-1 .content p {
  color: #212524;
  padding: 10px 0px;
}

.figure-2 {
  margin-left: 18px;
  padding-bottom: 20px;
}

.figure-2 img {
  margin-bottom: -40px;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
  width: 100%;
}

.figure-2 .content {
  background-color: #e2f2c6;
  padding: 20px;
  padding-top: 40px;
}

.figure-2 .content p {
  color: #212524;
  padding: 10px 0px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: var(--h3-size);
}

.bg-white {
  background-color: #ffffff;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: rgba(0, 0, 0, 0.438);
  background-blend-mode: overlay;
  padding: 30px;
  position: relative;
}

.banner h1 {
  color: #ffffff;
  font-size: var(--h1-home-size);
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share-btn {
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.share-btn:hover {
  color: #ffffff;
  opacity: 0.7;
}

.main-component {
  max-width: 400px;
  height: calc(100% - 230px);
}

.main-component img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-component .content {
  padding: 0 25px;
  -webkit-transform: translateY(-66px);
          transform: translateY(-66px);
  height: calc(100% - 90px);
}

.main-component .content .title {
  height: 65.9px;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: var(--h3-size);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #93b2d8;
  text-transform: uppercase;
}

.main-component .content .description {
  background: #f4f9ff;
  padding: 19px 18px;
  color: #212524;
  margin: 0;
  text-align: left;
  height: 100%;
}

.main-component .content .btn-container {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-toggler:focus {
  outline: none;
}

.single-equipement {
  border-radius: 2.5rem;
  border: #f1f1f1 solid 2px;
  overflow: hidden;
  position: relative;
  padding: 64px 10px 12px;
  text-align: center;
  max-width: 280px;
  margin: auto;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-equipement .logo {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 23px;
  border-radius: 0 1rem 0 2.5rem;
  background: #f1f1f1;
}

.single-equipement .image {
  max-height: 250px;
  max-width: 136px;
  margin: auto;
}

.single-equipement .name {
  font-size: 15px;
  margin: 21px 15px 0;
}

.single-equipement:hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.borderd-container {
  padding: 1.5rem;
  border: 10px solid #e2f2c6;
}

.borderd-container .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.borderd-container h3 {
  color: #051357;
}

.simple-button {
  padding: 5px 10px;
  border: solid 1px #051357;
  color: #051357;
  display: inline-block;
}

.simple-button:hover {
  opacity: 0.7;
  color: #051357;
}

.primary-form input,
.primary-form textarea {
  border: solid 1px #051357;
  margin: 13px 0;
  padding: 5px 1rem;
  width: 100%;
}

.primary-form .submit-btn {
  background-color: #051357;
  color: #ffffff;
  padding: 5px 1rem;
}

.primary-form .submit-btn:hover {
  opacity: 0.7;
  color: #ffffff;
}

.service-description-image {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.why-us .main-component {
  padding: 19px 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: calc(100% - 100px);
}

.why-us .main-component .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.why-us .main-component .description {
  padding: 19px 18px;
}

.why-us .title {
  height: 100px !important;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.c-primary {
  color: #1e9bf8 !important;
}

.ctas {
  position: fixed;
  top: 80%;
  right: 0px;
  z-index: 9000;
  -webkit-transition: top 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ctas i {
  font-size: 20px;
  margin-right: 17px;
}

.ctas a {
  font-weight: 300;
  display: block;
  float: right;
  clear: both;
  font-size: 15px;
  line-height: 55px;
  width: 325px;
  height: 55px;
  margin: 0 -285px 2px 0;
  padding: 0 10px 0 15px;
  -webkit-transition: background-color 100ms, margin 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 100ms, margin 600ms cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  color: #fff !important;
  background: #1e9bf8;
  text-transform: uppercase;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 8px;
}

.ctas a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 30px;
}

.ctas a:hover {
  margin-right: -14px;
  text-decoration: none !important;
}

.owl-item {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-modal .modal-dialog {
  max-width: 900px;
}

.equipment-description-image {
  max-width: 200px;
  max-height: 382px;
  margin: auto;
}

/* sticky social icons */
.sticky-social {
  position: fixed;
  top: 30%;
  left: -40px;
  padding: 0px;
  margin: 0px;
  z-index: 22;
}

.social {
  list-style: none;
}

.social li {
  padding: 10px 10px;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social li:hover {
  margin-right: -30px;
  -webkit-box-shadow: 2px 5px 10px grey;
          box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
  margin-left: 20px;
}

.fa {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fb {
  background-color: #3c5a98;
}

.twitter {
  background-color: #1ea1f2;
}

.insta {
  background-color: #dc4f42;
}

.pin {
  background-color: #cb2128;
}

.vim {
  background-color: #59bfbe;
}

.navbar {
  background-color: #ffffff;
}

.navbar .nav-link {
  color: #44564e;
  padding: 2.4rem 0.2rem;
  text-transform: uppercase;
  font-size: var(--para4-size);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 100%;
}

.navbar .nav-link:hover {
  background-color: #f4f9ff;
}

@media screen and (max-width: 900px) {
  .navbar .nav-link {
    font-size: var(--para2-size);
  }
}

.navbar .active {
  background-color: #f4f9ff;
}

header {
  top: 0;
  background-color: #ffffff;
  z-index: 33;
  padding: 0 !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.your-needs {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09f2ed), to(#22936f)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #09f2ed 0%, #22936f 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: 22;
  width: 100%;
  margin: 0;
}

.links-container {
  position: relative;
  padding-right: 20px;
  padding-top: 30px;
}

.poles-urls {
  width: 50%;
  margin: auto;
}

.services-urls {
  position: absolute;
  top: 30px;
  width: 40%;
  left: 40%;
}

.services-urls .service-link {
  display: block;
}

.logo {
  width: 160px;
}

.sub-menu {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  padding-bottom: 20px;
}

.show-sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.pole-link, .service-link {
  padding: 15px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.527);
  color: #ffffff;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pole-link:last-child, .service-link:last-child {
  border-bottom: none;
}

.pole-link:hover, .service-link:hover {
  color: #ffffff;
  background-color: #0ec1b3;
}

.pole-link::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background-image: url("/assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}

.mobile-nav-needs-links {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#09f2ed), to(#22936f)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #09f2ed 0%, #22936f 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 30px;
  overflow-y: scroll;
  z-index: 111;
}

.mobile-nav-needs-links .poles-urls {
  width: unset;
}

.mobile-nav-needs-links .services-urls {
  position: static;
  top: 30px;
  width: unset;
  left: 40%;
  padding-left: 47px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.animate-in {
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}

.mobile-nav-needs-links-toggle {
  border: none;
  background: transparent;
  padding: 15px;
}

#your-needs {
  position: relative;
}

#your-needs::after {
  position: absolute;
  content: "";
  width: 20px;
  bottom: 0;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/assets/icons/arrow-ios-downward-fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: shake 1s infinite;
          animation: shake 1s infinite;
}

@media screen and (max-width: 992px) {
  #your-needs::after {
    bottom: unset;
    right: 10px;
    height: 10px;
    left: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    -webkit-animation: shakeMobile 1s infinite;
            animation: shakeMobile 1s infinite;
  }
}

@-webkit-keyframes shake {
  0% {
    opacity: 0;
    bottom: 10px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 0px;
  }
}

@keyframes shake {
  0% {
    opacity: 0;
    bottom: 10px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 0px;
  }
}

@-webkit-keyframes shakeMobile {
  0% {
    opacity: 0;
    right: 20px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 10px;
  }
}

@keyframes shakeMobile {
  0% {
    opacity: 0;
    right: 20px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 10px;
  }
}

.nav-scrooled {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media screen and (min-width: 900px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
  }
}

.navbar .dropdown-menu .dropdown-item {
  white-space: unset;
}

footer p {
  color: #ffffff;
}

footer .social-media img {
  height: 1.4rem;
}

footer .social-media a:nth-child(2) {
  margin: 0 1rem;
}

footer .section-1 {
  color: #ffffff;
  font-size: var(--para1-size);
  background-color: #1f5b948c;
}

footer .section-1 input {
  background: transparent;
  border: none;
  border-bottom: solid 1px #ffffff;
}

footer .section-1 button {
  background: white;
  border: none;
  padding: 0.3rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .section-1 button:hover {
  background-color: #1e9bf8;
  color: #ffffff;
}

footer .section-2 {
  color: #ffffff;
  background-color: #1f5b94;
}

footer .section-2 h3 {
  font-size: var(--para1-size);
  color: #62deae;
  margin-bottom: 1rem;
}

footer .section-2 a {
  color: #ffffff;
  font-size: var(--para2-size);
  margin-bottom: 0.3rem;
  display: block;
}

footer .section-2 a:hover {
  color: #e2f2c6;
}

footer .section-3 {
  background-color: #051357;
  color: #ffffff;
}

footer .section-3 a {
  padding: 0.6rem;
  border: solid 1px #ffffff;
  display: block;
}

footer .section-3 .copy-right {
  opacity: 0.4;
}

footer .section-3 .phone-icon {
  width: 20px;
  margin-right: 20px;
}

footer .copy-right {
  color: #ffffff;
  background-color: #051357;
}

footer .copy-right p {
  opacity: 0.4;
}

footer .social-icons {
  margin-right: 12px;
  font-size: 30px;
  color: #e2f2c6;
}

footer .social-icons a {
  border: none;
  display: inline-block;
  padding: 10px 5px;
}

footer p {
  font-size: 12px;
}

.home-carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
  background: radial-gradient(black, transparent);
}

.home-carousel .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.carousel-control-next-icon {
  background-image: url("../assets/icons/next.svg");
}

.carousel-control-prev-icon {
  background-image: url("../assets/icons/precedent.svg");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 32px;
  height: 32px;
}

.home-carousel .carousel-caption {
  bottom: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.home-carousel h2 {
  font-size: var(--h1-home-size);
  text-transform: uppercase;
  color: #ffffff;
}

.home-carousel p {
  font-size: var(--h2-size);
  color: #ffffff;
}

.home-section-1 {
  background-color: #ffffff;
  -webkit-box-shadow: 1rem 1rem #62deae;
          box-shadow: 1rem 1rem #62deae;
  padding: 30px 2px;
}

.details-carousel {
  text-align: center;
  padding-bottom: 40px;
}

.details-carousel h4 {
  color: #1e9bf8;
  font-size: var(--para3-size);
}

.details-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 138px;
}

.details-carousel .owl-nav {
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.details-carousel .owl-nav button.owl-prev {
  float: left;
  background-image: url("../assets/icons/arrow-ios-back-outline.svg");
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.details-carousel .owl-nav button.owl-next {
  float: right;
  background-image: url("../assets/icons/arrow-ios-forward-outline.svg");
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.details-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border: solid 1px #302e2e !important;
  border-radius: 50%;
  margin: 0 4px;
}

.details-carousel .active {
  border-color: #1e9bf8 !important;
}

.section-template {
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .section-template {
    padding-top: 0px;
  }
}

.main-section {
  position: relative;
  min-height: 400px;
  background-color: #ffffff;
}

@media screen and (max-width: 992px) {
  .main-section {
    min-height: unset;
  }
}

.main-section .image-left {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  left: 0;
  width: 50%;
  top: 0px;
  bottom: 0;
  height: calc(100% + 78px);
  -webkit-transform: translateY(-79px);
          transform: translateY(-79px);
}

.references-carousel {
  opacity: 0.8;
  padding: 30px 0px 0px;
}

.references-carousel img {
  height: 40px;
}

.references-carousel .owl-item {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.insta-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f9ff), to(transparent));
  background: linear-gradient(#f4f9ff, transparent);
}

.home-slider-button {
  background-color: #ffffff;
  border: none;
  color: #212524;
  padding: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-slider-button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .testemonials-carousel .owl-nav {
    top: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: unset;
    left: 50%;
    bottom: -30px;
  }
}

.testemonials-carousel .owl-nav button {
  width: 30px;
}

.testemonials-carousel .owl-nav button.owl-prev {
  float: left;
  background-image: url("../assets/icons/btn-precedent.svg");
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}

.testemonials-carousel .owl-nav button.owl-next {
  float: right;
  background-image: url("../assets/icons/suivant.svg");
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

.testemonials-carousel .textemontial-containe {
  text-align: center;
  padding: 1.5rem;
  border: 20px solid #e2f2c6;
}

.testemonials-carousel .textemontial-containe img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 50%;
  border: solid;
}

.testemonials-carousel .textemontial-containe .name {
  margin: 12px 0 0 0;
}

.testemonials-carousel .textemontial-containe .function {
  font-size: 13px;
}

.testemonials-carousel .textemontial-containe p:nth-child(2) {
  text-align: left;
}

.testemonials-carousel .item {
  height: 100%;
}

.testemonials-carousel .textemontial-containe {
  height: 100%;
}

.testemonials-carousel .owl-stage {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.testemonials-carousel .owl-item {
  margin-right: 30px !important;
  margin-left: unset !important;
}
/*# sourceMappingURL=style.css.map */