.fullBackground {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 300px);
  z-index: -1;
}

.slidebottom{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.rotatesvg{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-shape-fill{
  fill:#BBA14F;
}

.elementor-shape-fill-sec{
  fill:#FFFFFF;

}
.svgtop{
  width: calc(100% + 200px);
  height: 80px;
}
.svgbottom{
  width: calc(100% + 200px);
  height: 80px;
}
.sectiontop>svg{
  width: calc(100%);
  height: 30px;
}
.sectionbottom>svg{
  width: calc(100%);
  height: 30px;
}