/* Begin of Banner section  */
.inner-img img {
    width: 100%;
  }

  .about-head {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-head h2 {
    font-size: 70px;
    color: #192A53;
      font-family: 'Futura-bold';
    font-weight: 700;
  }

  /* div#carouselExampleIndicators {
    background-image: url('../img/banner.png') !important;
    background-repeat: no-repeat;
    height: 1000px;
}
   */

   .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background-color: aquamarine; */
    height: 970px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center;
}
  /* End of Banner section  */

  /* Begin of safety section  */
.pro-head::before {
    content: '';
    background-color: #182034;
    width: 30%;
    height: 8px;
    position: absolute;
    top: 108px;
    border-radius: 10px;
}

.pro2 {
    position: absolute;
    top: unset;
    right: unset;
    left: -50px;
    bottom: -22px;
}

section.pro-sec .row {
    display: flex;
    align-items: flex-start;
}
.pro-head p {
    font-size: 13px;
    color: #000000;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding-bottom: 70px;
    padding-top: 56px;
    width: 480px;
}

.car-cation-anchor {
    margin-top: 50px;
}

.pro-head h2 {
    font-size: 33px;
    color: #182034;
    font-family: 'Futura-bold';
    margin: 0;
    letter-spacing: 1px;
    line-height: 43px;
    text-transform: none;
    position: relative;
}

.for-upper-padding {
    padding-top: 0px;
}

section.pro-sec {
    padding: 90px 0px;
}

  /* End of safety section  */

  /* Begin of Sustain section  */
  .save-nature-img img {
    width: 100%;
    position: relative;
}

section.save-nature {
    position: relative;
}

.nature {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.save-nature-text h2 {
    font-size: 50px;
    color: #FFFFFF;
    font-family: 'Futura-bold';
    padding-bottom: 40px;
    position: relative;
}

.save-nature-text p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
}

.save-nature-text h2::before {
    content: '';
    width: 14%;
    height: 4px;
    /* color: aqua; */
    background-color: #ffffff;
    position: absolute;
    border-radius: 20px;
    top: 76px;
    left: 428px;
}

.para-all p {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: center;
}

.para-all span {
    font-size: 100px;
    color: #FFA400;
    font-family: 'Poppins';
    font-weight: 800;
    /* transform: scale(1.5); */
}
span.for-right {
    float: right;
    position: relative;
    right: 110px;
    bottom: 50px;
}

span.for-left {
    position: relative;
    top: 67px;
    left: 119px;
    /* transform: scale(1.5); */
}

.para-img {
    width: auto;
    position: absolute;
    right: 185px;
    top: -88px;
}

section.para {
    /* padding: 90px 0px; */
    padding-top: 90px;
}

.para-pic {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 170px;
}

.man-name h3 {
    font-size: 27px;
    color: #FFA400;
    font-family: 'Poppins';
    font-weight: 600;
    padding-left: 50px;
}
  /* End of Sustain section  */


  /* Media Query */

  @media (min-width: 200px) and (max-width: 375px) {
    .para-img{
        display: none !important;
    }
    .pro-head p {
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .about-head h2 {
        font-size: 25px !important;
    }

    .pro-head h2 {
        font-size: 16px;
        margin: 5px 0px;
        letter-spacing: 1px;
        line-height: 19px;
    }

    .car-cation-anchor {
        margin-top: 5px;
    }

    section.pro-sec {
        padding: 20px 0px 0px 0px !important;
    }

    section.para {
        padding-top: 0px !important;
    }
    span.for-left{
        display: none;
    }
    span.for-right{
        display: none;
    }
    .man-name h3 {
        font-size: 16px;
        color: #FFA400;
        font-family: 'Poppins';
        text-align: justify;
        font-weight: 600;
        padding-left: 50px;
        position: relative;
        top: 165px;
    }

    .para-all p {
        font-size: 16px;
        color: #000000;
        font-family: 'Poppins';
        font-weight: 600;
        text-align: justify;
    }

    section.client-sec {
        padding: 0px 0px 70px 0px !important;
    }


    section.client-sec .row {
        padding-top: 10px !important;
    }
    .brand-box h2 {
        font-size: 20px !important;
    }

 
    .slick-prev {
        left: -5px;
        top: 460px;
        z-index: 99999;
    }
    .slick-next {
        top: 460px;
        z-index: 99999;
    }

    .inner-img img {
        width: 100%;
        height: 200px;
    }
    .para-all {
        width: 100% !important;
    }
    .brand-box h3{
        font-size: 20px !important;
    }
  }

  
  @media (min-width: 375px) and (max-width: 540px) {
    .para-img{
        display: none !important;
    }
    .pro-head p {
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .about-head h2 {
        font-size: 25px !important;
    }

    .pro-head h2 {
        font-size: 16px;
        margin: 5px 0px;
        letter-spacing: 1px;
        line-height: 19px;
    }

    .car-cation-anchor {
        margin-top: 5px;
    }

    section.pro-sec {
        padding: 20px 0px 0px 0px !important;
    }

    section.para {
        padding-top: 0px !important;
    }
    span.for-left{
        display: none;
    }
    span.for-right{
        display: none;
    }
    .man-name h3 {
        font-size: 16px;
        color: #FFA400;
        font-family: 'Poppins';
        text-align: justify;
        font-weight: 600;
        padding-left: 0px;
        position: relative;
        top: 165px;
    }

    .para-all p {
        font-size: 16px;
        color: #000000;
        font-family: 'Poppins';
        font-weight: 600;
        text-align: justify;
    }

    section.client-sec {
        padding: 0px 0px 90px 0px !important;
    }


    section.client-sec .row {
        padding-top: 10px !important;
    }
    .brand-box h2 {
        font-size: 20px !important;
    }
    .slick-prev {
        left: -5px;
        top: 460px;
        z-index: 99999;
    }
    .slick-next {
        top: 460px;
        z-index: 99999;
    }

    .inner-img img {
        width: 100%;
        height: 200px;
    }
    .para-all {
        width: 100% !important;
    }
    .brand-box h3{
        font-size: 20px !important;
    }
  }

  @media (min-width: 540px) and (max-width: 820px) {
    .para-img{
        display: none !important;
    }
    .inner-img img {
        width: 100%;
        height: 300px;
    }
    section.pro-sec {
        padding: 30px 0px;
    }
    .car-cation-anchor {
        margin-top: 0px;
    }
    .pro-head p {
        font-size: 15px;
        color: #000000;
        font-family: 'Futura-bk-bt';
        margin: 0;
        padding-bottom: 0px;
        padding-top: 90px;
        width: 700px;
    }

    section.para {
        padding-top: 0px !important;
    }

    span.for-left {
        position: relative;
        top: 67px;
        left: 0px !important;
    }
    section.client-sec {
        padding: 0px 0px 80px 0px;
    }
    section.client-sec .row {
        padding-top: 20px;
    }
  }

  @media (min-width: 820px) and (max-width: 992px) {
    .para-img{
        display: none !important;
    }
    
  }