/*
Theme Name:     Demo Corpro
Theme URI:      https://www.corprosystems.com
Description:    Dt-the7 child theme.
Author:         CorproSystems
Author URI:     https://www.corprosystems.com
Template:       dt-the7
Version:        0.1.0
*/


/**SVG slider lines**/
.custom-shape-bottom {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    width: 100%;
	/*transform: rotate(180deg);  Flip the shape by 180 degrees */
}

.custom-shape svg {
    width: calc(250% + 0.9px);
    height: 160px;
}

.custom-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.custom-shape .custom-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
/**END***/