.bg-orange
{
background:  #ff7300
}
.fill-green
{
flll:  #25b309
}

.bg-green
{
background:  #25b309
}
.color-green
{
color:  #25b309
}

.color-orange
{
color:  #ff7300
}
.header
{

  background: rgba(255,255,255,0.8)
}

.logo
{
  width:40%
}

  .fw-300
  {
    font-weight: 300;
  }

.h300
{
  height: 300px
}

.fitimage-contain {
  -o-object-fit: contain;
  object-fit: cover;
  object-position: 50%;
}
.scale
{
  transition: all ease 0.5s;
}

.scale:hover
{
transform: scale(1.2)
}

.wbtr-cont
{
  position: absolute;
left: 0;
font-size: 0;
width: 100%;
overflow: hidden;
bottom: -1px;
pointer-events: none;
}
.wbtr-cont-top svg
{
    position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
  fill: #fff;

}
.tshadow
{
  text-shadow: 1px 1px 10px #000
}

.wbtr-cont-top
{

}

.wbtr
{
  position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 101%;
fill: #fff;
}
.wbtr path
{
  pointer-events: initial;
}

.rounded25
{
  border-radius: 25px;
}
section
{
  opacity: 0;

}
.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}
