*{
    margin: 0;
    padding: 0;
}
body{
    background: #c89eea;
}

.swiper {
    width: 100%;
    height: 100%;
    background: #000;
  }

  .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }

  .circle{
    border-radius: 100%;
    padding: 30px;
    border: 6px dotted blue;
  }

  #herosection{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    
  }
  .herocontent{
    text-align: justify;
  }
  .heading{
    color: blue;
  }

  .sectionmargin{
    margin-top: 60px;
  }

  #ourproductsection{
    background-color: white;
    margin-top: 20px;
    padding-top:30px;
    padding-bottom:20px;
  }

  #aboutsection{
    background: white;
    margin-top: 20px;
    padding-top:30px;
    padding-bottom:20px;
  }
  /* testimonial */
  #testimonialsection{
    background: white;
    margin-top: 20px;
    padding-top:30px;
    padding-bottom:20px;
  }

  #aboutsections{
    background-color: white;
    padding-top:40px ;
  }
  .box1{
    position: relative;
    background: #ff9933;
    height: 50px;
    width: auto;
    padding: 3px;
    margin-left: 10px;


  }
  .mainbox{
    position: relative;
    background-color: blue;
    height: 50px;
    padding: 3px;
    width: auto;
    margin-top: 6px;
  }
  .para{
    margin-left: 10px;
    text-align: justify ;
  }


  /* imageview */
  .grouped_elements img{
    width: 100%;
    margin-top: 20px;
  }