/*
Theme Name: Payvora
Theme URI: https://nuhatech.org
Description: A custom theme built for Payvora by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.ntnashow {
	display: none !important;
}
.elementor-shape.elementor-shape-top {
	transform: rotate(180deg) !important;
}
.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.elementor-shape-top svg
 {
    width: calc(100% + 1.3px);
    height: 85px;
}
.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}
#nuhatech-header-small
{
    display:none;
position:fixed;
top: 0;
}
@media (max-width:600px) {
	.ntnashow {
	display: block !important;
}
}