.sp-megamenu-parent {
	font-weight: 600;
    text-transform: uppercase;
}
/*
.sppb-btn-custom {
	font-family:Poppins !important;
	font-size:14px !important;
	background-color:#e55138 !important;
	color:#fff;
}*/
.sp-page-title {
    background: #e55138  !important;
}
 .visform textarea {

     display: block;
    width: 100%;
    padding: 0.5rem 0.5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.btn-orange{
	background-color: rgb(229, 81, 56);
    color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
    #sp-header {
        height: 50px !important;
    }
}