.white-wave img{
    filter: brightness(100);
    opacity: 0.3;
}

/***************wave shape 1****************/
/*.wave-shape-1{position:relative;}
.wave-shape-1:before{
    content: '';
    background: url(/images/0_tm/home/wave02.png);
    width: 100%;
    height: 745px;
    position: absolute;
    right: 0;
    top: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    }

/*******************bottom wave****************************/
/*
@media screen and (max-width:480px){
.wave-shape-1{position:relative;}
.wave-shape-1:after{
    content: '';
    background: url(/images/0_tm/home/wave03.png);
    width: 100%;
    height: 57px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    }}


@media screen and (min-width:769px) and (max-width:991px){
.wave-shape-1{position:relative;}
.wave-shape-1:after{
    content: '';
    background: url(/images/0_tm/home/wave03.png);
    width: 100%;
    height: 106px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: cover;
  }}

@media screen and (min-width:992px){
.wave-shape-1{position:relative;}
.wave-shape-1:after{
    content: '';
    background: url(/images/0_tm/home/wave03.png);
    width: 100%;
    height: 172px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: cover;
  }}
*/






/******************animate number********************/

@media screen and (min-width:992px){
.left-border .sppb-addon-content {position: relative;}
.left-border .sppb-addon-content:before {
    content: '';
    background: #ffffff52;
    width: 1.5px;
    height: 70px;
    position: absolute;
    right: -45%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;}}

/*-----------------------------------------------------------------------
                               1194px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1195px){
.left-border .sppb-addon-content {position: relative;}
.left-border .sppb-addon-content:before {
    content: '';
    background: #ffffff52;
    width: 1.5px;
    height: 70px;
    position: absolute;
    right: -30%!important;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;}}
