img {
    max-width: 100%;
}

.header-phone {
    text-decoration: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-phone svg {
    width: 1.5em !important;
    /*fill: #0770bb !important;*/
    margin-top: -10px;
}

.phone-button-text {
    font-size: 30px;
    font-family: arial;
    font-weight: 900 !important;
    color: #0770bb;
    text-decoration: none;
}
main svg.e-font-icon-svg{
    width: 1em;
    position: relative;
}
/*main nav.navbar {
    background: #0770bb !important;
}*/

nav.navbar a {
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    position: relative;
    margin-inline-end: calc(20px / 2);
    display: block;
}

.navbar-toggler {
    margin: auto;
}

@media (min-width:768px) {
    ul.navbar-nav>li:not(:first-child)>a {
        margin-inline-start: calc(20px / 2);
    }
}

/*nav .nav-item.active a:after,
nav .nav-item:hover a:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    z-index: 2;
    color: #fff !important;
    background: #fff !important;
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}*/

.herosection {
    background-image: url('../img/1f7c3146-59b3-420c-a5c7-32f20fe1ef9e.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    max-width: min(100%, var(--width));
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
}

.herosection {
  background-image: url('../img/hero-image.jpg') !important;
}
 
.about-us .herosection{
    background-image: url('../img/adipro-team-2.jpg');
}

.herosection .heroinner {
    flex-wrap: initial;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    color: #fff;
    position: relative;
}

.heroinner:before {
    background-color: rgb(34, 34, 34);
    border-block-end-width: 0px;
    border-block-start-width: 0px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-inline-end-width: 0px;
    border-inline-start-width: 0px;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    content: "";
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0px;
    line-height: 24px;
    mix-blend-mode: normal;
    opacity: 0.71;
    position: absolute;
    text-align: start;
    text-size-adjust: 100%;
    top: 0px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.3s, 0.3s, 0.3s;
    transition-property: background, border-radius, opacity;
    transition-timing-function: ease, ease, ease;
    width: 100%;

}

.heroinner * {
    z-index: 1;
    position: relative;
}

#accordionExample .accordion-item,
#accordionExample1 .accordion-item{
    border: none;
}

#accordionExample .accordion-item *,
#accordionExample1 .accordion-item *{
    padding-left: 0;
    padding-right: 0;
}
#accordionExample button,
#accordionExample1 button,
#accordionExample button:focus,
#accordionExample1 button:focus{
    background: none !important;
    border: none !important;
    box-shadow:none !important;
}

button.accordion-button h2{
    margin: 0;
    flex: 1 1 auto;
  }

  .accordion-button:focus {
        outline: 0;
    box-shadow: none;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    font-size: 1.2rem;
  }

  iframe{
    width: 100%;
  }
  
 main .container li {
    margin-bottom: 15px;
}

  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }
  
  /* rtl:end:remove */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  .carousel-item{
    height: auto;
  }
  .carousel-control-prev,
  .carousel-control-next{
    display: none;
  }
  .carousel-caption{
    position: inherit;
    color:inherit;
  }

  .carousel-indicators{
    position: inherit;
  }

  .carousel-indicators [data-bs-target]{
    background-color: #ccc;
  }

  .adicolor{
    color:#0770bb;
  }

 .btn-orange{
    background-color:#ff4d0f; 
    border:none;     
    font-size: 25px;
    text-transform: capitalize;
 }

 .btn-orange:hover {
    background-color: var(--bs-primary);
 }


 ul{
    position: relative;
    list-style: none;
    padding: 0;
 }

 ul li{
    position: relative;
    padding-left: 2.2rem;
 }
 ul:not(.navbar-nav) li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%230771BB' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
 }

 .text-white ul li:before{
    background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23FFFFFF' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
 }

 .form-control{
  appearance: auto !important;
 }