﻿.CenterTxt
{
    text-align:center !important;
}
.NoVis {
    visibility: hidden;
}
.LeftZero
{
    left:0px !important;
}
.leftButton {
    left: 5% !important;
}
.OrangeBtn {
    background-color: #fc8117;
    border: 2px solid #fc8117;
    padding:15px 25px;
    border-radius: 15px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
    .OrangeBtn:hover {
        background-color: #fff;
        color: #fc8117 !important;
        border-radius:0px;
    }
